Sha256: 8315cefaf2c49bd646f98b0baa2f94a7ada7b15f0e7236cbb75b98f7b259344d
Contents?: true
Size: 1002 Bytes
Versions: 2
Compression:
Stored size: 1002 Bytes
Contents
# ServerList List all available servers under a specified data center. ```text knife ionoscloud server list (options) ``` ## Available options: ### Required options: * datacenter\_id * ionoscloud\_username * ionoscloud\_password ```text datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID the ID of the datacenter containing the server (required) upgrade_needed: --upgrade-needed, -u it can be used to filter which servers can be upgraded ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ``` ## Example ```text knife ionoscloud server list --datacenter-id DATACENTER_ID --upgrade-needed --username USERNAME --password PASSWORD --extra-config EXTRA_CONFIG_FILE_PATH ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
knife-ionoscloud-6.0.0.beta.2 | docs/subcommands/server_list.md |
knife-ionoscloud-6.0.0.beta.1 | docs/subcommands/server_list.md |