List all platform information entries

View as Markdown

Platform information entries describe per-platform port maps, minimum resource requirements, and port configuration used to configure hardware platform-specific behavior.

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

creatorstringOptional
Filter by the creator username.
emulation_typestringOptional
Filter by the emulation type.
limitintegerOptional
Number of results to return per page.
modelstringOptional
Filter by the model.
offsetintegerOptional
The initial index from which to return the results.
orderingenumOptional

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

os_typestringOptional
Filter by the OS type.
platform_information_versionstringOptional
Filter by the version.
searchstringOptional

Search by os_type, model, emulation_type, platform_information_version, 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