v50

latestOpenAPI 3.0.0Commercialraw.githubusercontent.com2022-08-0911645127.8 KB
Organization

Get wireless LAN details

get/org/wireless/{wireless_id}

Path parameters

wireless_idstring uuid required

UUID of the wireless LAN to retrieve

Response

wireless details

idstring uuid required
created_atinteger
last_seeninteger
organization_idstring uuid
site_idstring uuid
last_agent_idstring uuid
last_task_idstring uuid
essidstring uuid
bssidstring mac
typestring
authenticationstring
encryptionstring
signalinteger
channelsstring
interfacestring
vendorstring
familystring
dataobject
org_namestring
site_namestring
agent_namestring

Example response

{
  "id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
  "created_at": 1576300370,
  "last_seen": 1576300370,
  "organization_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
  "site_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
  "last_agent_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
  "last_task_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
  "essid": "Free WiFi",
  "bssid": "11:22:33:44:55:66",
  "type": "infrastructure",
  "authentication": "wpa2-psk",
  "encryption": "aes",
  "signal": 99,
  "channels": "11, 158+1",
  "interface": "wlan0",
  "vendor": "Ubiquiti Networks",
  "org_name": "Test Labs",
  "site_name": "Primary",
  "agent_name": "LAPTOP-F4P1R6"
}