Uploaded image for project: 'Apache NiFi MiNiFi C++'
  1. Apache NiFi MiNiFi C++
  2. MINIFICPP-1769

Add current value of properties in C2 agent manifest's update property metadata

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.12.0
    • None

    Description

      Currently the C2 update/properties command has a metadata object "availableProperties" which only contains a propertyName and a validator value for the name and the type of the object. This should be extended with a propertyValue member to contain the current value of that object:

       

       

      {
          "properties": {
                  ...
                  "properties": {
                      "availableProperties": [
                          {                  
                              "validator": "VALID",
                              "propertyName": "nifi.version",
                              "propertyValue": "0.12.0"
                          },
                          ...
                      ]
               }
          },  
          "type": "update"
      }

       

       

      Attachments

        Activity

          People

            lordgamez Gábor Gyimesi
            lordgamez Gábor Gyimesi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 2h 40m
                2h 40m