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

2022-05-03 Thread Jira


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


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

2022-02-07 Thread Jira


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

Gábor Gyimesi updated MINIFICPP-1736:
-
Status: Patch Available  (was: In Progress)

> 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
>  Time Spent: 10m
>  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.1#820001)


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

2022-01-25 Thread Jira


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