Perform Action Using POST
Performing a POST /api/actions/{id}
will attempt to trigger the action with specified id. It is considered a best practice to use the actionExecution field from the POST /api/action/{id}/query
that has been previously executed to populate
the body of the request. Please note that additional values may be required in order to make the populateAction response body valid.
The id for the action to be executed (can be retrieved via: GET /api/actiondefinitions)
Describe instance data about performing an action.
Show optional properties
{
"parameterGroups": [
{
"resourceId": "string"
}
]
}
{
"contextId": "string",
"contextResourceId": [
"string"
],
"parameterGroups": [
{
"parameterValue": [
{
"name": "string",
"value": "string"
}
],
"resourceId": "string"
}
]
}
An optional value naming the action step that will be executed
The UUID list of resources that the action will be performed against
The parameters that are used as inputs for the action being performed
List of Task Ids for the action run.
{
"values": [
"string"
]
}
values