brightbox-cli 3.3.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 +1 -1
- data/.gitignore +1 -1
- data/.rubocop.yml +70 -0
- data/CHANGELOG.md +52 -0
- data/Gemfile.lock +66 -39
- data/README +11 -16
- 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 +24 -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 -15
- 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 -14
- data/lib/brightbox-cli/config/two_factor_helper.rb +5 -7
- data/lib/brightbox-cli/config/user_application.rb +18 -18
- data/lib/brightbox-cli/config.rb +26 -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 -43
- 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 +33 -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 +10 -10
- 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 +133 -101
- 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,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http://api.brightbox.
|
5
|
+
uri: http://api.brightbox.localhost/1.0/account?account_id=acc-12345
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -48,7 +48,7 @@ http_interactions:
|
|
48
48
|
recorded_at: Tue, 27 Aug 2013 16:13:03 GMT
|
49
49
|
- request:
|
50
50
|
method: get
|
51
|
-
uri: http://api.brightbox.
|
51
|
+
uri: http://api.brightbox.localhost/1.0/server_types?account_id=acc-12345
|
52
52
|
body:
|
53
53
|
encoding: US-ASCII
|
54
54
|
string: ''
|
@@ -87,10 +87,10 @@ http_interactions:
|
|
87
87
|
recorded_at: Tue, 27 Aug 2013 16:13:04 GMT
|
88
88
|
- request:
|
89
89
|
method: post
|
90
|
-
uri: http://api.brightbox.
|
90
|
+
uri: http://api.brightbox.localhost/1.0/servers?account_id=acc-12345
|
91
91
|
body:
|
92
92
|
encoding: UTF-8
|
93
|
-
string: '{"
|
93
|
+
string: '{"name":"rspec_server_shutdown","server_type":"typ-12345","image":"img-12345"}'
|
94
94
|
headers:
|
95
95
|
User-Agent:
|
96
96
|
- fog/1.15.0
|
@@ -104,7 +104,7 @@ http_interactions:
|
|
104
104
|
message:
|
105
105
|
headers:
|
106
106
|
Location:
|
107
|
-
- http://api.brightbox.
|
107
|
+
- http://api.brightbox.localhost/1.0/servers/srv-nfz5c
|
108
108
|
Content-Type:
|
109
109
|
- application/json; charset=utf-8
|
110
110
|
X-UA-Compatible:
|
@@ -127,7 +127,7 @@ http_interactions:
|
|
127
127
|
recorded_at: Tue, 27 Aug 2013 16:13:55 GMT
|
128
128
|
- request:
|
129
129
|
method: get
|
130
|
-
uri: http://api.brightbox.
|
130
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
131
131
|
body:
|
132
132
|
encoding: US-ASCII
|
133
133
|
string: ''
|
@@ -167,7 +167,7 @@ http_interactions:
|
|
167
167
|
recorded_at: Tue, 27 Aug 2013 16:13:56 GMT
|
168
168
|
- request:
|
169
169
|
method: get
|
170
|
-
uri: http://api.brightbox.
|
170
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
171
171
|
body:
|
172
172
|
encoding: US-ASCII
|
173
173
|
string: ''
|
@@ -207,7 +207,7 @@ http_interactions:
|
|
207
207
|
recorded_at: Tue, 27 Aug 2013 16:13:57 GMT
|
208
208
|
- request:
|
209
209
|
method: post
|
210
|
-
uri: http://api.brightbox.
|
210
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345/shutdown?account_id=acc-12345
|
211
211
|
body:
|
212
212
|
encoding: US-ASCII
|
213
213
|
string: ''
|
@@ -245,7 +245,7 @@ http_interactions:
|
|
245
245
|
recorded_at: Tue, 27 Aug 2013 16:13:57 GMT
|
246
246
|
- request:
|
247
247
|
method: post
|
248
|
-
uri: http://api.brightbox.
|
248
|
+
uri: http://api.brightbox.localhost/token
|
249
249
|
body:
|
250
250
|
encoding: UTF-8
|
251
251
|
string: '{"grant_type":"client_credentials"}'
|
@@ -289,7 +289,7 @@ http_interactions:
|
|
289
289
|
recorded_at: Tue, 27 Aug 2013 17:10:01 GMT
|
290
290
|
- request:
|
291
291
|
method: post
|
292
|
-
uri: http://api.brightbox.
|
292
|
+
uri: http://api.brightbox.localhost/token
|
293
293
|
body:
|
294
294
|
encoding: UTF-8
|
295
295
|
string: '{"grant_type":"client_credentials"}'
|
@@ -333,7 +333,7 @@ http_interactions:
|
|
333
333
|
recorded_at: Tue, 27 Aug 2013 17:10:01 GMT
|
334
334
|
- request:
|
335
335
|
method: post
|
336
|
-
uri: http://api.brightbox.
|
336
|
+
uri: http://api.brightbox.localhost/token
|
337
337
|
body:
|
338
338
|
encoding: UTF-8
|
339
339
|
string: '{"grant_type":"client_credentials"}'
|
@@ -377,7 +377,7 @@ http_interactions:
|
|
377
377
|
recorded_at: Tue, 27 Aug 2013 17:10:02 GMT
|
378
378
|
- request:
|
379
379
|
method: post
|
380
|
-
uri: http://api.brightbox.
|
380
|
+
uri: http://api.brightbox.localhost/token
|
381
381
|
body:
|
382
382
|
encoding: UTF-8
|
383
383
|
string: '{"grant_type":"client_credentials"}'
|
@@ -421,7 +421,7 @@ http_interactions:
|
|
421
421
|
recorded_at: Tue, 27 Aug 2013 17:10:02 GMT
|
422
422
|
- request:
|
423
423
|
method: post
|
424
|
-
uri: http://api.brightbox.
|
424
|
+
uri: http://api.brightbox.localhost/token
|
425
425
|
body:
|
426
426
|
encoding: UTF-8
|
427
427
|
string: '{"grant_type":"client_credentials"}'
|
@@ -465,7 +465,7 @@ http_interactions:
|
|
465
465
|
recorded_at: Tue, 27 Aug 2013 17:10:03 GMT
|
466
466
|
- request:
|
467
467
|
method: post
|
468
|
-
uri: http://api.brightbox.
|
468
|
+
uri: http://api.brightbox.localhost/token
|
469
469
|
body:
|
470
470
|
encoding: UTF-8
|
471
471
|
string: '{"grant_type":"client_credentials"}'
|
@@ -509,7 +509,7 @@ http_interactions:
|
|
509
509
|
recorded_at: Tue, 27 Aug 2013 17:10:03 GMT
|
510
510
|
- request:
|
511
511
|
method: post
|
512
|
-
uri: http://api.brightbox.
|
512
|
+
uri: http://api.brightbox.localhost/token
|
513
513
|
body:
|
514
514
|
encoding: UTF-8
|
515
515
|
string: '{"grant_type":"client_credentials"}'
|
@@ -554,7 +554,7 @@ http_interactions:
|
|
554
554
|
recorded_at: Tue, 27 Aug 2013 17:20:46 GMT
|
555
555
|
- request:
|
556
556
|
method: get
|
557
|
-
uri: http://api.brightbox.
|
557
|
+
uri: http://api.brightbox.localhost/1.0/accounts
|
558
558
|
body:
|
559
559
|
encoding: US-ASCII
|
560
560
|
string: ''
|
@@ -594,7 +594,7 @@ http_interactions:
|
|
594
594
|
recorded_at: Tue, 17 Sep 2013 17:07:47 GMT
|
595
595
|
- request:
|
596
596
|
method: post
|
597
|
-
uri: http://api.brightbox.
|
597
|
+
uri: http://api.brightbox.localhost/token
|
598
598
|
body:
|
599
599
|
encoding: UTF-8
|
600
600
|
string: '{"grant_type":"client_credentials"}'
|
@@ -639,7 +639,7 @@ http_interactions:
|
|
639
639
|
recorded_at: Tue, 17 Sep 2013 17:07:47 GMT
|
640
640
|
- request:
|
641
641
|
method: get
|
642
|
-
uri: http://api.brightbox.
|
642
|
+
uri: http://api.brightbox.localhost/1.0/accounts
|
643
643
|
body:
|
644
644
|
encoding: US-ASCII
|
645
645
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http://api.brightbox.
|
5
|
+
uri: http://api.brightbox.localhost/1.0/account?account_id=acc-12345
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -48,7 +48,7 @@ http_interactions:
|
|
48
48
|
recorded_at: Tue, 27 Aug 2013 16:13:58 GMT
|
49
49
|
- request:
|
50
50
|
method: get
|
51
|
-
uri: http://api.brightbox.
|
51
|
+
uri: http://api.brightbox.localhost/1.0/server_types?account_id=acc-12345
|
52
52
|
body:
|
53
53
|
encoding: US-ASCII
|
54
54
|
string: ''
|
@@ -87,10 +87,10 @@ http_interactions:
|
|
87
87
|
recorded_at: Tue, 27 Aug 2013 16:13:58 GMT
|
88
88
|
- request:
|
89
89
|
method: post
|
90
|
-
uri: http://api.brightbox.
|
90
|
+
uri: http://api.brightbox.localhost/1.0/servers?account_id=acc-12345
|
91
91
|
body:
|
92
92
|
encoding: UTF-8
|
93
|
-
string: '{"
|
93
|
+
string: '{"name":"rspec_server_start","server_type":"typ-12345","image":"img-12345"}'
|
94
94
|
headers:
|
95
95
|
User-Agent:
|
96
96
|
- fog/1.15.0
|
@@ -104,7 +104,7 @@ http_interactions:
|
|
104
104
|
message:
|
105
105
|
headers:
|
106
106
|
Location:
|
107
|
-
- http://api.brightbox.
|
107
|
+
- http://api.brightbox.localhost/1.0/servers/srv-dilm5
|
108
108
|
Content-Type:
|
109
109
|
- application/json; charset=utf-8
|
110
110
|
X-UA-Compatible:
|
@@ -127,7 +127,7 @@ http_interactions:
|
|
127
127
|
recorded_at: Tue, 27 Aug 2013 16:14:02 GMT
|
128
128
|
- request:
|
129
129
|
method: get
|
130
|
-
uri: http://api.brightbox.
|
130
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
131
131
|
body:
|
132
132
|
encoding: US-ASCII
|
133
133
|
string: ''
|
@@ -167,7 +167,7 @@ http_interactions:
|
|
167
167
|
recorded_at: Tue, 27 Aug 2013 16:14:02 GMT
|
168
168
|
- request:
|
169
169
|
method: get
|
170
|
-
uri: http://api.brightbox.
|
170
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
171
171
|
body:
|
172
172
|
encoding: US-ASCII
|
173
173
|
string: ''
|
@@ -207,7 +207,7 @@ http_interactions:
|
|
207
207
|
recorded_at: Tue, 27 Aug 2013 16:14:04 GMT
|
208
208
|
- request:
|
209
209
|
method: post
|
210
|
-
uri: http://api.brightbox.
|
210
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345/stop?account_id=acc-12345
|
211
211
|
body:
|
212
212
|
encoding: US-ASCII
|
213
213
|
string: ''
|
@@ -245,7 +245,7 @@ http_interactions:
|
|
245
245
|
recorded_at: Tue, 27 Aug 2013 16:14:04 GMT
|
246
246
|
- request:
|
247
247
|
method: get
|
248
|
-
uri: http://api.brightbox.
|
248
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
249
249
|
body:
|
250
250
|
encoding: US-ASCII
|
251
251
|
string: ''
|
@@ -285,7 +285,7 @@ http_interactions:
|
|
285
285
|
recorded_at: Tue, 27 Aug 2013 16:14:05 GMT
|
286
286
|
- request:
|
287
287
|
method: get
|
288
|
-
uri: http://api.brightbox.
|
288
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
289
289
|
body:
|
290
290
|
encoding: US-ASCII
|
291
291
|
string: ''
|
@@ -325,7 +325,7 @@ http_interactions:
|
|
325
325
|
recorded_at: Tue, 27 Aug 2013 16:14:06 GMT
|
326
326
|
- request:
|
327
327
|
method: post
|
328
|
-
uri: http://api.brightbox.
|
328
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345/start?account_id=acc-12345
|
329
329
|
body:
|
330
330
|
encoding: US-ASCII
|
331
331
|
string: ''
|
@@ -363,7 +363,7 @@ http_interactions:
|
|
363
363
|
recorded_at: Tue, 27 Aug 2013 16:14:06 GMT
|
364
364
|
- request:
|
365
365
|
method: post
|
366
|
-
uri: http://api.brightbox.
|
366
|
+
uri: http://api.brightbox.localhost/token
|
367
367
|
body:
|
368
368
|
encoding: UTF-8
|
369
369
|
string: '{"grant_type":"client_credentials"}'
|
@@ -407,7 +407,7 @@ http_interactions:
|
|
407
407
|
recorded_at: Tue, 27 Aug 2013 17:09:43 GMT
|
408
408
|
- request:
|
409
409
|
method: post
|
410
|
-
uri: http://api.brightbox.
|
410
|
+
uri: http://api.brightbox.localhost/token
|
411
411
|
body:
|
412
412
|
encoding: UTF-8
|
413
413
|
string: '{"grant_type":"client_credentials"}'
|
@@ -451,7 +451,7 @@ http_interactions:
|
|
451
451
|
recorded_at: Tue, 27 Aug 2013 17:09:43 GMT
|
452
452
|
- request:
|
453
453
|
method: post
|
454
|
-
uri: http://api.brightbox.
|
454
|
+
uri: http://api.brightbox.localhost/token
|
455
455
|
body:
|
456
456
|
encoding: UTF-8
|
457
457
|
string: '{"grant_type":"client_credentials"}'
|
@@ -495,7 +495,7 @@ http_interactions:
|
|
495
495
|
recorded_at: Tue, 27 Aug 2013 17:09:43 GMT
|
496
496
|
- request:
|
497
497
|
method: post
|
498
|
-
uri: http://api.brightbox.
|
498
|
+
uri: http://api.brightbox.localhost/token
|
499
499
|
body:
|
500
500
|
encoding: UTF-8
|
501
501
|
string: '{"grant_type":"client_credentials"}'
|
@@ -539,7 +539,7 @@ http_interactions:
|
|
539
539
|
recorded_at: Tue, 27 Aug 2013 17:09:43 GMT
|
540
540
|
- request:
|
541
541
|
method: post
|
542
|
-
uri: http://api.brightbox.
|
542
|
+
uri: http://api.brightbox.localhost/token
|
543
543
|
body:
|
544
544
|
encoding: UTF-8
|
545
545
|
string: '{"grant_type":"client_credentials"}'
|
@@ -583,7 +583,7 @@ http_interactions:
|
|
583
583
|
recorded_at: Tue, 27 Aug 2013 17:09:44 GMT
|
584
584
|
- request:
|
585
585
|
method: post
|
586
|
-
uri: http://api.brightbox.
|
586
|
+
uri: http://api.brightbox.localhost/token
|
587
587
|
body:
|
588
588
|
encoding: UTF-8
|
589
589
|
string: '{"grant_type":"client_credentials"}'
|
@@ -627,7 +627,7 @@ http_interactions:
|
|
627
627
|
recorded_at: Tue, 27 Aug 2013 17:09:45 GMT
|
628
628
|
- request:
|
629
629
|
method: post
|
630
|
-
uri: http://api.brightbox.
|
630
|
+
uri: http://api.brightbox.localhost/token
|
631
631
|
body:
|
632
632
|
encoding: UTF-8
|
633
633
|
string: '{"grant_type":"client_credentials"}'
|
@@ -671,7 +671,7 @@ http_interactions:
|
|
671
671
|
recorded_at: Tue, 27 Aug 2013 17:09:45 GMT
|
672
672
|
- request:
|
673
673
|
method: post
|
674
|
-
uri: http://api.brightbox.
|
674
|
+
uri: http://api.brightbox.localhost/token
|
675
675
|
body:
|
676
676
|
encoding: UTF-8
|
677
677
|
string: '{"grant_type":"client_credentials"}'
|
@@ -715,7 +715,7 @@ http_interactions:
|
|
715
715
|
recorded_at: Tue, 27 Aug 2013 17:09:46 GMT
|
716
716
|
- request:
|
717
717
|
method: post
|
718
|
-
uri: http://api.brightbox.
|
718
|
+
uri: http://api.brightbox.localhost/token
|
719
719
|
body:
|
720
720
|
encoding: UTF-8
|
721
721
|
string: '{"grant_type":"client_credentials"}'
|
@@ -759,7 +759,7 @@ http_interactions:
|
|
759
759
|
recorded_at: Tue, 27 Aug 2013 17:09:46 GMT
|
760
760
|
- request:
|
761
761
|
method: post
|
762
|
-
uri: http://api.brightbox.
|
762
|
+
uri: http://api.brightbox.localhost/token
|
763
763
|
body:
|
764
764
|
encoding: UTF-8
|
765
765
|
string: '{"grant_type":"client_credentials"}'
|
@@ -804,7 +804,7 @@ http_interactions:
|
|
804
804
|
recorded_at: Wed, 28 Aug 2013 16:09:33 GMT
|
805
805
|
- request:
|
806
806
|
method: get
|
807
|
-
uri: http://api.brightbox.
|
807
|
+
uri: http://api.brightbox.localhost/1.0/accounts
|
808
808
|
body:
|
809
809
|
encoding: US-ASCII
|
810
810
|
string: ''
|
@@ -844,7 +844,7 @@ http_interactions:
|
|
844
844
|
recorded_at: Tue, 17 Sep 2013 17:08:03 GMT
|
845
845
|
- request:
|
846
846
|
method: post
|
847
|
-
uri: http://api.brightbox.
|
847
|
+
uri: http://api.brightbox.localhost/token
|
848
848
|
body:
|
849
849
|
encoding: UTF-8
|
850
850
|
string: '{"grant_type":"client_credentials"}'
|
@@ -889,7 +889,7 @@ http_interactions:
|
|
889
889
|
recorded_at: Tue, 17 Sep 2013 17:08:03 GMT
|
890
890
|
- request:
|
891
891
|
method: get
|
892
|
-
uri: http://api.brightbox.
|
892
|
+
uri: http://api.brightbox.localhost/1.0/accounts
|
893
893
|
body:
|
894
894
|
encoding: US-ASCII
|
895
895
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http://api.brightbox.
|
5
|
+
uri: http://api.brightbox.localhost/1.0/account?account_id=acc-12345
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -48,7 +48,7 @@ http_interactions:
|
|
48
48
|
recorded_at: Tue, 27 Aug 2013 16:14:07 GMT
|
49
49
|
- request:
|
50
50
|
method: get
|
51
|
-
uri: http://api.brightbox.
|
51
|
+
uri: http://api.brightbox.localhost/1.0/server_types?account_id=acc-12345
|
52
52
|
body:
|
53
53
|
encoding: US-ASCII
|
54
54
|
string: ''
|
@@ -87,10 +87,10 @@ http_interactions:
|
|
87
87
|
recorded_at: Tue, 27 Aug 2013 16:14:07 GMT
|
88
88
|
- request:
|
89
89
|
method: post
|
90
|
-
uri: http://api.brightbox.
|
90
|
+
uri: http://api.brightbox.localhost/1.0/servers?account_id=acc-12345
|
91
91
|
body:
|
92
92
|
encoding: UTF-8
|
93
|
-
string: '{"
|
93
|
+
string: '{"name":"rspec_server_stop","server_type":"typ-12345","image":"img-12345"}'
|
94
94
|
headers:
|
95
95
|
User-Agent:
|
96
96
|
- fog/1.15.0
|
@@ -104,7 +104,7 @@ http_interactions:
|
|
104
104
|
message:
|
105
105
|
headers:
|
106
106
|
Location:
|
107
|
-
- http://api.brightbox.
|
107
|
+
- http://api.brightbox.localhost/1.0/servers/srv-p0bg5
|
108
108
|
Content-Type:
|
109
109
|
- application/json; charset=utf-8
|
110
110
|
X-UA-Compatible:
|
@@ -127,7 +127,7 @@ http_interactions:
|
|
127
127
|
recorded_at: Tue, 27 Aug 2013 16:14:13 GMT
|
128
128
|
- request:
|
129
129
|
method: get
|
130
|
-
uri: http://api.brightbox.
|
130
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
131
131
|
body:
|
132
132
|
encoding: US-ASCII
|
133
133
|
string: ''
|
@@ -167,7 +167,7 @@ http_interactions:
|
|
167
167
|
recorded_at: Tue, 27 Aug 2013 16:14:14 GMT
|
168
168
|
- request:
|
169
169
|
method: get
|
170
|
-
uri: http://api.brightbox.
|
170
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
171
171
|
body:
|
172
172
|
encoding: US-ASCII
|
173
173
|
string: ''
|
@@ -207,7 +207,7 @@ http_interactions:
|
|
207
207
|
recorded_at: Tue, 27 Aug 2013 16:14:16 GMT
|
208
208
|
- request:
|
209
209
|
method: get
|
210
|
-
uri: http://api.brightbox.
|
210
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345?account_id=acc-12345
|
211
211
|
body:
|
212
212
|
encoding: US-ASCII
|
213
213
|
string: ''
|
@@ -247,7 +247,7 @@ http_interactions:
|
|
247
247
|
recorded_at: Tue, 27 Aug 2013 16:14:17 GMT
|
248
248
|
- request:
|
249
249
|
method: post
|
250
|
-
uri: http://api.brightbox.
|
250
|
+
uri: http://api.brightbox.localhost/1.0/servers/srv-12345/stop?account_id=acc-12345
|
251
251
|
body:
|
252
252
|
encoding: US-ASCII
|
253
253
|
string: ''
|
@@ -285,7 +285,7 @@ http_interactions:
|
|
285
285
|
recorded_at: Tue, 27 Aug 2013 16:14:18 GMT
|
286
286
|
- request:
|
287
287
|
method: post
|
288
|
-
uri: http://api.brightbox.
|
288
|
+
uri: http://api.brightbox.localhost/token
|
289
289
|
body:
|
290
290
|
encoding: UTF-8
|
291
291
|
string: '{"grant_type":"client_credentials"}'
|
@@ -329,7 +329,7 @@ http_interactions:
|
|
329
329
|
recorded_at: Tue, 27 Aug 2013 17:09:51 GMT
|
330
330
|
- request:
|
331
331
|
method: post
|
332
|
-
uri: http://api.brightbox.
|
332
|
+
uri: http://api.brightbox.localhost/token
|
333
333
|
body:
|
334
334
|
encoding: UTF-8
|
335
335
|
string: '{"grant_type":"client_credentials"}'
|
@@ -373,7 +373,7 @@ http_interactions:
|
|
373
373
|
recorded_at: Tue, 27 Aug 2013 17:09:52 GMT
|
374
374
|
- request:
|
375
375
|
method: post
|
376
|
-
uri: http://api.brightbox.
|
376
|
+
uri: http://api.brightbox.localhost/token
|
377
377
|
body:
|
378
378
|
encoding: UTF-8
|
379
379
|
string: '{"grant_type":"client_credentials"}'
|
@@ -417,7 +417,7 @@ http_interactions:
|
|
417
417
|
recorded_at: Tue, 27 Aug 2013 17:09:52 GMT
|
418
418
|
- request:
|
419
419
|
method: post
|
420
|
-
uri: http://api.brightbox.
|
420
|
+
uri: http://api.brightbox.localhost/token
|
421
421
|
body:
|
422
422
|
encoding: UTF-8
|
423
423
|
string: '{"grant_type":"client_credentials"}'
|
@@ -461,7 +461,7 @@ http_interactions:
|
|
461
461
|
recorded_at: Tue, 27 Aug 2013 17:09:52 GMT
|
462
462
|
- request:
|
463
463
|
method: post
|
464
|
-
uri: http://api.brightbox.
|
464
|
+
uri: http://api.brightbox.localhost/token
|
465
465
|
body:
|
466
466
|
encoding: UTF-8
|
467
467
|
string: '{"grant_type":"client_credentials"}'
|
@@ -505,7 +505,7 @@ http_interactions:
|
|
505
505
|
recorded_at: Tue, 27 Aug 2013 17:09:53 GMT
|
506
506
|
- request:
|
507
507
|
method: post
|
508
|
-
uri: http://api.brightbox.
|
508
|
+
uri: http://api.brightbox.localhost/token
|
509
509
|
body:
|
510
510
|
encoding: UTF-8
|
511
511
|
string: '{"grant_type":"client_credentials"}'
|
@@ -549,7 +549,7 @@ http_interactions:
|
|
549
549
|
recorded_at: Tue, 27 Aug 2013 17:09:54 GMT
|
550
550
|
- request:
|
551
551
|
method: post
|
552
|
-
uri: http://api.brightbox.
|
552
|
+
uri: http://api.brightbox.localhost/token
|
553
553
|
body:
|
554
554
|
encoding: UTF-8
|
555
555
|
string: '{"grant_type":"client_credentials"}'
|
@@ -593,7 +593,7 @@ http_interactions:
|
|
593
593
|
recorded_at: Tue, 27 Aug 2013 17:09:54 GMT
|
594
594
|
- request:
|
595
595
|
method: post
|
596
|
-
uri: http://api.brightbox.
|
596
|
+
uri: http://api.brightbox.localhost/token
|
597
597
|
body:
|
598
598
|
encoding: UTF-8
|
599
599
|
string: '{"grant_type":"client_credentials"}'
|
@@ -638,7 +638,7 @@ http_interactions:
|
|
638
638
|
recorded_at: Tue, 17 Sep 2013 17:08:05 GMT
|
639
639
|
- request:
|
640
640
|
method: get
|
641
|
-
uri: http://api.brightbox.
|
641
|
+
uri: http://api.brightbox.localhost/1.0/accounts
|
642
642
|
body:
|
643
643
|
encoding: US-ASCII
|
644
644
|
string: ''
|