Update stack
PUT /v2/alm/stack/{stack_id}Parameters
Type
Required
Details
Request header:
Authorization: Bearer eyJ0eXAiOiJ83fjQb3LzMeXzQfME
Content-Type: application/jsonRequest body:
{
"configurations":"{
\"min\":1,
\"max\":10
}"
}Example response:
HTTP/1.1 200 OK
{
"status":"UPDATE_IN_PROGRESS"
}Last updated
Was this helpful?