SDWAN DPS policy compliance report
GET {{base_url}}/sdwan-mon-api/external/noc/reports/wan/policy-compliance?period=<string>&result_order=<string>&count=<integer>
Compliance stats on all the uplinks belonging to different policies
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
period | string | (Required) the period of time the report is covering. Acceptable parameters - (last_day or last_week or last_month) | |
result_order | string | (Required) for each policy, device uplinks will be sorted by compliance level. Acceptable parameters - (best or worst) | |
count | string | (Required) the number of uplinks per policy to show up in the report. Acceptable parameters - (min 1 - max 250) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e","status_code":"\u003cinteger\u003e","report_data":{"policy_name":{"result_order":[{"compliance_level":"\u003cnumber\u003e","host_mac":"\u003cstring\u003e","host_name":"\u003cstring\u003e","link_name":"\u003cstring\u003e","link_type":"\u003cstring\u003e","serial":"\u003cstring\u003e","site_name":"\u003cstring\u003e"},{"compliance_level":"\u003cnumber\u003e","host_mac":"\u003cstring\u003e","host_name":"\u003cstring\u003e","link_name":"\u003cstring\u003e","link_type":"\u003cstring\u003e","serial":"\u003cstring\u003e","site_name":"\u003cstring\u003e"}]}}}