You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gábor Gyimesi (Jira)" <ji...@apache.org> on 2022/01/21 09:33:00 UTC

[jira] [Assigned] (MINIFICPP-1736) Add MiNiFi agent C2 operation capabilities to agent manifest

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

Gábor Gyimesi reassigned MINIFICPP-1736:
----------------------------------------

    Assignee: Gábor Gyimesi

> 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
>
>  
> 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)