com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Getting Potential Device Vulnerability Overview
Description | Get the number of unmonitored and non-compliant devices in WSO2 EMM. | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Resource Path | /device-counts-by-potential-vulnerabilities | ||||||||||||
URL |
| ||||||||||||
HTTP Method | GET | ||||||||||||
Request/Response Format | application/json | ||||||||||||
cURL command | curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer <EMM_API_TOKEN>" -k -v https://<EMM_HOST>:<EMM_HTTPS_PORT>/mdm-admin/dashboard/device-counts-by-potential-vulnerabilities
Example: curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer 0ff0f5c5ef202f5abd933efef370a28c" -k -v https://localhost:9443/mdm-admin/dashboard/device-counts-by-potential-vulnerabilities | ||||||||||||
 Sample output | > GET /mdm-admin/dashboard/device-counts-by-potential-vulnerabilities HTTP/1.1 > User-Agent: curl/7.38.0 > Host: localhost:9443 > Accept: */* > Content-Type: application/json > Authorization: Bearer 0ff0f5c5ef202f5abd933efef370a28c < HTTP/1.1 200 OK < Cache-Control: private < Expires: Thu, 01 Jan 1970 05:30:00 IST < Date: Sat, 30 Apr 2016 01:55:36 GMT < Content-Type: application/json < Content-Length: 164 < Server: WSO2 Carbon Server [{"context":"potential-vulnerability","data":[{"group":"non-compliant","label":"Non-Compliant","count":5},{"group":"unmonitored","label":"Unmonitored","count":0}]}] | ||||||||||||
Sample JSON Output Definition | [ { "context":"potential-vulnerability", "data":[ { "group":"non-compliant", "label":"Non-Compliant", "count":5 }, { "group":"unmonitored", "label":"Unmonitored", "count":0 } ] } ]
|
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.