Skip to main content

Update Site Priority Policy Local Prefix Association (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/sites/:site_id/prioritypolicylocalprefixes/:prefix_id

Update an existing site priority policy local prefix association.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The ID of the site.

    prefix_id stringrequired

    The prefix ID.

Body

Details of the site Priority policy local prefix to be updated

    id string

    The site priority prefix association ID.

    ipv4_prefixes string[]

    Lists the prefix of the IPv4 addresses.

    prefix_id string

    Lists the prefix ID of the IPv4 addresses.

    tags string[]

    A information field that can be added to identify the site priority prefix association. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    id string

    The site priority prefix association ID.

    ipv4_prefixes string[]

    Lists the prefix of the IPv4 addresses.

    prefix_id string

    Lists the prefix ID of the IPv4 addresses.

    tags string[]

    A information field that can be added to identify the site priority prefix association. Maximum 10 unique tags of length 1024 each are allowed.

Loading...