appliance recovery backup job: list

Get list of backup jobs

Request:

HTTP request

GET https://{server}/rest/appliance/recovery/backup/job
No request parameters

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        "obj-103",
        "obj-103"
    ]
}

Response Type:

Name Type Description
bold = required
value string[] list of BackupJob IDs.

Errors:

HTTP Status Code Type Description
500 error if any error occurs during the execution of the operation.