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_uuidstringRequiredformat: "uuid"
filenamestringRequired

Query parameters

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

Response

Successful Response
device_uuidstringformat: "uuid"
Device UUID
filenamestring
File name
versionslist of objects
List of versions
deviceobject or null
Device metadata from Nautobot

Errors

422
Unprocessable Entity Error