Get all configs for a device

View as Markdown
Get all latest configuration files for a device.

Authentication

AuthorizationBearer

Bearer JWT used by CLI and machine clients on svc-* endpoints. Authentication is required by default, but deployments may disable it with [auth] required = false. Browser OIDC sessions, mTLS, SPIFFE identities, and trusted gateway identity headers may also satisfy authentication outside this generated client flow.

Path parameters

device_uuidstringRequired

Query parameters

file_typeenum or nullOptional
Enum for config file types.
Allowed values:

Response

Successful Response
authorstring
Author email
commit_messagestring
Commit message
contentstring
Configuration file content
content_hashstring
SHA256 hash of content
created_atdatetime
Timestamp when version was created
device_uuidstring
DCIM provider device identifier
file_typeenum

Config file type (intended or backup)

filenamestring
File name
idstringformat: "uuid"
Config file ID
versioninteger
Version number
deviceobject or nullOptional
Device metadata from the selected DCIM provider

Errors

422
Unprocessable Entity Error