searchOrgWanClients
GET https://{{host}}/api/v1/orgs/:org_id/wan_clients/search
Query Parameters
Name | Type | Description |
---|---|---|
mac | string | partial / full MAC address |
hostname | string | partial / full hostname |
ip | string | client IP |
mfg | string | Manufacture |
network | string | Network |
RESPONSES
status: OK
{"results":[{"wcid":"8bbe7389-212b-c65d-2208-00fab2017936","hostname":["sonoszp"],"ip":["192.168.1.139","192.168.1.122"],"mfg":"Sonos","last_hostname":"sonoszp","timestamp":1718791390,"org_id":"b4e16c72-d50e-4c03-a952-a3217e231e2c","site_id":"f688779c-e335-4f88-8d7c-9c5e9964528b","last_ip":"192.168.1.139","network":"lan","ip_src":"dhcp","dhcp_expire_time":1718798190,"dhcp_start_time":1718788190}]}