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

Gábor Gyimesi updated MINIFICPP-1736:
-------------------------------------
    Description: 
 

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}
 

 

  was:
 

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}
 

 


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

Reply via email to