getSiteDiscoveredSwitchesMetrics

GET https://{{host}}/api/v1/sites/:site_id/stats/discovered_switches/metrics

Parameters

NameTypeDescription
thresholdstringconfigurable # ap per switch threshold, default 12
system_namestringsystem name for switch level metrics, optional

RESPONSES

status: OK

"{\n    \"version_compliance\": {\n        \"score\": 75,\n        \"details\": {\n            \"major_versions\": [\n                {\n                    \"model\": \"EX2300-C-12P\",\n                    \"major_count\": 2,\n                    \"system_names\": [\n                        \"switch1\",\n                        \"mist-lab-ex2300c\"\n                    ]\n                },\n                {\n                    \"model\": \"EX4300-48P\",\n                    \"major_count\": 1,\n                    \"system_names\": []\n                },\n            ],\n            \"total_switch_count\": 5\n        }\n    },\n    \"switch_ap_affinity\": {\n        \"score\": 33.3333,\n        \"details\": {\n            \"threshold\": 12,\n            \"system_name\": [\n                \"mist-lab-ex2300c\",\n                \"switch1\"\n            ]\n        }\n    },\n    \"inactive_wired_vlans\": {\n        \"score\": 100.0,\n        \"details\": {}\n    },\n    \"poe_compliance\": {\n        \"score\": 100.0,\n        \"details\": {\n            \"total_power\": 981500.0,\n            \"total_aps\": 63\n        }\n    }\n}\n"