The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
CreateBackupTarget
Contributors
-
PDF of this doc site
-
Manage storage with Element software
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use CreateBackupTarget
to create and store backup target information so that you do not need to re-enter it each time a backup is created.
Parameters
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
name |
Name for the backup target. |
string |
None |
Yes |
attributes |
List of name-value pairs in JSON object format. |
JSON object |
None |
Yes (but can be empty) |
Return value
This method has the following return value:
Name |
Description |
Type |
backupTargetID |
Unique identifier assigned to the new backup target. |
integer |
Request example
Requests for this method are similar to the following example:
{ "method": "CreateBackupTarget", "params": { "name": "mytargetbackup" }, "id": 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "backupTargetID": 1 } }
New since version
9.6