Get Priority Policy Local Prefixes (v2.0)
GET/v2.0/api/tenants/:tenant_id/prioritypolicylocalprefixes
List all the priority policy local prefixes.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The actual count.
id string
The ID.
tenant_id string
The tenant ID.
items PriorityPolicyLocalPrefix[]
description
The description of the priority policy local prefix. Max Size = 256.
id string
The ID of the priority policy local prefix.
name stringrequired
The name of the priority policy local prefix. Max Size = 128.
tags string[]
A information field that can be added to identify the priority policy local prefix. Maximum 10 unique tags of length 1024 each are allowed.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"id": "string",
"name": "string",
"tags": [
"string"
]
}
]
}
Loading...