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

NameTypeDescription
macstringmac (required when troubleshooting device)
site_idstringsite_id (required when troubleshooting site)
typestringtype 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

KeyDatatypeRequiredDescription
macstring
site_idstring
startnumber
endnumber

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}