Get details of a specific OS configuration template
Admin clients may view all OS templates; all other clients can only view templates belonging to their own organization.
Required scope: air:image_read (roles: air_image_publisher, air_image_uploader, air_org_admin, air_user)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this os template.
Response
id
created
modified
os_type
OS family identifier.
os_template_version
Template version string.
render
Dict mapping canonical absolute POSIX paths to render entries. Keys must start with / and contain no .. or . segments, redundant separators, or trailing separator. Each value has a required content (template body) plus optional owner, group, and mode (default root/root/0644).
org
The org that owns this OS template. Taken from the creator.
creator
The username of the user who created the OS template.
generate
Dict mapping variable names to generation strategies.
vars
Variable names the render templates reference. Must exactly match the variables used across the render bodies.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error