hawkular-client 2.6.0 → 2.7.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 +5 -2
- data/lib/hawkular/hawkular_client.rb +1 -1
- data/lib/hawkular/inventory/inventory_api.rb +2 -1
- data/lib/hawkular/metrics/metric_api.rb +4 -1
- data/lib/hawkular/operations/operations_api.rb +7 -4
- data/lib/hawkular/version.rb +1 -1
- data/spec/integration/inventory_spec.rb +516 -466
- data/spec/integration/metric_spec.rb +612 -561
- data/spec/integration/operations_spec.rb +425 -504
- data/spec/spec_helper.rb +73 -19
- data/spec/vcr_cassettes/Inventory/{Connection → NonSecure/Connection/Templates}/Should_err_on_bad_credentials.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Explicit_Credentials.yml +13 -9
- data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Implicit_Credentials.yml +13 -9
- data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates → NonSecure/inventory_0_17}/Client_should_listen_on_various_inventory_events.json +5 -5
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Client_should_listen_on_various_inventory_events.yml +21 -13
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/create_url.yml +12 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Helpers/generate_some_events_for_websocket.yml +51 -37
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/get_feeds.yml +11 -9
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_List_datasources_with_no_props.yml +11 -7
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed_again.yml +16 -10
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +664 -0
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource.yml +31 -19
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource_with_metric.yml +77 -49
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resourcetype.yml +16 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_and_delete_feed.yml +19 -13
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_have_the_same_requested_metric_type_id.yml +8 -8
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_URLs.yml +29 -7
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys.yml +10 -8
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys_with_props.yml +24 -17
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_all_the_resource_types.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_WildFly.yml +31 -13
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_nested_resource.yml +16 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_feeds.yml +9 -7
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_heap_metrics_for_WildFlys.yml +196 -188
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_for_WildFlys.yml +72 -68
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_metric_type.yml +12 -44
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_resource_type.yml +63 -61
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource.yml +220 -156
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource_type.yml +200 -140
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_recursive_children_of_WildFly.yml +30 -12
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_relationships_of_WildFly.yml +129 -113
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_resources_for_feed.yml +12 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_bad_feed.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_feed.yml +7 -5
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_not_find_an_unknown_resource.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_nested_resource.yml +6 -4
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_resource.yml +15 -10
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_the_version.yml +8 -6
- data/spec/vcr_cassettes/Inventory/Secure/Connection/Templates/Should_err_on_bad_credentials.yml +44 -0
- data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +101 -0
- data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +101 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +47 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +207 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/create_url.yml +52 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +411 -0
- data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml → Secure/inventory_0_17/Templates/Helpers/get_feeds.yml} +13 -11
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +133 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed.yml +59 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed_again.yml +181 -0
- data/spec/vcr_cassettes/Inventory/{inventory_0_17 → Secure/inventory_0_17}/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +108 -150
- data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates/Should_create_and_get_a_resource.yml → Secure/inventory_0_17/Templates/Should_create_a_resource.yml} +45 -87
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +846 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +169 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +166 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +73 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_URLs.yml +90 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys.yml +70 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +138 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +59 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +333 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +180 -0
- data/spec/vcr_cassettes/{Operation/Helpers/get_feed.yml → Inventory/Secure/inventory_0_17/Templates/Should_list_feeds.yml} +13 -11
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +943 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +361 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +90 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +294 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +871 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +740 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +1117 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +393 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +84 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +55 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_feed.yml +166 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +59 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +66 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +71 -0
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_the_version.yml +50 -0
- data/spec/vcr_cassettes/Inventory/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml +114 -0
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Get_metric_definition_by_id.yml +10 -8
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Retrieve_metric_rate_points.yml +18 -14
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Availability_definition.yml +18 -14
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Counter_definition.yml +18 -14
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_gauge_definition.yml +18 -14
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_push_metric_data_to_existing_gauge.yml +9 -7
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_update_tags_for_Availability_definition.yml +28 -22
- data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_update_tags_for_gauge_definition.yml +28 -22
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +12 -8
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +14 -10
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_group_contiguous_values.yml +10 -6
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +19 -13
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +31 -21
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +14 -10
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +12 -8
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +28 -18
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +38 -24
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +32 -20
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +19 -13
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +14 -10
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +12 -8
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +32 -20
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +19 -13
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_return_periods.yml +10 -6
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +31 -21
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +48 -52
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +39 -25
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +36 -24
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/No_Tenant/Should_fail.yml +6 -4
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Simple/Should_be_Cool.yml +2 -2
- data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Status/Should_return_the_version.yml +5 -3
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +3 -3
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +3 -3
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +3 -3
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_return_periods.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Simple/Should_be_Cool.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Status/Should_return_the_version.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Tenants/Should_create_and_return_tenant.yml +0 -0
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +19 -15
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +21 -17
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_group_contiguous_values.yml +17 -13
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +29 -23
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +47 -37
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +21 -17
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +19 -15
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +44 -34
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +60 -46
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +51 -39
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +29 -23
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +21 -17
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +19 -15
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +51 -39
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +29 -23
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_periods.yml +17 -13
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +12 -10
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +47 -37
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_rate_stats_for_mixed_metric.yml +328 -0
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +32 -32
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +70 -74
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +61 -47
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +55 -43
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/No_Tenant/Should_fail.yml +9 -7
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Simple/Should_be_Cool.yml +3 -3
- data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Status/Should_return_the_version.yml +10 -8
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +51 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +92 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +101 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +101 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +101 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +50 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +146 -0
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +146 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +285 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/No_Tenant/Should_fail.yml +50 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Simple/Should_be_Cool.yml +48 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Status/Should_return_the_version.yml +44 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +51 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +364 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +285 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/No_Tenant/Should_fail.yml +50 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Simple/Should_be_Cool.yml +48 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Status/Should_return_the_version.yml +44 -0
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_feed.yml +61 -0
- data/spec/vcr_cassettes/Operation/{Helpers → NonSecure/Helpers/Templates}/get_tenant.yml +8 -5
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_datasource_should_be_doable.json +23 -0
- data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/Add_deployment_should_be_doable.json +4 -7
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/should_not_be_possible_to_perform_on_closed_client.json +1 -1
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
- data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_bail_with_no_host.json +0 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established.json +9 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback.json +18 -0
- data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_run_into_error_callback_because_bad_hash_parameters.json +1 -1
- data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_feed.yml +61 -0
- data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_tenant.yml +55 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_datasource_should_be_doable.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_deployment_should_be_doable.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
- data/spec/vcr_cassettes/Operation/Secure/Operation/should_not_be_possible_to_perform_on_closed_client.json +12 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_no_host.json +3 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established.json +9 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback.json +18 -0
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +13 -0
- metadata +526 -282
- data/spec/vcr_cassettes/Metrics/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
- data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -48
- data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
- data/spec/vcr_cassettes/Operation/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Add_datasource_should_be_doable.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -40
- data/spec/vcr_cassettes/Operation/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -26
- data/spec/vcr_cassettes/Operation/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -26
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established.json +0 -9
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_run_into_error_callback.json +0 -13
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http
|
5
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -17,6 +17,8 @@ http_interactions:
|
|
17
17
|
- hawkular
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
|
+
Host:
|
21
|
+
- localhost:8080
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -33,7 +35,7 @@ http_interactions:
|
|
33
35
|
Pragma:
|
34
36
|
- no-cache
|
35
37
|
Date:
|
36
|
-
-
|
38
|
+
- Wed, 10 Aug 2016 22:35:37 GMT
|
37
39
|
X-Total-Count:
|
38
40
|
- '1'
|
39
41
|
Connection:
|
@@ -41,7 +43,7 @@ http_interactions:
|
|
41
43
|
Content-Type:
|
42
44
|
- application/json
|
43
45
|
Content-Length:
|
44
|
-
- '
|
46
|
+
- '519'
|
45
47
|
Link:
|
46
48
|
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r>;
|
47
49
|
rel="current"
|
@@ -51,23 +53,23 @@ http_interactions:
|
|
51
53
|
[ {
|
52
54
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
53
55
|
"properties" : {
|
54
|
-
"__identityHash" : "
|
56
|
+
"__identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f"
|
55
57
|
},
|
56
58
|
"name" : "WildFly Server [Local]",
|
57
|
-
"identityHash" : "
|
59
|
+
"identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f",
|
58
60
|
"type" : {
|
59
61
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
|
60
62
|
"name" : "WildFly Server",
|
61
|
-
"identityHash" : "
|
63
|
+
"identityHash" : "385d354c833f19e97d427c7bfc7c6441b73ef1c",
|
62
64
|
"id" : "WildFly Server"
|
63
65
|
},
|
64
66
|
"id" : "Local~~"
|
65
67
|
} ]
|
66
68
|
http_version:
|
67
|
-
recorded_at:
|
69
|
+
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
68
70
|
- request:
|
69
71
|
method: get
|
70
|
-
uri: http
|
72
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/recursive;over=isParentOf;type=r
|
71
73
|
body:
|
72
74
|
encoding: US-ASCII
|
73
75
|
string: ''
|
@@ -82,6 +84,8 @@ http_interactions:
|
|
82
84
|
- hawkular
|
83
85
|
Content-Type:
|
84
86
|
- application/json
|
87
|
+
Host:
|
88
|
+
- localhost:8080
|
85
89
|
response:
|
86
90
|
status:
|
87
91
|
code: 200
|
@@ -98,9 +102,9 @@ http_interactions:
|
|
98
102
|
Pragma:
|
99
103
|
- no-cache
|
100
104
|
Date:
|
101
|
-
-
|
105
|
+
- Wed, 10 Aug 2016 22:35:37 GMT
|
102
106
|
X-Total-Count:
|
103
|
-
- '
|
107
|
+
- '71'
|
104
108
|
Connection:
|
105
109
|
- keep-alive
|
106
110
|
Transfer-Encoding:
|
@@ -169,6 +173,20 @@ http_interactions:
|
|
169
173
|
"id" : "Deployment"
|
170
174
|
},
|
171
175
|
"id" : "Local~/deployment=hawkular-metrics-component.war"
|
176
|
+
}, {
|
177
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-commons-embedded-cassandra-war.war",
|
178
|
+
"properties" : {
|
179
|
+
"__identityHash" : "8818ce75b624f951c6d2f406045d0349328fc4"
|
180
|
+
},
|
181
|
+
"name" : "Deployment [hawkular-commons-embedded-cassandra-war.war]",
|
182
|
+
"identityHash" : "8818ce75b624f951c6d2f406045d0349328fc4",
|
183
|
+
"type" : {
|
184
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
|
185
|
+
"name" : "Deployment",
|
186
|
+
"identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
|
187
|
+
"id" : "Deployment"
|
188
|
+
},
|
189
|
+
"id" : "Local~/deployment=hawkular-commons-embedded-cassandra-war.war"
|
172
190
|
}, {
|
173
191
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war",
|
174
192
|
"properties" : {
|
@@ -1095,5 +1113,5 @@ http_interactions:
|
|
1095
1113
|
"id" : "Local~/subsystem=infinispan/cache-container=server"
|
1096
1114
|
} ]
|
1097
1115
|
http_version:
|
1098
|
-
recorded_at:
|
1099
|
-
recorded_with: VCR 3.0.
|
1116
|
+
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
1117
|
+
recorded_with: VCR 3.0.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http
|
5
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -17,6 +17,8 @@ http_interactions:
|
|
17
17
|
- hawkular
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
|
+
Host:
|
21
|
+
- localhost:8080
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -33,7 +35,7 @@ http_interactions:
|
|
33
35
|
Pragma:
|
34
36
|
- no-cache
|
35
37
|
Date:
|
36
|
-
-
|
38
|
+
- Wed, 10 Aug 2016 22:35:37 GMT
|
37
39
|
X-Total-Count:
|
38
40
|
- '1'
|
39
41
|
Connection:
|
@@ -41,7 +43,7 @@ http_interactions:
|
|
41
43
|
Content-Type:
|
42
44
|
- application/json
|
43
45
|
Content-Length:
|
44
|
-
- '
|
46
|
+
- '519'
|
45
47
|
Link:
|
46
48
|
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r>;
|
47
49
|
rel="current"
|
@@ -51,23 +53,23 @@ http_interactions:
|
|
51
53
|
[ {
|
52
54
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
53
55
|
"properties" : {
|
54
|
-
"__identityHash" : "
|
56
|
+
"__identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f"
|
55
57
|
},
|
56
58
|
"name" : "WildFly Server [Local]",
|
57
|
-
"identityHash" : "
|
59
|
+
"identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f",
|
58
60
|
"type" : {
|
59
61
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
|
60
62
|
"name" : "WildFly Server",
|
61
|
-
"identityHash" : "
|
63
|
+
"identityHash" : "385d354c833f19e97d427c7bfc7c6441b73ef1c",
|
62
64
|
"id" : "WildFly Server"
|
63
65
|
},
|
64
66
|
"id" : "Local~~"
|
65
67
|
} ]
|
66
68
|
http_version:
|
67
|
-
recorded_at:
|
69
|
+
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
68
70
|
- request:
|
69
71
|
method: get
|
70
|
-
uri: http
|
72
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/t;hawkular/f;<%= feed_uuid %>/r;Local~~/relationships?sort=__targetCp
|
71
73
|
body:
|
72
74
|
encoding: US-ASCII
|
73
75
|
string: ''
|
@@ -82,6 +84,8 @@ http_interactions:
|
|
82
84
|
- hawkular
|
83
85
|
Content-Type:
|
84
86
|
- application/json
|
87
|
+
Host:
|
88
|
+
- localhost:8080
|
85
89
|
response:
|
86
90
|
status:
|
87
91
|
code: 200
|
@@ -98,15 +102,15 @@ http_interactions:
|
|
98
102
|
Pragma:
|
99
103
|
- no-cache
|
100
104
|
Date:
|
101
|
-
-
|
105
|
+
- Wed, 10 Aug 2016 22:35:37 GMT
|
102
106
|
X-Total-Count:
|
103
|
-
- '
|
107
|
+
- '45'
|
104
108
|
Connection:
|
105
109
|
- keep-alive
|
106
110
|
Content-Type:
|
107
111
|
- application/json
|
108
112
|
Content-Length:
|
109
|
-
- '
|
113
|
+
- '14797'
|
110
114
|
Link:
|
111
115
|
- <http://localhost:8080/hawkular/inventory/traversal/t;hawkular/f;<%= feed_uuid %>/r;Local~~/relationships?sort=__targetCp>;
|
112
116
|
rel="current"
|
@@ -114,264 +118,276 @@ http_interactions:
|
|
114
118
|
encoding: UTF-8
|
115
119
|
string: |-
|
116
120
|
[ {
|
117
|
-
"id" : "
|
121
|
+
"id" : "34mbk-1jksg-8tn9-1jqww",
|
118
122
|
"name" : "incorporates",
|
119
123
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
120
124
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;AI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~AT~Server%20Availability~Server%20Availability",
|
121
|
-
"path" : "/rl;
|
125
|
+
"path" : "/rl;34mbk-1jksg-8tn9-1jqww"
|
122
126
|
}, {
|
123
|
-
"id" : "
|
127
|
+
"id" : "34mao-1jksg-8tn9-1jqps",
|
124
128
|
"name" : "incorporates",
|
125
129
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
126
130
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
|
127
|
-
"path" : "/rl;
|
131
|
+
"path" : "/rl;34mao-1jksg-8tn9-1jqps"
|
128
132
|
}, {
|
129
|
-
"id" : "
|
133
|
+
"id" : "34m74-1jksg-8tn9-1jpxc",
|
130
134
|
"name" : "incorporates",
|
131
135
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
132
136
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
|
133
|
-
"path" : "/rl;
|
137
|
+
"path" : "/rl;34m74-1jksg-8tn9-1jpxc"
|
134
138
|
}, {
|
135
|
-
"id" : "
|
139
|
+
"id" : "34m4g-1jksg-8tn9-1jpc0",
|
136
140
|
"name" : "incorporates",
|
137
141
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
138
142
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
|
139
|
-
"path" : "/rl;
|
143
|
+
"path" : "/rl;34m4g-1jksg-8tn9-1jpc0"
|
140
144
|
}, {
|
141
|
-
"id" : "
|
145
|
+
"id" : "34m2o-1jksg-8tn9-1joxs",
|
142
146
|
"name" : "incorporates",
|
143
147
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
144
148
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
|
145
|
-
"path" : "/rl;
|
149
|
+
"path" : "/rl;34m2o-1jksg-8tn9-1joxs"
|
146
150
|
}, {
|
147
|
-
"id" : "
|
151
|
+
"id" : "34m3k-1jksg-8tn9-1jp4w",
|
148
152
|
"name" : "incorporates",
|
149
153
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
150
154
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
|
151
|
-
"path" : "/rl;
|
155
|
+
"path" : "/rl;34m3k-1jksg-8tn9-1jp4w"
|
152
156
|
}, {
|
153
|
-
"id" : "
|
157
|
+
"id" : "34m80-1jksg-8tn9-1jq4g",
|
154
158
|
"name" : "incorporates",
|
155
159
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
156
160
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
|
157
|
-
"path" : "/rl;
|
161
|
+
"path" : "/rl;34m80-1jksg-8tn9-1jq4g"
|
158
162
|
}, {
|
159
|
-
"id" : "
|
163
|
+
"id" : "34m8w-1jksg-8tn9-1jqbk",
|
160
164
|
"name" : "incorporates",
|
161
165
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
162
166
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
|
163
|
-
"path" : "/rl;
|
167
|
+
"path" : "/rl;34m8w-1jksg-8tn9-1jqbk"
|
164
168
|
}, {
|
165
|
-
"id" : "
|
169
|
+
"id" : "34m68-1jksg-8tn9-1jpq8",
|
166
170
|
"name" : "incorporates",
|
167
171
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
168
172
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Committed",
|
169
|
-
"path" : "/rl;
|
173
|
+
"path" : "/rl;34m68-1jksg-8tn9-1jpq8"
|
170
174
|
}, {
|
171
|
-
"id" : "
|
175
|
+
"id" : "34m1s-1jksg-8tn9-1joqo",
|
172
176
|
"name" : "incorporates",
|
173
177
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
174
178
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Max",
|
175
|
-
"path" : "/rl;
|
179
|
+
"path" : "/rl;34m1s-1jksg-8tn9-1joqo"
|
176
180
|
}, {
|
177
|
-
"id" : "
|
181
|
+
"id" : "34m9s-1jksg-8tn9-1jqio",
|
178
182
|
"name" : "incorporates",
|
179
183
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
180
184
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Used",
|
181
|
-
"path" : "/rl;
|
185
|
+
"path" : "/rl;34m9s-1jksg-8tn9-1jqio"
|
182
186
|
}, {
|
183
|
-
"id" : "
|
187
|
+
"id" : "34m5c-1jksg-8tn9-1jpj4",
|
184
188
|
"name" : "incorporates",
|
185
189
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
186
190
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Committed",
|
187
|
-
"path" : "/rl;
|
191
|
+
"path" : "/rl;34m5c-1jksg-8tn9-1jpj4"
|
188
192
|
}, {
|
189
|
-
"id" : "
|
193
|
+
"id" : "34m0w-1jksg-8tn9-1jojk",
|
190
194
|
"name" : "incorporates",
|
191
195
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
192
196
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Used",
|
193
|
-
"path" : "/rl;
|
197
|
+
"path" : "/rl;34m0w-1jksg-8tn9-1jojk"
|
194
198
|
}, {
|
195
|
-
"id" : "
|
199
|
+
"id" : "34m00-1jksg-8tn9-1jocg",
|
196
200
|
"name" : "incorporates",
|
197
201
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
198
202
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Threading%20Metrics~Thread%20Count",
|
199
|
-
"path" : "/rl;
|
203
|
+
"path" : "/rl;34m00-1jksg-8tn9-1jocg"
|
200
204
|
}, {
|
201
|
-
"id" : "
|
205
|
+
"id" : "34jz4-1jksg-4fmd-1ltz4",
|
202
206
|
"name" : "contains",
|
203
207
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
204
208
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/d;configuration",
|
205
|
-
"path" : "/rl;
|
209
|
+
"path" : "/rl;34jz4-1jksg-4fmd-1ltz4"
|
206
210
|
}, {
|
207
|
-
"id" : "
|
211
|
+
"id" : "34ngg-1jksg-4fmd-1lxj4",
|
212
|
+
"name" : "contains",
|
213
|
+
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
214
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war",
|
215
|
+
"path" : "/rl;34ngg-1jksg-4fmd-1lxj4"
|
216
|
+
}, {
|
217
|
+
"id" : "34ni8-1jksg-96ad-1lxj4",
|
208
218
|
"name" : "isParentOf",
|
209
219
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
210
220
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war",
|
211
|
-
"path" : "/rl;
|
221
|
+
"path" : "/rl;34ni8-1jksg-96ad-1lxj4"
|
212
222
|
}, {
|
213
|
-
"id" : "
|
223
|
+
"id" : "34o1s-1jksg-4fmd-1ly4g",
|
214
224
|
"name" : "contains",
|
215
225
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
216
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-
|
217
|
-
"path" : "/rl;
|
226
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war",
|
227
|
+
"path" : "/rl;34o1s-1jksg-4fmd-1ly4g"
|
218
228
|
}, {
|
219
|
-
"id" : "
|
229
|
+
"id" : "34o3k-1jksg-96ad-1ly4g",
|
220
230
|
"name" : "isParentOf",
|
221
231
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
222
232
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war",
|
223
|
-
"path" : "/rl;
|
233
|
+
"path" : "/rl;34o3k-1jksg-96ad-1ly4g"
|
224
234
|
}, {
|
225
|
-
"id" : "
|
235
|
+
"id" : "34mv4-1jksg-4fmd-1lwxs",
|
226
236
|
"name" : "contains",
|
227
237
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
228
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-
|
229
|
-
"path" : "/rl;
|
238
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-command-gateway-war.war",
|
239
|
+
"path" : "/rl;34mv4-1jksg-4fmd-1lwxs"
|
230
240
|
}, {
|
231
|
-
"id" : "
|
241
|
+
"id" : "34mww-1jksg-96ad-1lwxs",
|
232
242
|
"name" : "isParentOf",
|
233
243
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
234
244
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-command-gateway-war.war",
|
235
|
-
"path" : "/rl;
|
245
|
+
"path" : "/rl;34mww-1jksg-96ad-1lwxs"
|
236
246
|
}, {
|
237
|
-
"id" : "
|
247
|
+
"id" : "34n9c-1jksg-4fmd-1lxc0",
|
238
248
|
"name" : "contains",
|
239
249
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
240
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-
|
241
|
-
"path" : "/rl;
|
250
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-commons-embedded-cassandra-war.war",
|
251
|
+
"path" : "/rl;34n9c-1jksg-4fmd-1lxc0"
|
242
252
|
}, {
|
243
|
-
"id" : "
|
253
|
+
"id" : "34nb4-1jksg-96ad-1lxc0",
|
244
254
|
"name" : "isParentOf",
|
245
255
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
246
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-
|
247
|
-
"path" : "/rl;
|
256
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-commons-embedded-cassandra-war.war",
|
257
|
+
"path" : "/rl;34nb4-1jksg-96ad-1lxc0"
|
248
258
|
}, {
|
249
|
-
"id" : "
|
259
|
+
"id" : "34nuo-1jksg-4fmd-1lxxc",
|
250
260
|
"name" : "contains",
|
251
261
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
252
262
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-inventory-dist.war",
|
253
|
-
"path" : "/rl;
|
263
|
+
"path" : "/rl;34nuo-1jksg-4fmd-1lxxc"
|
254
264
|
}, {
|
255
|
-
"id" : "
|
265
|
+
"id" : "34nwg-1jksg-96ad-1lxxc",
|
256
266
|
"name" : "isParentOf",
|
257
267
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
258
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-
|
259
|
-
"path" : "/rl;
|
268
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-inventory-dist.war",
|
269
|
+
"path" : "/rl;34nwg-1jksg-96ad-1lxxc"
|
260
270
|
}, {
|
261
|
-
"id" : "
|
271
|
+
"id" : "34n28-1jksg-4fmd-1lx4w",
|
262
272
|
"name" : "contains",
|
263
273
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
264
274
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-metrics-component.war",
|
265
|
-
"path" : "/rl;
|
275
|
+
"path" : "/rl;34n28-1jksg-4fmd-1lx4w"
|
266
276
|
}, {
|
267
|
-
"id" : "
|
277
|
+
"id" : "34n40-1jksg-96ad-1lx4w",
|
268
278
|
"name" : "isParentOf",
|
269
279
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
270
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-
|
271
|
-
"path" : "/rl;
|
280
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-metrics-component.war",
|
281
|
+
"path" : "/rl;34n40-1jksg-96ad-1lx4w"
|
272
282
|
}, {
|
273
|
-
"id" : "
|
283
|
+
"id" : "34o8w-1jksg-4fmd-1lybk",
|
274
284
|
"name" : "contains",
|
275
285
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
276
286
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war",
|
277
|
-
"path" : "/rl;
|
287
|
+
"path" : "/rl;34o8w-1jksg-4fmd-1lybk"
|
278
288
|
}, {
|
279
|
-
"id" : "
|
289
|
+
"id" : "34oao-1jksg-96ad-1lybk",
|
280
290
|
"name" : "isParentOf",
|
281
291
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
282
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-
|
283
|
-
"path" : "/rl;
|
292
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war",
|
293
|
+
"path" : "/rl;34oao-1jksg-96ad-1lybk"
|
284
294
|
}, {
|
285
|
-
"id" : "
|
295
|
+
"id" : "34nnk-1jksg-4fmd-1lxq8",
|
286
296
|
"name" : "contains",
|
287
297
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
288
298
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-wildfly-agent-download.war",
|
289
|
-
"path" : "/rl;
|
299
|
+
"path" : "/rl;34nnk-1jksg-4fmd-1lxq8"
|
290
300
|
}, {
|
291
|
-
"id" : "
|
301
|
+
"id" : "34npc-1jksg-96ad-1lxq8",
|
292
302
|
"name" : "isParentOf",
|
293
303
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
294
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%
|
295
|
-
"path" : "/rl;
|
304
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-wildfly-agent-download.war",
|
305
|
+
"path" : "/rl;34npc-1jksg-96ad-1lxq8"
|
296
306
|
}, {
|
297
|
-
"id" : "
|
307
|
+
"id" : "34p1c-1jksg-4fmd-1lz40",
|
298
308
|
"name" : "contains",
|
299
309
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
300
310
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets",
|
301
|
-
"path" : "/rl;
|
311
|
+
"path" : "/rl;34p1c-1jksg-4fmd-1lz40"
|
302
312
|
}, {
|
303
|
-
"id" : "
|
313
|
+
"id" : "34p34-1jksg-96ad-1lz40",
|
304
314
|
"name" : "isParentOf",
|
305
315
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
306
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%
|
307
|
-
"path" : "/rl;
|
316
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets",
|
317
|
+
"path" : "/rl;34p34-1jksg-96ad-1lz40"
|
308
318
|
}, {
|
309
|
-
"id" : "
|
319
|
+
"id" : "34mgw-1jksg-4fmd-1lwjk",
|
310
320
|
"name" : "contains",
|
311
321
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
312
322
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Ddatasources%2Fdata-source%3DExampleDS",
|
313
|
-
"path" : "/rl;
|
323
|
+
"path" : "/rl;34mgw-1jksg-4fmd-1lwjk"
|
314
324
|
}, {
|
315
|
-
"id" : "
|
325
|
+
"id" : "34mio-1jksg-96ad-1lwjk",
|
316
326
|
"name" : "isParentOf",
|
317
327
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
318
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Ddatasources%
|
319
|
-
"path" : "/rl;
|
328
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Ddatasources%2Fdata-source%3DExampleDS",
|
329
|
+
"path" : "/rl;34mio-1jksg-96ad-1lwjk"
|
320
330
|
}, {
|
321
|
-
"id" : "
|
331
|
+
"id" : "34mo0-1jksg-4fmd-1lwqo",
|
322
332
|
"name" : "contains",
|
323
333
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
324
334
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Ddatasources%2Fjdbc-driver%3Dh2",
|
325
|
-
"path" : "/rl;
|
335
|
+
"path" : "/rl;34mo0-1jksg-4fmd-1lwqo"
|
326
336
|
}, {
|
327
|
-
"id" : "
|
337
|
+
"id" : "34mps-1jksg-96ad-1lwqo",
|
328
338
|
"name" : "isParentOf",
|
329
339
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
330
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%
|
331
|
-
"path" : "/rl;
|
340
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Ddatasources%2Fjdbc-driver%3Dh2",
|
341
|
+
"path" : "/rl;34mps-1jksg-96ad-1lwqo"
|
332
342
|
}, {
|
333
|
-
"id" : "
|
343
|
+
"id" : "34ou8-1jksg-4fmd-1lyww",
|
334
344
|
"name" : "contains",
|
335
345
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
336
346
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dhawkular-wildfly-agent",
|
337
|
-
"path" : "/rl;
|
347
|
+
"path" : "/rl;34ou8-1jksg-4fmd-1lyww"
|
338
348
|
}, {
|
339
|
-
"id" : "
|
349
|
+
"id" : "34ow0-1jksg-96ad-1lyww",
|
340
350
|
"name" : "isParentOf",
|
341
351
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
342
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%
|
343
|
-
"path" : "/rl;
|
352
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dhawkular-wildfly-agent",
|
353
|
+
"path" : "/rl;34ow0-1jksg-96ad-1lyww"
|
344
354
|
}, {
|
345
|
-
"id" : "
|
355
|
+
"id" : "34p8g-1jksg-4fmd-1lzb4",
|
346
356
|
"name" : "contains",
|
347
357
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
348
358
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan",
|
349
|
-
"path" : "/rl;
|
359
|
+
"path" : "/rl;34p8g-1jksg-4fmd-1lzb4"
|
350
360
|
}, {
|
351
|
-
"id" : "
|
361
|
+
"id" : "34pa8-1jksg-96ad-1lzb4",
|
352
362
|
"name" : "isParentOf",
|
353
363
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
354
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%
|
355
|
-
"path" : "/rl;
|
364
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan",
|
365
|
+
"path" : "/rl;34pa8-1jksg-96ad-1lzb4"
|
356
366
|
}, {
|
357
|
-
"id" : "
|
367
|
+
"id" : "34on4-1jksg-4fmd-1lyps",
|
358
368
|
"name" : "contains",
|
359
369
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
360
370
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault",
|
361
|
-
"path" : "/rl;
|
371
|
+
"path" : "/rl;34on4-1jksg-4fmd-1lyps"
|
362
372
|
}, {
|
363
|
-
"id" : "
|
373
|
+
"id" : "34oow-1jksg-96ad-1lyps",
|
364
374
|
"name" : "isParentOf",
|
365
375
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
366
|
-
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%
|
367
|
-
"path" : "/rl;
|
376
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault",
|
377
|
+
"path" : "/rl;34oow-1jksg-96ad-1lyps"
|
368
378
|
}, {
|
369
|
-
"id" : "
|
379
|
+
"id" : "34og0-1jksg-4fmd-1lyio",
|
370
380
|
"name" : "contains",
|
371
381
|
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
372
382
|
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dtransactions",
|
373
|
-
"path" : "/rl;
|
383
|
+
"path" : "/rl;34og0-1jksg-4fmd-1lyio"
|
384
|
+
}, {
|
385
|
+
"id" : "34ohs-1jksg-96ad-1lyio",
|
386
|
+
"name" : "isParentOf",
|
387
|
+
"source" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
388
|
+
"target" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dtransactions",
|
389
|
+
"path" : "/rl;34ohs-1jksg-96ad-1lyio"
|
374
390
|
} ]
|
375
391
|
http_version:
|
376
|
-
recorded_at:
|
377
|
-
recorded_with: VCR 3.0.
|
392
|
+
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
393
|
+
recorded_with: VCR 3.0.3
|