Deployments
Get a deployment by ID or name
Retrieve details of a specific deployment by its ID or name
get/deployments/{id}
Path parameters
idstring required
Deployment ID or name
Response
Deployment details
Example response
{
"autoscaling": {
"metric": "HTTPTotalRequests",
"target": 100,
"time_interval_minutes": 10
}
}