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: post
|
5
|
-
uri: http
|
5
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/feed
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"properties":{},"id":"feed_may_exist","name":null,"outgoing":{},"incoming":{}}'
|
@@ -19,6 +19,8 @@ http_interactions:
|
|
19
19
|
- application/json
|
20
20
|
Content-Length:
|
21
21
|
- '79'
|
22
|
+
Host:
|
23
|
+
- localhost:8080
|
22
24
|
response:
|
23
25
|
status:
|
24
26
|
code: 409
|
@@ -35,7 +37,7 @@ http_interactions:
|
|
35
37
|
Pragma:
|
36
38
|
- no-cache
|
37
39
|
Date:
|
38
|
-
-
|
40
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
39
41
|
Connection:
|
40
42
|
- keep-alive
|
41
43
|
Content-Type:
|
@@ -64,10 +66,10 @@ http_interactions:
|
|
64
66
|
}
|
65
67
|
}
|
66
68
|
http_version:
|
67
|
-
recorded_at:
|
69
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
68
70
|
- request:
|
69
71
|
method: get
|
70
|
-
uri: http
|
72
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist
|
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,7 +102,7 @@ http_interactions:
|
|
98
102
|
Pragma:
|
99
103
|
- no-cache
|
100
104
|
Date:
|
101
|
-
-
|
105
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
102
106
|
Connection:
|
103
107
|
- keep-alive
|
104
108
|
Content-Type:
|
@@ -117,10 +121,10 @@ http_interactions:
|
|
117
121
|
"id" : "feed_may_exist"
|
118
122
|
}
|
119
123
|
http_version:
|
120
|
-
recorded_at:
|
124
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
121
125
|
- request:
|
122
126
|
method: post
|
123
|
-
uri: http
|
127
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/resourceType
|
124
128
|
body:
|
125
129
|
encoding: UTF-8
|
126
130
|
string: '{"properties":{},"id":"rt-123","name":"ResourceType","outgoing":{},"incoming":{}}'
|
@@ -137,6 +141,8 @@ http_interactions:
|
|
137
141
|
- application/json
|
138
142
|
Content-Length:
|
139
143
|
- '81'
|
144
|
+
Host:
|
145
|
+
- localhost:8080
|
140
146
|
response:
|
141
147
|
status:
|
142
148
|
code: 409
|
@@ -153,7 +159,7 @@ http_interactions:
|
|
153
159
|
Pragma:
|
154
160
|
- no-cache
|
155
161
|
Date:
|
156
|
-
-
|
162
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
157
163
|
Connection:
|
158
164
|
- keep-alive
|
159
165
|
Content-Type:
|
@@ -168,10 +174,10 @@ http_interactions:
|
|
168
174
|
"details" : { }
|
169
175
|
}
|
170
176
|
http_version:
|
171
|
-
recorded_at:
|
177
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
172
178
|
- request:
|
173
179
|
method: get
|
174
|
-
uri: http
|
180
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/rt;rt-123
|
175
181
|
body:
|
176
182
|
encoding: US-ASCII
|
177
183
|
string: ''
|
@@ -186,6 +192,8 @@ http_interactions:
|
|
186
192
|
- hawkular
|
187
193
|
Content-Type:
|
188
194
|
- application/json
|
195
|
+
Host:
|
196
|
+
- localhost:8080
|
189
197
|
response:
|
190
198
|
status:
|
191
199
|
code: 200
|
@@ -202,7 +210,7 @@ http_interactions:
|
|
202
210
|
Pragma:
|
203
211
|
- no-cache
|
204
212
|
Date:
|
205
|
-
-
|
213
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
206
214
|
Connection:
|
207
215
|
- keep-alive
|
208
216
|
Content-Type:
|
@@ -219,10 +227,10 @@ http_interactions:
|
|
219
227
|
"id" : "rt-123"
|
220
228
|
}
|
221
229
|
http_version:
|
222
|
-
recorded_at:
|
230
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
223
231
|
- request:
|
224
232
|
method: post
|
225
|
-
uri: http
|
233
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/resource
|
226
234
|
body:
|
227
235
|
encoding: UTF-8
|
228
236
|
string: '{"properties":{"version":1.0},"id":"r123","name":"My Resource","outgoing":{},"incoming":{},"resourceTypePath":"/t;hawkular/f;feed_may_exist/rt;rt-123"}'
|
@@ -239,6 +247,8 @@ http_interactions:
|
|
239
247
|
- application/json
|
240
248
|
Content-Length:
|
241
249
|
- '151'
|
250
|
+
Host:
|
251
|
+
- localhost:8080
|
242
252
|
response:
|
243
253
|
status:
|
244
254
|
code: 201
|
@@ -257,7 +267,7 @@ http_interactions:
|
|
257
267
|
Location:
|
258
268
|
- http://localhost:8080/hawkular/inventory/entity/f;feed_may_exist/r;r123
|
259
269
|
Date:
|
260
|
-
-
|
270
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
261
271
|
Connection:
|
262
272
|
- keep-alive
|
263
273
|
Content-Type:
|
@@ -283,10 +293,10 @@ http_interactions:
|
|
283
293
|
"id" : "r123"
|
284
294
|
}
|
285
295
|
http_version:
|
286
|
-
recorded_at:
|
296
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
287
297
|
- request:
|
288
298
|
method: get
|
289
|
-
uri: http
|
299
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/r;r123
|
290
300
|
body:
|
291
301
|
encoding: US-ASCII
|
292
302
|
string: ''
|
@@ -301,6 +311,8 @@ http_interactions:
|
|
301
311
|
- hawkular
|
302
312
|
Content-Type:
|
303
313
|
- application/json
|
314
|
+
Host:
|
315
|
+
- localhost:8080
|
304
316
|
response:
|
305
317
|
status:
|
306
318
|
code: 200
|
@@ -317,7 +329,7 @@ http_interactions:
|
|
317
329
|
Pragma:
|
318
330
|
- no-cache
|
319
331
|
Date:
|
320
|
-
-
|
332
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
321
333
|
Connection:
|
322
334
|
- keep-alive
|
323
335
|
Content-Type:
|
@@ -344,5 +356,5 @@ http_interactions:
|
|
344
356
|
"id" : "r123"
|
345
357
|
}
|
346
358
|
http_version:
|
347
|
-
recorded_at:
|
348
|
-
recorded_with: VCR 3.0.
|
359
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
360
|
+
recorded_with: VCR 3.0.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: http
|
5
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/feed
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"properties":{},"id":"feed_may_exist","name":null,"outgoing":{},"incoming":{}}'
|
@@ -19,6 +19,8 @@ http_interactions:
|
|
19
19
|
- application/json
|
20
20
|
Content-Length:
|
21
21
|
- '79'
|
22
|
+
Host:
|
23
|
+
- localhost:8080
|
22
24
|
response:
|
23
25
|
status:
|
24
26
|
code: 409
|
@@ -35,7 +37,7 @@ http_interactions:
|
|
35
37
|
Pragma:
|
36
38
|
- no-cache
|
37
39
|
Date:
|
38
|
-
-
|
40
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
39
41
|
Connection:
|
40
42
|
- keep-alive
|
41
43
|
Content-Type:
|
@@ -64,10 +66,10 @@ http_interactions:
|
|
64
66
|
}
|
65
67
|
}
|
66
68
|
http_version:
|
67
|
-
recorded_at:
|
69
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
68
70
|
- request:
|
69
71
|
method: get
|
70
|
-
uri: http
|
72
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist
|
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,7 +102,7 @@ http_interactions:
|
|
98
102
|
Pragma:
|
99
103
|
- no-cache
|
100
104
|
Date:
|
101
|
-
-
|
105
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
102
106
|
Connection:
|
103
107
|
- keep-alive
|
104
108
|
Content-Type:
|
@@ -117,10 +121,10 @@ http_interactions:
|
|
117
121
|
"id" : "feed_may_exist"
|
118
122
|
}
|
119
123
|
http_version:
|
120
|
-
recorded_at:
|
124
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
121
125
|
- request:
|
122
126
|
method: post
|
123
|
-
uri: http
|
127
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/resourceType
|
124
128
|
body:
|
125
129
|
encoding: UTF-8
|
126
130
|
string: '{"properties":{},"id":"rt-123","name":"ResourceType","outgoing":{},"incoming":{}}'
|
@@ -137,6 +141,8 @@ http_interactions:
|
|
137
141
|
- application/json
|
138
142
|
Content-Length:
|
139
143
|
- '81'
|
144
|
+
Host:
|
145
|
+
- localhost:8080
|
140
146
|
response:
|
141
147
|
status:
|
142
148
|
code: 409
|
@@ -153,7 +159,7 @@ http_interactions:
|
|
153
159
|
Pragma:
|
154
160
|
- no-cache
|
155
161
|
Date:
|
156
|
-
-
|
162
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
157
163
|
Connection:
|
158
164
|
- keep-alive
|
159
165
|
Content-Type:
|
@@ -168,10 +174,10 @@ http_interactions:
|
|
168
174
|
"details" : { }
|
169
175
|
}
|
170
176
|
http_version:
|
171
|
-
recorded_at:
|
177
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
172
178
|
- request:
|
173
179
|
method: get
|
174
|
-
uri: http
|
180
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/rt;rt-123
|
175
181
|
body:
|
176
182
|
encoding: US-ASCII
|
177
183
|
string: ''
|
@@ -186,6 +192,8 @@ http_interactions:
|
|
186
192
|
- hawkular
|
187
193
|
Content-Type:
|
188
194
|
- application/json
|
195
|
+
Host:
|
196
|
+
- localhost:8080
|
189
197
|
response:
|
190
198
|
status:
|
191
199
|
code: 200
|
@@ -202,7 +210,7 @@ http_interactions:
|
|
202
210
|
Pragma:
|
203
211
|
- no-cache
|
204
212
|
Date:
|
205
|
-
-
|
213
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
206
214
|
Connection:
|
207
215
|
- keep-alive
|
208
216
|
Content-Type:
|
@@ -219,10 +227,10 @@ http_interactions:
|
|
219
227
|
"id" : "rt-123"
|
220
228
|
}
|
221
229
|
http_version:
|
222
|
-
recorded_at:
|
230
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
223
231
|
- request:
|
224
232
|
method: post
|
225
|
-
uri: http
|
233
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/resource
|
226
234
|
body:
|
227
235
|
encoding: UTF-8
|
228
236
|
string: '{"properties":{"version":1.0},"id":"r124","name":"My Resource","outgoing":{},"incoming":{},"resourceTypePath":"/t;hawkular/f;feed_may_exist/rt;rt-123"}'
|
@@ -239,6 +247,8 @@ http_interactions:
|
|
239
247
|
- application/json
|
240
248
|
Content-Length:
|
241
249
|
- '151'
|
250
|
+
Host:
|
251
|
+
- localhost:8080
|
242
252
|
response:
|
243
253
|
status:
|
244
254
|
code: 201
|
@@ -257,7 +267,7 @@ http_interactions:
|
|
257
267
|
Location:
|
258
268
|
- http://localhost:8080/hawkular/inventory/entity/f;feed_may_exist/r;r124
|
259
269
|
Date:
|
260
|
-
-
|
270
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
261
271
|
Connection:
|
262
272
|
- keep-alive
|
263
273
|
Content-Type:
|
@@ -283,10 +293,10 @@ http_interactions:
|
|
283
293
|
"id" : "r124"
|
284
294
|
}
|
285
295
|
http_version:
|
286
|
-
recorded_at:
|
296
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
287
297
|
- request:
|
288
298
|
method: get
|
289
|
-
uri: http
|
299
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/r;r124
|
290
300
|
body:
|
291
301
|
encoding: US-ASCII
|
292
302
|
string: ''
|
@@ -301,6 +311,8 @@ http_interactions:
|
|
301
311
|
- hawkular
|
302
312
|
Content-Type:
|
303
313
|
- application/json
|
314
|
+
Host:
|
315
|
+
- localhost:8080
|
304
316
|
response:
|
305
317
|
status:
|
306
318
|
code: 200
|
@@ -317,7 +329,7 @@ http_interactions:
|
|
317
329
|
Pragma:
|
318
330
|
- no-cache
|
319
331
|
Date:
|
320
|
-
-
|
332
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
321
333
|
Connection:
|
322
334
|
- keep-alive
|
323
335
|
Content-Type:
|
@@ -344,10 +356,10 @@ http_interactions:
|
|
344
356
|
"id" : "r124"
|
345
357
|
}
|
346
358
|
http_version:
|
347
|
-
recorded_at:
|
359
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
348
360
|
- request:
|
349
361
|
method: post
|
350
|
-
uri: http
|
362
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/metricType
|
351
363
|
body:
|
352
364
|
encoding: UTF-8
|
353
365
|
string: '{"id":"mt-124","type":"GAUGE","unit":"NONE","collectionInterval":60}'
|
@@ -364,6 +376,8 @@ http_interactions:
|
|
364
376
|
- application/json
|
365
377
|
Content-Length:
|
366
378
|
- '68'
|
379
|
+
Host:
|
380
|
+
- localhost:8080
|
367
381
|
response:
|
368
382
|
status:
|
369
383
|
code: 201
|
@@ -382,7 +396,7 @@ http_interactions:
|
|
382
396
|
Location:
|
383
397
|
- http://localhost:8080/hawkular/inventory/entity/f;feed_may_exist/mt;mt-124
|
384
398
|
Date:
|
385
|
-
-
|
399
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
386
400
|
Connection:
|
387
401
|
- keep-alive
|
388
402
|
Content-Type:
|
@@ -401,10 +415,10 @@ http_interactions:
|
|
401
415
|
"id" : "mt-124"
|
402
416
|
}
|
403
417
|
http_version:
|
404
|
-
recorded_at:
|
418
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
405
419
|
- request:
|
406
420
|
method: get
|
407
|
-
uri: http
|
421
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/mt;mt-124
|
408
422
|
body:
|
409
423
|
encoding: US-ASCII
|
410
424
|
string: ''
|
@@ -419,6 +433,8 @@ http_interactions:
|
|
419
433
|
- hawkular
|
420
434
|
Content-Type:
|
421
435
|
- application/json
|
436
|
+
Host:
|
437
|
+
- localhost:8080
|
422
438
|
response:
|
423
439
|
status:
|
424
440
|
code: 200
|
@@ -435,7 +451,7 @@ http_interactions:
|
|
435
451
|
Pragma:
|
436
452
|
- no-cache
|
437
453
|
Date:
|
438
|
-
-
|
454
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
439
455
|
Connection:
|
440
456
|
- keep-alive
|
441
457
|
Content-Type:
|
@@ -454,10 +470,10 @@ http_interactions:
|
|
454
470
|
"id" : "mt-124"
|
455
471
|
}
|
456
472
|
http_version:
|
457
|
-
recorded_at:
|
473
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
458
474
|
- request:
|
459
475
|
method: post
|
460
|
-
uri: http
|
476
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/metric
|
461
477
|
body:
|
462
478
|
encoding: UTF-8
|
463
479
|
string: '{"id":"m-124","name":"m-124","metricTypePath":"/t;hawkular/f;feed_may_exist/mt;mt-124"}'
|
@@ -474,6 +490,8 @@ http_interactions:
|
|
474
490
|
- application/json
|
475
491
|
Content-Length:
|
476
492
|
- '87'
|
493
|
+
Host:
|
494
|
+
- localhost:8080
|
477
495
|
response:
|
478
496
|
status:
|
479
497
|
code: 201
|
@@ -492,7 +510,7 @@ http_interactions:
|
|
492
510
|
Location:
|
493
511
|
- http://localhost:8080/hawkular/inventory/entity/f;feed_may_exist/m;m-124
|
494
512
|
Date:
|
495
|
-
-
|
513
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
496
514
|
Connection:
|
497
515
|
- keep-alive
|
498
516
|
Content-Type:
|
@@ -517,10 +535,10 @@ http_interactions:
|
|
517
535
|
"id" : "m-124"
|
518
536
|
}
|
519
537
|
http_version:
|
520
|
-
recorded_at:
|
538
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
521
539
|
- request:
|
522
540
|
method: get
|
523
|
-
uri: http
|
541
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/m;m-124
|
524
542
|
body:
|
525
543
|
encoding: US-ASCII
|
526
544
|
string: ''
|
@@ -535,6 +553,8 @@ http_interactions:
|
|
535
553
|
- hawkular
|
536
554
|
Content-Type:
|
537
555
|
- application/json
|
556
|
+
Host:
|
557
|
+
- localhost:8080
|
538
558
|
response:
|
539
559
|
status:
|
540
560
|
code: 200
|
@@ -551,7 +571,7 @@ http_interactions:
|
|
551
571
|
Pragma:
|
552
572
|
- no-cache
|
553
573
|
Date:
|
554
|
-
-
|
574
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
555
575
|
Connection:
|
556
576
|
- keep-alive
|
557
577
|
Content-Type:
|
@@ -579,10 +599,10 @@ http_interactions:
|
|
579
599
|
"id" : "m-124"
|
580
600
|
}
|
581
601
|
http_version:
|
582
|
-
recorded_at:
|
602
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
583
603
|
- request:
|
584
604
|
method: post
|
585
|
-
uri: http
|
605
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/r;r124/relationship
|
586
606
|
body:
|
587
607
|
encoding: UTF-8
|
588
608
|
string: '[{"otherEnd":"/t;hawkular/f;feed_may_exist/m;m-124","name":"incorporates"}]'
|
@@ -599,6 +619,8 @@ http_interactions:
|
|
599
619
|
- application/json
|
600
620
|
Content-Length:
|
601
621
|
- '75'
|
622
|
+
Host:
|
623
|
+
- localhost:8080
|
602
624
|
response:
|
603
625
|
status:
|
604
626
|
code: 201
|
@@ -615,29 +637,29 @@ http_interactions:
|
|
615
637
|
Pragma:
|
616
638
|
- no-cache
|
617
639
|
Location:
|
618
|
-
- http://localhost:8080/hawkular/inventory/entity/rl;
|
640
|
+
- http://localhost:8080/hawkular/inventory/entity/rl;4o8n4-382rk-8tn9-383y8
|
619
641
|
Date:
|
620
|
-
-
|
642
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
621
643
|
Connection:
|
622
644
|
- keep-alive
|
623
645
|
Content-Type:
|
624
646
|
- application/json
|
625
647
|
Content-Length:
|
626
|
-
- '
|
648
|
+
- '173'
|
627
649
|
body:
|
628
650
|
encoding: UTF-8
|
629
651
|
string: |-
|
630
652
|
[ {
|
631
|
-
"id" : "
|
653
|
+
"id" : "4o8n4-382rk-8tn9-383y8",
|
632
654
|
"name" : "incorporates",
|
633
655
|
"source" : "/t;hawkular/f;feed_may_exist/r;r124",
|
634
656
|
"target" : "/t;hawkular/f;feed_may_exist/m;m-124"
|
635
657
|
} ]
|
636
658
|
http_version:
|
637
|
-
recorded_at:
|
659
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
638
660
|
- request:
|
639
661
|
method: post
|
640
|
-
uri: http
|
662
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/metric
|
641
663
|
body:
|
642
664
|
encoding: UTF-8
|
643
665
|
string: '{"id":"m-124-1","name":"Metric1","metricTypePath":"/t;hawkular/f;feed_may_exist/mt;mt-124"}'
|
@@ -654,6 +676,8 @@ http_interactions:
|
|
654
676
|
- application/json
|
655
677
|
Content-Length:
|
656
678
|
- '91'
|
679
|
+
Host:
|
680
|
+
- localhost:8080
|
657
681
|
response:
|
658
682
|
status:
|
659
683
|
code: 201
|
@@ -672,7 +696,7 @@ http_interactions:
|
|
672
696
|
Location:
|
673
697
|
- http://localhost:8080/hawkular/inventory/entity/f;feed_may_exist/m;m-124-1
|
674
698
|
Date:
|
675
|
-
-
|
699
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
676
700
|
Connection:
|
677
701
|
- keep-alive
|
678
702
|
Content-Type:
|
@@ -697,10 +721,10 @@ http_interactions:
|
|
697
721
|
"id" : "m-124-1"
|
698
722
|
}
|
699
723
|
http_version:
|
700
|
-
recorded_at:
|
724
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
701
725
|
- request:
|
702
726
|
method: get
|
703
|
-
uri: http
|
727
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/m;m-124-1
|
704
728
|
body:
|
705
729
|
encoding: US-ASCII
|
706
730
|
string: ''
|
@@ -715,6 +739,8 @@ http_interactions:
|
|
715
739
|
- hawkular
|
716
740
|
Content-Type:
|
717
741
|
- application/json
|
742
|
+
Host:
|
743
|
+
- localhost:8080
|
718
744
|
response:
|
719
745
|
status:
|
720
746
|
code: 200
|
@@ -731,7 +757,7 @@ http_interactions:
|
|
731
757
|
Pragma:
|
732
758
|
- no-cache
|
733
759
|
Date:
|
734
|
-
-
|
760
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
735
761
|
Connection:
|
736
762
|
- keep-alive
|
737
763
|
Content-Type:
|
@@ -759,10 +785,10 @@ http_interactions:
|
|
759
785
|
"id" : "m-124-1"
|
760
786
|
}
|
761
787
|
http_version:
|
762
|
-
recorded_at:
|
788
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
763
789
|
- request:
|
764
790
|
method: post
|
765
|
-
uri: http
|
791
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;feed_may_exist/r;r124/relationship
|
766
792
|
body:
|
767
793
|
encoding: UTF-8
|
768
794
|
string: '[{"otherEnd":"/t;hawkular/f;feed_may_exist/m;m-124-1","name":"incorporates"}]'
|
@@ -779,6 +805,8 @@ http_interactions:
|
|
779
805
|
- application/json
|
780
806
|
Content-Length:
|
781
807
|
- '77'
|
808
|
+
Host:
|
809
|
+
- localhost:8080
|
782
810
|
response:
|
783
811
|
status:
|
784
812
|
code: 201
|
@@ -795,24 +823,24 @@ http_interactions:
|
|
795
823
|
Pragma:
|
796
824
|
- no-cache
|
797
825
|
Location:
|
798
|
-
- http://localhost:8080/hawkular/inventory/entity/rl;
|
826
|
+
- http://localhost:8080/hawkular/inventory/entity/rl;4o94w-382rk-8tn9-384jk
|
799
827
|
Date:
|
800
|
-
-
|
828
|
+
- Wed, 10 Aug 2016 22:35:38 GMT
|
801
829
|
Connection:
|
802
830
|
- keep-alive
|
803
831
|
Content-Type:
|
804
832
|
- application/json
|
805
833
|
Content-Length:
|
806
|
-
- '
|
834
|
+
- '175'
|
807
835
|
body:
|
808
836
|
encoding: UTF-8
|
809
837
|
string: |-
|
810
838
|
[ {
|
811
|
-
"id" : "
|
839
|
+
"id" : "4o94w-382rk-8tn9-384jk",
|
812
840
|
"name" : "incorporates",
|
813
841
|
"source" : "/t;hawkular/f;feed_may_exist/r;r124",
|
814
842
|
"target" : "/t;hawkular/f;feed_may_exist/m;m-124-1"
|
815
843
|
} ]
|
816
844
|
http_version:
|
817
|
-
recorded_at:
|
818
|
-
recorded_with: VCR 3.0.
|
845
|
+
recorded_at: Wed, 10 Aug 2016 22:35:38 GMT
|
846
|
+
recorded_with: VCR 3.0.3
|