BackupConfiguration
BackupConfiguration
Configuration for taking manual/automated backup
JSON Example
{
"backup_schedule": {
"resource_type": "string"
},
"remote_file_server": {
"directory_path": "string",
"protocol": {
"protocol_name": "string",
"ssh_fingerprint": "string",
"authentication_scheme": {
"username": "string",
"scheme_name": "string",
"password": "string"
}
},
"port": 0,
"server": "string"
},
"passphrase": "string",
"backup_enabled": false,
"inventory_summary_interval": 0
}
string
passphrase
Optional
Passphrase used to encrypt backup files.
boolean
backup_enabled
Optional
true if automated backup is enabled
integer As int64 As int64
inventory_summary_interval
Optional
The minimum number of seconds between each upload of the inventory summary to backup server.