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