Instances

List Available OS Images.

Return a list of all available operating system images, including details about each image's version and driver, if applicable.

HTTP Request

GET {API_URL}/computing/images

Response Attributes

data array

An array containing information about operating system images:

  • id string: The unique identifier of the operating system image.

  • dc_id number: The unique identifier for the vendor providing the image.

  • os_name string: Name of the operating system.

  • os_type string: The operating system brand.

  • region string: Name of the region associated with the operating system image.

status string

Indicates the result of the request. success signifies success, while failed indicates an error.

message string

A description of the status of the request.

Example

Request

Response

Last updated