v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Restores (Image)

List image exports

get/v1/restore/image

Query parameters

offsetinteger

Starting index for pagination

limitinteger

Number of items to return for pagination

sort_by'id'

Sort by a specific field

sort_ascboolean

Sort in ascending order

created_afterstring date-time

Filter results to after a specific creation timestamp (RFC3339 format)

created_beforestring date-time

Filter results to before a specific creation timestamp (RFC3339 format)

Response

OK

Example response

{
  "data": [
    {
      "agent_id": "a_0123456789ab",
      "created_at": "2024-08-23T01:25:08Z",
      "device_id": "d_0123456789ab",
      "image_export_id": "ie_0123456789ab",
      "image_type": "vhdx",
      "nfs_clients": [
        "192.168.1.0/24"
      ],
      "snapshot_id": "s_0123456789ab"
    }
  ],
  "pagination": {
    "next_offset": 10
  }
}