DeploymentSummary
Deployment Summary Object
id string
The unique identifier for the deployment
Example:
dp-12345
name string
The name of the deployment
Example:
deployment-1
status string
The current status of the deployment
Possible values: [Pending
, Deploying
, Deployed
, Failed
, Cancelled
, TimedOut
]
Example:
Deployed
created_at integer
The timestamp when the deployment was created
Example:
1633036800
DeploymentSummary
{
"id": "dp-12345",
"name": "deployment-1",
"status": "Deployed",
"created_at": 1633036800
}