Deployments
Get the list of deployments
Get a list of all deployments in your project
get/deployments
Response
List of deployments
Example response
{
"data": [
{
"autoscaling": {
"metric": "HTTPTotalRequests",
"target": 100,
"time_interval_minutes": 10
}
}
]
}