ApiSandbox images
List Active Images
List available sandbox images (active + ready only).
Response Body
application/json
curl -X GET "https://loading/api/v1/sandbox-images"[
{
"id": "string",
"name": "string",
"display_name": "string",
"description": "string",
"language": "string",
"template": "string",
"base_image": "string",
"packages": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"is_default": false,
"image_size_mb": 0,
"default_memory_mb": 0,
"default_cpu_cores": 0,
"default_disk_mb": 0,
"default_network_enabled": false
}
]Get Package Catalog
Return the curated package catalog for image creation UI.
Get Pool Summary
Return an aggregate warm pool summary across all images. When ``warm_pool_enabled`` is *false*, numeric pool fields are zeroed out and ``per_image`` is empty -- but ``total_images`` still reflects the count of active+ready images.
