List Images

List all images

List URL:

GEThttps://api.hyperleaf.com/api/images/list

Get Example

curl https://api.hyperleaf.com/api/images/list?key=mykey

Response Examples

{
    "status": "ok",
    "count": 39,
    "data": [
        {
            "image_uuid": "5e83-0950-a4eb-10c1-55d8832e3188-20.1.1.1-rocky8-02-14-2023-4f17-1ab9-88ae-be9d-46c3a4e294b1-76ac-8b0c-7433-f3f3-4bf1a399025c",
            "image_name": "server42",
            "origin_vm_name": "ubuntutmp1",
            "origin_vm_uuid": "5e83-0950-a4eb-10c1-55d8832e3188-20.1.1.1-rocky8",
            "status": "done",
            "size": "42949672960",
            "created_date": "2023-02-11 17:29:09"
        }
    ]
}
circle-info

status

The status may be 'done', 'usable', 'new', or 'error'.

Status types of 'usable' or 'done' means the image can be used to create new virtual machines. Type 'new' means it's in the process of being duplicated.

Last updated