Images
Whether the request succeeded.
trueHuman-readable description of the result.
Getting images successfulimages object[]
OS images available for VM deployment.
Operating system type of the images.
UbuntuURL to a logo representing the image type.
https://api.nexgencloud.com:8080/hyperstack-os-logos/ubuntu.svgimages object[]
OS images available for VM deployment.
Unique numeric identifier for the image.
1402Name of the image.
Ubuntu Server 22.04 LTS R535 CUDA 12.2 with DockerOperating system type of the image.
UbuntuOperating system version of the image.
Server 22.04 LTS R535 CUDA 12.2 with DockerSize of the image in bytes.
107374182400Human-readable size of the image.
100 GiBDescription of the image.
labels object[]
Labels applied to the image.
Unique numeric identifier for the label.
The label name.
Whether the image is public or private.
trueflavor_restrictions object
Flavor compatibility restrictions for the image.
Whether the image has any flavor restrictions.
Type of flavor restriction applied to the image. hard blocks deployment on incompatible flavors; soft allows deployment with a performance warning; null means no restrictions.
compatible_flavors object[]
Flavors compatible with the image.
Identifier of the compatible flavor.
Name of the compatible flavor.
Type of compatibility link. hard blocks deployment on this flavor; soft allows deployment with a performance warning.
constraints object
JSON constraints object
Human-readable reason the operation was rejected.
{
"status": true,
"message": "Getting images successful",
"images": [
{
"region_name": "US-1",
"type": "Ubuntu",
"logo": "https://api.nexgencloud.com:8080/hyperstack-os-logos/ubuntu.svg",
"images": [
{
"id": 1402,
"name": "Ubuntu Server 22.04 LTS R535 CUDA 12.2 with Docker",
"region_name": "US-1",
"type": "Ubuntu",
"version": "Server 22.04 LTS R535 CUDA 12.2 with Docker",
"size": 107374182400,
"display_size": "100 GiB",
"description": "",
"labels": [
{
"id": 0,
"label": "string"
}
],
"is_public": true,
"flavor_restrictions": {
"has_flavor_restrictions": true,
"restriction_type": "string",
"compatible_flavors": [
{
"flavor_id": 0,
"flavor_name": "string",
"link_type": "string",
"constraints": {},
"reason": "string"
}
]
}
}
]
}
]
}