Update stack

PUT /v2/alm/stack/{stack_id}

Parameters

Type

Required

Details

configurations

json

no

This parameter is the same as Create stack'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"
}

Last updated