Sha256: 2a9b429eda271f9a9d2a86a98e063645b5c629765d6cd7960ce21b8db6531fa9
Contents?: true
Size: 839 Bytes
Versions: 4
Compression:
Stored size: 839 Bytes
Contents
# RequestWait Waits until a request status is either DONE or FAILED. ```text knife ionoscloud request wait (options) ``` ## Available options: ### Required options: * request\_id * ionoscloud\_username * ionoscloud\_password ```text request_id: --request-id REQUEST_ID, -R REQUEST_ID the ID of the Backup unit. (required) 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 request wait --request-id REQUEST_ID --username USERNAME --password PASSWORD --extra-config EXTRA_CONFIG_FILE_PATH ```
Version data entries
4 entries across 4 versions & 1 rubygems