Compute
List Images
Retrieves a list of all available operating system images that can be used when creating compute instances. Images define the base operating system and pre-installed software that will be deployed on your instances.
get/compute/v2/thr1/images
Response
Successfully retrieved the list of available images. The response includes details about each image such as the operating system type, version, and other specifications to help you choose the appropriate base system for your workloads.
Example response
{
"items": {
"apiVersion": "compute/v2",
"kind": "Image",
"metadata": {
"resourceVersion": "519597875",
"uid": "00000000-0000-0000-0000-000000000000",
"workspace": "00000000-0000-0000-0000-000000000000"
},
"spec": {
"distributionName": "ubuntu",
"osType": "linux",
"osVersion": "22.04"
}
},
"kind": "ImageList"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.