Get Deployment By Id Using GET
Returns the deployment with the supplied ID.
Deployment ID
Expands deployment last request.
Retrieves the 'metadata' field of the resource.
The 'project' field of the deployment will be retrieved.
The 'resources' field of the deployment will be retrieved.
The 'resources' field of the deployment will be guaranteed up-to-date.
The 'resources' field of the deployment will be read from a cache for a faster query.
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",
"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"
},
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"leaseExpireAt": "string",
"name": "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"
}
],
"simulated": false,
"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
Deployment project id
Expanded resources for the deployment. Content of this property will not be maintained backward compatible
simulated
Deployment status.
Unauthorized
Forbidden
Not Found