CustomImages
Lists all custom images in the project and returns their details.
get/projects/{project_id}/compute/custom-images
Path parameters
project_idstring required
Response
Example response
{
"items": [
{
"created_at": "2023-06-29T20:03:26Z",
"description": "base Ubuntu 20.04 image",
"id": "09ae8411-0fbb-411c-898c-2b8f19622ae1",
"name": "ubuntu"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.