The list-backup command retrieves a list of backup images for the Block Storage.

JSON Input Data Format
{
    "id": string
}
id * Specifies the ID of the Block Storage.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": [
    {
        "backup_id": "V7aab9a0b8-xxxx-xxxx-xxxx-23fxxxxd912:bbkp-2022-05-18-17-58-03"
    },
    {
        "backup_id": "V7aab9a0b8-xxxx-xxxx-xxxx-23fxxxxd912:bbkp-2022-05-18-18-37-54"
    }
]
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}