Last updated 6 years ago
PUT /v2/alm/stack/{stack_id}
Parameters
Type
Required
Details
configurations
json
no
This parameter is the same as 's configurations parameter.
Request header:
Authorization: Bearer eyJ0eXAiOiJ83fjQb3LzMeXzQfME Content-Type: application/json
Request body:
{ "configurations":"{ \"min\":1, \"max\":10 }" }
Example response:
HTTP/1.1 200 OK { "status":"UPDATE_IN_PROGRESS" }