Recently Probed SSIDs
Recently probed SSIDs are the ones that are the operating SSIDs of the AP with which client is associated. The call gives the details of the probed SSID type, if hotspot connection is valid and if it is vulnerable to attacks.
JSON Table
Attribute | Data Type | Description |
---|---|---|
hotspot | Boolean | A true or false value indicates whether the SSID is hotspot. |
ssid | String | Name of SSID. |
vulnerable | Boolean | A true or false value indicates whether the SSID is vulnerable or not. |
Copy Sample JSON
Sample JSON
[{ "hotspot": false, "ssid": "Spectrum", "vulnerable": false }, { "hotspot": false, "ssid": "Spectrum-a", "vulnerable": false } ]
API Calls
/V5/devices/clients/{boxid}/recentlyprobedssids