GET /system/backup/jobs
FROM API REVISION 4.0
DEPRECATED
This will list the active Jobs.
If multiple backup file have been created, there will be multiple jobs.
This list is not persistent. After a reboot, all the jobs will be deleted.
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
The $expand system query option specifies the related resources to be included in line with retrieved resources.
The value passed in the parameter can be:
The $expand system query option can be used with the $levels query option, to expand recursively.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
Object Name: Jobs
Property Name | Type | Description | Method |
---|---|---|---|
Jobs | Array <Job> |
This is a backup job array. | GET |
URL Example: https://0.0.0.0/api/rest/v1/system/backup/jobs
[
{
"href": "/api/rest/v1/system/backup/jobs/a697b806-14b1-4c61-a9db-5e875f3982f3",
"name": "a697b806-14b1-4c61-a9db-5e875f3982f3"
},
{
"href": "/api/rest/v1/system/backup/jobs/7a8e0ff8-4bf6-4734-8cbc-1f1f461d81f9",
"name": "7a8e0ff8-4bf6-4734-8cbc-1f1f461d81f9"
}
]
URL Example: https://0.0.0.0/api/rest/v1/system/backup/jobs
<?xml version="1.0" encoding="utf-8"?>
<Jobs>
<Target>
<Href>
/api/rest/v1/system/backup/jobs/a697b806-14b1-4c61-a9db-5e875f3982f3
</Href>
<Name>a697b806-14b1-4c61-a9db-5e875f3982f3</Name>
</Target>
<Target>
<Href>
/api/rest/v1/system/backup/jobs/7a8e0ff8-4bf6-4734-8cbc-1f1f461d81f9
</Href>
<Name>7a8e0ff8-4bf6-4734-8cbc-1f1f461d81f9</Name>
</Target>
</Jobs>