Skip to main content

Update Priority Policy Set Stack (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/prioritypolicysetstacks/:policy_set_id

Update a Priority Policy Set Stack.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    policy_set_id stringrequired

    The ID of the priority policy set stack.

Body

Details of the Priority Policy Set Stack to be updated

    default_policysetstack boolean

    The default policy set stack.

    defaultrule_policyset_id stringrequired

    The ID of the default rule policy set.

    description

    The description of the priority policy set stack. Max size = 256.

    id string

    The priority policy set stack ID.

    name stringrequired

    The name of the priority policy set stack. Max size = 128.

    policyset_ids string[]

    The ID of the policy set.

    tags string[]

    A information field that can be added to identify the priority policy set stack. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    default_policysetstack boolean

    The default policy set stack.

    defaultrule_policyset_id stringrequired

    The ID of the default rule policy set.

    description

    The description of the priority policy set stack. Max size = 256.

    id string

    The priority policy set stack ID.

    name stringrequired

    The name of the priority policy set stack. Max size = 128.

    policyset_ids string[]

    The ID of the policy set.

    tags string[]

    A information field that can be added to identify the priority policy set stack. Maximum 10 unique tags of length 1024 each are allowed.

Loading...