GET /images
Operation ID: —
Auth: unknown
Description
Returns all Image objects. You can select specific Image types only and sort the results by using URI parameters.
Parameters (8)
(string, query, optional)
Return only Images with the given architecture.
(string, query, optional)
Can be used multiple times. Server ID linked to the Image. Only available for Images of type `backup`
(boolean, query, optional)
Can be used multiple times.
(string, query, optional)
Can be used to filter resources by labels. The response will only contain resources matching the label selector.
(string, query, optional)
Can be used to filter resources by their name. The response will only contain the resources matching the specified name
(string, query, optional)
Can be used multiple times.
Constraints: {'enum': ['id', 'id:asc', 'id:desc', 'name', 'name:asc', 'name:desc', 'created', 'created:asc', 'created:desc']}
(string, query, optional)
Can be used multiple times. The response will only contain Images matching the status.
Constraints: {'enum': ['available', 'creating']}
(string, query, optional)
Can be used multiple times.
Constraints: {'enum': ['system', 'snapshot', 'backup', 'app']}
No probe data for this endpoint yet.