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/type=ot
|
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
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
37
39
|
X-Total-Count:
|
38
40
|
- '10'
|
39
41
|
Connection:
|
@@ -41,7 +43,7 @@ http_interactions:
|
|
41
43
|
Content-Type:
|
42
44
|
- application/json
|
43
45
|
Content-Length:
|
44
|
-
- '
|
46
|
+
- '4365'
|
45
47
|
Link:
|
46
48
|
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/type=ot>;
|
47
49
|
rel="current"
|
@@ -49,39 +51,68 @@ http_interactions:
|
|
49
51
|
encoding: UTF-8
|
50
52
|
string: |-
|
51
53
|
[ {
|
52
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
53
|
-
"name" : "
|
54
|
-
"identityHash" : "
|
55
|
-
"contentHash" : "
|
56
|
-
"syncHash" : "
|
57
|
-
"id" : "
|
54
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment",
|
55
|
+
"name" : "Enable Deployment",
|
56
|
+
"identityHash" : "951f84398217ffddf766f0b48855217b7855d933",
|
57
|
+
"contentHash" : "d768f4a8b677f94969bcb0298972a3bea35c129e",
|
58
|
+
"syncHash" : "e1d1e39499efa9ec106e1935faaa6e851ccff210",
|
59
|
+
"id" : "Enable Deployment"
|
58
60
|
}, {
|
59
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
60
|
-
"name" : "
|
61
|
-
"identityHash" : "
|
62
|
-
"contentHash" : "
|
63
|
-
"syncHash" : "
|
64
|
-
"id" : "
|
61
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment",
|
62
|
+
"name" : "Disable Deployment",
|
63
|
+
"identityHash" : "a8b8abfd5fb36dfc7448de959fc4776038144415",
|
64
|
+
"contentHash" : "b0bc4bc91049f169d1d1e83a60686f32f13bf9",
|
65
|
+
"syncHash" : "67ea89fb1af5c72b50976320f4ce47f3d7dfc7c3",
|
66
|
+
"id" : "Disable Deployment"
|
65
67
|
}, {
|
66
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
67
|
-
"
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
68
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown",
|
69
|
+
"properties" : {
|
70
|
+
"params" : [ {
|
71
|
+
"name" : "timeout",
|
72
|
+
"type" : "int",
|
73
|
+
"description" : "Timeout in seconds to allow active connections to drain",
|
74
|
+
"defaultValue" : "0",
|
75
|
+
"required" : false
|
76
|
+
}, {
|
77
|
+
"name" : "restart",
|
78
|
+
"type" : "bool",
|
79
|
+
"description" : "Should the server be restarted after shutdown?",
|
80
|
+
"defaultValue" : "false",
|
81
|
+
"required" : false
|
82
|
+
} ]
|
83
|
+
},
|
84
|
+
"name" : "Shutdown",
|
85
|
+
"identityHash" : "6e415243a4b3296c6a84997e73847e43ce2e86",
|
86
|
+
"contentHash" : "d89361a11db6c33e5a2b44ccdf51f9f5ae90",
|
87
|
+
"syncHash" : "f55796baba9e6d9b149956656a6f1b5a8a10ef19",
|
88
|
+
"id" : "Shutdown"
|
72
89
|
}, {
|
73
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
74
|
-
"name" : "
|
75
|
-
"identityHash" : "
|
76
|
-
"contentHash" : "
|
77
|
-
"syncHash" : "
|
78
|
-
"id" : "
|
90
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment",
|
91
|
+
"name" : "Restart Deployment",
|
92
|
+
"identityHash" : "9e9d46aeb0c98efec38b6f04fbbd7d47ee1e2ad",
|
93
|
+
"contentHash" : "2ba8792aa52468e9202693d14a5344d99c748",
|
94
|
+
"syncHash" : "67aa3d23392281c73999cb2513c9b5119dd1e86",
|
95
|
+
"id" : "Restart Deployment"
|
79
96
|
}, {
|
80
97
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload",
|
98
|
+
"properties" : {
|
99
|
+
"params" : [ {
|
100
|
+
"name" : "admin-only",
|
101
|
+
"type" : "bool",
|
102
|
+
"description" : "Whether the server should start in running mode ADMIN_ONLY when it restarts",
|
103
|
+
"defaultValue" : "false",
|
104
|
+
"required" : false
|
105
|
+
}, {
|
106
|
+
"name" : "use-current-server-config",
|
107
|
+
"type" : "bool",
|
108
|
+
"defaultValue" : "false",
|
109
|
+
"required" : false
|
110
|
+
} ]
|
111
|
+
},
|
81
112
|
"name" : "Reload",
|
82
113
|
"identityHash" : "86311b6b4340542cf30568188ccf4236867a51",
|
83
|
-
"contentHash" : "
|
84
|
-
"syncHash" : "
|
114
|
+
"contentHash" : "b6251463d5d15b2e78243e57d5c67a8bd45f7fb",
|
115
|
+
"syncHash" : "ab6a41da45b25e366fb48b6b98caee882b941edf",
|
85
116
|
"id" : "Reload"
|
86
117
|
}, {
|
87
118
|
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy",
|
@@ -91,39 +122,48 @@ http_interactions:
|
|
91
122
|
"syncHash" : "18a2d3719245a6ca7278ace46b3c2e8479929f4",
|
92
123
|
"id" : "Deploy"
|
93
124
|
}, {
|
94
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
95
|
-
"name" : "
|
96
|
-
"identityHash" : "
|
97
|
-
"contentHash" : "
|
98
|
-
"syncHash" : "
|
99
|
-
"id" : "
|
125
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume",
|
126
|
+
"name" : "Resume",
|
127
|
+
"identityHash" : "b5103168d783b0bb67bf88f30c1fad462b635e",
|
128
|
+
"contentHash" : "b3bdb5a70497bec4a2b7eb1cb0d4f37eb71a2a",
|
129
|
+
"syncHash" : "17177798f5262241ff882e6da757caee123c5b4",
|
130
|
+
"id" : "Resume"
|
100
131
|
}, {
|
101
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
102
|
-
"name" : "
|
103
|
-
"identityHash" : "
|
104
|
-
"contentHash" : "
|
105
|
-
"syncHash" : "
|
106
|
-
"id" : "
|
132
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy",
|
133
|
+
"name" : "Undeploy",
|
134
|
+
"identityHash" : "dff1f5b0a0cc8840825994c38becf0829098f963",
|
135
|
+
"contentHash" : "48c1e5d08da1e1b3b11598e2294b3e1a6133f5d",
|
136
|
+
"syncHash" : "63cb216eacffc445db5c9c2eb513c23cb337f168",
|
137
|
+
"id" : "Undeploy"
|
107
138
|
}, {
|
108
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
109
|
-
"
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
139
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend",
|
140
|
+
"properties" : {
|
141
|
+
"params" : [ {
|
142
|
+
"name" : "timeout",
|
143
|
+
"type" : "int",
|
144
|
+
"description" : "Timeout in seconds to allow active connections to drain",
|
145
|
+
"defaultValue" : "0",
|
146
|
+
"required" : false
|
147
|
+
} ]
|
148
|
+
},
|
149
|
+
"name" : "Suspend",
|
150
|
+
"identityHash" : "6ae76b4fe54b4aba5764e596d93f4b31508b7713",
|
151
|
+
"contentHash" : "6883148a24550cb7b5a5e44830132feb6a8fd9",
|
152
|
+
"syncHash" : "2964451c903d8532e02f37f4f15b58a65cb2468",
|
153
|
+
"id" : "Suspend"
|
114
154
|
}, {
|
115
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
116
|
-
"name" : "
|
117
|
-
"identityHash" : "
|
118
|
-
"contentHash" : "
|
119
|
-
"syncHash" : "
|
120
|
-
"id" : "
|
155
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR",
|
156
|
+
"name" : "JDR",
|
157
|
+
"identityHash" : "417bead4a2974c52ae9884323ecd2840879e1195",
|
158
|
+
"contentHash" : "f13f4669a34d44603bd3826345b2d052363c8ea1",
|
159
|
+
"syncHash" : "ef12f67f4a6cce3f23c958fc1f6f1ea8cada",
|
160
|
+
"id" : "JDR"
|
121
161
|
} ]
|
122
162
|
http_version:
|
123
|
-
recorded_at:
|
163
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
124
164
|
- request:
|
125
165
|
method: get
|
126
|
-
uri: http
|
166
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes
|
127
167
|
body:
|
128
168
|
encoding: US-ASCII
|
129
169
|
string: ''
|
@@ -138,6 +178,8 @@ http_interactions:
|
|
138
178
|
- hawkular
|
139
179
|
Content-Type:
|
140
180
|
- application/json
|
181
|
+
Host:
|
182
|
+
- localhost:8080
|
141
183
|
response:
|
142
184
|
status:
|
143
185
|
code: 200
|
@@ -154,7 +196,7 @@ http_interactions:
|
|
154
196
|
Pragma:
|
155
197
|
- no-cache
|
156
198
|
Date:
|
157
|
-
-
|
199
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
158
200
|
X-Total-Count:
|
159
201
|
- "-1"
|
160
202
|
Connection:
|
@@ -164,16 +206,16 @@ http_interactions:
|
|
164
206
|
Content-Length:
|
165
207
|
- '3'
|
166
208
|
Link:
|
167
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
209
|
+
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes>;
|
168
210
|
rel="current"
|
169
211
|
body:
|
170
212
|
encoding: UTF-8
|
171
213
|
string: "[ ]"
|
172
214
|
http_version:
|
173
|
-
recorded_at:
|
215
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
174
216
|
- request:
|
175
217
|
method: get
|
176
|
-
uri: http
|
218
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes
|
177
219
|
body:
|
178
220
|
encoding: US-ASCII
|
179
221
|
string: ''
|
@@ -188,6 +230,8 @@ http_interactions:
|
|
188
230
|
- hawkular
|
189
231
|
Content-Type:
|
190
232
|
- application/json
|
233
|
+
Host:
|
234
|
+
- localhost:8080
|
191
235
|
response:
|
192
236
|
status:
|
193
237
|
code: 200
|
@@ -204,41 +248,26 @@ http_interactions:
|
|
204
248
|
Pragma:
|
205
249
|
- no-cache
|
206
250
|
Date:
|
207
|
-
-
|
251
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
208
252
|
X-Total-Count:
|
209
|
-
-
|
253
|
+
- "-1"
|
210
254
|
Connection:
|
211
255
|
- keep-alive
|
212
256
|
Content-Type:
|
213
257
|
- application/json
|
214
258
|
Content-Length:
|
215
|
-
- '
|
259
|
+
- '3'
|
216
260
|
Link:
|
217
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
261
|
+
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes>;
|
218
262
|
rel="current"
|
219
263
|
body:
|
220
264
|
encoding: UTF-8
|
221
|
-
string:
|
222
|
-
[ {
|
223
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes",
|
224
|
-
"name" : "parameterTypes",
|
225
|
-
"identityHash" : "3bd3b9e1b58386881e0cd7283379743d4709917",
|
226
|
-
"contentHash" : "9d50537025afe097d697d9dc4b8d932ea442e6",
|
227
|
-
"syncHash" : "31301a5b29fbed63f6242bbe939f1891281fc21",
|
228
|
-
"value" : {
|
229
|
-
"timeout" : {
|
230
|
-
"type" : "int",
|
231
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
232
|
-
"defaultValue" : "0",
|
233
|
-
"required" : false
|
234
|
-
}
|
235
|
-
}
|
236
|
-
} ]
|
265
|
+
string: "[ ]"
|
237
266
|
http_version:
|
238
|
-
recorded_at:
|
267
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
239
268
|
- request:
|
240
269
|
method: get
|
241
|
-
uri: http
|
270
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes
|
242
271
|
body:
|
243
272
|
encoding: US-ASCII
|
244
273
|
string: ''
|
@@ -253,6 +282,8 @@ http_interactions:
|
|
253
282
|
- hawkular
|
254
283
|
Content-Type:
|
255
284
|
- application/json
|
285
|
+
Host:
|
286
|
+
- localhost:8080
|
256
287
|
response:
|
257
288
|
status:
|
258
289
|
code: 200
|
@@ -269,26 +300,47 @@ http_interactions:
|
|
269
300
|
Pragma:
|
270
301
|
- no-cache
|
271
302
|
Date:
|
272
|
-
-
|
303
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
273
304
|
X-Total-Count:
|
274
|
-
-
|
305
|
+
- '1'
|
275
306
|
Connection:
|
276
307
|
- keep-alive
|
277
308
|
Content-Type:
|
278
309
|
- application/json
|
279
310
|
Content-Length:
|
280
|
-
- '
|
311
|
+
- '705'
|
281
312
|
Link:
|
282
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
313
|
+
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes>;
|
283
314
|
rel="current"
|
284
315
|
body:
|
285
316
|
encoding: UTF-8
|
286
|
-
string:
|
317
|
+
string: |-
|
318
|
+
[ {
|
319
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes",
|
320
|
+
"name" : "parameterTypes",
|
321
|
+
"identityHash" : "1ad5d5963d6978975e958de5abcb49f778695f",
|
322
|
+
"contentHash" : "5ff8951bc6a6ab6483f69ec0ab139d5a76e22c",
|
323
|
+
"syncHash" : "27163827304a2c50e31b9ce2ee74e5e32f396d58",
|
324
|
+
"value" : {
|
325
|
+
"timeout" : {
|
326
|
+
"type" : "int",
|
327
|
+
"description" : "Timeout in seconds to allow active connections to drain",
|
328
|
+
"defaultValue" : "0",
|
329
|
+
"required" : false
|
330
|
+
},
|
331
|
+
"restart" : {
|
332
|
+
"type" : "bool",
|
333
|
+
"description" : "Should the server be restarted after shutdown?",
|
334
|
+
"defaultValue" : "false",
|
335
|
+
"required" : false
|
336
|
+
}
|
337
|
+
}
|
338
|
+
} ]
|
287
339
|
http_version:
|
288
|
-
recorded_at:
|
340
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
289
341
|
- request:
|
290
342
|
method: get
|
291
|
-
uri: http
|
343
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes
|
292
344
|
body:
|
293
345
|
encoding: US-ASCII
|
294
346
|
string: ''
|
@@ -303,6 +355,8 @@ http_interactions:
|
|
303
355
|
- hawkular
|
304
356
|
Content-Type:
|
305
357
|
- application/json
|
358
|
+
Host:
|
359
|
+
- localhost:8080
|
306
360
|
response:
|
307
361
|
status:
|
308
362
|
code: 200
|
@@ -319,7 +373,7 @@ http_interactions:
|
|
319
373
|
Pragma:
|
320
374
|
- no-cache
|
321
375
|
Date:
|
322
|
-
-
|
376
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
323
377
|
X-Total-Count:
|
324
378
|
- "-1"
|
325
379
|
Connection:
|
@@ -329,16 +383,16 @@ http_interactions:
|
|
329
383
|
Content-Length:
|
330
384
|
- '3'
|
331
385
|
Link:
|
332
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
386
|
+
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes>;
|
333
387
|
rel="current"
|
334
388
|
body:
|
335
389
|
encoding: UTF-8
|
336
390
|
string: "[ ]"
|
337
391
|
http_version:
|
338
|
-
recorded_at:
|
392
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
339
393
|
- request:
|
340
394
|
method: get
|
341
|
-
uri: http
|
395
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes
|
342
396
|
body:
|
343
397
|
encoding: US-ASCII
|
344
398
|
string: ''
|
@@ -353,6 +407,8 @@ http_interactions:
|
|
353
407
|
- hawkular
|
354
408
|
Content-Type:
|
355
409
|
- application/json
|
410
|
+
Host:
|
411
|
+
- localhost:8080
|
356
412
|
response:
|
357
413
|
status:
|
358
414
|
code: 200
|
@@ -369,7 +425,7 @@ http_interactions:
|
|
369
425
|
Pragma:
|
370
426
|
- no-cache
|
371
427
|
Date:
|
372
|
-
-
|
428
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
373
429
|
X-Total-Count:
|
374
430
|
- '1'
|
375
431
|
Connection:
|
@@ -405,10 +461,10 @@ http_interactions:
|
|
405
461
|
}
|
406
462
|
} ]
|
407
463
|
http_version:
|
408
|
-
recorded_at:
|
464
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
409
465
|
- request:
|
410
466
|
method: get
|
411
|
-
uri: http
|
467
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy/d;parameterTypes
|
412
468
|
body:
|
413
469
|
encoding: US-ASCII
|
414
470
|
string: ''
|
@@ -423,6 +479,8 @@ http_interactions:
|
|
423
479
|
- hawkular
|
424
480
|
Content-Type:
|
425
481
|
- application/json
|
482
|
+
Host:
|
483
|
+
- localhost:8080
|
426
484
|
response:
|
427
485
|
status:
|
428
486
|
code: 200
|
@@ -439,7 +497,7 @@ http_interactions:
|
|
439
497
|
Pragma:
|
440
498
|
- no-cache
|
441
499
|
Date:
|
442
|
-
-
|
500
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
443
501
|
X-Total-Count:
|
444
502
|
- "-1"
|
445
503
|
Connection:
|
@@ -455,10 +513,10 @@ http_interactions:
|
|
455
513
|
encoding: UTF-8
|
456
514
|
string: "[ ]"
|
457
515
|
http_version:
|
458
|
-
recorded_at:
|
516
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
459
517
|
- request:
|
460
518
|
method: get
|
461
|
-
uri: http
|
519
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes
|
462
520
|
body:
|
463
521
|
encoding: US-ASCII
|
464
522
|
string: ''
|
@@ -473,6 +531,8 @@ http_interactions:
|
|
473
531
|
- hawkular
|
474
532
|
Content-Type:
|
475
533
|
- application/json
|
534
|
+
Host:
|
535
|
+
- localhost:8080
|
476
536
|
response:
|
477
537
|
status:
|
478
538
|
code: 200
|
@@ -489,7 +549,7 @@ http_interactions:
|
|
489
549
|
Pragma:
|
490
550
|
- no-cache
|
491
551
|
Date:
|
492
|
-
-
|
552
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
493
553
|
X-Total-Count:
|
494
554
|
- "-1"
|
495
555
|
Connection:
|
@@ -499,16 +559,16 @@ http_interactions:
|
|
499
559
|
Content-Length:
|
500
560
|
- '3'
|
501
561
|
Link:
|
502
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
562
|
+
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes>;
|
503
563
|
rel="current"
|
504
564
|
body:
|
505
565
|
encoding: UTF-8
|
506
566
|
string: "[ ]"
|
507
567
|
http_version:
|
508
|
-
recorded_at:
|
568
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
509
569
|
- request:
|
510
570
|
method: get
|
511
|
-
uri: http
|
571
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes
|
512
572
|
body:
|
513
573
|
encoding: US-ASCII
|
514
574
|
string: ''
|
@@ -523,6 +583,8 @@ http_interactions:
|
|
523
583
|
- hawkular
|
524
584
|
Content-Type:
|
525
585
|
- application/json
|
586
|
+
Host:
|
587
|
+
- localhost:8080
|
526
588
|
response:
|
527
589
|
status:
|
528
590
|
code: 200
|
@@ -539,7 +601,7 @@ http_interactions:
|
|
539
601
|
Pragma:
|
540
602
|
- no-cache
|
541
603
|
Date:
|
542
|
-
-
|
604
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
543
605
|
X-Total-Count:
|
544
606
|
- "-1"
|
545
607
|
Connection:
|
@@ -549,16 +611,16 @@ http_interactions:
|
|
549
611
|
Content-Length:
|
550
612
|
- '3'
|
551
613
|
Link:
|
552
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
614
|
+
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes>;
|
553
615
|
rel="current"
|
554
616
|
body:
|
555
617
|
encoding: UTF-8
|
556
618
|
string: "[ ]"
|
557
619
|
http_version:
|
558
|
-
recorded_at:
|
620
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
559
621
|
- request:
|
560
622
|
method: get
|
561
|
-
uri: http
|
623
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes
|
562
624
|
body:
|
563
625
|
encoding: US-ASCII
|
564
626
|
string: ''
|
@@ -573,6 +635,8 @@ http_interactions:
|
|
573
635
|
- hawkular
|
574
636
|
Content-Type:
|
575
637
|
- application/json
|
638
|
+
Host:
|
639
|
+
- localhost:8080
|
576
640
|
response:
|
577
641
|
status:
|
578
642
|
code: 200
|
@@ -589,26 +653,41 @@ http_interactions:
|
|
589
653
|
Pragma:
|
590
654
|
- no-cache
|
591
655
|
Date:
|
592
|
-
-
|
656
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
593
657
|
X-Total-Count:
|
594
|
-
-
|
658
|
+
- '1'
|
595
659
|
Connection:
|
596
660
|
- keep-alive
|
597
661
|
Content-Type:
|
598
662
|
- application/json
|
599
663
|
Content-Length:
|
600
|
-
- '
|
664
|
+
- '527'
|
601
665
|
Link:
|
602
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
666
|
+
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes>;
|
603
667
|
rel="current"
|
604
668
|
body:
|
605
669
|
encoding: UTF-8
|
606
|
-
string:
|
670
|
+
string: |-
|
671
|
+
[ {
|
672
|
+
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes",
|
673
|
+
"name" : "parameterTypes",
|
674
|
+
"identityHash" : "3bd3b9e1b58386881e0cd7283379743d4709917",
|
675
|
+
"contentHash" : "9d50537025afe097d697d9dc4b8d932ea442e6",
|
676
|
+
"syncHash" : "31301a5b29fbed63f6242bbe939f1891281fc21",
|
677
|
+
"value" : {
|
678
|
+
"timeout" : {
|
679
|
+
"type" : "int",
|
680
|
+
"description" : "Timeout in seconds to allow active connections to drain",
|
681
|
+
"defaultValue" : "0",
|
682
|
+
"required" : false
|
683
|
+
}
|
684
|
+
}
|
685
|
+
} ]
|
607
686
|
http_version:
|
608
|
-
recorded_at:
|
687
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
609
688
|
- request:
|
610
689
|
method: get
|
611
|
-
uri: http
|
690
|
+
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes
|
612
691
|
body:
|
613
692
|
encoding: US-ASCII
|
614
693
|
string: ''
|
@@ -623,6 +702,8 @@ http_interactions:
|
|
623
702
|
- hawkular
|
624
703
|
Content-Type:
|
625
704
|
- application/json
|
705
|
+
Host:
|
706
|
+
- localhost:8080
|
626
707
|
response:
|
627
708
|
status:
|
628
709
|
code: 200
|
@@ -639,42 +720,21 @@ http_interactions:
|
|
639
720
|
Pragma:
|
640
721
|
- no-cache
|
641
722
|
Date:
|
642
|
-
-
|
723
|
+
- Tue, 30 Aug 2016 15:26:30 GMT
|
643
724
|
X-Total-Count:
|
644
|
-
-
|
725
|
+
- "-1"
|
645
726
|
Connection:
|
646
727
|
- keep-alive
|
647
728
|
Content-Type:
|
648
729
|
- application/json
|
649
730
|
Content-Length:
|
650
|
-
- '
|
731
|
+
- '3'
|
651
732
|
Link:
|
652
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;
|
733
|
+
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes>;
|
653
734
|
rel="current"
|
654
735
|
body:
|
655
736
|
encoding: UTF-8
|
656
|
-
string:
|
657
|
-
[ {
|
658
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes",
|
659
|
-
"name" : "parameterTypes",
|
660
|
-
"identityHash" : "1ad5d5963d6978975e958de5abcb49f778695f",
|
661
|
-
"contentHash" : "5ff8951bc6a6ab6483f69ec0ab139d5a76e22c",
|
662
|
-
"syncHash" : "27163827304a2c50e31b9ce2ee74e5e32f396d58",
|
663
|
-
"value" : {
|
664
|
-
"timeout" : {
|
665
|
-
"type" : "int",
|
666
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
667
|
-
"defaultValue" : "0",
|
668
|
-
"required" : false
|
669
|
-
},
|
670
|
-
"restart" : {
|
671
|
-
"type" : "bool",
|
672
|
-
"description" : "Should the server be restarted after shutdown?",
|
673
|
-
"defaultValue" : "false",
|
674
|
-
"required" : false
|
675
|
-
}
|
676
|
-
}
|
677
|
-
} ]
|
737
|
+
string: "[ ]"
|
678
738
|
http_version:
|
679
|
-
recorded_at:
|
739
|
+
recorded_at: Tue, 30 Aug 2016 15:26:30 GMT
|
680
740
|
recorded_with: VCR 3.0.3
|