Sha256: 3e3ae0d312e08bb45c1527b31e9bfd8b27bc1e57128d31d3b4bea5e3d2a192c9
Contents?: true
Size: 795 Bytes
Versions: 3
Compression:
Stored size: 795 Bytes
Contents
# BackupunitList Retrieve a list of all the backup units the supplied credentials have access to. ```text knife ionoscloud backupunit list ``` ## Available options: ### Required options: * ionoscloud\_username * ionoscloud\_password ```text extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) ionoscloud_url: --url URL the Ionoscloud API URL ``` ## Example ```text knife ionoscloud backupunit list--extra-config EXTRA_CONFIG_FILE_PATH --username USERNAME --password PASSWORD --url URL ```
Version data entries
3 entries across 3 versions & 1 rubygems