Skip to main content

BackupResponsePagedResponse

items object[]nullable

List of backup responses.

  • Array [
  • idstring<uuid>

    Value of id.

    vmIdstring<uuid>

    Unique identifier of the virtual machine in UUID format.

    sizeBytesinteger<int64>

    Resource size in bytes.

    createdAtstring<date-time>

    Timestamp when the resource was created.

  • ]
  • totalinteger<int32>

    Total number of items available.

    pageinteger<int32>

    Current page number of the paginated result.

    pageSizeinteger<int32>

    Maximum number of items returned per page.

    totalPagesinteger<int32>

    Total number of pages available.

    hasNextPageboolean

    Indicates whether another result page is available.

    BackupResponsePagedResponse
    {
    "items": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "vmId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "sizeBytes": 0,
    "createdAt": "2024-07-29T15:51:28.071Z"
    }
    ],
    "total": 0,
    "page": 0,
    "pageSize": 0,
    "totalPages": 0,
    "hasNextPage": true
    }