hawkular-client 2.9.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.rdoc +27 -0
- data/README.rdoc +14 -14
- data/lib/hawkular/alerts/alerts_api.rb +43 -7
- data/lib/hawkular/client_utils.rb +0 -3
- data/lib/hawkular/hawkular_client.rb +1 -1
- data/lib/hawkular/inventory/entities.rb +55 -19
- data/lib/hawkular/inventory/inventory_api.rb +313 -412
- data/lib/hawkular/metrics/metric_api.rb +5 -2
- data/lib/hawkular/operations/operations_api.rb +0 -8
- data/lib/hawkular/tokens/tokens_api.rb +0 -3
- data/lib/hawkular/version.rb +1 -1
- metadata +3 -647
- data/.coveralls.yml +0 -1
- data/.gitignore +0 -56
- data/.rubocop.yml +0 -32
- data/.travis.yml +0 -20
- data/.travis/start_hawkular_services.sh +0 -21
- data/.travis/wait_for_services.rb +0 -39
- data/.yardopts +0 -1
- data/Gemfile +0 -2
- data/Rakefile +0 -20
- data/api_breaking_changes.rdoc +0 -84
- data/docker-compose.yml +0 -17
- data/hawkularclient.gemspec +0 -43
- data/spec/README.rdoc +0 -62
- data/spec/integration/alert-resources/alerts-test-data.json +0 -40
- data/spec/integration/alert-resources/events-test-data.json +0 -78
- data/spec/integration/alert-resources/triggers-test-data.json +0 -66
- data/spec/integration/alerts_spec.rb +0 -774
- data/spec/integration/env_config_spec.rb +0 -39
- data/spec/integration/hawkular_client_spec.rb +0 -304
- data/spec/integration/hello-world-definitions.json +0 -45
- data/spec/integration/inventory_spec.rb +0 -680
- data/spec/integration/logger_spec.rb +0 -36
- data/spec/integration/metric_spec.rb +0 -953
- data/spec/integration/operations_spec.rb +0 -591
- data/spec/integration/tokens_spec.rb +0 -49
- data/spec/resources/driver.jar +0 -0
- data/spec/resources/sample.war +0 -0
- data/spec/spec_helper.rb +0 -336
- data/spec/unit/base_spec.rb +0 -256
- data/spec/unit/canonical_path_spec.rb +0 -102
- data/spec/unit/client_spec.rb +0 -55
- data/spec/unit/deprecations_spec.rb +0 -19
- data/spec/vcr/vcr_setup.rb +0 -16
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_acknowledge_an_alert.yml +0 -205
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_add_tags_to_existing_alert.yml +0 -210
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_fetch_single_alert.yml +0 -108
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_list_alerts.yml +0 -59
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_list_alerts_for_trigger.yml +0 -58
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_list_alerts_for_unknown_trigger.yml +0 -50
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_list_open_alerts.yml +0 -59
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_remove_tags_from_existing_alert.yml +0 -257
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_resolve_an_alert.yml +0 -207
- data/spec/vcr_cassettes/Alert/Alerts/Templates/setup.yml +0 -255
- data/spec/vcr_cassettes/Alert/Alerts/Templates/setup_cleanup.yml +0 -302
- data/spec/vcr_cassettes/Alert/EndToEnd/Templates/Should_create_and_fire_a_trigger.yml +0 -527
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_create_an_event.yml +0 -101
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_delete_an_event.yml +0 -148
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_list_events.yml +0 -91
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_list_events_using_criteria.yml +0 -60
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_not_list_events_using_criteria.yml +0 -50
- data/spec/vcr_cassettes/Alert/Events/Templates/setup.yml +0 -615
- data/spec/vcr_cassettes/Alert/Events/Templates/setup_cleanup.yml +0 -567
- data/spec/vcr_cassettes/Alert/Groups/Templates/Should_operate_a_complex_group_trigger.yml +0 -1882
- data/spec/vcr_cassettes/Alert/Templates/Should_return_the_version.yml +0 -42
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_List_Triggers.yml +0 -55
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_List_Triggers_for_ID.yml +0 -56
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_List_Triggers_for_Tag.yml +0 -56
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_List_Triggers_for_Tags.yml +0 -56
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_bulk_load_triggers.yml +0 -243
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_create_a_basic_trigger_with_action.yml +0 -386
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_create_a_firing_ALL_ANY_trigger.yml +0 -483
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_create_an_action.yml +0 -146
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_get_a_single_Trigger_with_conditions.yml +0 -144
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_get_a_single_metric_Trigger.yml +0 -50
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_get_the_action_definitions.yml +0 -228
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_not_create_an_action_for_unknown_plugin.yml +0 -50
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_not_create_an_action_for_unknown_properties.yml +0 -100
- data/spec/vcr_cassettes/Alert/Triggers/Templates/setup.yml +0 -52
- data/spec/vcr_cassettes/Alert/Triggers/Templates/setup_cleanup.yml +0 -285
- data/spec/vcr_cassettes/HawkularClient/Should_err_on_bad_credentials.yml +0 -42
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_both_create_and_delete_feed.yml +0 -317
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_both_list_WildFlys.yml +0 -103
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_both_list_types_with_bad_feed.yml +0 -103
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_list_same_types_when_param_is_given.yml +0 -325
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_list_the_same_feeds.yml +0 -117
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_list_the_same_resource_types.yml +0 -111
- data/spec/vcr_cassettes/HawkularClient/and_Metrics_client/Should_both_create_and_retrieve_tags_for_Availability.yml +0 -155
- data/spec/vcr_cassettes/HawkularClient/and_Metrics_client/Should_both_create_and_return_Availability_using_Hash_parameter.yml +0 -155
- data/spec/vcr_cassettes/HawkularClient/and_Metrics_client/Should_both_return_the_version.yml +0 -89
- data/spec/vcr_cassettes/HawkularClient/and_Metrics_client/Should_both_work_the_same_way_when_pushing_metric_data_to_non-existing_counter.yml +0 -114
- data/spec/vcr_cassettes/HawkularClient/and_Operations_client/Should_both_work_the_same_way.yml +0 -158
- data/spec/vcr_cassettes/HawkularClient/and_Operations_client/Should_work_initializing_with_URI.yml +0 -48
- data/spec/vcr_cassettes/HawkularClient/and_Operations_client_Should_both_work_the_same_way.json +0 -44
- data/spec/vcr_cassettes/HawkularClient/and_Operations_client_Should_work_initializing_with_URI.json +0 -9
- data/spec/vcr_cassettes/HawkularClient/and_URIs_as_input/Should_work_with_URI.yml +0 -169
- data/spec/vcr_cassettes/HawkularClient/and_URIs_as_input/Should_work_with_URI_on_metrics_client.yml +0 -42
- data/spec/vcr_cassettes/Inventory/NonSecure/Connection/Templates/Should_err_on_bad_credentials.yml +0 -44
- data/spec/vcr_cassettes/Inventory/NonSecure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +0 -101
- data/spec/vcr_cassettes/Inventory/NonSecure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +0 -101
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +0 -47
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +0 -207
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Helpers/create_url.yml +0 -52
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +0 -411
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Helpers/get_feeds.yml +0 -62
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +0 -133
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_feed.yml +0 -59
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_feed_again.yml +0 -181
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +0 -664
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_resource.yml +0 -360
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +0 -846
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +0 -169
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +0 -166
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +0 -420
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +0 -132
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_have_a_consistent_behaviour_when_creating_an_already_existing_resource.yml +0 -714
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +0 -73
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_URLs.yml +0 -90
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_WildFlys.yml +0 -70
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +0 -138
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +0 -59
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +0 -333
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +0 -180
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_feeds.yml +0 -62
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +0 -943
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +0 -361
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +0 -94
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +0 -294
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +0 -871
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +0 -740
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +0 -1117
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +0 -393
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +0 -84
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +0 -55
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_types_with_feed.yml +0 -166
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +0 -59
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +0 -66
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +0 -71
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_return_data_from_get_entity.yml +0 -230
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_return_the_version.yml +0 -50
- data/spec/vcr_cassettes/Inventory/Secure/Connection/Templates/Should_err_on_bad_credentials.yml +0 -44
- data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +0 -101
- data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +0 -101
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +0 -47
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +0 -207
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/create_url.yml +0 -52
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +0 -411
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/get_feeds.yml +0 -62
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +0 -133
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed.yml +0 -59
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed_again.yml +0 -181
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +0 -664
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource.yml +0 -360
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +0 -846
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +0 -169
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +0 -166
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +0 -420
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +0 -132
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +0 -73
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_URLs.yml +0 -90
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys.yml +0 -70
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +0 -138
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +0 -59
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +0 -333
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +0 -180
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_feeds.yml +0 -62
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +0 -943
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +0 -361
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +0 -90
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +0 -294
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +0 -871
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +0 -740
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +0 -1117
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +0 -393
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +0 -84
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +0 -55
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_feed.yml +0 -166
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +0 -59
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +0 -66
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +0 -71
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_the_version.yml +0 -50
- data/spec/vcr_cassettes/Inventory/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml +0 -114
- data/spec/vcr_cassettes/Inventory/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +0 -132
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +0 -51
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +0 -92
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +0 -50
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +0 -146
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +0 -146
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -120
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -200
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -200
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -237
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -120
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -237
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -120
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_return_periods.yml +0 -81
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -200
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -270
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -237
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Simple/Should_be_Cool.yml +0 -82
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Status/Should_return_the_version.yml +0 -42
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Tenants/Should_create_and_return_tenant.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/All_Tags_for_metrics/Should_fetch_all_metric_tags_for_metrics_definitions.yml +0 -434
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/All_Tags_for_metrics/Should_fetch_all_metrics_with_some_tags.yml +0 -1251
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +0 -138
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -144
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -240
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -240
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +0 -328
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -281
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -144
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -281
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -144
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +0 -97
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -196
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +0 -197
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -240
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_rate_stats_for_mixed_metric.yml +0 -328
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +0 -363
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +0 -414
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -314
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -285
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/No_Tenant/Should_fail.yml +0 -89
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Simple/Should_be_Cool.yml +0 -48
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Status/Should_return_the_version.yml +0 -85
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/Should_create_string_definition_using_Hash.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/Should_create_string_definition_using_MetricDefinition.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/Should_push_metric_data_to_existing_string.yml +0 -281
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/Should_push_metric_data_to_non-existing_string.yml +0 -144
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tags_Metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -103
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +0 -51
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +0 -92
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +0 -50
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +0 -146
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +0 -146
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +0 -97
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -144
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -240
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -240
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +0 -328
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -281
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -144
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -281
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -144
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +0 -97
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -50
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +0 -51
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -240
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +0 -364
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +0 -373
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -314
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -285
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/No_Tenant/Should_fail.yml +0 -50
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Simple/Should_be_Cool.yml +0 -48
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Status/Should_return_the_version.yml +0 -44
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -99
- data/spec/vcr_cassettes/New_API_Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -230
- data/spec/vcr_cassettes/New_API_Mixed_metrics/Should_send_mixed_metric_request.yml +0 -300
- data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/agent_properties.yml +0 -124
- data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_feed.yml +0 -61
- data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_tenant.yml +0 -55
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_XA_datasource_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_deployment_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_non-XA_datasource_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -32
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Update_collection_intervals_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/should_not_be_possible_to_perform_on_closed_client.json +0 -12
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_no_host.json +0 -3
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established.json +0 -9
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback.json +0 -18
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +0 -13
- data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_feed.yml +0 -61
- data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_tenant.yml +0 -55
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_datasource_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_deployment_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -32
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/should_not_be_possible_to_perform_on_closed_client.json +0 -12
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_no_host.json +0 -3
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established.json +0 -9
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback.json +0 -18
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +0 -13
- data/spec/vcr_cassettes/Tokens/Should_be_able_to_create_a_new_token_for_an_actual_user.yml +0 -57
- data/spec/vcr_cassettes/Tokens/Should_be_able_to_list_the_available_tokens.yml +0 -49
- data/spec/vcr_cassettes/Tokens/Should_get_a_401_when_attempting_to_create_a_token_with_a_wrong_password.yml +0 -56
- data/spec/vcr_cassettes/Tokens/Should_get_a_401_when_attempting_to_create_a_token_without_a_password.yml +0 -55
@@ -1,740 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/type=ot
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
Accept-Encoding:
|
13
|
-
- identity
|
14
|
-
User-Agent:
|
15
|
-
- hawkular-client-ruby
|
16
|
-
Hawkular-Tenant:
|
17
|
-
- hawkular
|
18
|
-
Content-Type:
|
19
|
-
- application/json
|
20
|
-
Host:
|
21
|
-
- 127.0.0.1:8443
|
22
|
-
response:
|
23
|
-
status:
|
24
|
-
code: 200
|
25
|
-
message: OK
|
26
|
-
headers:
|
27
|
-
Expires:
|
28
|
-
- '0'
|
29
|
-
Cache-Control:
|
30
|
-
- no-cache, no-store, must-revalidate
|
31
|
-
X-Powered-By:
|
32
|
-
- Undertow/1
|
33
|
-
Server:
|
34
|
-
- WildFly/10
|
35
|
-
Pragma:
|
36
|
-
- no-cache
|
37
|
-
Date:
|
38
|
-
- Tue, 30 Aug 2016 15:26:32 GMT
|
39
|
-
X-Total-Count:
|
40
|
-
- '10'
|
41
|
-
Connection:
|
42
|
-
- keep-alive
|
43
|
-
Content-Type:
|
44
|
-
- application/json
|
45
|
-
Content-Length:
|
46
|
-
- '4365'
|
47
|
-
Link:
|
48
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/type=ot>;
|
49
|
-
rel="current"
|
50
|
-
body:
|
51
|
-
encoding: UTF-8
|
52
|
-
string: |-
|
53
|
-
[ {
|
54
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment",
|
55
|
-
"name" : "Enable Deployment",
|
56
|
-
"identityHash" : "951f84398217ffddf766f0b48855217b7855d933",
|
57
|
-
"contentHash" : "d768f4a8b677f94969bcb0298972a3bea35c129e",
|
58
|
-
"syncHash" : "e1d1e39499efa9ec106e1935faaa6e851ccff210",
|
59
|
-
"id" : "Enable Deployment"
|
60
|
-
}, {
|
61
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment",
|
62
|
-
"name" : "Disable Deployment",
|
63
|
-
"identityHash" : "a8b8abfd5fb36dfc7448de959fc4776038144415",
|
64
|
-
"contentHash" : "b0bc4bc91049f169d1d1e83a60686f32f13bf9",
|
65
|
-
"syncHash" : "67ea89fb1af5c72b50976320f4ce47f3d7dfc7c3",
|
66
|
-
"id" : "Disable Deployment"
|
67
|
-
}, {
|
68
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown",
|
69
|
-
"properties" : {
|
70
|
-
"params" : [ {
|
71
|
-
"name" : "timeout",
|
72
|
-
"type" : "int",
|
73
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
74
|
-
"defaultValue" : "0",
|
75
|
-
"required" : false
|
76
|
-
}, {
|
77
|
-
"name" : "restart",
|
78
|
-
"type" : "bool",
|
79
|
-
"description" : "Should the server be restarted after shutdown?",
|
80
|
-
"defaultValue" : "false",
|
81
|
-
"required" : false
|
82
|
-
} ]
|
83
|
-
},
|
84
|
-
"name" : "Shutdown",
|
85
|
-
"identityHash" : "6e415243a4b3296c6a84997e73847e43ce2e86",
|
86
|
-
"contentHash" : "d89361a11db6c33e5a2b44ccdf51f9f5ae90",
|
87
|
-
"syncHash" : "f55796baba9e6d9b149956656a6f1b5a8a10ef19",
|
88
|
-
"id" : "Shutdown"
|
89
|
-
}, {
|
90
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment",
|
91
|
-
"name" : "Restart Deployment",
|
92
|
-
"identityHash" : "9e9d46aeb0c98efec38b6f04fbbd7d47ee1e2ad",
|
93
|
-
"contentHash" : "2ba8792aa52468e9202693d14a5344d99c748",
|
94
|
-
"syncHash" : "67aa3d23392281c73999cb2513c9b5119dd1e86",
|
95
|
-
"id" : "Restart Deployment"
|
96
|
-
}, {
|
97
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload",
|
98
|
-
"properties" : {
|
99
|
-
"params" : [ {
|
100
|
-
"name" : "admin-only",
|
101
|
-
"type" : "bool",
|
102
|
-
"description" : "Whether the server should start in running mode ADMIN_ONLY when it restarts",
|
103
|
-
"defaultValue" : "false",
|
104
|
-
"required" : false
|
105
|
-
}, {
|
106
|
-
"name" : "use-current-server-config",
|
107
|
-
"type" : "bool",
|
108
|
-
"defaultValue" : "false",
|
109
|
-
"required" : false
|
110
|
-
} ]
|
111
|
-
},
|
112
|
-
"name" : "Reload",
|
113
|
-
"identityHash" : "86311b6b4340542cf30568188ccf4236867a51",
|
114
|
-
"contentHash" : "b6251463d5d15b2e78243e57d5c67a8bd45f7fb",
|
115
|
-
"syncHash" : "ab6a41da45b25e366fb48b6b98caee882b941edf",
|
116
|
-
"id" : "Reload"
|
117
|
-
}, {
|
118
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy",
|
119
|
-
"name" : "Deploy",
|
120
|
-
"identityHash" : "c6252032c0e198b69179c06fdaa95e511836f2f",
|
121
|
-
"contentHash" : "fb4192a0d1e98db49f6315e471f852385eb84ca8",
|
122
|
-
"syncHash" : "18a2d3719245a6ca7278ace46b3c2e8479929f4",
|
123
|
-
"id" : "Deploy"
|
124
|
-
}, {
|
125
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume",
|
126
|
-
"name" : "Resume",
|
127
|
-
"identityHash" : "b5103168d783b0bb67bf88f30c1fad462b635e",
|
128
|
-
"contentHash" : "b3bdb5a70497bec4a2b7eb1cb0d4f37eb71a2a",
|
129
|
-
"syncHash" : "17177798f5262241ff882e6da757caee123c5b4",
|
130
|
-
"id" : "Resume"
|
131
|
-
}, {
|
132
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy",
|
133
|
-
"name" : "Undeploy",
|
134
|
-
"identityHash" : "dff1f5b0a0cc8840825994c38becf0829098f963",
|
135
|
-
"contentHash" : "48c1e5d08da1e1b3b11598e2294b3e1a6133f5d",
|
136
|
-
"syncHash" : "63cb216eacffc445db5c9c2eb513c23cb337f168",
|
137
|
-
"id" : "Undeploy"
|
138
|
-
}, {
|
139
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend",
|
140
|
-
"properties" : {
|
141
|
-
"params" : [ {
|
142
|
-
"name" : "timeout",
|
143
|
-
"type" : "int",
|
144
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
145
|
-
"defaultValue" : "0",
|
146
|
-
"required" : false
|
147
|
-
} ]
|
148
|
-
},
|
149
|
-
"name" : "Suspend",
|
150
|
-
"identityHash" : "6ae76b4fe54b4aba5764e596d93f4b31508b7713",
|
151
|
-
"contentHash" : "6883148a24550cb7b5a5e44830132feb6a8fd9",
|
152
|
-
"syncHash" : "2964451c903d8532e02f37f4f15b58a65cb2468",
|
153
|
-
"id" : "Suspend"
|
154
|
-
}, {
|
155
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR",
|
156
|
-
"name" : "JDR",
|
157
|
-
"identityHash" : "417bead4a2974c52ae9884323ecd2840879e1195",
|
158
|
-
"contentHash" : "f13f4669a34d44603bd3826345b2d052363c8ea1",
|
159
|
-
"syncHash" : "ef12f67f4a6cce3f23c958fc1f6f1ea8cada",
|
160
|
-
"id" : "JDR"
|
161
|
-
} ]
|
162
|
-
http_version:
|
163
|
-
recorded_at: Tue, 30 Aug 2016 15:26:32 GMT
|
164
|
-
- request:
|
165
|
-
method: get
|
166
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes
|
167
|
-
body:
|
168
|
-
encoding: US-ASCII
|
169
|
-
string: ''
|
170
|
-
headers:
|
171
|
-
Accept:
|
172
|
-
- application/json
|
173
|
-
Accept-Encoding:
|
174
|
-
- identity
|
175
|
-
User-Agent:
|
176
|
-
- hawkular-client-ruby
|
177
|
-
Hawkular-Tenant:
|
178
|
-
- hawkular
|
179
|
-
Content-Type:
|
180
|
-
- application/json
|
181
|
-
Host:
|
182
|
-
- 127.0.0.1:8443
|
183
|
-
response:
|
184
|
-
status:
|
185
|
-
code: 200
|
186
|
-
message: OK
|
187
|
-
headers:
|
188
|
-
Expires:
|
189
|
-
- '0'
|
190
|
-
Cache-Control:
|
191
|
-
- no-cache, no-store, must-revalidate
|
192
|
-
X-Powered-By:
|
193
|
-
- Undertow/1
|
194
|
-
Server:
|
195
|
-
- WildFly/10
|
196
|
-
Pragma:
|
197
|
-
- no-cache
|
198
|
-
Date:
|
199
|
-
- Tue, 30 Aug 2016 15:26:32 GMT
|
200
|
-
X-Total-Count:
|
201
|
-
- "-1"
|
202
|
-
Connection:
|
203
|
-
- keep-alive
|
204
|
-
Content-Type:
|
205
|
-
- application/json
|
206
|
-
Content-Length:
|
207
|
-
- '3'
|
208
|
-
Link:
|
209
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes>;
|
210
|
-
rel="current"
|
211
|
-
body:
|
212
|
-
encoding: UTF-8
|
213
|
-
string: "[ ]"
|
214
|
-
http_version:
|
215
|
-
recorded_at: Tue, 30 Aug 2016 15:26:32 GMT
|
216
|
-
- request:
|
217
|
-
method: get
|
218
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes
|
219
|
-
body:
|
220
|
-
encoding: US-ASCII
|
221
|
-
string: ''
|
222
|
-
headers:
|
223
|
-
Accept:
|
224
|
-
- application/json
|
225
|
-
Accept-Encoding:
|
226
|
-
- identity
|
227
|
-
User-Agent:
|
228
|
-
- hawkular-client-ruby
|
229
|
-
Hawkular-Tenant:
|
230
|
-
- hawkular
|
231
|
-
Content-Type:
|
232
|
-
- application/json
|
233
|
-
Host:
|
234
|
-
- 127.0.0.1:8443
|
235
|
-
response:
|
236
|
-
status:
|
237
|
-
code: 200
|
238
|
-
message: OK
|
239
|
-
headers:
|
240
|
-
Expires:
|
241
|
-
- '0'
|
242
|
-
Cache-Control:
|
243
|
-
- no-cache, no-store, must-revalidate
|
244
|
-
X-Powered-By:
|
245
|
-
- Undertow/1
|
246
|
-
Server:
|
247
|
-
- WildFly/10
|
248
|
-
Pragma:
|
249
|
-
- no-cache
|
250
|
-
Date:
|
251
|
-
- Tue, 30 Aug 2016 15:26:32 GMT
|
252
|
-
X-Total-Count:
|
253
|
-
- "-1"
|
254
|
-
Connection:
|
255
|
-
- keep-alive
|
256
|
-
Content-Type:
|
257
|
-
- application/json
|
258
|
-
Content-Length:
|
259
|
-
- '3'
|
260
|
-
Link:
|
261
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes>;
|
262
|
-
rel="current"
|
263
|
-
body:
|
264
|
-
encoding: UTF-8
|
265
|
-
string: "[ ]"
|
266
|
-
http_version:
|
267
|
-
recorded_at: Tue, 30 Aug 2016 15:26:32 GMT
|
268
|
-
- request:
|
269
|
-
method: get
|
270
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes
|
271
|
-
body:
|
272
|
-
encoding: US-ASCII
|
273
|
-
string: ''
|
274
|
-
headers:
|
275
|
-
Accept:
|
276
|
-
- application/json
|
277
|
-
Accept-Encoding:
|
278
|
-
- identity
|
279
|
-
User-Agent:
|
280
|
-
- hawkular-client-ruby
|
281
|
-
Hawkular-Tenant:
|
282
|
-
- hawkular
|
283
|
-
Content-Type:
|
284
|
-
- application/json
|
285
|
-
Host:
|
286
|
-
- 127.0.0.1:8443
|
287
|
-
response:
|
288
|
-
status:
|
289
|
-
code: 200
|
290
|
-
message: OK
|
291
|
-
headers:
|
292
|
-
Expires:
|
293
|
-
- '0'
|
294
|
-
Cache-Control:
|
295
|
-
- no-cache, no-store, must-revalidate
|
296
|
-
X-Powered-By:
|
297
|
-
- Undertow/1
|
298
|
-
Server:
|
299
|
-
- WildFly/10
|
300
|
-
Pragma:
|
301
|
-
- no-cache
|
302
|
-
Date:
|
303
|
-
- Tue, 30 Aug 2016 15:26:32 GMT
|
304
|
-
X-Total-Count:
|
305
|
-
- '1'
|
306
|
-
Connection:
|
307
|
-
- keep-alive
|
308
|
-
Content-Type:
|
309
|
-
- application/json
|
310
|
-
Content-Length:
|
311
|
-
- '705'
|
312
|
-
Link:
|
313
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes>;
|
314
|
-
rel="current"
|
315
|
-
body:
|
316
|
-
encoding: UTF-8
|
317
|
-
string: |-
|
318
|
-
[ {
|
319
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes",
|
320
|
-
"name" : "parameterTypes",
|
321
|
-
"identityHash" : "1ad5d5963d6978975e958de5abcb49f778695f",
|
322
|
-
"contentHash" : "5ff8951bc6a6ab6483f69ec0ab139d5a76e22c",
|
323
|
-
"syncHash" : "27163827304a2c50e31b9ce2ee74e5e32f396d58",
|
324
|
-
"value" : {
|
325
|
-
"timeout" : {
|
326
|
-
"type" : "int",
|
327
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
328
|
-
"defaultValue" : "0",
|
329
|
-
"required" : false
|
330
|
-
},
|
331
|
-
"restart" : {
|
332
|
-
"type" : "bool",
|
333
|
-
"description" : "Should the server be restarted after shutdown?",
|
334
|
-
"defaultValue" : "false",
|
335
|
-
"required" : false
|
336
|
-
}
|
337
|
-
}
|
338
|
-
} ]
|
339
|
-
http_version:
|
340
|
-
recorded_at: Tue, 30 Aug 2016 15:26:32 GMT
|
341
|
-
- request:
|
342
|
-
method: get
|
343
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes
|
344
|
-
body:
|
345
|
-
encoding: US-ASCII
|
346
|
-
string: ''
|
347
|
-
headers:
|
348
|
-
Accept:
|
349
|
-
- application/json
|
350
|
-
Accept-Encoding:
|
351
|
-
- identity
|
352
|
-
User-Agent:
|
353
|
-
- hawkular-client-ruby
|
354
|
-
Hawkular-Tenant:
|
355
|
-
- hawkular
|
356
|
-
Content-Type:
|
357
|
-
- application/json
|
358
|
-
Host:
|
359
|
-
- 127.0.0.1:8443
|
360
|
-
response:
|
361
|
-
status:
|
362
|
-
code: 200
|
363
|
-
message: OK
|
364
|
-
headers:
|
365
|
-
Expires:
|
366
|
-
- '0'
|
367
|
-
Cache-Control:
|
368
|
-
- no-cache, no-store, must-revalidate
|
369
|
-
X-Powered-By:
|
370
|
-
- Undertow/1
|
371
|
-
Server:
|
372
|
-
- WildFly/10
|
373
|
-
Pragma:
|
374
|
-
- no-cache
|
375
|
-
Date:
|
376
|
-
- Tue, 30 Aug 2016 15:26:32 GMT
|
377
|
-
X-Total-Count:
|
378
|
-
- "-1"
|
379
|
-
Connection:
|
380
|
-
- keep-alive
|
381
|
-
Content-Type:
|
382
|
-
- application/json
|
383
|
-
Content-Length:
|
384
|
-
- '3'
|
385
|
-
Link:
|
386
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes>;
|
387
|
-
rel="current"
|
388
|
-
body:
|
389
|
-
encoding: UTF-8
|
390
|
-
string: "[ ]"
|
391
|
-
http_version:
|
392
|
-
recorded_at: Tue, 30 Aug 2016 15:26:32 GMT
|
393
|
-
- request:
|
394
|
-
method: get
|
395
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes
|
396
|
-
body:
|
397
|
-
encoding: US-ASCII
|
398
|
-
string: ''
|
399
|
-
headers:
|
400
|
-
Accept:
|
401
|
-
- application/json
|
402
|
-
Accept-Encoding:
|
403
|
-
- identity
|
404
|
-
User-Agent:
|
405
|
-
- hawkular-client-ruby
|
406
|
-
Hawkular-Tenant:
|
407
|
-
- hawkular
|
408
|
-
Content-Type:
|
409
|
-
- application/json
|
410
|
-
Host:
|
411
|
-
- 127.0.0.1:8443
|
412
|
-
response:
|
413
|
-
status:
|
414
|
-
code: 200
|
415
|
-
message: OK
|
416
|
-
headers:
|
417
|
-
Expires:
|
418
|
-
- '0'
|
419
|
-
Cache-Control:
|
420
|
-
- no-cache, no-store, must-revalidate
|
421
|
-
X-Powered-By:
|
422
|
-
- Undertow/1
|
423
|
-
Server:
|
424
|
-
- WildFly/10
|
425
|
-
Pragma:
|
426
|
-
- no-cache
|
427
|
-
Date:
|
428
|
-
- Tue, 30 Aug 2016 15:26:32 GMT
|
429
|
-
X-Total-Count:
|
430
|
-
- '1'
|
431
|
-
Connection:
|
432
|
-
- keep-alive
|
433
|
-
Content-Type:
|
434
|
-
- application/json
|
435
|
-
Content-Length:
|
436
|
-
- '676'
|
437
|
-
Link:
|
438
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes>;
|
439
|
-
rel="current"
|
440
|
-
body:
|
441
|
-
encoding: UTF-8
|
442
|
-
string: |-
|
443
|
-
[ {
|
444
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes",
|
445
|
-
"name" : "parameterTypes",
|
446
|
-
"identityHash" : "afda80734e6ac55e5de882f9fef973ed10ff96",
|
447
|
-
"contentHash" : "e5d6257a995e566cff7cb8c36fab163243e145",
|
448
|
-
"syncHash" : "c3d49769d815470209070cc3c7a1a2f4843f2c0",
|
449
|
-
"value" : {
|
450
|
-
"admin-only" : {
|
451
|
-
"type" : "bool",
|
452
|
-
"description" : "Whether the server should start in running mode ADMIN_ONLY when it restarts",
|
453
|
-
"defaultValue" : "false",
|
454
|
-
"required" : false
|
455
|
-
},
|
456
|
-
"use-current-server-config" : {
|
457
|
-
"type" : "bool",
|
458
|
-
"defaultValue" : "false",
|
459
|
-
"required" : false
|
460
|
-
}
|
461
|
-
}
|
462
|
-
} ]
|
463
|
-
http_version:
|
464
|
-
recorded_at: Tue, 30 Aug 2016 15:26:32 GMT
|
465
|
-
- request:
|
466
|
-
method: get
|
467
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy/d;parameterTypes
|
468
|
-
body:
|
469
|
-
encoding: US-ASCII
|
470
|
-
string: ''
|
471
|
-
headers:
|
472
|
-
Accept:
|
473
|
-
- application/json
|
474
|
-
Accept-Encoding:
|
475
|
-
- identity
|
476
|
-
User-Agent:
|
477
|
-
- hawkular-client-ruby
|
478
|
-
Hawkular-Tenant:
|
479
|
-
- hawkular
|
480
|
-
Content-Type:
|
481
|
-
- application/json
|
482
|
-
Host:
|
483
|
-
- 127.0.0.1:8443
|
484
|
-
response:
|
485
|
-
status:
|
486
|
-
code: 200
|
487
|
-
message: OK
|
488
|
-
headers:
|
489
|
-
Expires:
|
490
|
-
- '0'
|
491
|
-
Cache-Control:
|
492
|
-
- no-cache, no-store, must-revalidate
|
493
|
-
X-Powered-By:
|
494
|
-
- Undertow/1
|
495
|
-
Server:
|
496
|
-
- WildFly/10
|
497
|
-
Pragma:
|
498
|
-
- no-cache
|
499
|
-
Date:
|
500
|
-
- Tue, 30 Aug 2016 15:26:32 GMT
|
501
|
-
X-Total-Count:
|
502
|
-
- "-1"
|
503
|
-
Connection:
|
504
|
-
- keep-alive
|
505
|
-
Content-Type:
|
506
|
-
- application/json
|
507
|
-
Content-Length:
|
508
|
-
- '3'
|
509
|
-
Link:
|
510
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy/d;parameterTypes>;
|
511
|
-
rel="current"
|
512
|
-
body:
|
513
|
-
encoding: UTF-8
|
514
|
-
string: "[ ]"
|
515
|
-
http_version:
|
516
|
-
recorded_at: Tue, 30 Aug 2016 15:26:32 GMT
|
517
|
-
- request:
|
518
|
-
method: get
|
519
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes
|
520
|
-
body:
|
521
|
-
encoding: US-ASCII
|
522
|
-
string: ''
|
523
|
-
headers:
|
524
|
-
Accept:
|
525
|
-
- application/json
|
526
|
-
Accept-Encoding:
|
527
|
-
- identity
|
528
|
-
User-Agent:
|
529
|
-
- hawkular-client-ruby
|
530
|
-
Hawkular-Tenant:
|
531
|
-
- hawkular
|
532
|
-
Content-Type:
|
533
|
-
- application/json
|
534
|
-
Host:
|
535
|
-
- 127.0.0.1:8443
|
536
|
-
response:
|
537
|
-
status:
|
538
|
-
code: 200
|
539
|
-
message: OK
|
540
|
-
headers:
|
541
|
-
Expires:
|
542
|
-
- '0'
|
543
|
-
Cache-Control:
|
544
|
-
- no-cache, no-store, must-revalidate
|
545
|
-
X-Powered-By:
|
546
|
-
- Undertow/1
|
547
|
-
Server:
|
548
|
-
- WildFly/10
|
549
|
-
Pragma:
|
550
|
-
- no-cache
|
551
|
-
Date:
|
552
|
-
- Tue, 30 Aug 2016 15:26:32 GMT
|
553
|
-
X-Total-Count:
|
554
|
-
- "-1"
|
555
|
-
Connection:
|
556
|
-
- keep-alive
|
557
|
-
Content-Type:
|
558
|
-
- application/json
|
559
|
-
Content-Length:
|
560
|
-
- '3'
|
561
|
-
Link:
|
562
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes>;
|
563
|
-
rel="current"
|
564
|
-
body:
|
565
|
-
encoding: UTF-8
|
566
|
-
string: "[ ]"
|
567
|
-
http_version:
|
568
|
-
recorded_at: Tue, 30 Aug 2016 15:26:32 GMT
|
569
|
-
- request:
|
570
|
-
method: get
|
571
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes
|
572
|
-
body:
|
573
|
-
encoding: US-ASCII
|
574
|
-
string: ''
|
575
|
-
headers:
|
576
|
-
Accept:
|
577
|
-
- application/json
|
578
|
-
Accept-Encoding:
|
579
|
-
- identity
|
580
|
-
User-Agent:
|
581
|
-
- hawkular-client-ruby
|
582
|
-
Hawkular-Tenant:
|
583
|
-
- hawkular
|
584
|
-
Content-Type:
|
585
|
-
- application/json
|
586
|
-
Host:
|
587
|
-
- 127.0.0.1:8443
|
588
|
-
response:
|
589
|
-
status:
|
590
|
-
code: 200
|
591
|
-
message: OK
|
592
|
-
headers:
|
593
|
-
Expires:
|
594
|
-
- '0'
|
595
|
-
Cache-Control:
|
596
|
-
- no-cache, no-store, must-revalidate
|
597
|
-
X-Powered-By:
|
598
|
-
- Undertow/1
|
599
|
-
Server:
|
600
|
-
- WildFly/10
|
601
|
-
Pragma:
|
602
|
-
- no-cache
|
603
|
-
Date:
|
604
|
-
- Tue, 30 Aug 2016 15:26:33 GMT
|
605
|
-
X-Total-Count:
|
606
|
-
- "-1"
|
607
|
-
Connection:
|
608
|
-
- keep-alive
|
609
|
-
Content-Type:
|
610
|
-
- application/json
|
611
|
-
Content-Length:
|
612
|
-
- '3'
|
613
|
-
Link:
|
614
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes>;
|
615
|
-
rel="current"
|
616
|
-
body:
|
617
|
-
encoding: UTF-8
|
618
|
-
string: "[ ]"
|
619
|
-
http_version:
|
620
|
-
recorded_at: Tue, 30 Aug 2016 15:26:33 GMT
|
621
|
-
- request:
|
622
|
-
method: get
|
623
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes
|
624
|
-
body:
|
625
|
-
encoding: US-ASCII
|
626
|
-
string: ''
|
627
|
-
headers:
|
628
|
-
Accept:
|
629
|
-
- application/json
|
630
|
-
Accept-Encoding:
|
631
|
-
- identity
|
632
|
-
User-Agent:
|
633
|
-
- hawkular-client-ruby
|
634
|
-
Hawkular-Tenant:
|
635
|
-
- hawkular
|
636
|
-
Content-Type:
|
637
|
-
- application/json
|
638
|
-
Host:
|
639
|
-
- 127.0.0.1:8443
|
640
|
-
response:
|
641
|
-
status:
|
642
|
-
code: 200
|
643
|
-
message: OK
|
644
|
-
headers:
|
645
|
-
Expires:
|
646
|
-
- '0'
|
647
|
-
Cache-Control:
|
648
|
-
- no-cache, no-store, must-revalidate
|
649
|
-
X-Powered-By:
|
650
|
-
- Undertow/1
|
651
|
-
Server:
|
652
|
-
- WildFly/10
|
653
|
-
Pragma:
|
654
|
-
- no-cache
|
655
|
-
Date:
|
656
|
-
- Tue, 30 Aug 2016 15:26:33 GMT
|
657
|
-
X-Total-Count:
|
658
|
-
- '1'
|
659
|
-
Connection:
|
660
|
-
- keep-alive
|
661
|
-
Content-Type:
|
662
|
-
- application/json
|
663
|
-
Content-Length:
|
664
|
-
- '527'
|
665
|
-
Link:
|
666
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes>;
|
667
|
-
rel="current"
|
668
|
-
body:
|
669
|
-
encoding: UTF-8
|
670
|
-
string: |-
|
671
|
-
[ {
|
672
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes",
|
673
|
-
"name" : "parameterTypes",
|
674
|
-
"identityHash" : "3bd3b9e1b58386881e0cd7283379743d4709917",
|
675
|
-
"contentHash" : "9d50537025afe097d697d9dc4b8d932ea442e6",
|
676
|
-
"syncHash" : "31301a5b29fbed63f6242bbe939f1891281fc21",
|
677
|
-
"value" : {
|
678
|
-
"timeout" : {
|
679
|
-
"type" : "int",
|
680
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
681
|
-
"defaultValue" : "0",
|
682
|
-
"required" : false
|
683
|
-
}
|
684
|
-
}
|
685
|
-
} ]
|
686
|
-
http_version:
|
687
|
-
recorded_at: Tue, 30 Aug 2016 15:26:33 GMT
|
688
|
-
- request:
|
689
|
-
method: get
|
690
|
-
uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes
|
691
|
-
body:
|
692
|
-
encoding: US-ASCII
|
693
|
-
string: ''
|
694
|
-
headers:
|
695
|
-
Accept:
|
696
|
-
- application/json
|
697
|
-
Accept-Encoding:
|
698
|
-
- identity
|
699
|
-
User-Agent:
|
700
|
-
- hawkular-client-ruby
|
701
|
-
Hawkular-Tenant:
|
702
|
-
- hawkular
|
703
|
-
Content-Type:
|
704
|
-
- application/json
|
705
|
-
Host:
|
706
|
-
- 127.0.0.1:8443
|
707
|
-
response:
|
708
|
-
status:
|
709
|
-
code: 200
|
710
|
-
message: OK
|
711
|
-
headers:
|
712
|
-
Expires:
|
713
|
-
- '0'
|
714
|
-
Cache-Control:
|
715
|
-
- no-cache, no-store, must-revalidate
|
716
|
-
X-Powered-By:
|
717
|
-
- Undertow/1
|
718
|
-
Server:
|
719
|
-
- WildFly/10
|
720
|
-
Pragma:
|
721
|
-
- no-cache
|
722
|
-
Date:
|
723
|
-
- Tue, 30 Aug 2016 15:26:33 GMT
|
724
|
-
X-Total-Count:
|
725
|
-
- "-1"
|
726
|
-
Connection:
|
727
|
-
- keep-alive
|
728
|
-
Content-Type:
|
729
|
-
- application/json
|
730
|
-
Content-Length:
|
731
|
-
- '3'
|
732
|
-
Link:
|
733
|
-
- <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes>;
|
734
|
-
rel="current"
|
735
|
-
body:
|
736
|
-
encoding: UTF-8
|
737
|
-
string: "[ ]"
|
738
|
-
http_version:
|
739
|
-
recorded_at: Tue, 30 Aug 2016 15:26:33 GMT
|
740
|
-
recorded_with: VCR 3.0.3
|