Skip to main content

Create Association between Site and Network Local Prefix (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/sites/:site_id/networkpolicylocalprefixes

Create an association between the site and network local prefix.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The site ID.

Body

Details of the site Network Policy local prefix to be associated

    id string

    The ID of the site prefix.

    ipv4_prefixes string[]

    The individual IP address.

    prefix_id string

    The IP Prefix ID that associates with a site.

    tags string[]

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

Responses

Successful Operation

Schema
    id string

    The ID of the site prefix.

    ipv4_prefixes string[]

    The individual IP address.

    prefix_id string

    The IP Prefix ID that associates with a site.

    tags string[]

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

Loading...