List all os_image manifests

View as Markdown

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.

Query parameters

imagestringOptionalformat: "uuid"
Filter by the UUID of the image the manifest describes.
limitintegerOptional
Number of results to return per page.
offsetintegerOptional
The initial index from which to return the results.
orderingenumOptional

Order objects by field. Prefix with - for descending order.

Allowed values:
os_typestringOptional
Filter by the OS type.
searchstringOptional

Search by os_type, image_name, image_id, or creator.

Response

countinteger
resultslist of objects
nextstring or nullOptionalformat: "uri"
previousstring or nullOptionalformat: "uri"

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error