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