You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gábor Gyimesi (Jira)" <ji...@apache.org> on 2022/03/07 08:08:00 UTC

[jira] [Created] (MINIFICPP-1769) Add current value of properties in C2 agent manifest's update property metadata

Gábor Gyimesi created MINIFICPP-1769:
----------------------------------------

             Summary: Add current value of properties in C2 agent manifest's update property metadata
                 Key: MINIFICPP-1769
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1769
             Project: Apache NiFi MiNiFi C++
          Issue Type: New Feature
            Reporter: Gábor Gyimesi
            Assignee: Gábor Gyimesi


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:

 

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

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)