Get Performance Policy Set Stacks (v2.0)
GET/sdwan/v2.0/api/perfmgmtpolicysetstacks
Get all the performance policy set stacks.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The actual count.
deleted_count int64
The deleted number.
deleted_ids string[]
The deleted IDs.
description
Description of the query. Max size = 256.
id string
The ID.
next_query object
Details of the next query.
total_count int64
Total number.
items PerfMgmtPolicySetStack[]
default_policysetstack boolean
The default policy set stack.
defaultrule_policyset_id stringrequired
The ID of the default rule policy set.
description
The description of the policy set stack. Max size = 256.
id string
The policy set stack ID.
name stringrequired
Name: Required(error = NAME_REQD: Please provide resource name.) Size(max = 128, error = NAME_EXCEEDS_LIMIT: Name of the resource exceeds limit., min = 0)
policyset_ids string[]
The policy set IDs.Should be between 1-4.
tags string[]
A information field that can be added to identify the policy set stack. Maximum 10 unique tags of length 1024 each are allowed.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"total_count": 0,
"items": [
{
"default_policysetstack": true,
"defaultrule_policyset_id": "string",
"id": "string",
"name": "string",
"policyset_ids": [
"string"
],
"tags": [
"string"
]
}
]
}
Loading...