Request
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,
"estimatedCompletionTime": "string",
"id": "string",
"initializedAt": "string",
"inputs": {
"inputs": {}
},
"name": "string",
"outputs": {
"outputs": {}
},
"requestedBy": "string",
"resourceIds": [
"string"
],
"resources": [
{
"description": "string",
"id": "string",
"name": "string",
"version": "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').
Identifier of the requested deployment id to which the request applies to
Longer user-friendly details of the request.
Indicates whether request is in dismissed state.
Estimated time of completion (e.g. date format '2019-07-13T23:16:49.310Z').
Request identifier
Time at which the request was initialized.
Request inputs
Short user-friendly label of the request (e.g. 'shuting down myVM')
Request outputs
User that initiated the request
Optional resource ids to which the request applies to
Optional affected resources details to which the request 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').