Get details of a specific os_image manifest
Get details of a specific os_image manifest
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 image manifest.
Response
id
created
modified
image
The image this manifest describes.
os_type
The OS type the image runs; used as the lookup key into platform templates and platform information, and to resolve the OS type at runtime.
creator
The username of the user who created the manifest.
os_template_partition
Partition of the boot disk that rendered OS Template files are written into: a filesystem label (e.g. SONiC-OS), or a device path when prefixed with /dev/. Rendered file paths are interpreted relative to the root of this partition. When unset, files are written into the partition named by the image mountpoint.
capabilities
OS image capability flags. Presence of a key means the capability is supported. Unknown keys are rejected.
platforms
Pinned platforms keyed by hardware model name. Each value carries the platform information and platform template versions for that model.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error