Was this helpful?
Get the latest status of all clients on this network.
Includes:
GET /network/clients HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "clients": [ { "client_id": "text", "device_id": "text", "network_id": "text", "description": "text", "device_name": "text", "device_spec": "text", "create_time": "text", "auth_time": "text", "resident": { "client_id": "text", "instance_id": "text", "resident_id": "text", "resident_host": "text", "resident_service": "text", "resident_block": "text", "resident_internal_ports": [ 1 ] }, "provide_mode": 1, "connections": [ { "client_id": "text", "connection_id": "text", "connect_time": "text", "disconnect_time": "text", "connection_host": "text", "connection_service": "text", "connection_block": null } ] } ] }