Get Deployment By Id Using GET 1
Returns the deployment with the supplied ID.
Deployment ID
Expands deployment last request.
The 'project' field of the deployment will be retrieved.
The 'resources' field of the deployment will be retrieved.
OK
{
"blueprintId": "string",
"blueprintVersion": "string",
"catalogItemId": "string",
"catalogItemVersion": "string",
"createdAt": "string",
"createdBy": "string",
"description": "string",
"expense": {
"additionalExpense": "number",
"code": "string",
"computeExpense": "number",
"lastUpdatedTime": "string",
"message": "string",
"networkExpense": "number",
"storageExpense": "number",
"totalExpense": "number",
"unit": "string"
},
"iconId": "string",
"id": "string",
"lastRequest": {
"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"
},
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"leaseExpireAt": "string",
"name": "string",
"orgId": "string",
"project": {
"id": "string",
"link": "string",
"name": "string"
},
"projectId": "string",
"resources": [
{
"createdAt": "string",
"dependsOn": [
"string"
],
"description": "string",
"expense": {
"additionalExpense": "number",
"code": "string",
"computeExpense": "number",
"lastUpdatedTime": "string",
"message": "string",
"networkExpense": "number",
"storageExpense": "number",
"totalExpense": "number",
"unit": "string"
},
"id": "string",
"name": "string",
"state": "string",
"syncStatus": "string",
"type": "string"
}
],
"status": "string"
}
Deployment blueprint id
Deployment blueprint version
Deployment catalog item id
Deployment catalog version
Creation time
Created by
Description of the deployment
Deployment icon id
Id of the deployment
The inputs that were used to request this deployment
Update time
Updated by
Lease expiration time
Name of the deployment
orgId
Deployment project id
Expanded resources for the deployment. Content of this property will not be maintained backward compatible
Deployment status.
Unauthorized
Not Found