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