You can use the ListBackupTargets method to get information about all backup targets that have been created.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
backupTargets | Objects returned for each backup target. Included objects:
|
JSON object |
Requests for this method are similar to the following example:
{ "method": "ListBackupTargets", "params": {}, "id": 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "backupTargets": [ { "attributes" : {}, "backupTargetID" : 1, "name" : "mytargetbackup" } ] } }
9.6