Deployments
Create a new deployment
Create a new deployment with specified configuration
post/deployments
Request body
Example request
{
"autoscaling": {
"metric": "HTTPTotalRequests",
"target": 100,
"time_interval_minutes": 10
}
}Response
Deployment created successfully
Example response
{
"autoscaling": {
"metric": "HTTPTotalRequests",
"target": 100,
"time_interval_minutes": 10
}
}Changes
Changed in 1 of the 14 revisions of this API.2
- ▲
the
namerequest property's maxLength was decreased to63request-property-max-length-decreased
- ▲
the
namerequest property's minLength was increased from1to4request-property-min-length-increased
- ▲