brightbox-cli 3.1.0 → 4.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitattributes +1 -0
- data/.github/workflows/ruby.yml +36 -0
- data/.gitignore +1 -1
- data/.rubocop.yml +70 -0
- data/CHANGELOG.md +84 -0
- data/Gemfile.lock +71 -42
- data/README +57 -29
- data/README.rdoc +1 -1
- data/brightbox-cli.gemspec +20 -33
- data/lib/brightbox-cli/accounts.rb +9 -11
- data/lib/brightbox-cli/api.rb +38 -36
- data/lib/brightbox-cli/cloud_ips.rb +8 -8
- data/lib/brightbox-cli/collaborating_account.rb +5 -5
- data/lib/brightbox-cli/collaboration.rb +1 -1
- data/lib/brightbox-cli/commands/accounts/{accept-invite.rb → accept_invite.rb} +2 -6
- data/lib/brightbox-cli/commands/accounts/default.rb +1 -2
- data/lib/brightbox-cli/commands/accounts/list.rb +6 -8
- data/lib/brightbox-cli/commands/accounts/remove.rb +2 -6
- data/lib/brightbox-cli/commands/accounts/{reset-ftp-password.rb → reset_ftp_password.rb} +6 -9
- data/lib/brightbox-cli/commands/accounts/show.rb +10 -13
- data/lib/brightbox-cli/commands/cloudips/create.rb +2 -5
- data/lib/brightbox-cli/commands/cloudips/destroy.rb +10 -14
- data/lib/brightbox-cli/commands/cloudips/list.rb +0 -2
- data/lib/brightbox-cli/commands/cloudips/map.rb +10 -13
- data/lib/brightbox-cli/commands/cloudips/show.rb +11 -14
- data/lib/brightbox-cli/commands/cloudips/unmap.rb +2 -4
- data/lib/brightbox-cli/commands/cloudips/update.rb +2 -4
- data/lib/brightbox-cli/commands/collaborations.rb +2 -3
- data/lib/brightbox-cli/commands/config/{client-add.rb → client_add.rb} +0 -3
- data/lib/brightbox-cli/commands/config/client_default.rb +18 -0
- data/lib/brightbox-cli/commands/config/{client-list.rb → client_list.rb} +1 -4
- data/lib/brightbox-cli/commands/config/{client-remove.rb → client_remove.rb} +0 -3
- data/lib/brightbox-cli/commands/config/{user-add.rb → user_add.rb} +1 -4
- data/lib/brightbox-cli/commands/firewall/{policies-apply.rb → policies_apply.rb} +2 -2
- data/lib/brightbox-cli/commands/firewall/{policies-create.rb → policies_create.rb} +2 -4
- data/lib/brightbox-cli/commands/firewall/{policies-destroy.rb → policies_destroy.rb} +0 -3
- data/lib/brightbox-cli/commands/firewall/{policies-list.rb → policies_list.rb} +0 -2
- data/lib/brightbox-cli/commands/firewall/{policies-remove.rb → policies_remove.rb} +2 -2
- data/lib/brightbox-cli/commands/firewall/{policies-show.rb → policies_show.rb} +6 -8
- data/lib/brightbox-cli/commands/firewall/{policies-update.rb → policies_update.rb} +2 -4
- data/lib/brightbox-cli/commands/firewall/{rules-create.rb → rules_create.rb} +6 -8
- data/lib/brightbox-cli/commands/firewall/{rules-destroy.rb → rules_destroy.rb} +0 -2
- data/lib/brightbox-cli/commands/firewall/{rules-list.rb → rules_list.rb} +0 -2
- data/lib/brightbox-cli/commands/firewall/{rules-show.rb → rules_show.rb} +7 -9
- data/lib/brightbox-cli/commands/firewall/{rules-update.rb → rules_update.rb} +7 -8
- data/lib/brightbox-cli/commands/groups/{add-server.rb → add_server.rb} +0 -2
- data/lib/brightbox-cli/commands/groups/create.rb +2 -3
- data/lib/brightbox-cli/commands/groups/destroy.rb +0 -2
- data/lib/brightbox-cli/commands/groups/list.rb +0 -1
- data/lib/brightbox-cli/commands/groups/move_servers.rb +2 -3
- data/lib/brightbox-cli/commands/groups/{remove-servers.rb → remove_servers.rb} +2 -4
- data/lib/brightbox-cli/commands/groups/show.rb +0 -2
- data/lib/brightbox-cli/commands/groups/update.rb +2 -3
- data/lib/brightbox-cli/commands/images/destroy.rb +0 -4
- data/lib/brightbox-cli/commands/images/list.rb +3 -5
- data/lib/brightbox-cli/commands/images/register.rb +9 -17
- data/lib/brightbox-cli/commands/images/show.rb +19 -20
- data/lib/brightbox-cli/commands/images/update.rb +12 -8
- data/lib/brightbox-cli/commands/lbs/{add-nodes.rb → add_nodes.rb} +0 -3
- data/lib/brightbox-cli/commands/lbs/create.rb +5 -7
- data/lib/brightbox-cli/commands/lbs/destroy.rb +0 -3
- data/lib/brightbox-cli/commands/lbs/list.rb +0 -1
- data/lib/brightbox-cli/commands/lbs/{remove-nodes.rb → remove_nodes.rb} +0 -3
- data/lib/brightbox-cli/commands/lbs/show.rb +20 -22
- data/lib/brightbox-cli/commands/lbs/update.rb +6 -9
- data/lib/brightbox-cli/commands/login.rb +13 -12
- data/lib/brightbox-cli/commands/servers/{activate-console.rb → activate_console.rb} +2 -5
- data/lib/brightbox-cli/commands/servers/create.rb +29 -25
- data/lib/brightbox-cli/commands/servers/destroy.rb +0 -3
- data/lib/brightbox-cli/commands/servers/list.rb +4 -5
- data/lib/brightbox-cli/commands/servers/show.rb +0 -2
- data/lib/brightbox-cli/commands/servers/shutdown.rb +0 -3
- data/lib/brightbox-cli/commands/servers/snapshot.rb +0 -4
- data/lib/brightbox-cli/commands/servers/start.rb +0 -4
- data/lib/brightbox-cli/commands/servers/stop.rb +0 -3
- data/lib/brightbox-cli/commands/servers/update.rb +5 -5
- data/lib/brightbox-cli/commands/sql/instances_create.rb +3 -6
- data/lib/brightbox-cli/commands/sql/instances_destroy.rb +0 -2
- data/lib/brightbox-cli/commands/sql/instances_list.rb +7 -9
- data/lib/brightbox-cli/commands/sql/instances_reset_password.rb +0 -1
- data/lib/brightbox-cli/commands/sql/instances_show.rb +0 -3
- data/lib/brightbox-cli/commands/sql/instances_snapshot.rb +0 -3
- data/lib/brightbox-cli/commands/sql/instances_update.rb +1 -3
- data/lib/brightbox-cli/commands/sql/snapshots_destroy.rb +0 -3
- data/lib/brightbox-cli/commands/sql/snapshots_list.rb +7 -9
- data/lib/brightbox-cli/commands/sql/snapshots_show.rb +12 -10
- data/lib/brightbox-cli/commands/sql/snapshots_update.rb +1 -3
- data/lib/brightbox-cli/commands/sql/types.rb +8 -15
- data/lib/brightbox-cli/commands/token.rb +0 -1
- data/lib/brightbox-cli/commands/types.rb +8 -14
- data/lib/brightbox-cli/commands/{user-collaborations.rb → user_collaborations.rb} +7 -8
- data/lib/brightbox-cli/commands/users/list.rb +0 -2
- data/lib/brightbox-cli/commands/users/show.rb +1 -3
- data/lib/brightbox-cli/commands/users/update.rb +3 -6
- data/lib/brightbox-cli/commands/zones.rb +7 -10
- data/lib/brightbox-cli/config/accounts.rb +18 -26
- data/lib/brightbox-cli/config/api_client.rb +12 -16
- data/lib/brightbox-cli/config/authentication_tokens.rb +39 -42
- data/lib/brightbox-cli/config/cache.rb +1 -0
- data/lib/brightbox-cli/config/clients.rb +8 -8
- data/lib/brightbox-cli/config/gpg_encrypted_passwords.rb +6 -8
- data/lib/brightbox-cli/config/password_helper.rb +33 -8
- data/lib/brightbox-cli/config/sections.rb +45 -29
- data/lib/brightbox-cli/config/two_factor_auth.rb +12 -11
- data/lib/brightbox-cli/config/two_factor_helper.rb +36 -0
- data/lib/brightbox-cli/config/user_application.rb +18 -18
- data/lib/brightbox-cli/config.rb +27 -23
- data/lib/brightbox-cli/connection_manager.rb +4 -2
- data/lib/brightbox-cli/database_server.rb +28 -29
- data/lib/brightbox-cli/database_snapshot.rb +1 -1
- data/lib/brightbox-cli/database_type.rb +6 -6
- data/lib/brightbox-cli/detailed_server.rb +43 -42
- data/lib/brightbox-cli/detailed_server_group.rb +1 -1
- data/lib/brightbox-cli/error_parser.rb +9 -9
- data/lib/brightbox-cli/firewall_policy.rb +2 -1
- data/lib/brightbox-cli/firewall_rule.rb +3 -3
- data/lib/brightbox-cli/firewall_rules.rb +3 -3
- data/lib/brightbox-cli/gli_global_hooks.rb +25 -27
- data/lib/brightbox-cli/images.rb +14 -12
- data/lib/brightbox-cli/load_balancers.rb +3 -6
- data/lib/brightbox-cli/logging.rb +14 -14
- data/lib/brightbox-cli/nilable_hash.rb +1 -1
- data/lib/brightbox-cli/ruby_core_ext.rb +3 -3
- data/lib/brightbox-cli/server_groups.rb +2 -2
- data/lib/brightbox-cli/servers.rb +6 -6
- data/lib/brightbox-cli/tables.rb +13 -15
- data/lib/brightbox-cli/types.rb +6 -6
- data/lib/brightbox-cli/user_collaboration.rb +5 -7
- data/lib/brightbox-cli/users.rb +1 -1
- data/lib/brightbox-cli/version.rb +1 -1
- data/lib/brightbox-cli/zones.rb +1 -1
- data/lib/brightbox_cli.rb +34 -33
- data/spec/brightbox_spec.rb +0 -1
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_application/returns_a_collection_of_Accounts.yml +5 -5
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_application/returns_resources_on_the_same_connection.yml +2 -2
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_client/returns_a_collection_of_Accounts.yml +4 -4
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_client/returns_resources_on_the_same_connection.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_config_exists_and_overwrite_duplicates_is_false/does_not_update_the_config_file.yml +12 -12
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_config_exists_and_overwrite_duplicates_is_true/does_not_update_the_config_file.yml +12 -12
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_changes_to_the_config_file.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_the_default_account.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_the_new_client_as_the_default.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_find_or_set_default_account/when_client_is_not_authenticated/does_not_raise_an_error.yml +8 -8
- data/spec/cassettes/Brightbox_BBConfig/_find_or_set_default_account/when_client_may_access_one_account/updates_the_setting.yml +8 -8
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_config_in_use_is_not_the_default/uses_correct_credentials.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_a_cached_refresh_token/caches_the_new_tokens.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_an_expired_refresh_token/caches_the_new_tokens.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_no_tokens/caches_the_new_tokens.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_no_tokens/prompts_user_to_retry_command.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_an_API_client_with_no_tokens/caches_a_new_access_token.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_altering_a_custom_option/does_not_alter_the_configuration.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_altering_a_custom_option/updates_access_token.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_altering_a_custom_option/updates_refresh_token.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_configured_with_custom_options/does_not_alter_the_configuration.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_configured_with_custom_options/updates_access_token.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_configured_with_custom_options/updates_refresh_token.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_logged_in_previously/does_not_alter_the_configuration.yml +9 -9
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_logged_in_previously/updates_access_token.yml +9 -9
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_logged_in_previously/updates_refresh_token.yml +9 -9
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_no_config_exists/creates_the_configuration.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_no_config_exists/refreshed_tokens.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_using_an_email_and_suffix/creates_the_configuration.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_using_an_email_and_suffix/refreshed_tokens.yml +6 -6
- data/spec/cassettes/Brightbox_CloudIP/_find_all_/when_a_Cloud_IP_exists/returns_a_suitable.yml +15 -15
- data/spec/cassettes/Brightbox_FirewallPolicy/_apply_to/should_apply_firewall_policy.yml +14 -14
- data/spec/cassettes/Brightbox_FirewallPolicy/_create/should_create_firewall_policy.yml +14 -14
- data/spec/cassettes/Brightbox_FirewallPolicy/_destroy/should_destroy_firewall_policy.yml +16 -16
- data/spec/cassettes/Brightbox_FirewallPolicy/_find_all_/when_a_policy_exists/should_list_firewall_policy.yml +13 -13
- data/spec/cassettes/Brightbox_FirewallPolicy/_find_or_call/when_a_policy_exists/should_show_firewall_policy.yml +11 -11
- data/spec/cassettes/Brightbox_FirewallRule/_create/when_policy_exists/creates_the_rule_successfully.yml +14 -14
- data/spec/cassettes/Brightbox_FirewallRule/_destroy/when_rule_exists/destroys_a_rule.yml +12 -12
- data/spec/cassettes/Brightbox_FirewallRule/_find/when_rule_exists/can_display_the_result.yml +14 -14
- data/spec/cassettes/Brightbox_FirewallRule/_from_policy/when_policy_exists_with_a_rule/lists_all_rules.yml +19 -19
- data/spec/cassettes/Brightbox_Server/_destroy/when_server_exists/should_work.yml +12 -12
- data/spec/cassettes/Brightbox_Server/_find_all_/when_a_server_exists/should_print_server_list.yml +15 -15
- data/spec/cassettes/Brightbox_Server/_show/when_server_exists/shows_detailed_attributes_of_a_server.yml +18 -18
- data/spec/cassettes/Brightbox_Server/_shutdown/should_work.yml +18 -18
- data/spec/cassettes/Brightbox_Server/_start/should_work.yml +24 -24
- data/spec/cassettes/Brightbox_Server/_stop/should_work.yml +18 -18
- data/spec/cassettes/Brightbox_Server/_update/when_passing_new_group_membership/should_update_with_group.yml +22 -22
- data/spec/cassettes/Brightbox_ServerGroup/_find_all_/when_a_group_exists/list_server_groups.yml +13 -13
- data/spec/cassettes/Firewall_policies/update/when_the_policy_does_not_exist/prints_error_to_STDERR.yml +3 -3
- data/spec/cassettes/brightbox_accounts/list/_when_access_token_expired_/does_not_report_invalid_token_errors.yml +30 -30
- data/spec/cassettes/brightbox_accounts/list/_when_both_tokens_expired_/does_not_report_invalid_token_errors.yml +9 -9
- data/spec/cassettes/brightbox_accounts/list/_when_invalid_tokens_/does_not_report_invalid_token_errors.yml +9 -9
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_/does_not_report_invalid_token_errors.yml +27 -27
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_/reports_they_were_updated.yml +7 -7
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_and_password_incorrect_/does_not_report_invalid_token_errors.yml +7 -7
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_and_password_incorrect_/reports_unable_to_authenticate.yml +6 -6
- data/spec/cassettes/brightbox_accounts/list/does_not_error.yml +3 -3
- data/spec/cassettes/brightbox_cloudips/map/when_destination_is_a_server_ID/passes_the_interface_identifier_to_the_API.yml +12 -12
- data/spec/cassettes/brightbox_cloudips/map/when_destination_is_another_value/passes_the_identifier_to_the_API.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_adding_a_new_client/does_not_error.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_adding_a_new_client/sets_up_the_config.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/does_not_change_the_default_client.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/does_not_error.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/sets_this_as_the_default_client.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/sets_up_the_config.yml +7 -7
- data/spec/cassettes/brightbox_config/user_add/when_NO_config_file_on_disk/sets_up_the_config.yml +5 -5
- data/spec/cassettes/brightbox_config/user_add/when_a_default_client_is_already_set/does_not_change_the_default_client.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_details_in_config/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_details_in_config/sets_up_the_config.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/display_an_warning_about_preselected_default.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/selects_the_active_account_for_the_default.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/sets_up_the_config.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/display_an_warning_about_preselected_default.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/sets_up_the_config.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/does_not_prompt_to_rerun_the_command.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/requests_access_tokens.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/sets_this_as_the_default_client.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/sets_up_the_config.yml +5 -5
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/does_not_prompt_to_rerun_the_command.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/requests_access_tokens.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/sets_up_the_config.yml +3 -3
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/requests_access_tokens.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/sets_up_the_config.yml +2 -2
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/does_not_prompt_to_rerun_the_command.yml +6 -6
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/prompts_for_the_password.yml +6 -6
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/requests_access_tokens.yml +6 -6
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/does_not_prompt_to_rerun_the_command.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/prompts_for_the_password.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/requests_access_tokens.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/does_not_error.yml +3 -3
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/does_not_prompt_to_rerun_the_command.yml +3 -3
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/prompts_for_the_password.yml +3 -3
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/requests_access_tokens.yml +3 -3
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/sets_up_the_config.yml +3 -3
- data/spec/cassettes/brightbox_login/when_no_config_is_present/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_config_is_present/does_not_prompt_to_rerun_the_command.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_config_is_present/requests_access_tokens.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_config_is_present/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/does_not_prompt_to_rerun_the_command.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/prompts_for_the_password.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/requests_access_tokens.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_sql_instances/create/--allow-access_10_0_0_0/correctly_sends_API_parameters.yml +313 -26
- data/spec/cassettes/brightbox_sql_instances/create/--allow-access_srv-12345_grp-12345/correctly_sends_API_parameters.yml +1204 -38
- data/spec/cassettes/brightbox_sql_instances/create/--engine_mysql/correctly_sends_API_parameters.yml +596 -26
- data/spec/cassettes/brightbox_sql_instances/create/--engine_mysql_--engine-version_5_6/correctly_sends_API_parameters.yml +63 -9
- data/spec/cassettes/brightbox_sql_instances/create/--engine_mysql_--engine-version_8_0/correctly_sends_API_parameters.yml +393 -0
- data/spec/cassettes/brightbox_sql_instances/create/--maintenance-weekday_5_--maintenance_hour_11/correctly_sends_API_parameters.yml +393 -0
- data/spec/cassettes/brightbox_sql_instances/create/--maintenance-weekday_thursday/correctly_sends_API_parameters.yml +393 -0
- data/spec/cassettes/brightbox_sql_instances/create/--snapshot_dbi-12345/includes_schedule_fields_in_response.yml +1466 -0
- data/spec/cassettes/brightbox_sql_instances/create/--snapshots-schedule_0_12_4_/includes_schedule_fields_in_response.yml +342 -0
- data/spec/cassettes/brightbox_sql_instances/create/without_arguments/reports_the_new_admin_password.yml +541 -26
- data/spec/cassettes/brightbox_sql_instances/create/without_arguments/reports_the_new_admin_username.yml +484 -26
- data/spec/cassettes/brightbox_sql_instances/snapshot/when_database_server_active/correctly_sends_API_parameters.yml +4 -4
- data/spec/cassettes/brightbox_sql_instances/snapshot/when_database_server_can_not_be_snapshotted/reports_an_error_to_the_user.yml +2 -2
- data/spec/cassettes/brightbox_sql_snapshots/list/when_resources_are_available/does_not_output_to_stderr.yml +2 -2
- data/spec/cassettes/brightbox_sql_snapshots/list/when_resources_are_available/outputs_table_details_to_stdout.yml +2 -2
- data/spec/cassettes/brightbox_sql_snapshots/show/when_resource_exists/does_not_output_to_stderr.yml +2 -2
- data/spec/commands/accounts/default_spec.rb +1 -2
- data/spec/commands/accounts/list_spec.rb +7 -8
- data/spec/commands/accounts/reset_ftp_password_spec.rb +1 -2
- data/spec/commands/accounts/show_spec.rb +1 -2
- data/spec/commands/cloudips/create_spec.rb +1 -2
- data/spec/commands/cloudips/destroy_spec.rb +1 -2
- data/spec/commands/cloudips/list_spec.rb +1 -2
- data/spec/commands/cloudips/map_spec.rb +2 -3
- data/spec/commands/cloudips/show_spec.rb +1 -2
- data/spec/commands/cloudips/unmap_spec.rb +1 -2
- data/spec/commands/cloudips/update_spec.rb +7 -8
- data/spec/commands/config/client_add_spec.rb +2 -3
- data/spec/commands/config/client_default_spec.rb +1 -2
- data/spec/commands/config/client_list_spec.rb +1 -2
- data/spec/commands/config/client_remove_spec.rb +1 -2
- data/spec/commands/config/user_add_spec.rb +3 -4
- data/spec/commands/firewall_policies/update_spec.rb +3 -3
- data/spec/commands/groups/add_server_spec.rb +1 -2
- data/spec/commands/groups/create_spec.rb +1 -2
- data/spec/commands/groups/destroy_spec.rb +1 -2
- data/spec/commands/groups/list_spec.rb +1 -2
- data/spec/commands/groups/move_servers_spec.rb +1 -2
- data/spec/commands/groups/remove_servers_spec.rb +1 -2
- data/spec/commands/groups/show_spec.rb +1 -2
- data/spec/commands/groups/update_spec.rb +1 -2
- data/spec/commands/images/destroy_spec.rb +1 -2
- data/spec/commands/images/list_spec.rb +62 -63
- data/spec/commands/images/locking_spec.rb +4 -4
- data/spec/commands/images/register_spec.rb +89 -3
- data/spec/commands/images/show_spec.rb +56 -4
- data/spec/commands/images/update_spec.rb +53 -3
- data/spec/commands/lbs/add_nodes_spec.rb +1 -2
- data/spec/commands/lbs/create_spec.rb +2 -3
- data/spec/commands/lbs/destroy_spec.rb +1 -2
- data/spec/commands/lbs/list_spec.rb +1 -2
- data/spec/commands/lbs/locking_spec.rb +4 -4
- data/spec/commands/lbs/remove_nodes_spec.rb +1 -2
- data/spec/commands/lbs/show_spec.rb +1 -2
- data/spec/commands/lbs/update_spec.rb +3 -4
- data/spec/commands/login_spec.rb +134 -30
- data/spec/commands/policies/apply_spec.rb +1 -2
- data/spec/commands/policies/create_spec.rb +1 -2
- data/spec/commands/policies/destroy_spec.rb +1 -2
- data/spec/commands/policies/list_spec.rb +1 -2
- data/spec/commands/policies/remove_spec.rb +1 -2
- data/spec/commands/policies/show_spec.rb +1 -2
- data/spec/commands/policies/update_spec.rb +1 -2
- data/spec/commands/rules/create_spec.rb +1 -2
- data/spec/commands/rules/destroy_spec.rb +1 -2
- data/spec/commands/rules/list_spec.rb +1 -2
- data/spec/commands/rules/show_spec.rb +1 -2
- data/spec/commands/rules/update_spec.rb +1 -2
- data/spec/commands/servers/activate_console_spec.rb +1 -2
- data/spec/commands/servers/create_spec.rb +32 -16
- data/spec/commands/servers/destroy_spec.rb +1 -2
- data/spec/commands/servers/list_spec.rb +1 -2
- data/spec/commands/servers/locking_spec.rb +4 -4
- data/spec/commands/servers/reboot_spec.rb +3 -4
- data/spec/commands/servers/reset_spec.rb +3 -4
- data/spec/commands/servers/show_spec.rb +1 -2
- data/spec/commands/servers/shutdown_spec.rb +1 -2
- data/spec/commands/servers/snapshot_spec.rb +1 -2
- data/spec/commands/servers/start_spec.rb +1 -2
- data/spec/commands/servers/stop_spec.rb +1 -2
- data/spec/commands/servers/update_spec.rb +1 -2
- data/spec/commands/sql/instances/create_spec.rb +58 -75
- data/spec/commands/sql/instances/locking_spec.rb +4 -4
- data/spec/commands/sql/instances/show_spec.rb +7 -7
- data/spec/commands/sql/instances/snapshot_spec.rb +2 -2
- data/spec/commands/sql/instances/update_spec.rb +8 -8
- data/spec/commands/sql/snapshots/list_spec.rb +1 -1
- data/spec/commands/sql/snapshots/locking_spec.rb +4 -4
- data/spec/commands/sql/snapshots/show_spec.rb +1 -1
- data/spec/commands/sql/types/list_spec.rb +1 -2
- data/spec/commands/types/list_spec.rb +1 -2
- data/spec/commands/users/list_spec.rb +1 -2
- data/spec/commands/users/show_spec.rb +1 -2
- data/spec/commands/users/update_spec.rb +1 -2
- data/spec/commands/zones/list_spec.rb +1 -2
- data/spec/configs/api_client.ini +1 -1
- data/spec/configs/user_app.ini +2 -2
- data/spec/spec_helper.rb +16 -3
- data/spec/support/authentication_helpers.rb +98 -0
- data/spec/support/config_helpers.rb +2 -4
- data/spec/support/password_prompt_helpers.rb +22 -1
- data/spec/support/server_helper.rb +5 -5
- data/spec/support/tmp_config.rb +1 -1
- data/spec/support/token_helpers.rb +2 -2
- data/spec/support/vcr.rb +3 -22
- data/spec/unit/brightbox/api/created_on_spec.rb +2 -2
- data/spec/unit/brightbox/api/fog_model_spec.rb +13 -13
- data/spec/unit/brightbox/api/klass_name_spec.rb +0 -1
- data/spec/unit/brightbox/api/method_missing_spec.rb +64 -0
- data/spec/unit/brightbox/api/require_account_spec.rb +0 -1
- data/spec/unit/brightbox/api/respond_to_spec.rb +71 -0
- data/spec/unit/brightbox/bb_config/access_token_filename_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/account_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/add_login_spec.rb +27 -28
- data/spec/unit/brightbox/bb_config/add_section_spec.rb +1 -2
- data/spec/unit/brightbox/bb_config/clear_default_client_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/client_id_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/client_name_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/config_directory_exists_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/config_directory_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/config_spec.rb +2 -3
- data/spec/unit/brightbox/bb_config/default_account_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/default_client_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/delete_section_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/find_or_set_default_account_spec.rb +4 -4
- data/spec/unit/brightbox/bb_config/refresh_token_filename_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/renew_tokens_spec.rb +3 -4
- data/spec/unit/brightbox/bb_config/save_default_account_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/save_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/section_names_spec.rb +1 -1
- data/spec/unit/brightbox/bb_config/to_fog_spec.rb +2 -2
- data/spec/unit/brightbox/collaborating_account/to_row_spec.rb +3 -3
- data/spec/unit/brightbox/config/api_client/to_fog_spec.rb +8 -8
- data/spec/unit/brightbox/config/api_client/valid_spec.rb +4 -4
- data/spec/unit/brightbox/config/discover_two_factor_pin_spec.rb +87 -0
- data/spec/unit/brightbox/config/section_name_deduplicator_spec.rb +1 -1
- data/spec/unit/brightbox/config/user_application/to_fog_spec.rb +10 -10
- data/spec/unit/brightbox/config/user_application/valid_spec.rb +3 -3
- data/spec/unit/brightbox/connection_manager/fetch_connection_spec.rb +1 -1
- data/spec/unit/brightbox/database_server/clean_arguments_spec.rb +1 -2
- data/spec/unit/brightbox/database_server/maintenance_window_spec.rb +0 -1
- data/spec/unit/brightbox/error_parser/pretty_print_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_policy/apply_to_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_policy/create_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_policy/find_or_call_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_policy/find_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_rule/find_spec.rb +9 -9
- data/spec/unit/brightbox/firewall_rule/from_policy_spec.rb +4 -4
- data/spec/unit/brightbox/legacy/args_adjuster_spec.rb +20 -21
- data/spec/unit/brightbox/server/create_spec.rb +1 -2
- data/spec/unit/brightbox/server/start_spec.rb +2 -2
- data/spec/unit/brightbox/server/update_spec.rb +0 -1
- data/spec/unit/brightbox/user_collaboration/remove_spec.rb +0 -1
- data/spec/unit/nilable_hash_spec.rb +5 -5
- data/spec/unit/ruby_core_ext_spec.rb +3 -4
- data/spec/unit/temporary_home_spec.rb +1 -1
- data/spec/unit/tmp_config_spec.rb +0 -1
- metadata +135 -102
- data/.travis.yml +0 -10
- data/bin/brightbox-accounts +0 -13
- data/bin/brightbox-cloudips +0 -13
- data/bin/brightbox-config +0 -13
- data/bin/brightbox-firewall-policies +0 -13
- data/bin/brightbox-firewall-rules +0 -13
- data/bin/brightbox-groups +0 -13
- data/bin/brightbox-images +0 -13
- data/bin/brightbox-lbs +0 -13
- data/bin/brightbox-servers +0 -13
- data/bin/brightbox-types +0 -13
- data/bin/brightbox-users +0 -13
- data/bin/brightbox-zones +0 -13
- data/lib/brightbox-cli/commands/config/client-default.rb +0 -26
@@ -2,10 +2,10 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: http://api.brightbox.
|
5
|
+
uri: http://api.brightbox.localhost/1.0/database_servers?account_id=acc-12345
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
|
-
string:
|
8
|
+
string: '{"name":null,"description":null,"maintenance_weekday":null,"maintenance_hour":null}'
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
11
|
- fog/1.20.0
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message:
|
20
20
|
headers:
|
21
21
|
Location:
|
22
|
-
- http://api.brightbox.
|
22
|
+
- http://api.brightbox.localhost/1.0/database_servers/dbs-28vhw
|
23
23
|
Content-Type:
|
24
24
|
- application/json; charset=utf-8
|
25
25
|
X-Ua-Compatible:
|
@@ -40,54 +40,569 @@ http_interactions:
|
|
40
40
|
- Keep-Alive
|
41
41
|
body:
|
42
42
|
encoding: UTF-8
|
43
|
-
string:
|
44
|
-
account
|
43
|
+
string: '{"id":"dbs-28vhw","resource_type":"database_server","url":"https://api.gb1.brightbox.com/1.0/database_servers/dbs-28vhw","name":"","description":"","admin_username":"admin","admin_password":"477wwwj48yifrnuk","allow_access":[],"database_engine":"mysql","database_version":"5.5","status":"creating","maintenance_weekday":0,"maintenance_hour":6,"created_at":"2014-02-19T17:01:31Z","updated_at":"2014-02-19T17:01:31Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.gb1.brightbox.com/1.0/accounts/acc-12345","name":"VCR
|
44
|
+
account","status":"active"},"database_server_type":{"id":"dbt-12345","resource_type":"database_type","url":"https://api.gb1.brightbox.com/1.0/database_types/dbt-12345","name":"moxccmwwwhtn","description":"","disk_size":8192,"ram":2048},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.gb1.brightbox.com/1.0/zones/zon-12345","handle":"gb1-a"}}'
|
45
45
|
http_version:
|
46
46
|
recorded_at: Wed, 19 Feb 2014 17:01:33 GMT
|
47
|
+
- request:
|
48
|
+
method: get
|
49
|
+
uri: http://api.brightbox.localhost/1.0/database_servers/dbs-ifjcd?account_id=acc-12345
|
50
|
+
body:
|
51
|
+
encoding: US-ASCII
|
52
|
+
string: ''
|
53
|
+
headers:
|
54
|
+
User-Agent:
|
55
|
+
- fog-core/1.45.0
|
56
|
+
Proxy-Connection:
|
57
|
+
- Keep-Alive
|
58
|
+
Authorization:
|
59
|
+
- Bearer 97758c306f49321310fa27d88f9d7b84973ab853
|
60
|
+
Content-Type:
|
61
|
+
- application/json
|
62
|
+
response:
|
63
|
+
status:
|
64
|
+
code: 200
|
65
|
+
message: OK
|
66
|
+
headers:
|
67
|
+
Server:
|
68
|
+
- nginx/1.18.0
|
69
|
+
Date:
|
70
|
+
- Fri, 17 Jun 2022 12:01:43 GMT
|
71
|
+
Content-Type:
|
72
|
+
- application/json; charset=utf-8
|
73
|
+
Content-Length:
|
74
|
+
- '1056'
|
75
|
+
Connection:
|
76
|
+
- keep-alive
|
77
|
+
Status:
|
78
|
+
- 200 OK
|
79
|
+
X-Frame-Options:
|
80
|
+
- SAMEORIGIN
|
81
|
+
X-Xss-Protection:
|
82
|
+
- 1; mode=block
|
83
|
+
X-Content-Type-Options:
|
84
|
+
- nosniff
|
85
|
+
X-Oauth-Scopes:
|
86
|
+
- infrastructure, orbit
|
87
|
+
Etag:
|
88
|
+
- W/"7543fb7b5a2505e16302d097731e91a5"
|
89
|
+
Cache-Control:
|
90
|
+
- max-age=0, private, must-revalidate
|
91
|
+
X-Request-Id:
|
92
|
+
- 5654e4d2-3911-47af-88c6-64322f959f58
|
93
|
+
X-Runtime:
|
94
|
+
- '0.050640'
|
95
|
+
Vary:
|
96
|
+
- Origin
|
97
|
+
body:
|
98
|
+
encoding: ASCII-8BIT
|
99
|
+
string: '{"id":"dbs-ifjcd","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-ifjcd","name":"","description":"","admin_username":"admin","admin_password":null,"allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"creating","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:01:43Z","updated_at":"2022-06-17T12:01:43Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
100
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
101
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-b"}}'
|
102
|
+
http_version:
|
103
|
+
recorded_at: Fri, 17 Jun 2022 12:01:43 GMT
|
104
|
+
- request:
|
105
|
+
method: get
|
106
|
+
uri: http://api.brightbox.localhost/1.0/database_servers/dbs-q34pn?account_id=acc-12345
|
107
|
+
body:
|
108
|
+
encoding: US-ASCII
|
109
|
+
string: ''
|
110
|
+
headers:
|
111
|
+
User-Agent:
|
112
|
+
- fog-core/1.45.0
|
113
|
+
Proxy-Connection:
|
114
|
+
- Keep-Alive
|
115
|
+
Authorization:
|
116
|
+
- Bearer 3cbabf1fbb28640e375330a3088159228258fa6b
|
117
|
+
Content-Type:
|
118
|
+
- application/json
|
119
|
+
response:
|
120
|
+
status:
|
121
|
+
code: 200
|
122
|
+
message: OK
|
123
|
+
headers:
|
124
|
+
Server:
|
125
|
+
- nginx/1.18.0
|
126
|
+
Date:
|
127
|
+
- Fri, 17 Jun 2022 12:03:39 GMT
|
128
|
+
Content-Type:
|
129
|
+
- application/json; charset=utf-8
|
130
|
+
Content-Length:
|
131
|
+
- '1056'
|
132
|
+
Connection:
|
133
|
+
- keep-alive
|
134
|
+
Status:
|
135
|
+
- 200 OK
|
136
|
+
X-Frame-Options:
|
137
|
+
- SAMEORIGIN
|
138
|
+
X-Xss-Protection:
|
139
|
+
- 1; mode=block
|
140
|
+
X-Content-Type-Options:
|
141
|
+
- nosniff
|
142
|
+
X-Oauth-Scopes:
|
143
|
+
- infrastructure, orbit
|
144
|
+
Etag:
|
145
|
+
- W/"075852bd8156e9d96a2a083d8f7e50e1"
|
146
|
+
Cache-Control:
|
147
|
+
- max-age=0, private, must-revalidate
|
148
|
+
X-Request-Id:
|
149
|
+
- 4882625c-b190-4038-8c75-92299c54d263
|
150
|
+
X-Runtime:
|
151
|
+
- '0.052174'
|
152
|
+
Vary:
|
153
|
+
- Origin
|
154
|
+
body:
|
155
|
+
encoding: ASCII-8BIT
|
156
|
+
string: '{"id":"dbs-q34pn","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-q34pn","name":"","description":"","admin_username":"admin","admin_password":null,"allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"creating","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:03:38Z","updated_at":"2022-06-17T12:03:39Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
157
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
158
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-a"}}'
|
159
|
+
http_version:
|
160
|
+
recorded_at: Fri, 17 Jun 2022 12:03:39 GMT
|
161
|
+
- request:
|
162
|
+
method: get
|
163
|
+
uri: http://api.brightbox.localhost/1.0/database_servers/dbs-rdfjy?account_id=acc-12345
|
164
|
+
body:
|
165
|
+
encoding: US-ASCII
|
166
|
+
string: ''
|
167
|
+
headers:
|
168
|
+
User-Agent:
|
169
|
+
- fog-core/1.45.0
|
170
|
+
Proxy-Connection:
|
171
|
+
- Keep-Alive
|
172
|
+
Authorization:
|
173
|
+
- Bearer 76414b5916ba5e98f31ad7dd27d201ebe9f7da49
|
174
|
+
Content-Type:
|
175
|
+
- application/json
|
176
|
+
response:
|
177
|
+
status:
|
178
|
+
code: 200
|
179
|
+
message: OK
|
180
|
+
headers:
|
181
|
+
Server:
|
182
|
+
- nginx/1.18.0
|
183
|
+
Date:
|
184
|
+
- Fri, 17 Jun 2022 12:04:02 GMT
|
185
|
+
Content-Type:
|
186
|
+
- application/json; charset=utf-8
|
187
|
+
Content-Length:
|
188
|
+
- '1056'
|
189
|
+
Connection:
|
190
|
+
- keep-alive
|
191
|
+
Status:
|
192
|
+
- 200 OK
|
193
|
+
X-Frame-Options:
|
194
|
+
- SAMEORIGIN
|
195
|
+
X-Xss-Protection:
|
196
|
+
- 1; mode=block
|
197
|
+
X-Content-Type-Options:
|
198
|
+
- nosniff
|
199
|
+
X-Oauth-Scopes:
|
200
|
+
- infrastructure, orbit
|
201
|
+
Etag:
|
202
|
+
- W/"debe07ad7be85933f20181b4a6323e70"
|
203
|
+
Cache-Control:
|
204
|
+
- max-age=0, private, must-revalidate
|
205
|
+
X-Request-Id:
|
206
|
+
- 73e3fe61-ac91-43cd-a810-b02d8ad6fb9e
|
207
|
+
X-Runtime:
|
208
|
+
- '0.053153'
|
209
|
+
Vary:
|
210
|
+
- Origin
|
211
|
+
body:
|
212
|
+
encoding: ASCII-8BIT
|
213
|
+
string: '{"id":"dbs-rdfjy","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-rdfjy","name":"","description":"","admin_username":"admin","admin_password":null,"allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"creating","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:04:02Z","updated_at":"2022-06-17T12:04:02Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
214
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
215
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-a"}}'
|
216
|
+
http_version:
|
217
|
+
recorded_at: Fri, 17 Jun 2022 12:04:02 GMT
|
47
218
|
- request:
|
48
219
|
method: post
|
49
|
-
uri: http://api.brightbox.
|
220
|
+
uri: http://api.brightbox.localhost/token
|
50
221
|
body:
|
51
222
|
encoding: UTF-8
|
52
|
-
string:
|
223
|
+
string: '{"grant_type":"client_credentials"}'
|
53
224
|
headers:
|
54
225
|
User-Agent:
|
55
|
-
- fog/1.
|
226
|
+
- fog-core/1.45.0
|
227
|
+
Proxy-Connection:
|
228
|
+
- Keep-Alive
|
56
229
|
Authorization:
|
57
|
-
- Basic
|
230
|
+
- Basic Y2xpLTEyMzQ1OnF5Nnh4bnZ5NG8wdGd2NQ==
|
58
231
|
Content-Type:
|
59
232
|
- application/json
|
60
233
|
response:
|
61
234
|
status:
|
62
|
-
code:
|
63
|
-
message:
|
235
|
+
code: 200
|
236
|
+
message: OK
|
237
|
+
headers:
|
238
|
+
Server:
|
239
|
+
- nginx/1.18.0
|
240
|
+
Date:
|
241
|
+
- Fri, 17 Jun 2022 12:16:05 GMT
|
242
|
+
Content-Type:
|
243
|
+
- application/json
|
244
|
+
Content-Length:
|
245
|
+
- '131'
|
246
|
+
Connection:
|
247
|
+
- keep-alive
|
248
|
+
Status:
|
249
|
+
- 200 OK
|
250
|
+
Cache-Control:
|
251
|
+
- no-store
|
252
|
+
X-Oauth-Scopes:
|
253
|
+
- infrastructure, orbit
|
254
|
+
X-Content-Type-Options:
|
255
|
+
- nosniff
|
256
|
+
Etag:
|
257
|
+
- W/"a2df81a7bcae9105c2eb40aad9901b29"
|
258
|
+
X-Request-Id:
|
259
|
+
- b06cee11-f478-49b1-b965-c6234c6c16cf
|
260
|
+
X-Runtime:
|
261
|
+
- '0.090943'
|
262
|
+
body:
|
263
|
+
encoding: ASCII-8BIT
|
264
|
+
string: '{"access_token":"f3f06893024f3e66f08837b93a0c8f9fe2d0b42f","token_type":"Bearer","scope":"infrastructure,
|
265
|
+
orbit","expires_in":7199}'
|
266
|
+
http_version:
|
267
|
+
recorded_at: Fri, 17 Jun 2022 12:16:05 GMT
|
268
|
+
- request:
|
269
|
+
method: post
|
270
|
+
uri: http://api.brightbox.localhost/1.0/database_servers?account_id=acc-12345
|
271
|
+
body:
|
272
|
+
encoding: UTF-8
|
273
|
+
string: '{"name":null,"description":null,"maintenance_weekday":null,"maintenance_hour":null,"snapshots_schedule":null}'
|
64
274
|
headers:
|
275
|
+
User-Agent:
|
276
|
+
- fog-core/1.45.0
|
277
|
+
Proxy-Connection:
|
278
|
+
- Keep-Alive
|
279
|
+
Authorization:
|
280
|
+
- Bearer 62f6396c5e44f7fc9a424c5899ac2e9c3b23e27a
|
281
|
+
Content-Type:
|
282
|
+
- application/json
|
283
|
+
response:
|
284
|
+
status:
|
285
|
+
code: 202
|
286
|
+
message: Accepted
|
287
|
+
headers:
|
288
|
+
Server:
|
289
|
+
- nginx/1.18.0
|
290
|
+
Date:
|
291
|
+
- Fri, 17 Jun 2022 12:16:05 GMT
|
292
|
+
Content-Type:
|
293
|
+
- application/json; charset=utf-8
|
294
|
+
Content-Length:
|
295
|
+
- '1070'
|
296
|
+
Connection:
|
297
|
+
- keep-alive
|
298
|
+
Status:
|
299
|
+
- 202 Accepted
|
65
300
|
X-Frame-Options:
|
66
|
-
-
|
301
|
+
- SAMEORIGIN
|
67
302
|
X-Xss-Protection:
|
68
303
|
- 1; mode=block
|
304
|
+
X-Content-Type-Options:
|
305
|
+
- nosniff
|
306
|
+
X-Oauth-Scopes:
|
307
|
+
- infrastructure, orbit
|
308
|
+
Location:
|
309
|
+
- http://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls
|
310
|
+
Cache-Control:
|
311
|
+
- no-cache
|
312
|
+
X-Request-Id:
|
313
|
+
- 280ccdc3-cd69-4b9c-a2bb-8470ad648c16
|
314
|
+
X-Runtime:
|
315
|
+
- '0.333162'
|
316
|
+
Vary:
|
317
|
+
- Origin
|
318
|
+
body:
|
319
|
+
encoding: ASCII-8BIT
|
320
|
+
string: '{"id":"dbs-9p9ls","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls","name":"","description":"","admin_username":"admin","admin_password":"fm489u3e2nfwnt2s","allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"creating","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:16:05Z","updated_at":"2022-06-17T12:16:05Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
321
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
322
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-b"}}'
|
323
|
+
http_version:
|
324
|
+
recorded_at: Fri, 17 Jun 2022 12:16:05 GMT
|
325
|
+
- request:
|
326
|
+
method: get
|
327
|
+
uri: http://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls?account_id=acc-12345
|
328
|
+
body:
|
329
|
+
encoding: US-ASCII
|
330
|
+
string: ''
|
331
|
+
headers:
|
332
|
+
User-Agent:
|
333
|
+
- fog-core/1.45.0
|
334
|
+
Proxy-Connection:
|
335
|
+
- Keep-Alive
|
336
|
+
Authorization:
|
337
|
+
- Bearer 62f6396c5e44f7fc9a424c5899ac2e9c3b23e27a
|
69
338
|
Content-Type:
|
70
|
-
- application/json
|
339
|
+
- application/json
|
340
|
+
response:
|
341
|
+
status:
|
342
|
+
code: 200
|
343
|
+
message: OK
|
344
|
+
headers:
|
345
|
+
Server:
|
346
|
+
- nginx/1.18.0
|
347
|
+
Date:
|
348
|
+
- Fri, 17 Jun 2022 12:16:05 GMT
|
349
|
+
Content-Type:
|
350
|
+
- application/json; charset=utf-8
|
351
|
+
Content-Length:
|
352
|
+
- '1056'
|
353
|
+
Connection:
|
354
|
+
- keep-alive
|
355
|
+
Status:
|
356
|
+
- 200 OK
|
357
|
+
X-Frame-Options:
|
358
|
+
- SAMEORIGIN
|
359
|
+
X-Xss-Protection:
|
360
|
+
- 1; mode=block
|
361
|
+
X-Content-Type-Options:
|
362
|
+
- nosniff
|
363
|
+
X-Oauth-Scopes:
|
364
|
+
- infrastructure, orbit
|
365
|
+
Etag:
|
366
|
+
- W/"808e1ccdbdc3459053362ebc28b2988e"
|
71
367
|
Cache-Control:
|
72
|
-
-
|
368
|
+
- max-age=0, private, must-revalidate
|
369
|
+
X-Request-Id:
|
370
|
+
- 90965e71-649e-4147-8446-edeb432981bf
|
371
|
+
X-Runtime:
|
372
|
+
- '0.051816'
|
373
|
+
Vary:
|
374
|
+
- Origin
|
375
|
+
body:
|
376
|
+
encoding: ASCII-8BIT
|
377
|
+
string: '{"id":"dbs-9p9ls","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls","name":"","description":"","admin_username":"admin","admin_password":null,"allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"creating","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:16:05Z","updated_at":"2022-06-17T12:16:05Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
378
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
379
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-b"}}'
|
380
|
+
http_version:
|
381
|
+
recorded_at: Fri, 17 Jun 2022 12:16:05 GMT
|
382
|
+
- request:
|
383
|
+
method: get
|
384
|
+
uri: http://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls?account_id=acc-12345
|
385
|
+
body:
|
386
|
+
encoding: US-ASCII
|
387
|
+
string: ''
|
388
|
+
headers:
|
389
|
+
User-Agent:
|
390
|
+
- fog-core/1.45.0
|
391
|
+
Proxy-Connection:
|
392
|
+
- Keep-Alive
|
393
|
+
Authorization:
|
394
|
+
- Bearer 62f6396c5e44f7fc9a424c5899ac2e9c3b23e27a
|
395
|
+
Content-Type:
|
396
|
+
- application/json
|
397
|
+
response:
|
398
|
+
status:
|
399
|
+
code: 200
|
400
|
+
message: OK
|
401
|
+
headers:
|
402
|
+
Server:
|
403
|
+
- nginx/1.18.0
|
404
|
+
Date:
|
405
|
+
- Fri, 17 Jun 2022 12:16:05 GMT
|
406
|
+
Content-Type:
|
407
|
+
- application/json; charset=utf-8
|
73
408
|
Content-Length:
|
74
|
-
- '
|
75
|
-
|
76
|
-
-
|
409
|
+
- '1056'
|
410
|
+
Connection:
|
411
|
+
- keep-alive
|
412
|
+
Status:
|
413
|
+
- 200 OK
|
414
|
+
X-Frame-Options:
|
415
|
+
- SAMEORIGIN
|
416
|
+
X-Xss-Protection:
|
417
|
+
- 1; mode=block
|
418
|
+
X-Content-Type-Options:
|
419
|
+
- nosniff
|
420
|
+
X-Oauth-Scopes:
|
421
|
+
- infrastructure, orbit
|
422
|
+
Etag:
|
423
|
+
- W/"808e1ccdbdc3459053362ebc28b2988e"
|
424
|
+
Cache-Control:
|
425
|
+
- max-age=0, private, must-revalidate
|
77
426
|
X-Request-Id:
|
78
|
-
-
|
427
|
+
- dd774733-5c31-4cc2-b11c-c08a7bb45e7e
|
79
428
|
X-Runtime:
|
80
|
-
- '0.
|
429
|
+
- '0.058420'
|
430
|
+
Vary:
|
431
|
+
- Origin
|
432
|
+
body:
|
433
|
+
encoding: ASCII-8BIT
|
434
|
+
string: '{"id":"dbs-9p9ls","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls","name":"","description":"","admin_username":"admin","admin_password":null,"allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"creating","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:16:05Z","updated_at":"2022-06-17T12:16:05Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
435
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
436
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-b"}}'
|
437
|
+
http_version:
|
438
|
+
recorded_at: Fri, 17 Jun 2022 12:16:05 GMT
|
439
|
+
- request:
|
440
|
+
method: get
|
441
|
+
uri: http://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls?account_id=acc-12345
|
442
|
+
body:
|
443
|
+
encoding: US-ASCII
|
444
|
+
string: ''
|
445
|
+
headers:
|
446
|
+
User-Agent:
|
447
|
+
- fog-core/1.45.0
|
448
|
+
Proxy-Connection:
|
449
|
+
- Keep-Alive
|
450
|
+
Authorization:
|
451
|
+
- Bearer 62f6396c5e44f7fc9a424c5899ac2e9c3b23e27a
|
452
|
+
Content-Type:
|
453
|
+
- application/json
|
454
|
+
response:
|
455
|
+
status:
|
456
|
+
code: 200
|
457
|
+
message: OK
|
458
|
+
headers:
|
81
459
|
Server:
|
82
|
-
-
|
460
|
+
- nginx/1.18.0
|
83
461
|
Date:
|
84
|
-
-
|
462
|
+
- Fri, 17 Jun 2022 12:16:07 GMT
|
463
|
+
Content-Type:
|
464
|
+
- application/json; charset=utf-8
|
465
|
+
Content-Length:
|
466
|
+
- '1056'
|
85
467
|
Connection:
|
86
|
-
-
|
468
|
+
- keep-alive
|
469
|
+
Status:
|
470
|
+
- 200 OK
|
471
|
+
X-Frame-Options:
|
472
|
+
- SAMEORIGIN
|
473
|
+
X-Xss-Protection:
|
474
|
+
- 1; mode=block
|
475
|
+
X-Content-Type-Options:
|
476
|
+
- nosniff
|
477
|
+
X-Oauth-Scopes:
|
478
|
+
- infrastructure, orbit
|
479
|
+
Etag:
|
480
|
+
- W/"808e1ccdbdc3459053362ebc28b2988e"
|
481
|
+
Cache-Control:
|
482
|
+
- max-age=0, private, must-revalidate
|
483
|
+
X-Request-Id:
|
484
|
+
- cd5196b7-d0eb-4a82-9015-fa2a5f7e1ebb
|
485
|
+
X-Runtime:
|
486
|
+
- '0.053665'
|
487
|
+
Vary:
|
488
|
+
- Origin
|
87
489
|
body:
|
88
|
-
encoding:
|
89
|
-
string: "{
|
90
|
-
|
490
|
+
encoding: ASCII-8BIT
|
491
|
+
string: '{"id":"dbs-9p9ls","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls","name":"","description":"","admin_username":"admin","admin_password":null,"allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"creating","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:16:05Z","updated_at":"2022-06-17T12:16:05Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
492
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
493
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-b"}}'
|
494
|
+
http_version:
|
495
|
+
recorded_at: Fri, 17 Jun 2022 12:16:07 GMT
|
496
|
+
- request:
|
497
|
+
method: get
|
498
|
+
uri: http://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls?account_id=acc-12345
|
499
|
+
body:
|
500
|
+
encoding: US-ASCII
|
501
|
+
string: ''
|
502
|
+
headers:
|
503
|
+
User-Agent:
|
504
|
+
- fog-core/1.45.0
|
505
|
+
Proxy-Connection:
|
506
|
+
- Keep-Alive
|
507
|
+
Authorization:
|
508
|
+
- Bearer 62f6396c5e44f7fc9a424c5899ac2e9c3b23e27a
|
509
|
+
Content-Type:
|
510
|
+
- application/json
|
511
|
+
response:
|
512
|
+
status:
|
513
|
+
code: 200
|
514
|
+
message: OK
|
515
|
+
headers:
|
516
|
+
Server:
|
517
|
+
- nginx/1.18.0
|
518
|
+
Date:
|
519
|
+
- Fri, 17 Jun 2022 12:16:09 GMT
|
520
|
+
Content-Type:
|
521
|
+
- application/json; charset=utf-8
|
522
|
+
Content-Length:
|
523
|
+
- '1054'
|
524
|
+
Connection:
|
525
|
+
- keep-alive
|
526
|
+
Status:
|
527
|
+
- 200 OK
|
528
|
+
X-Frame-Options:
|
529
|
+
- SAMEORIGIN
|
530
|
+
X-Xss-Protection:
|
531
|
+
- 1; mode=block
|
532
|
+
X-Content-Type-Options:
|
533
|
+
- nosniff
|
534
|
+
X-Oauth-Scopes:
|
535
|
+
- infrastructure, orbit
|
536
|
+
Etag:
|
537
|
+
- W/"bb4054ad918384c6418bc6f5e0fa8f02"
|
538
|
+
Cache-Control:
|
539
|
+
- max-age=0, private, must-revalidate
|
540
|
+
X-Request-Id:
|
541
|
+
- bf579c2f-dab8-49b9-b77a-ebd9cf222790
|
542
|
+
X-Runtime:
|
543
|
+
- '0.045518'
|
544
|
+
Vary:
|
545
|
+
- Origin
|
546
|
+
body:
|
547
|
+
encoding: ASCII-8BIT
|
548
|
+
string: '{"id":"dbs-9p9ls","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls","name":"","description":"","admin_username":"admin","admin_password":null,"allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"active","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:16:05Z","updated_at":"2022-06-17T12:16:07Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
549
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
550
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-b"}}'
|
551
|
+
http_version:
|
552
|
+
recorded_at: Fri, 17 Jun 2022 12:16:09 GMT
|
553
|
+
- request:
|
554
|
+
method: delete
|
555
|
+
uri: http://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls?account_id=acc-12345
|
556
|
+
body:
|
557
|
+
encoding: US-ASCII
|
558
|
+
string: ''
|
559
|
+
headers:
|
560
|
+
User-Agent:
|
561
|
+
- fog-core/1.45.0
|
562
|
+
Proxy-Connection:
|
563
|
+
- Keep-Alive
|
564
|
+
Authorization:
|
565
|
+
- Bearer 62f6396c5e44f7fc9a424c5899ac2e9c3b23e27a
|
566
|
+
Content-Type:
|
567
|
+
- application/json
|
568
|
+
response:
|
569
|
+
status:
|
570
|
+
code: 202
|
571
|
+
message: Accepted
|
572
|
+
headers:
|
573
|
+
Server:
|
574
|
+
- nginx/1.18.0
|
575
|
+
Date:
|
576
|
+
- Fri, 17 Jun 2022 12:16:09 GMT
|
577
|
+
Content-Type:
|
578
|
+
- application/json; charset=utf-8
|
579
|
+
Content-Length:
|
580
|
+
- '1056'
|
581
|
+
Connection:
|
582
|
+
- keep-alive
|
583
|
+
Status:
|
584
|
+
- 202 Accepted
|
585
|
+
X-Frame-Options:
|
586
|
+
- SAMEORIGIN
|
587
|
+
X-Xss-Protection:
|
588
|
+
- 1; mode=block
|
589
|
+
X-Content-Type-Options:
|
590
|
+
- nosniff
|
591
|
+
X-Oauth-Scopes:
|
592
|
+
- infrastructure, orbit
|
593
|
+
Cache-Control:
|
594
|
+
- no-cache
|
595
|
+
X-Request-Id:
|
596
|
+
- 3da671c6-2466-4fa1-9f2a-cd0578b2a442
|
597
|
+
X-Runtime:
|
598
|
+
- '0.148666'
|
599
|
+
Vary:
|
600
|
+
- Origin
|
601
|
+
body:
|
602
|
+
encoding: ASCII-8BIT
|
603
|
+
string: '{"id":"dbs-9p9ls","resource_type":"database_server","url":"https://api.brightbox.localhost/1.0/database_servers/dbs-9p9ls","name":"","description":"","admin_username":"admin","admin_password":null,"allow_access":[],"database_engine":"mysql","database_version":"8.0","status":"deleting","locked":false,"maintenance_weekday":0,"maintenance_hour":6,"snapshots_retention":null,"snapshots_schedule":null,"snapshots_schedule_next_at":null,"created_at":"2022-06-17T12:16:05Z","updated_at":"2022-06-17T12:16:09Z","deleted_at":null,"account":{"id":"acc-12345","resource_type":"account","url":"https://api.brightbox.localhost/1.0/accounts/acc-12345","name":"CLI
|
604
|
+
test account","status":"active"},"database_server_type":{"id":"dbt-za5cu","resource_type":"database_type","url":"https://api.brightbox.localhost/1.0/database_types/dbt-za5cu","name":"Default
|
605
|
+
DBaaS","description":"","disk_size":20480,"ram":2048,"default":true},"cloud_ips":[],"zone":{"id":"zon-12345","resource_type":"zone","url":"https://api.brightbox.localhost/1.0/zones/zon-12345","handle":"honcho-b"}}'
|
91
606
|
http_version:
|
92
|
-
recorded_at:
|
607
|
+
recorded_at: Fri, 17 Jun 2022 12:16:09 GMT
|
93
608
|
recorded_with: VCR 2.5.0
|