The NSight API provides the following endpoints to fetch data and configure various resources.
Info APIs
Method + URI | Description |
---|---|
GET /v1/wlan_info | This endpoint allows you to retrieve all WLAN IDs and corresponding WLAN names. |
GET /v1/avc_info | This endpoint allows you to retrieve all application IDs and corresponding application names and categories. |
Statistics APIs
Method + URI | Description |
---|---|
GET /v1/ap_stats | This endpoint allows you to retrieve access point statistics. |
GET /v1/mu_wireless_stats | This endpoint allows you to retrieve mobile unit wireless statistics. |
GET /v1/avc_stats | This endpoint allows you to retrieve application visibility statistics. |
GET /v1/cpu_info | This endpoint allows you to retrieve CPU statistics. |
Report and Alarms APIs
Method + URI | Description |
---|---|
GET /v1/reports_config/templates | This endpoint allows you to retrieve existing report configuration templates. |
GET /v1/alarmconfig/summary | This endpoint allows you to retrieve a summary of configured alarms for site, device, or client. |
GET /v1/reports_config | This endpoint allows you to retrieve information about reports that are scheduled and currently running. |
POST /v1/reports_config | This endpoint allows you to update a report configuration and schedule. |
GET /v1/alarmconfig | This endpoint allows you to retrieve alarm configuration for site, device, or client. |
ASA (Advanced Spectrum Analysis) APIs
Method + URI | Description |
---|---|
GET /v1/tools/get-asa-preferences | This endpoint allows you to retrieve existing spectrum analysis preferences. |
POST /v1/tools/set-asa-preferences | This endpoint allows you to update existing spectrum analysis preferences. |
GET /v1/tools/get-asa-profiles | This endpoint allows you to retrieve existing spectrum analysis test suites/profiles. |
POST /v1/tools/create-asa-profile | This endpoint allows you to create a spectrum analysis test suite/profile. |
POST /v1/tools/update-asa-profile | This endpoint allows you to update a configured profile. |
POST /v1/tools/delete-asa-profile | This endpoint allows you to delete a configured profile. |
GET /v1/tools/get-asa-schedules | This endpoint allows you to retrieve existing spectrum analysis schedules. |
POST /v1/tools/create-asa-schedule | This endpoint allows you to retrieve an ASA schedule. |
POST /vq/tools/update-asa-schedule | This endpoint allows you to update a configured schedule. |
POST /v1/tools/delete-asa-schedule | This endpoint allows you to delete a configured schedule. |
GET /v1/tools/get-asa-reports-list | This endpoint allows you to retrieve a list of spectrum analysis reports. |
GET /v1/tools/get-asa-report | This endpoint allows you to get a specific spectrum analysis report. |
POST/v1/tools/delete-asa-reports | This endpoint allows you to delete ASA report(s). |
Access Point Test APIs
Method + URI | Description |
---|---|
GET /v1/tools/get-aptest-preferences | This endpoint allows you to retrieve the existing access point test preferences. |
POST /v1/tools/set-aptest-preferences | This endpoint allows you to update the access point test preferences. |
GET /v1/tools/get-aptest-profiles | This endpoint allows you to retrieve the existing access point test suites/profiles. |
POST /v1/tools/create-aptest-profile | This endpoint allows you to create a new access point test suite/profile. |
POST /v1/tools/update-aptest-profile | This endpoint allows you to update an access point test suite/profile. |
POST /v1/tools/delete-aptest-profile | This endpoint allows you to delete an access point test suite/profile. |
GET /v1/tools/get-aptest-schedules | This endpoint allows you to retrieve the existing access point test schedules. |
POST /v1/tools/create-aptest-schedule | This endpoint allows you to create an access point test schedule. |
POST /v1/tools/update-aptest-schedule | This endpoint allows you to update an access point test schedule. |
POST /tools/delete-aptest-schedule | This endpoint allows you to delete an access point test schedule. |
GET /v1/tools/get-aptest-result | This endpoint allows you to retrieve access point test reports. |
POST/v1/tools/delete-aptest-requests | This endpoint allows you to delete one or more access point test reports. |