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)