Submit Resource Action Request Using POST
Submit a resource action request.
Deployment ID
Resource ID
{
"actionId": "string",
"reason": "string"
}
The id of the action to perform.
Resource action request inputs
Reason for requesting a day2 operation
OK
{
"actionId": "string",
"blueprintId": "string",
"catalogItemId": "string",
"completedTasks": 0,
"createdAt": "string",
"deploymentId": "string",
"details": "string",
"dismissed": false,
"id": "string",
"name": "string",
"parentId": "string",
"requestedBy": "string",
"resourceName": "string",
"resourceType": "string",
"status": "string",
"totalTasks": 0,
"updatedAt": "string"
}
Identifier of the requested action
Identifier of the requested blueprint in the form 'UUID:version'
Identifier of the requested catalog item in the form 'UUID:version'
The number of tasks completed while fulfilling this request.
Creation time (e.g. date format '2019-07-13T23:16:49.310Z').
Deployment id to which the event applies to
Longer user-friendly details of the event.
Indicates whether request is in dismissed state.
Event identifier
Request inputs
Short user-friendly label of the event (e.g. 'shuting down myVM')
Parent event/request identifier
User that initiated the request
Optional resource name to which the event applies to
Optional resource type to which the event applies to
Request overall execution status.
The total number of tasks need to be completed to fulfil this request.
Last update time (e.g. date format '2019-07-13T23:16:49.310Z').
Unauthorized
Not Found