Get Backups
Get the list of backups for all devices
Syntax: see Call Structure
Type = 'GET'
'http://localhost:43430/api/v1/backups'\ |
Returns:
A list of backups stored on the host displayed as an array.
Example
curl -X 'GET' \
'http://localhost:43430/api/v1/backups' \
-H 'accept: application/json'
Returns
{
"result": [
"test",
"test2"
]
}
Errors
If there is an error in the API method then JSON-RPC Error Object a will be returned