DeploymentRequest
Represents deployment requests.
{
"actionId": "string",
"approvedAt": "string",
"blueprintId": "string",
"cancelable": false,
"catalogItemId": "string",
"completedAt": "string",
"completedTasks": 0,
"createdAt": "string",
"deploymentId": "string",
"details": "string",
"dismissed": false,
"id": "string",
"initializedAt": "string",
"name": "string",
"parentId": "string",
"requestedBy": "string",
"resourceName": "string",
"resourceType": "string",
"status": "string",
"totalTasks": 0,
"updatedAt": "string"
}
Identifier of the requested action
Time at which the request was approved.
Identifier of the requested blueprint in the form 'UUID:version'
Indicates whether request can be canceled or not.
Identifier of the requested catalog item in the form 'UUID:version'
Time at which the request completed.
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
Time at which the request was initialized.
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').