Skip to main content

Get NAT Policy Set Stacks of Tenant (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/natpolicysetstacks

List all the NAT policy set stacks of a tenant.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items NATPolicySetStack[]
  • Array [
  • default_policysetstack boolean

    The default policy set stack.

    description

    The ID of the policy set stack.

    id string

    Id

    name stringrequired

    The name of the 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 policy set stack. Maximum 10 unique tags of length 1024 each are allowed.

  • ]
Loading...