Skip to main content

Update Tenant Enterprise Prefix Set (v2.0)

PUT 

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

Update the prefix set of a tenant enterprise.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Body

Enterprise prefix Set

    id string

    The ID of the tenant enterprise prefix set.

    ipv4_enterprise_prefixes string[]

    The IPv4 configuration of the tenant enterprise prefix.

    tenant_id stringrequired

    The tenant ID.

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.

    tenant_id stringrequired

    The tenant ID.

Loading...