[
https://issues.apache.org/jira/browse/MINIFICPP-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gábor Gyimesi updated MINIFICPP-1736:
-------------------------------------
Fix Version/s: 0.12.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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
> Assignee: Gábor Gyimesi
> Priority: Major
> Fix For: 0.12.0
>
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
>
> 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.7#820007)