For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a device

get
Authorizations
defguard_sessionstringRequired
Path parameters
device_idinteger · int64Required

ID of the device.

Responses
200

Device details.

application/json
configuredbooleanRequired

Whether the device is ready to use. Unconfigured devices are not sent to the gateway. Such a device is already added to all its networks, but is still missing something, for example its public key.

createdstring · date-timeRequired
descriptionstring · nullableOptional
device_typestring · enumRequiredPossible values:
idinteger · int64Required
namestringRequired
user_idinteger · int64Required
wireguard_pubkeystringRequired
get/api/v1/device/{device_id}

Last updated

Was this helpful?