config.save =========== Create a tar file of security-sensitive information. These options select which information is included in the tar file: `secretseed` bool: When true, include password secret seed. `pool_keys` bool: IGNORED and DEPRECATED as it does not apply on SCALE systems. `root_authorized_keys` bool: When true, include "/root/.ssh/authorized_keys" file for the root user. If none of these options are set, the tar file is not generated and the database file is returned. .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: options

options

Type: object
Default:
{ "secretseed": false, "pool_keys": false, "root_authorized_keys": false }

No Additional Properties

Secretseed

Type: boolean Default: false

Pool Keys

Type: boolean Default: false

Root Authorized Keys

Type: boolean Default: false

Result

Type: null


*Required roles:* FULL_ADMIN