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
data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_both_list_types_with_bad_feed.yml
DELETED
@@ -1,103 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;does%20not%20exist/type=rt
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
Hawkular-Tenant:
|
15
|
-
- hawkular
|
16
|
-
Content-Type:
|
17
|
-
- application/json
|
18
|
-
User-Agent:
|
19
|
-
- Ruby
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Expires:
|
26
|
-
- '0'
|
27
|
-
Cache-Control:
|
28
|
-
- no-cache, no-store, must-revalidate
|
29
|
-
X-Powered-By:
|
30
|
-
- Undertow/1
|
31
|
-
Server:
|
32
|
-
- WildFly/10
|
33
|
-
Pragma:
|
34
|
-
- no-cache
|
35
|
-
Date:
|
36
|
-
- Wed, 13 Jul 2016 23:58:02 GMT
|
37
|
-
X-Total-Count:
|
38
|
-
- "-1"
|
39
|
-
Connection:
|
40
|
-
- keep-alive
|
41
|
-
Content-Type:
|
42
|
-
- application/json
|
43
|
-
Content-Length:
|
44
|
-
- '3'
|
45
|
-
Link:
|
46
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;does%20not%20exist/type=rt>;
|
47
|
-
rel="current"
|
48
|
-
body:
|
49
|
-
encoding: ASCII-8BIT
|
50
|
-
string: "[ ]"
|
51
|
-
http_version:
|
52
|
-
recorded_at: Wed, 13 Jul 2016 23:58:02 GMT
|
53
|
-
- request:
|
54
|
-
method: get
|
55
|
-
uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;does%20not%20exist/type=rt
|
56
|
-
body:
|
57
|
-
encoding: US-ASCII
|
58
|
-
string: ''
|
59
|
-
headers:
|
60
|
-
Accept:
|
61
|
-
- application/json
|
62
|
-
Accept-Encoding:
|
63
|
-
- gzip, deflate
|
64
|
-
Hawkular-Tenant:
|
65
|
-
- hawkular
|
66
|
-
Content-Type:
|
67
|
-
- application/json
|
68
|
-
User-Agent:
|
69
|
-
- Ruby
|
70
|
-
response:
|
71
|
-
status:
|
72
|
-
code: 200
|
73
|
-
message: OK
|
74
|
-
headers:
|
75
|
-
Expires:
|
76
|
-
- '0'
|
77
|
-
Cache-Control:
|
78
|
-
- no-cache, no-store, must-revalidate
|
79
|
-
X-Powered-By:
|
80
|
-
- Undertow/1
|
81
|
-
Server:
|
82
|
-
- WildFly/10
|
83
|
-
Pragma:
|
84
|
-
- no-cache
|
85
|
-
Date:
|
86
|
-
- Wed, 13 Jul 2016 23:58:02 GMT
|
87
|
-
X-Total-Count:
|
88
|
-
- "-1"
|
89
|
-
Connection:
|
90
|
-
- keep-alive
|
91
|
-
Content-Type:
|
92
|
-
- application/json
|
93
|
-
Content-Length:
|
94
|
-
- '3'
|
95
|
-
Link:
|
96
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;does%20not%20exist/type=rt>;
|
97
|
-
rel="current"
|
98
|
-
body:
|
99
|
-
encoding: ASCII-8BIT
|
100
|
-
string: "[ ]"
|
101
|
-
http_version:
|
102
|
-
recorded_at: Wed, 13 Jul 2016 23:58:02 GMT
|
103
|
-
recorded_with: VCR 3.0.1
|
@@ -1,325 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/type=rt
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
Hawkular-Tenant:
|
15
|
-
- hawkular
|
16
|
-
Content-Type:
|
17
|
-
- application/json
|
18
|
-
User-Agent:
|
19
|
-
- Ruby
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Expires:
|
26
|
-
- '0'
|
27
|
-
Cache-Control:
|
28
|
-
- no-cache, no-store, must-revalidate
|
29
|
-
X-Powered-By:
|
30
|
-
- Undertow/1
|
31
|
-
Server:
|
32
|
-
- WildFly/10
|
33
|
-
Pragma:
|
34
|
-
- no-cache
|
35
|
-
Date:
|
36
|
-
- Wed, 13 Jul 2016 23:58:01 GMT
|
37
|
-
X-Total-Count:
|
38
|
-
- '22'
|
39
|
-
Connection:
|
40
|
-
- keep-alive
|
41
|
-
Content-Type:
|
42
|
-
- application/json
|
43
|
-
Content-Length:
|
44
|
-
- '4632'
|
45
|
-
Link:
|
46
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/type=rt>;
|
47
|
-
rel="current"
|
48
|
-
body:
|
49
|
-
encoding: ASCII-8BIT
|
50
|
-
string: |-
|
51
|
-
[ {
|
52
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Operating%20System",
|
53
|
-
"name" : "Operating System",
|
54
|
-
"identityHash" : "12ec4befc53b1ed52f39fb292ed1eea8213323",
|
55
|
-
"id" : "Operating System"
|
56
|
-
}, {
|
57
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;File%20Store",
|
58
|
-
"name" : "File Store",
|
59
|
-
"identityHash" : "1c35dc8269c6fd21df472c92f3d7aaee59fde",
|
60
|
-
"id" : "File Store"
|
61
|
-
}, {
|
62
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Memory",
|
63
|
-
"name" : "Memory",
|
64
|
-
"identityHash" : "3ed4d86c86c18faa2676e56879af947d776efba",
|
65
|
-
"id" : "Memory"
|
66
|
-
}, {
|
67
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Processor",
|
68
|
-
"name" : "Processor",
|
69
|
-
"identityHash" : "81d477a597103350cafceab3588c61e5f4895e34",
|
70
|
-
"id" : "Processor"
|
71
|
-
}, {
|
72
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;WildFly%20Server",
|
73
|
-
"name" : "WildFly Server",
|
74
|
-
"identityHash" : "617542c89b86e3ce52b819c1deae7ca37cf7851",
|
75
|
-
"id" : "WildFly Server"
|
76
|
-
}, {
|
77
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Datasource",
|
78
|
-
"name" : "Datasource",
|
79
|
-
"identityHash" : "b3291af08b396960f425871b493b6d9ee97e339f",
|
80
|
-
"id" : "Datasource"
|
81
|
-
}, {
|
82
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;JDBC%20Driver",
|
83
|
-
"name" : "JDBC Driver",
|
84
|
-
"identityHash" : "f9eaf22c8dff1416a34eb4d26a4bc6a99c46af2",
|
85
|
-
"id" : "JDBC Driver"
|
86
|
-
}, {
|
87
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Deployment",
|
88
|
-
"name" : "Deployment",
|
89
|
-
"identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
|
90
|
-
"id" : "Deployment"
|
91
|
-
}, {
|
92
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Servlet",
|
93
|
-
"name" : "Servlet",
|
94
|
-
"identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
|
95
|
-
"id" : "Servlet"
|
96
|
-
}, {
|
97
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Singleton%20EJB",
|
98
|
-
"name" : "Singleton EJB",
|
99
|
-
"identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
|
100
|
-
"id" : "Singleton EJB"
|
101
|
-
}, {
|
102
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Message%20Driven%20EJB",
|
103
|
-
"name" : "Message Driven EJB",
|
104
|
-
"identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
|
105
|
-
"id" : "Message Driven EJB"
|
106
|
-
}, {
|
107
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Stateless%20Session%20EJB",
|
108
|
-
"name" : "Stateless Session EJB",
|
109
|
-
"identityHash" : "8db06fc15c4b85fdfc5843944dde9594652a634",
|
110
|
-
"id" : "Stateless Session EJB"
|
111
|
-
}, {
|
112
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Transaction%20Manager",
|
113
|
-
"name" : "Transaction Manager",
|
114
|
-
"identityHash" : "2c82df7330b7ae48c43ae5413f9b8857f24a85f",
|
115
|
-
"id" : "Transaction Manager"
|
116
|
-
}, {
|
117
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Messaging%20Server",
|
118
|
-
"name" : "Messaging Server",
|
119
|
-
"identityHash" : "c21e2c4be8b952d760ef3929652e304bd951ac4e",
|
120
|
-
"id" : "Messaging Server"
|
121
|
-
}, {
|
122
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;JMS%20Topic",
|
123
|
-
"name" : "JMS Topic",
|
124
|
-
"identityHash" : "75c24027bbd562b062152731fd59a0cee80ffa2",
|
125
|
-
"id" : "JMS Topic"
|
126
|
-
}, {
|
127
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;JMS%20Queue",
|
128
|
-
"name" : "JMS Queue",
|
129
|
-
"identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
|
130
|
-
"id" : "JMS Queue"
|
131
|
-
}, {
|
132
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Hawkular%20WildFly%20Agent",
|
133
|
-
"name" : "Hawkular WildFly Agent",
|
134
|
-
"identityHash" : "1d7fbc312f708afc4643812f2772e7aabf283328",
|
135
|
-
"id" : "Hawkular WildFly Agent"
|
136
|
-
}, {
|
137
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Socket%20Binding%20Group",
|
138
|
-
"name" : "Socket Binding Group",
|
139
|
-
"identityHash" : "689259496c606a774ff8d4288893cf656230642d",
|
140
|
-
"id" : "Socket Binding Group"
|
141
|
-
}, {
|
142
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Socket%20Binding",
|
143
|
-
"name" : "Socket Binding",
|
144
|
-
"identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
|
145
|
-
"id" : "Socket Binding"
|
146
|
-
}, {
|
147
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Remote%20Destination%20Outbound%20Socket%20Binding",
|
148
|
-
"name" : "Remote Destination Outbound Socket Binding",
|
149
|
-
"identityHash" : "35c9cb7b4ea86e90f10e3fe64c6d14d3456ee96",
|
150
|
-
"id" : "Remote Destination Outbound Socket Binding"
|
151
|
-
}, {
|
152
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Infinispan",
|
153
|
-
"name" : "Infinispan",
|
154
|
-
"identityHash" : "a02a9a0121b9fe564ef869e72765e7f1c56b2a",
|
155
|
-
"id" : "Infinispan"
|
156
|
-
}, {
|
157
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Infinispan%20Cache%20Container",
|
158
|
-
"name" : "Infinispan Cache Container",
|
159
|
-
"identityHash" : "53f33112d2fa8726fd7a36b3b09827b874f36c2",
|
160
|
-
"id" : "Infinispan Cache Container"
|
161
|
-
} ]
|
162
|
-
http_version:
|
163
|
-
recorded_at: Wed, 13 Jul 2016 23:58:01 GMT
|
164
|
-
- request:
|
165
|
-
method: get
|
166
|
-
uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/type=rt
|
167
|
-
body:
|
168
|
-
encoding: US-ASCII
|
169
|
-
string: ''
|
170
|
-
headers:
|
171
|
-
Accept:
|
172
|
-
- application/json
|
173
|
-
Accept-Encoding:
|
174
|
-
- gzip, deflate
|
175
|
-
Hawkular-Tenant:
|
176
|
-
- hawkular
|
177
|
-
Content-Type:
|
178
|
-
- application/json
|
179
|
-
User-Agent:
|
180
|
-
- Ruby
|
181
|
-
response:
|
182
|
-
status:
|
183
|
-
code: 200
|
184
|
-
message: OK
|
185
|
-
headers:
|
186
|
-
Expires:
|
187
|
-
- '0'
|
188
|
-
Cache-Control:
|
189
|
-
- no-cache, no-store, must-revalidate
|
190
|
-
X-Powered-By:
|
191
|
-
- Undertow/1
|
192
|
-
Server:
|
193
|
-
- WildFly/10
|
194
|
-
Pragma:
|
195
|
-
- no-cache
|
196
|
-
Date:
|
197
|
-
- Wed, 13 Jul 2016 23:58:01 GMT
|
198
|
-
X-Total-Count:
|
199
|
-
- '22'
|
200
|
-
Connection:
|
201
|
-
- keep-alive
|
202
|
-
Content-Type:
|
203
|
-
- application/json
|
204
|
-
Content-Length:
|
205
|
-
- '4632'
|
206
|
-
Link:
|
207
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/type=rt>;
|
208
|
-
rel="current"
|
209
|
-
body:
|
210
|
-
encoding: ASCII-8BIT
|
211
|
-
string: |-
|
212
|
-
[ {
|
213
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Operating%20System",
|
214
|
-
"name" : "Operating System",
|
215
|
-
"identityHash" : "12ec4befc53b1ed52f39fb292ed1eea8213323",
|
216
|
-
"id" : "Operating System"
|
217
|
-
}, {
|
218
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;File%20Store",
|
219
|
-
"name" : "File Store",
|
220
|
-
"identityHash" : "1c35dc8269c6fd21df472c92f3d7aaee59fde",
|
221
|
-
"id" : "File Store"
|
222
|
-
}, {
|
223
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Memory",
|
224
|
-
"name" : "Memory",
|
225
|
-
"identityHash" : "3ed4d86c86c18faa2676e56879af947d776efba",
|
226
|
-
"id" : "Memory"
|
227
|
-
}, {
|
228
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Processor",
|
229
|
-
"name" : "Processor",
|
230
|
-
"identityHash" : "81d477a597103350cafceab3588c61e5f4895e34",
|
231
|
-
"id" : "Processor"
|
232
|
-
}, {
|
233
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;WildFly%20Server",
|
234
|
-
"name" : "WildFly Server",
|
235
|
-
"identityHash" : "617542c89b86e3ce52b819c1deae7ca37cf7851",
|
236
|
-
"id" : "WildFly Server"
|
237
|
-
}, {
|
238
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Datasource",
|
239
|
-
"name" : "Datasource",
|
240
|
-
"identityHash" : "b3291af08b396960f425871b493b6d9ee97e339f",
|
241
|
-
"id" : "Datasource"
|
242
|
-
}, {
|
243
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;JDBC%20Driver",
|
244
|
-
"name" : "JDBC Driver",
|
245
|
-
"identityHash" : "f9eaf22c8dff1416a34eb4d26a4bc6a99c46af2",
|
246
|
-
"id" : "JDBC Driver"
|
247
|
-
}, {
|
248
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Deployment",
|
249
|
-
"name" : "Deployment",
|
250
|
-
"identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
|
251
|
-
"id" : "Deployment"
|
252
|
-
}, {
|
253
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Servlet",
|
254
|
-
"name" : "Servlet",
|
255
|
-
"identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
|
256
|
-
"id" : "Servlet"
|
257
|
-
}, {
|
258
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Singleton%20EJB",
|
259
|
-
"name" : "Singleton EJB",
|
260
|
-
"identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
|
261
|
-
"id" : "Singleton EJB"
|
262
|
-
}, {
|
263
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Message%20Driven%20EJB",
|
264
|
-
"name" : "Message Driven EJB",
|
265
|
-
"identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
|
266
|
-
"id" : "Message Driven EJB"
|
267
|
-
}, {
|
268
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Stateless%20Session%20EJB",
|
269
|
-
"name" : "Stateless Session EJB",
|
270
|
-
"identityHash" : "8db06fc15c4b85fdfc5843944dde9594652a634",
|
271
|
-
"id" : "Stateless Session EJB"
|
272
|
-
}, {
|
273
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Transaction%20Manager",
|
274
|
-
"name" : "Transaction Manager",
|
275
|
-
"identityHash" : "2c82df7330b7ae48c43ae5413f9b8857f24a85f",
|
276
|
-
"id" : "Transaction Manager"
|
277
|
-
}, {
|
278
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Messaging%20Server",
|
279
|
-
"name" : "Messaging Server",
|
280
|
-
"identityHash" : "c21e2c4be8b952d760ef3929652e304bd951ac4e",
|
281
|
-
"id" : "Messaging Server"
|
282
|
-
}, {
|
283
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;JMS%20Topic",
|
284
|
-
"name" : "JMS Topic",
|
285
|
-
"identityHash" : "75c24027bbd562b062152731fd59a0cee80ffa2",
|
286
|
-
"id" : "JMS Topic"
|
287
|
-
}, {
|
288
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;JMS%20Queue",
|
289
|
-
"name" : "JMS Queue",
|
290
|
-
"identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
|
291
|
-
"id" : "JMS Queue"
|
292
|
-
}, {
|
293
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Hawkular%20WildFly%20Agent",
|
294
|
-
"name" : "Hawkular WildFly Agent",
|
295
|
-
"identityHash" : "1d7fbc312f708afc4643812f2772e7aabf283328",
|
296
|
-
"id" : "Hawkular WildFly Agent"
|
297
|
-
}, {
|
298
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Socket%20Binding%20Group",
|
299
|
-
"name" : "Socket Binding Group",
|
300
|
-
"identityHash" : "689259496c606a774ff8d4288893cf656230642d",
|
301
|
-
"id" : "Socket Binding Group"
|
302
|
-
}, {
|
303
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Socket%20Binding",
|
304
|
-
"name" : "Socket Binding",
|
305
|
-
"identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
|
306
|
-
"id" : "Socket Binding"
|
307
|
-
}, {
|
308
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Remote%20Destination%20Outbound%20Socket%20Binding",
|
309
|
-
"name" : "Remote Destination Outbound Socket Binding",
|
310
|
-
"identityHash" : "35c9cb7b4ea86e90f10e3fe64c6d14d3456ee96",
|
311
|
-
"id" : "Remote Destination Outbound Socket Binding"
|
312
|
-
}, {
|
313
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Infinispan",
|
314
|
-
"name" : "Infinispan",
|
315
|
-
"identityHash" : "a02a9a0121b9fe564ef869e72765e7f1c56b2a",
|
316
|
-
"id" : "Infinispan"
|
317
|
-
}, {
|
318
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c/rt;Infinispan%20Cache%20Container",
|
319
|
-
"name" : "Infinispan Cache Container",
|
320
|
-
"identityHash" : "53f33112d2fa8726fd7a36b3b09827b874f36c2",
|
321
|
-
"id" : "Infinispan Cache Container"
|
322
|
-
} ]
|
323
|
-
http_version:
|
324
|
-
recorded_at: Wed, 13 Jul 2016 23:58:01 GMT
|
325
|
-
recorded_with: VCR 3.0.1
|
@@ -1,117 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/type=f
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
Hawkular-Tenant:
|
15
|
-
- hawkular
|
16
|
-
Content-Type:
|
17
|
-
- application/json
|
18
|
-
User-Agent:
|
19
|
-
- Ruby
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Expires:
|
26
|
-
- '0'
|
27
|
-
Cache-Control:
|
28
|
-
- no-cache, no-store, must-revalidate
|
29
|
-
X-Powered-By:
|
30
|
-
- Undertow/1
|
31
|
-
Server:
|
32
|
-
- WildFly/10
|
33
|
-
Pragma:
|
34
|
-
- no-cache
|
35
|
-
Date:
|
36
|
-
- Wed, 13 Jul 2016 23:58:01 GMT
|
37
|
-
X-Total-Count:
|
38
|
-
- '1'
|
39
|
-
Connection:
|
40
|
-
- keep-alive
|
41
|
-
Content-Type:
|
42
|
-
- application/json
|
43
|
-
Content-Length:
|
44
|
-
- '269'
|
45
|
-
Link:
|
46
|
-
- <http://localhost:8080/hawkular/inventory/traversal/type=f>; rel="current"
|
47
|
-
body:
|
48
|
-
encoding: ASCII-8BIT
|
49
|
-
string: |-
|
50
|
-
[ {
|
51
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c",
|
52
|
-
"properties" : {
|
53
|
-
"__identityHash" : "994724c2730de93555ab298d8e4e3f99579a6b"
|
54
|
-
},
|
55
|
-
"identityHash" : "994724c2730de93555ab298d8e4e3f99579a6b",
|
56
|
-
"id" : "60f168e0-5220-4208-aa28-0d82a3df4c0c"
|
57
|
-
} ]
|
58
|
-
http_version:
|
59
|
-
recorded_at: Wed, 13 Jul 2016 23:58:01 GMT
|
60
|
-
- request:
|
61
|
-
method: get
|
62
|
-
uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/type=f
|
63
|
-
body:
|
64
|
-
encoding: US-ASCII
|
65
|
-
string: ''
|
66
|
-
headers:
|
67
|
-
Accept:
|
68
|
-
- application/json
|
69
|
-
Accept-Encoding:
|
70
|
-
- gzip, deflate
|
71
|
-
Hawkular-Tenant:
|
72
|
-
- hawkular
|
73
|
-
Content-Type:
|
74
|
-
- application/json
|
75
|
-
User-Agent:
|
76
|
-
- Ruby
|
77
|
-
response:
|
78
|
-
status:
|
79
|
-
code: 200
|
80
|
-
message: OK
|
81
|
-
headers:
|
82
|
-
Expires:
|
83
|
-
- '0'
|
84
|
-
Cache-Control:
|
85
|
-
- no-cache, no-store, must-revalidate
|
86
|
-
X-Powered-By:
|
87
|
-
- Undertow/1
|
88
|
-
Server:
|
89
|
-
- WildFly/10
|
90
|
-
Pragma:
|
91
|
-
- no-cache
|
92
|
-
Date:
|
93
|
-
- Wed, 13 Jul 2016 23:58:01 GMT
|
94
|
-
X-Total-Count:
|
95
|
-
- '1'
|
96
|
-
Connection:
|
97
|
-
- keep-alive
|
98
|
-
Content-Type:
|
99
|
-
- application/json
|
100
|
-
Content-Length:
|
101
|
-
- '269'
|
102
|
-
Link:
|
103
|
-
- <http://localhost:8080/hawkular/inventory/traversal/type=f>; rel="current"
|
104
|
-
body:
|
105
|
-
encoding: ASCII-8BIT
|
106
|
-
string: |-
|
107
|
-
[ {
|
108
|
-
"path" : "/t;hawkular/f;60f168e0-5220-4208-aa28-0d82a3df4c0c",
|
109
|
-
"properties" : {
|
110
|
-
"__identityHash" : "994724c2730de93555ab298d8e4e3f99579a6b"
|
111
|
-
},
|
112
|
-
"identityHash" : "994724c2730de93555ab298d8e4e3f99579a6b",
|
113
|
-
"id" : "60f168e0-5220-4208-aa28-0d82a3df4c0c"
|
114
|
-
} ]
|
115
|
-
http_version:
|
116
|
-
recorded_at: Wed, 13 Jul 2016 23:58:01 GMT
|
117
|
-
recorded_with: VCR 3.0.1
|