getSiteOtherDevices
GET https://{{host}}/api/v1/sites/:site_id/otherdevices
Response Definitions
Name | Type | Description |
---|---|---|
vendor | string | the vendor |
mac | string | the mac address |
serial | string | the device’s serial number |
model | string | the model of the device |
name | string | the name of the device |
site_id | string | the site id where the device is located |
device_mac | string | the device mac |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
vendor | null |
RESPONSES
status: OK
[{"vendor":"cradlepoint","mac":"5c5b35000018","serial":"FXLH2015150025","model":"AP41","name":"hallway","site_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","device_mac":"001122334455"}]