action-execution
action-execution
Contains describe instance data about performing an action.
JSON Example
{
"contextId": "string",
"contextResourceId": [
"string"
],
"parameterGroups": [
{
"parameterValue": [
{
"name": "string",
"value": "string"
}
],
"resourceId": "string"
}
]
}
string
contextId
Optional
An optional value naming the action step that will be executed
array of string
contextResourceId
Optional
The UUID list of resources that the action will be performed against
array of action-parameter-group
parameterGroups
Required
The parameters that are used as inputs for the action being performed