Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Advanced Tables - JSON Table
outputwiki
heading2
footing5
{"operation" : "heartbeat",
"requested_operations": [ {
"operation" : "start",
"operationid" : "string",
"name": "component name",
"content" : [
{ }
]
}

]

} 


Stop
 Stop stops a component that is started. Components can be the FlowController, processors, or RPGs

...

Advanced Tables - JSON Table
outputwiki
{"operation" : "heartbeat",
"requested_operations": [ {
"operation" : "stop",
"operationid" : "string",
"name": "component name",
"content" : [
{ }
]
}

]

}

 
Restart
  Attempts to restart the component defined within name

Advanced Tables - JSON Table
outputwiki
{"operation" : "heartbeat",
"requested_operations": [ {
"operation" : "restart",
"operationid" : "string",
"name": "component name",
"content" : [
{ }
]
}

]

}
 

Acknowledgements.

 Acknowledgements occur through a separate URL. This URL will receive a POST that contains the following payload, which acknowledges that the operation ID was received and executed.

Advanced Tables - JSON Table
outputwiki
{"operation": "acknowledge",
"operationid" : "string" 
}