[ 
https://issues.apache.org/jira/browse/MINIFICPP-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gábor Gyimesi resolved MINIFICPP-1769.
--------------------------------------
    Fix Version/s: 0.12.0
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 0.12.0
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to