HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Get route policy settings

the returned data contains options object and data object. data objects includes optimization map(s), each map includes optimization 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

nePk is the device key assigned by Orchestrator, usually looks like '0.NE'.

boolean
required

Get data from cache (true) or from appliance (false).

Response
200

No response was specified

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