Gábor Gyimesi created MINIFICPP-1736:
----------------------------------------
Summary: Add MiNiFi agent C2 operation capabilities to agent
manifest
Key: MINIFICPP-1736
URL: https://issues.apache.org/jira/browse/MINIFICPP-1736
Project: Apache NiFi MiNiFi C++
Issue Type: New Feature
Reporter: Gábor Gyimesi
Agent manifest should be extended in the following format with the agent's
capabilities:
{code:java}
{
...
"supportedOperations": [
{
"type": OperationType,
"properties": [
"operand": OperandType,
"metaData": [
{
"key": String,
"value": Object
}
]
]
}
]
...
} {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)