Skip to main content

Get Site Network Policy Local Prefix Association (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/networkpolicylocalprefixes/:prefix_id

List an existing site network policy local prefix association.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    prefix_id stringrequired

    ID of the network policy local prefix.

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...