Get Priority Policy Local Prefix (v2.0)
GET/v2.0/api/tenants/:tenant_id/prioritypolicylocalprefixes/:priority_policy_id
List a specific priority policy local prefix.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
priority_policy_id stringrequired
The ID of the local priority policy.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
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.
{
"id": "string",
"name": "string",
"tags": [
"string"
]
}
Loading...