List all versions of a config file

View as Markdown
List all versions of a configuration file.

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
filenamestringRequired

Query parameters

file_typeenumOptional
Enum for config file types.
Allowed values:
limitintegerOptionalDefaults to 100

Response

Successful Response
device_uuidstring
DCIM provider device identifier
filenamestring
File name
versionslist of objects
List of versions
deviceobject or nullOptional
Device metadata from the selected DCIM provider

Errors

422
Unprocessable Entity Error