Get IPFIX Global Prefix (v2.0)
GEThttps://api.us.cloudgenix.com/v2.0/api/tenants/:tenant_id/ipfixglobalprefixes
List all the global prefixes.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (auto)
Schema
description
The description of the IPFIX global prefix. Max characters = 256.
idstring
The ID of the IPFIX global prefix.
ipv4_prefixesstring[]
The individual IP address or IP address subnets.
namestringrequired
The name of the IPFIX global prefix. Max characters = 128.
tagsstring[]
A information field that can be added to identify the IPFIX global prefix. Maximum 10 unique tags of length 1024 each are allowed.
{
"id": "string",
"ipv4_prefixes": [
"string"
],
"name": "string",
"tags": [
"string"
]
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://api.us.cloudgenix.com/v2.0/api/tenants/:tenant_id/ipfixglobalprefixes' \
-H 'Accept: application/json'
ResponseClear