HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In

Get qos policy settings

the returned data contains options object and data object. data objects includes qos map(s), each map includes qos rule(s), each rule has a match part and a set part. The schema of returned data:
{ 'options' : {'activeMap': 'map1'}, 'data': {'map1' : {'prio': {...}, 'self':'map1'}}}
The 'prio' object contains rules key value pairs, each key is the priority of a rule, each value is the rule object.

Language
Click Try It! to start a request and see the response here!