List Networks

List all networks

List URL:

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

Get Example

curl https://api.hyperleaf.com/api/networks/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",
            "status": "done",
            "size": "42949672960",
            "created_date": "2023-02-11 17:29:09"
        }
    ]
}

Last updated