Configure Backup Config
Configure file server and timers for automated backup. If secret fields are omitted (password, passphrase) then use the previously set value.
{
"backup_schedule": {
"resource_type": "string"
},
"remote_file_server": {
"server": "string",
"protocol": {
"protocol_name": "string",
"ssh_fingerprint": "string",
"authentication_scheme": {
"username": "string",
"scheme_name": "string",
"password": "string"
}
},
"port": 0,
"directory_path": "string"
},
"passphrase": "string",
"backup_enabled": false,
"inventory_summary_interval": 0
}
Set when backups should be taken - on a weekly schedule or at regular intervals.
The server to which backups will be sent.
passphrase
backup_enabled
inventory_summary_interval
Success
{
"backup_schedule": {
"resource_type": "string"
},
"remote_file_server": {
"server": "string",
"protocol": {
"protocol_name": "string",
"ssh_fingerprint": "string",
"authentication_scheme": {
"username": "string",
"scheme_name": "string",
"password": "string"
}
},
"port": 0,
"directory_path": "string"
},
"passphrase": "string",
"backup_enabled": false,
"inventory_summary_interval": 0
}
Set when backups should be taken - on a weekly schedule or at regular intervals.
The server to which backups will be sent.
passphrase
backup_enabled
inventory_summary_interval
Unexpected error
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
module_name
error_message
error_code