Get IPFix Site Prefix Association (v2.0)
GET/sdwan/v2.0/api/sites/:site_id/ipfixlocalprefixes
List all the IPFix site prefix associations.
Request
Path Parameters
site_id stringrequired
ID of the site.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The total number.
id string
The ID.
items SiteIPFixPrefixAssociation[]
id string
The ID of the IPFIX prefix.
ipv4_prefixes string[]
The individual IP address.
prefix_id string
The prefix ID that associates with a site.
tags string[]
A information field that can be added to identify the prefix. Maximum 10 unique tags of length 1024 each are allowed.
{
"count": 0,
"id": "string",
"items": [
{
"id": "string",
"ipv4_prefixes": [
"string"
],
"prefix_id": "string",
"tags": [
"string"
]
}
]
}
Loading...