{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Dashboard - Wired Client Health API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Dashboard - Wired Client Health", "type": "folder" }, "items": [ { "info": { "name": "Wired client health grid", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/dashboard/wired/client-health/grid", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number, min = 1" }, { "name": "limit", "value": "", "type": "query", "description": "Page Size, min = 1, max = 100" }, { "name": "keyword", "value": "", "type": "query", "description": "The keyword to search" }, { "name": "sortField", "value": "", "type": "query", "description": "The sort field" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the client health grid of wired devices based on the provided filters. You can filter the results by sites." }, { "info": { "name": "Wired clients count with IP connectivity issues", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/dashboard/wired/client-health/ip-connectivity-issues", "params": [ { "name": "deviceId", "value": "", "type": "query", "description": "The device ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the wired clients with IP connectivity issues based on the provided filters. You can filter the results by sites." }, { "info": { "name": "Wired clients count with port congestion issues", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/dashboard/wired/client-health/port-congestion", "params": [ { "name": "deviceId", "value": "", "type": "query", "description": "The device ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the wired clients with port congestion issues based on the provided filters. You can filter the results by sites." }, { "info": { "name": "Wired clients count with traffic anomalies", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/dashboard/wired/client-health/traffic-anomalies", "params": [ { "name": "deviceId", "value": "", "type": "query", "description": "The device ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the wired clients with traffic anomalies based on the provided filters. You can filter the results by sites." }, { "info": { "name": "Wired clients count with port errors", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/dashboard/wired/client-health/port-errors", "params": [ { "name": "deviceId", "value": "", "type": "query", "description": "The device ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the wired clients with port errors based on the provided filters. You can filter the results by sites." } ] } ], "bundled": true }