Submit Deployment Action Request Using POST
Submit a deployment action request
Deployment 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",
"id": "string",
"name": "string",
"parentId": "string",
"requestedBy": "string",
"requester": "string",
"resourceName": "string",
"resourceType": "string",
"status": "string",
"statusDetails": "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.
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
requester
Optional resource name to which the event applies to
Optional resource type to which the event applies to
Request overall execution status.
statusDetails
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').
Created
Unauthorized
Forbidden
Not Found