Skip to main content

Get Tenant Enterprise Prefix Set (v2.1)

GET 

/v2.1/api/tenants/:tenant_id/enterpriseprefixset

List the prefix set of a tenant enterprise.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Responses

Successful Operation

Schema
    id string

    The ID of the tenant enterprise prefix set.

    ipv4_enterprise_prefixes string[]

    The IPv4 configuration of the tenant enterprise prefix.

    ipv6_enterprise_prefixes string[]

    The IPv6 configuration of the tenant enterprise prefix.

    tenant_id stringrequired

    The tenant ID.

Loading...