Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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" }