troubleshootOrgClient
GET https://{{host}}/api/v1/orgs/:org_id/troubleshoot
Troubleshoot devices, clients, and wired clients for maximum of last 7 days from current time. See [search APIs] for device information.
Parameters
Parameters
Name | Type | Description |
---|---|---|
mac | string | mac (required when troubleshooting device) |
site_id | string | site_id (required when troubleshooting site) |
type | string | type of network to troubleshoot in a site, wireless / wired / wan, default type is wireless, each type should be queried separately |
NOTE: requires Marvis subscription license
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
mac | string | ||
site_id | string | ||
start | number | ||
end | number |
RESPONSES
status: OK
{"results":[{"category":"client","reason":"slow association","text":"Clients of the AP had slow association 8% of the time on Bhavabhi and 5 GHz. ...","recommendation":"Ensure the IP helper-address is configured on the VLAN interface."}],"start":1655065456,"end":1655151856}