hawkular-client 2.9.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.rdoc +27 -0
- data/README.rdoc +14 -14
- data/lib/hawkular/alerts/alerts_api.rb +43 -7
- data/lib/hawkular/client_utils.rb +0 -3
- data/lib/hawkular/hawkular_client.rb +1 -1
- data/lib/hawkular/inventory/entities.rb +55 -19
- data/lib/hawkular/inventory/inventory_api.rb +313 -412
- data/lib/hawkular/metrics/metric_api.rb +5 -2
- data/lib/hawkular/operations/operations_api.rb +0 -8
- data/lib/hawkular/tokens/tokens_api.rb +0 -3
- data/lib/hawkular/version.rb +1 -1
- metadata +3 -647
- data/.coveralls.yml +0 -1
- data/.gitignore +0 -56
- data/.rubocop.yml +0 -32
- data/.travis.yml +0 -20
- data/.travis/start_hawkular_services.sh +0 -21
- data/.travis/wait_for_services.rb +0 -39
- data/.yardopts +0 -1
- data/Gemfile +0 -2
- data/Rakefile +0 -20
- data/api_breaking_changes.rdoc +0 -84
- data/docker-compose.yml +0 -17
- data/hawkularclient.gemspec +0 -43
- data/spec/README.rdoc +0 -62
- data/spec/integration/alert-resources/alerts-test-data.json +0 -40
- data/spec/integration/alert-resources/events-test-data.json +0 -78
- data/spec/integration/alert-resources/triggers-test-data.json +0 -66
- data/spec/integration/alerts_spec.rb +0 -774
- data/spec/integration/env_config_spec.rb +0 -39
- data/spec/integration/hawkular_client_spec.rb +0 -304
- data/spec/integration/hello-world-definitions.json +0 -45
- data/spec/integration/inventory_spec.rb +0 -680
- data/spec/integration/logger_spec.rb +0 -36
- data/spec/integration/metric_spec.rb +0 -953
- data/spec/integration/operations_spec.rb +0 -591
- data/spec/integration/tokens_spec.rb +0 -49
- data/spec/resources/driver.jar +0 -0
- data/spec/resources/sample.war +0 -0
- data/spec/spec_helper.rb +0 -336
- data/spec/unit/base_spec.rb +0 -256
- data/spec/unit/canonical_path_spec.rb +0 -102
- data/spec/unit/client_spec.rb +0 -55
- data/spec/unit/deprecations_spec.rb +0 -19
- data/spec/vcr/vcr_setup.rb +0 -16
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_acknowledge_an_alert.yml +0 -205
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_add_tags_to_existing_alert.yml +0 -210
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_fetch_single_alert.yml +0 -108
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_list_alerts.yml +0 -59
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_list_alerts_for_trigger.yml +0 -58
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_list_alerts_for_unknown_trigger.yml +0 -50
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_list_open_alerts.yml +0 -59
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_remove_tags_from_existing_alert.yml +0 -257
- data/spec/vcr_cassettes/Alert/Alerts/Templates/Should_resolve_an_alert.yml +0 -207
- data/spec/vcr_cassettes/Alert/Alerts/Templates/setup.yml +0 -255
- data/spec/vcr_cassettes/Alert/Alerts/Templates/setup_cleanup.yml +0 -302
- data/spec/vcr_cassettes/Alert/EndToEnd/Templates/Should_create_and_fire_a_trigger.yml +0 -527
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_create_an_event.yml +0 -101
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_delete_an_event.yml +0 -148
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_list_events.yml +0 -91
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_list_events_using_criteria.yml +0 -60
- data/spec/vcr_cassettes/Alert/Events/Templates/Should_not_list_events_using_criteria.yml +0 -50
- data/spec/vcr_cassettes/Alert/Events/Templates/setup.yml +0 -615
- data/spec/vcr_cassettes/Alert/Events/Templates/setup_cleanup.yml +0 -567
- data/spec/vcr_cassettes/Alert/Groups/Templates/Should_operate_a_complex_group_trigger.yml +0 -1882
- data/spec/vcr_cassettes/Alert/Templates/Should_return_the_version.yml +0 -42
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_List_Triggers.yml +0 -55
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_List_Triggers_for_ID.yml +0 -56
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_List_Triggers_for_Tag.yml +0 -56
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_List_Triggers_for_Tags.yml +0 -56
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_bulk_load_triggers.yml +0 -243
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_create_a_basic_trigger_with_action.yml +0 -386
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_create_a_firing_ALL_ANY_trigger.yml +0 -483
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_create_an_action.yml +0 -146
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_get_a_single_Trigger_with_conditions.yml +0 -144
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_get_a_single_metric_Trigger.yml +0 -50
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_get_the_action_definitions.yml +0 -228
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_not_create_an_action_for_unknown_plugin.yml +0 -50
- data/spec/vcr_cassettes/Alert/Triggers/Templates/Should_not_create_an_action_for_unknown_properties.yml +0 -100
- data/spec/vcr_cassettes/Alert/Triggers/Templates/setup.yml +0 -52
- data/spec/vcr_cassettes/Alert/Triggers/Templates/setup_cleanup.yml +0 -285
- data/spec/vcr_cassettes/HawkularClient/Should_err_on_bad_credentials.yml +0 -42
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_both_create_and_delete_feed.yml +0 -317
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_both_list_WildFlys.yml +0 -103
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_both_list_types_with_bad_feed.yml +0 -103
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_list_same_types_when_param_is_given.yml +0 -325
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_list_the_same_feeds.yml +0 -117
- data/spec/vcr_cassettes/HawkularClient/and_Inventory_client/Should_list_the_same_resource_types.yml +0 -111
- data/spec/vcr_cassettes/HawkularClient/and_Metrics_client/Should_both_create_and_retrieve_tags_for_Availability.yml +0 -155
- data/spec/vcr_cassettes/HawkularClient/and_Metrics_client/Should_both_create_and_return_Availability_using_Hash_parameter.yml +0 -155
- data/spec/vcr_cassettes/HawkularClient/and_Metrics_client/Should_both_return_the_version.yml +0 -89
- data/spec/vcr_cassettes/HawkularClient/and_Metrics_client/Should_both_work_the_same_way_when_pushing_metric_data_to_non-existing_counter.yml +0 -114
- data/spec/vcr_cassettes/HawkularClient/and_Operations_client/Should_both_work_the_same_way.yml +0 -158
- data/spec/vcr_cassettes/HawkularClient/and_Operations_client/Should_work_initializing_with_URI.yml +0 -48
- data/spec/vcr_cassettes/HawkularClient/and_Operations_client_Should_both_work_the_same_way.json +0 -44
- data/spec/vcr_cassettes/HawkularClient/and_Operations_client_Should_work_initializing_with_URI.json +0 -9
- data/spec/vcr_cassettes/HawkularClient/and_URIs_as_input/Should_work_with_URI.yml +0 -169
- data/spec/vcr_cassettes/HawkularClient/and_URIs_as_input/Should_work_with_URI_on_metrics_client.yml +0 -42
- data/spec/vcr_cassettes/Inventory/NonSecure/Connection/Templates/Should_err_on_bad_credentials.yml +0 -44
- data/spec/vcr_cassettes/Inventory/NonSecure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +0 -101
- data/spec/vcr_cassettes/Inventory/NonSecure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +0 -101
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +0 -47
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +0 -207
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Helpers/create_url.yml +0 -52
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +0 -411
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Helpers/get_feeds.yml +0 -62
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +0 -133
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_feed.yml +0 -59
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_feed_again.yml +0 -181
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +0 -664
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_resource.yml +0 -360
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +0 -846
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +0 -169
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +0 -166
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +0 -420
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +0 -132
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_have_a_consistent_behaviour_when_creating_an_already_existing_resource.yml +0 -714
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +0 -73
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_URLs.yml +0 -90
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_WildFlys.yml +0 -70
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +0 -138
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +0 -59
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +0 -333
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +0 -180
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_feeds.yml +0 -62
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +0 -943
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +0 -361
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +0 -94
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +0 -294
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +0 -871
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +0 -740
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +0 -1117
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +0 -393
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +0 -84
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +0 -55
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_list_types_with_feed.yml +0 -166
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +0 -59
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +0 -66
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +0 -71
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_return_data_from_get_entity.yml +0 -230
- data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_return_the_version.yml +0 -50
- data/spec/vcr_cassettes/Inventory/Secure/Connection/Templates/Should_err_on_bad_credentials.yml +0 -44
- data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +0 -101
- data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +0 -101
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +0 -47
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +0 -207
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/create_url.yml +0 -52
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +0 -411
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/get_feeds.yml +0 -62
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +0 -133
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed.yml +0 -59
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed_again.yml +0 -181
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +0 -664
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource.yml +0 -360
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +0 -846
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +0 -169
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +0 -166
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +0 -420
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +0 -132
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +0 -73
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_URLs.yml +0 -90
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys.yml +0 -70
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +0 -138
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +0 -59
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +0 -333
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +0 -180
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_feeds.yml +0 -62
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +0 -943
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +0 -361
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +0 -90
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +0 -294
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +0 -871
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +0 -740
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +0 -1117
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +0 -393
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +0 -84
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +0 -55
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_feed.yml +0 -166
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +0 -59
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +0 -66
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +0 -71
- data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_the_version.yml +0 -50
- data/spec/vcr_cassettes/Inventory/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml +0 -114
- data/spec/vcr_cassettes/Inventory/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +0 -132
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +0 -51
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +0 -92
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +0 -50
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +0 -146
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +0 -146
- data/spec/vcr_cassettes/Metrics/NonSecure/ID_with_special_characters/Templates/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -120
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -200
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -200
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -237
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -120
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -237
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -120
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_return_periods.yml +0 -81
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -200
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -270
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -237
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Simple/Should_be_Cool.yml +0 -82
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Status/Should_return_the_version.yml +0 -42
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_8_0/Templates/Tenants/Should_create_and_return_tenant.yml +0 -83
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/All_Tags_for_metrics/Should_fetch_all_metric_tags_for_metrics_definitions.yml +0 -434
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/All_Tags_for_metrics/Should_fetch_all_metrics_with_some_tags.yml +0 -1251
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +0 -138
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -144
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -240
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Availability_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -240
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +0 -328
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -281
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -144
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Counter_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -281
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -144
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +0 -97
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -196
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +0 -197
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -240
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_rate_stats_for_mixed_metric.yml +0 -328
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +0 -363
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +0 -414
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -314
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -285
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/No_Tenant/Should_fail.yml +0 -89
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Simple/Should_be_Cool.yml +0 -48
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Status/Should_return_the_version.yml +0 -85
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/Should_create_string_definition_using_Hash.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/Should_create_string_definition_using_MetricDefinition.yml +0 -99
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/Should_push_metric_data_to_existing_string.yml +0 -281
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/Should_push_metric_data_to_non-existing_string.yml +0 -144
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/String_metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tags_Metrics/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -103
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/setup_client.yml +0 -44
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +0 -51
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +0 -92
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +0 -101
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +0 -50
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +0 -146
- data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +0 -146
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +0 -97
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -144
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -240
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -240
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +0 -328
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -281
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -144
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -99
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -281
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -144
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +0 -97
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -50
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +0 -51
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -240
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +0 -364
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +0 -373
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -314
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -285
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/No_Tenant/Should_fail.yml +0 -50
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Simple/Should_be_Cool.yml +0 -48
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Status/Should_return_the_version.yml +0 -44
- data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -99
- data/spec/vcr_cassettes/New_API_Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -230
- data/spec/vcr_cassettes/New_API_Mixed_metrics/Should_send_mixed_metric_request.yml +0 -300
- data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/agent_properties.yml +0 -124
- data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_feed.yml +0 -61
- data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_tenant.yml +0 -55
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_XA_datasource_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_deployment_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_non-XA_datasource_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -32
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/Update_collection_intervals_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/NonSecure/Operation/should_not_be_possible_to_perform_on_closed_client.json +0 -12
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_no_host.json +0 -3
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established.json +0 -9
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback.json +0 -18
- data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +0 -13
- data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_feed.yml +0 -61
- data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_tenant.yml +0 -55
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_datasource_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Add_deployment_should_be_doable.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -32
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -23
- data/spec/vcr_cassettes/Operation/Secure/Operation/should_not_be_possible_to_perform_on_closed_client.json +0 -12
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_no_host.json +0 -3
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established.json +0 -9
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback.json +0 -18
- data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +0 -13
- data/spec/vcr_cassettes/Tokens/Should_be_able_to_create_a_new_token_for_an_actual_user.yml +0 -57
- data/spec/vcr_cassettes/Tokens/Should_be_able_to_list_the_available_tokens.yml +0 -49
- data/spec/vcr_cassettes/Tokens/Should_get_a_401_when_attempting_to_create_a_token_with_a_wrong_password.yml +0 -56
- data/spec/vcr_cassettes/Tokens/Should_get_a_401_when_attempting_to_create_a_token_without_a_password.yml +0 -55
@@ -1,294 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r/rl;incorporates/type=m?sort=id
|
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
|
-
- localhost:8080
|
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
|
-
- Wed, 10 Aug 2016 22:35:37 GMT
|
39
|
-
X-Total-Count:
|
40
|
-
- '14'
|
41
|
-
Connection:
|
42
|
-
- keep-alive
|
43
|
-
Content-Type:
|
44
|
-
- application/json
|
45
|
-
Content-Length:
|
46
|
-
- '12298'
|
47
|
-
Link:
|
48
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r/rl;incorporates/type=m?sort=id>;
|
49
|
-
rel="current"
|
50
|
-
body:
|
51
|
-
encoding: UTF-8
|
52
|
-
string: |-
|
53
|
-
[ {
|
54
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;AI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~AT~Server%20Availability~Server%20Availability",
|
55
|
-
"properties" : {
|
56
|
-
"__identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd"
|
57
|
-
},
|
58
|
-
"name" : "Server Availability",
|
59
|
-
"identityHash" : "f0713880a388aeaadf783b7e6d148c8ccd9156dd",
|
60
|
-
"type" : {
|
61
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;Server%20Availability~Server%20Availability",
|
62
|
-
"name" : "Server Availability",
|
63
|
-
"identityHash" : "69beedc2b0c5cf2f3d0484b9c1aa9e4cdcf93",
|
64
|
-
"unit" : "NONE",
|
65
|
-
"type" : "AVAILABILITY",
|
66
|
-
"collectionInterval" : 30,
|
67
|
-
"id" : "Server Availability~Server Availability"
|
68
|
-
},
|
69
|
-
"id" : "AI~R~[<%= feed_uuid %>/Local~~]~AT~Server Availability~Server Availability"
|
70
|
-
}, {
|
71
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
|
72
|
-
"properties" : {
|
73
|
-
"__identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489"
|
74
|
-
},
|
75
|
-
"name" : "Aggregated Active Web Sessions",
|
76
|
-
"identityHash" : "95439aadce8c67aa7c7719941cc854e9189e489",
|
77
|
-
"type" : {
|
78
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Active%20Web%20Sessions",
|
79
|
-
"name" : "Aggregated Active Web Sessions",
|
80
|
-
"identityHash" : "a82dc495957628db4b96ca5c44213ce023c792b9",
|
81
|
-
"unit" : "NONE",
|
82
|
-
"type" : "GAUGE",
|
83
|
-
"collectionInterval" : 60,
|
84
|
-
"id" : "WildFly Aggregated Web Metrics~Aggregated Active Web Sessions"
|
85
|
-
},
|
86
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Aggregated Web Metrics~Aggregated Active Web Sessions"
|
87
|
-
}, {
|
88
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
|
89
|
-
"properties" : {
|
90
|
-
"__identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7"
|
91
|
-
},
|
92
|
-
"name" : "Aggregated Expired Web Sessions",
|
93
|
-
"identityHash" : "423cdc156e3bf8d1c0332c67eacb0eb1bc59a7",
|
94
|
-
"type" : {
|
95
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Expired%20Web%20Sessions",
|
96
|
-
"name" : "Aggregated Expired Web Sessions",
|
97
|
-
"identityHash" : "3c806e8b625362b37f972a3594448c4aa8b3",
|
98
|
-
"unit" : "NONE",
|
99
|
-
"type" : "COUNTER",
|
100
|
-
"collectionInterval" : 60,
|
101
|
-
"id" : "WildFly Aggregated Web Metrics~Aggregated Expired Web Sessions"
|
102
|
-
},
|
103
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Aggregated Web Metrics~Aggregated Expired Web Sessions"
|
104
|
-
}, {
|
105
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
|
106
|
-
"properties" : {
|
107
|
-
"__identityHash" : "32d038247a3284c1f76cb57d97a97ee592336"
|
108
|
-
},
|
109
|
-
"name" : "Aggregated Max Active Web Sessions",
|
110
|
-
"identityHash" : "32d038247a3284c1f76cb57d97a97ee592336",
|
111
|
-
"type" : {
|
112
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Max%20Active%20Web%20Sessions",
|
113
|
-
"name" : "Aggregated Max Active Web Sessions",
|
114
|
-
"identityHash" : "a677b62ab5ec7632a32af8b6ef08aef813fd1f",
|
115
|
-
"unit" : "NONE",
|
116
|
-
"type" : "GAUGE",
|
117
|
-
"collectionInterval" : 60,
|
118
|
-
"id" : "WildFly Aggregated Web Metrics~Aggregated Max Active Web Sessions"
|
119
|
-
},
|
120
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Aggregated Web Metrics~Aggregated Max Active Web Sessions"
|
121
|
-
}, {
|
122
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
|
123
|
-
"properties" : {
|
124
|
-
"__identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3"
|
125
|
-
},
|
126
|
-
"name" : "Aggregated Rejected Web Sessions",
|
127
|
-
"identityHash" : "3bd63567d3b3d37e247f9b1423e176ead3678bd3",
|
128
|
-
"type" : {
|
129
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Rejected%20Web%20Sessions",
|
130
|
-
"name" : "Aggregated Rejected Web Sessions",
|
131
|
-
"identityHash" : "6af37a7acb8c6eab4818313a281748152896534",
|
132
|
-
"unit" : "NONE",
|
133
|
-
"type" : "COUNTER",
|
134
|
-
"collectionInterval" : 60,
|
135
|
-
"id" : "WildFly Aggregated Web Metrics~Aggregated Rejected Web Sessions"
|
136
|
-
},
|
137
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Aggregated Web Metrics~Aggregated Rejected Web Sessions"
|
138
|
-
}, {
|
139
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
|
140
|
-
"properties" : {
|
141
|
-
"__identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44"
|
142
|
-
},
|
143
|
-
"name" : "Aggregated Servlet Request Count",
|
144
|
-
"identityHash" : "b1f92c96b6281a5ea2a4347c3628915908ca44",
|
145
|
-
"type" : {
|
146
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Count",
|
147
|
-
"name" : "Aggregated Servlet Request Count",
|
148
|
-
"identityHash" : "95556b3b6367d481ebfd12997646e08fef9291e0",
|
149
|
-
"unit" : "NONE",
|
150
|
-
"type" : "COUNTER",
|
151
|
-
"collectionInterval" : 60,
|
152
|
-
"id" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Count"
|
153
|
-
},
|
154
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Aggregated Web Metrics~Aggregated Servlet Request Count"
|
155
|
-
}, {
|
156
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
|
157
|
-
"properties" : {
|
158
|
-
"__identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735"
|
159
|
-
},
|
160
|
-
"name" : "Aggregated Servlet Request Time",
|
161
|
-
"identityHash" : "f369ecce5f8cc2171df612e406b1ed0fc467735",
|
162
|
-
"type" : {
|
163
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Aggregated%20Web%20Metrics~Aggregated%20Servlet%20Request%20Time",
|
164
|
-
"name" : "Aggregated Servlet Request Time",
|
165
|
-
"identityHash" : "f949025e0087974acae8cffab1598344932f6c",
|
166
|
-
"unit" : "NONE",
|
167
|
-
"type" : "COUNTER",
|
168
|
-
"collectionInterval" : 60,
|
169
|
-
"id" : "WildFly Aggregated Web Metrics~Aggregated Servlet Request Time"
|
170
|
-
},
|
171
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Aggregated Web Metrics~Aggregated Servlet Request Time"
|
172
|
-
}, {
|
173
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
|
174
|
-
"properties" : {
|
175
|
-
"__identityHash" : "826aea1c238abf54197b792b93533723c630"
|
176
|
-
},
|
177
|
-
"name" : "Accumulated GC Duration",
|
178
|
-
"identityHash" : "826aea1c238abf54197b792b93533723c630",
|
179
|
-
"type" : {
|
180
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Accumulated%20GC%20Duration",
|
181
|
-
"name" : "Accumulated GC Duration",
|
182
|
-
"identityHash" : "44916cf1eae6344af4cd0b2a562c5328562c3",
|
183
|
-
"unit" : "MILLISECONDS",
|
184
|
-
"type" : "COUNTER",
|
185
|
-
"collectionInterval" : 60,
|
186
|
-
"id" : "WildFly Memory Metrics~Accumulated GC Duration"
|
187
|
-
},
|
188
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Memory Metrics~Accumulated GC Duration"
|
189
|
-
}, {
|
190
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Committed",
|
191
|
-
"properties" : {
|
192
|
-
"__identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097"
|
193
|
-
},
|
194
|
-
"name" : "Heap Committed",
|
195
|
-
"identityHash" : "f5e57b3cdd59f66948ce3f182185a82310097",
|
196
|
-
"type" : {
|
197
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Committed",
|
198
|
-
"name" : "Heap Committed",
|
199
|
-
"identityHash" : "405253f87a6e98aabe2d7a4a524f5796d9d97e",
|
200
|
-
"unit" : "BYTES",
|
201
|
-
"type" : "GAUGE",
|
202
|
-
"collectionInterval" : 60,
|
203
|
-
"id" : "WildFly Memory Metrics~Heap Committed"
|
204
|
-
},
|
205
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Memory Metrics~Heap Committed"
|
206
|
-
}, {
|
207
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Max",
|
208
|
-
"properties" : {
|
209
|
-
"__identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54"
|
210
|
-
},
|
211
|
-
"name" : "Heap Max",
|
212
|
-
"identityHash" : "31cc3a53cb998bc74f8de554f4587c626e8b54",
|
213
|
-
"type" : {
|
214
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Max",
|
215
|
-
"name" : "Heap Max",
|
216
|
-
"identityHash" : "a84cf574232510897e26b98fd9ea5702a95dfc7",
|
217
|
-
"unit" : "BYTES",
|
218
|
-
"type" : "GAUGE",
|
219
|
-
"collectionInterval" : 60,
|
220
|
-
"id" : "WildFly Memory Metrics~Heap Max"
|
221
|
-
},
|
222
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Memory Metrics~Heap Max"
|
223
|
-
}, {
|
224
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~Heap%20Used",
|
225
|
-
"properties" : {
|
226
|
-
"__identityHash" : "7815415336a111ce2fd980322d6c2bc36554364"
|
227
|
-
},
|
228
|
-
"name" : "Heap Used",
|
229
|
-
"identityHash" : "7815415336a111ce2fd980322d6c2bc36554364",
|
230
|
-
"type" : {
|
231
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~Heap%20Used",
|
232
|
-
"name" : "Heap Used",
|
233
|
-
"identityHash" : "3be5b5fdabed925ac46fdc6d8295e34bbd3147a",
|
234
|
-
"unit" : "BYTES",
|
235
|
-
"type" : "GAUGE",
|
236
|
-
"collectionInterval" : 30,
|
237
|
-
"id" : "WildFly Memory Metrics~Heap Used"
|
238
|
-
},
|
239
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Memory Metrics~Heap Used"
|
240
|
-
}, {
|
241
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Committed",
|
242
|
-
"properties" : {
|
243
|
-
"__identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f"
|
244
|
-
},
|
245
|
-
"name" : "NonHeap Committed",
|
246
|
-
"identityHash" : "c73dd5b1f8582a65f717ec6710a13c9fe8d37f",
|
247
|
-
"type" : {
|
248
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Committed",
|
249
|
-
"name" : "NonHeap Committed",
|
250
|
-
"identityHash" : "55d9f8e5b0a3b5d0af3fd3bac67b08b186c68b5",
|
251
|
-
"unit" : "BYTES",
|
252
|
-
"type" : "GAUGE",
|
253
|
-
"collectionInterval" : 60,
|
254
|
-
"id" : "WildFly Memory Metrics~NonHeap Committed"
|
255
|
-
},
|
256
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Memory Metrics~NonHeap Committed"
|
257
|
-
}, {
|
258
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Memory%20Metrics~NonHeap%20Used",
|
259
|
-
"properties" : {
|
260
|
-
"__identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5"
|
261
|
-
},
|
262
|
-
"name" : "NonHeap Used",
|
263
|
-
"identityHash" : "2d9d3b57f70a4b93ede7022f4f78a81da946f5",
|
264
|
-
"type" : {
|
265
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Memory%20Metrics~NonHeap%20Used",
|
266
|
-
"name" : "NonHeap Used",
|
267
|
-
"identityHash" : "c785eddfb0f0baa1e832fc38485d686e2297497",
|
268
|
-
"unit" : "BYTES",
|
269
|
-
"type" : "GAUGE",
|
270
|
-
"collectionInterval" : 30,
|
271
|
-
"id" : "WildFly Memory Metrics~NonHeap Used"
|
272
|
-
},
|
273
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Memory Metrics~NonHeap Used"
|
274
|
-
}, {
|
275
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/m;MI~R~%5B<%= feed_uuid %>%2FLocal~~%5D~MT~WildFly%20Threading%20Metrics~Thread%20Count",
|
276
|
-
"properties" : {
|
277
|
-
"__identityHash" : "573e174278ee95156e74efe36864444525831"
|
278
|
-
},
|
279
|
-
"name" : "Thread Count",
|
280
|
-
"identityHash" : "573e174278ee95156e74efe36864444525831",
|
281
|
-
"type" : {
|
282
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/mt;WildFly%20Threading%20Metrics~Thread%20Count",
|
283
|
-
"name" : "Thread Count",
|
284
|
-
"identityHash" : "1e41cf1c2b3c07e23983a3789c91bdc6f1cc88",
|
285
|
-
"unit" : "NONE",
|
286
|
-
"type" : "GAUGE",
|
287
|
-
"collectionInterval" : 120,
|
288
|
-
"id" : "WildFly Threading Metrics~Thread Count"
|
289
|
-
},
|
290
|
-
"id" : "MI~R~[<%= feed_uuid %>/Local~~]~MT~WildFly Threading Metrics~Thread Count"
|
291
|
-
} ]
|
292
|
-
http_version:
|
293
|
-
recorded_at: Wed, 10 Aug 2016 22:35:37 GMT
|
294
|
-
recorded_with: VCR 3.0.3
|
@@ -1,871 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r
|
6
|
-
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
|
-
- localhost:8080
|
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:41 GMT
|
39
|
-
X-Total-Count:
|
40
|
-
- '1'
|
41
|
-
Connection:
|
42
|
-
- keep-alive
|
43
|
-
Content-Type:
|
44
|
-
- application/json
|
45
|
-
Content-Length:
|
46
|
-
- '665'
|
47
|
-
Link:
|
48
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r>;
|
49
|
-
rel="current"
|
50
|
-
body:
|
51
|
-
encoding: UTF-8
|
52
|
-
string: |-
|
53
|
-
[ {
|
54
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
55
|
-
"name" : "WildFly Server [Local]",
|
56
|
-
"identityHash" : "3dea1e437737a93e607d69b7a6e3db517231a",
|
57
|
-
"contentHash" : "279ff07c7f8bb9a36853a063514dd723667afc",
|
58
|
-
"syncHash" : "3e84c1c5b54c0d38016a8a93c2edd872ad5f5",
|
59
|
-
"type" : {
|
60
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
|
61
|
-
"name" : "WildFly Server",
|
62
|
-
"identityHash" : "ab7029efaddc2c15983a8e8a28576b5d6f24c7",
|
63
|
-
"contentHash" : "96dfab5fa91ff8fea2be793138eb9f9d84399bc",
|
64
|
-
"syncHash" : "eaff3fc55473c319fc4135147084ae425eb2ed6b",
|
65
|
-
"id" : "WildFly Server"
|
66
|
-
},
|
67
|
-
"id" : "Local~~"
|
68
|
-
} ]
|
69
|
-
http_version:
|
70
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
71
|
-
- request:
|
72
|
-
method: get
|
73
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;<%= feed_uuid %>/r;Local~~
|
74
|
-
body:
|
75
|
-
encoding: US-ASCII
|
76
|
-
string: ''
|
77
|
-
headers:
|
78
|
-
Accept:
|
79
|
-
- application/json
|
80
|
-
Accept-Encoding:
|
81
|
-
- identity
|
82
|
-
User-Agent:
|
83
|
-
- hawkular-client-ruby
|
84
|
-
Hawkular-Tenant:
|
85
|
-
- hawkular
|
86
|
-
Content-Type:
|
87
|
-
- application/json
|
88
|
-
Host:
|
89
|
-
- localhost:8080
|
90
|
-
response:
|
91
|
-
status:
|
92
|
-
code: 200
|
93
|
-
message: OK
|
94
|
-
headers:
|
95
|
-
Expires:
|
96
|
-
- '0'
|
97
|
-
Cache-Control:
|
98
|
-
- no-cache, no-store, must-revalidate
|
99
|
-
X-Powered-By:
|
100
|
-
- Undertow/1
|
101
|
-
Server:
|
102
|
-
- WildFly/10
|
103
|
-
Pragma:
|
104
|
-
- no-cache
|
105
|
-
Date:
|
106
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
107
|
-
Connection:
|
108
|
-
- keep-alive
|
109
|
-
Content-Type:
|
110
|
-
- application/json
|
111
|
-
Content-Length:
|
112
|
-
- '661'
|
113
|
-
body:
|
114
|
-
encoding: UTF-8
|
115
|
-
string: |-
|
116
|
-
{
|
117
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
|
118
|
-
"name" : "WildFly Server [Local]",
|
119
|
-
"identityHash" : "3dea1e437737a93e607d69b7a6e3db517231a",
|
120
|
-
"contentHash" : "279ff07c7f8bb9a36853a063514dd723667afc",
|
121
|
-
"syncHash" : "3e84c1c5b54c0d38016a8a93c2edd872ad5f5",
|
122
|
-
"type" : {
|
123
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
|
124
|
-
"name" : "WildFly Server",
|
125
|
-
"identityHash" : "ab7029efaddc2c15983a8e8a28576b5d6f24c7",
|
126
|
-
"contentHash" : "96dfab5fa91ff8fea2be793138eb9f9d84399bc",
|
127
|
-
"syncHash" : "eaff3fc55473c319fc4135147084ae425eb2ed6b",
|
128
|
-
"id" : "WildFly Server"
|
129
|
-
},
|
130
|
-
"id" : "Local~~"
|
131
|
-
}
|
132
|
-
http_version:
|
133
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
134
|
-
- request:
|
135
|
-
method: get
|
136
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/type=ot
|
137
|
-
body:
|
138
|
-
encoding: US-ASCII
|
139
|
-
string: ''
|
140
|
-
headers:
|
141
|
-
Accept:
|
142
|
-
- application/json
|
143
|
-
Accept-Encoding:
|
144
|
-
- identity
|
145
|
-
User-Agent:
|
146
|
-
- hawkular-client-ruby
|
147
|
-
Hawkular-Tenant:
|
148
|
-
- hawkular
|
149
|
-
Content-Type:
|
150
|
-
- application/json
|
151
|
-
Host:
|
152
|
-
- localhost:8080
|
153
|
-
response:
|
154
|
-
status:
|
155
|
-
code: 200
|
156
|
-
message: OK
|
157
|
-
headers:
|
158
|
-
Expires:
|
159
|
-
- '0'
|
160
|
-
Cache-Control:
|
161
|
-
- no-cache, no-store, must-revalidate
|
162
|
-
X-Powered-By:
|
163
|
-
- Undertow/1
|
164
|
-
Server:
|
165
|
-
- WildFly/10
|
166
|
-
Pragma:
|
167
|
-
- no-cache
|
168
|
-
Date:
|
169
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
170
|
-
X-Total-Count:
|
171
|
-
- '10'
|
172
|
-
Connection:
|
173
|
-
- keep-alive
|
174
|
-
Content-Type:
|
175
|
-
- application/json
|
176
|
-
Content-Length:
|
177
|
-
- '4365'
|
178
|
-
Link:
|
179
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/type=ot>;
|
180
|
-
rel="current"
|
181
|
-
body:
|
182
|
-
encoding: UTF-8
|
183
|
-
string: |-
|
184
|
-
[ {
|
185
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment",
|
186
|
-
"name" : "Enable Deployment",
|
187
|
-
"identityHash" : "951f84398217ffddf766f0b48855217b7855d933",
|
188
|
-
"contentHash" : "d768f4a8b677f94969bcb0298972a3bea35c129e",
|
189
|
-
"syncHash" : "e1d1e39499efa9ec106e1935faaa6e851ccff210",
|
190
|
-
"id" : "Enable Deployment"
|
191
|
-
}, {
|
192
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment",
|
193
|
-
"name" : "Disable Deployment",
|
194
|
-
"identityHash" : "a8b8abfd5fb36dfc7448de959fc4776038144415",
|
195
|
-
"contentHash" : "b0bc4bc91049f169d1d1e83a60686f32f13bf9",
|
196
|
-
"syncHash" : "67ea89fb1af5c72b50976320f4ce47f3d7dfc7c3",
|
197
|
-
"id" : "Disable Deployment"
|
198
|
-
}, {
|
199
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown",
|
200
|
-
"properties" : {
|
201
|
-
"params" : [ {
|
202
|
-
"name" : "timeout",
|
203
|
-
"type" : "int",
|
204
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
205
|
-
"defaultValue" : "0",
|
206
|
-
"required" : false
|
207
|
-
}, {
|
208
|
-
"name" : "restart",
|
209
|
-
"type" : "bool",
|
210
|
-
"description" : "Should the server be restarted after shutdown?",
|
211
|
-
"defaultValue" : "false",
|
212
|
-
"required" : false
|
213
|
-
} ]
|
214
|
-
},
|
215
|
-
"name" : "Shutdown",
|
216
|
-
"identityHash" : "6e415243a4b3296c6a84997e73847e43ce2e86",
|
217
|
-
"contentHash" : "d89361a11db6c33e5a2b44ccdf51f9f5ae90",
|
218
|
-
"syncHash" : "f55796baba9e6d9b149956656a6f1b5a8a10ef19",
|
219
|
-
"id" : "Shutdown"
|
220
|
-
}, {
|
221
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment",
|
222
|
-
"name" : "Restart Deployment",
|
223
|
-
"identityHash" : "9e9d46aeb0c98efec38b6f04fbbd7d47ee1e2ad",
|
224
|
-
"contentHash" : "2ba8792aa52468e9202693d14a5344d99c748",
|
225
|
-
"syncHash" : "67aa3d23392281c73999cb2513c9b5119dd1e86",
|
226
|
-
"id" : "Restart Deployment"
|
227
|
-
}, {
|
228
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload",
|
229
|
-
"properties" : {
|
230
|
-
"params" : [ {
|
231
|
-
"name" : "admin-only",
|
232
|
-
"type" : "bool",
|
233
|
-
"description" : "Whether the server should start in running mode ADMIN_ONLY when it restarts",
|
234
|
-
"defaultValue" : "false",
|
235
|
-
"required" : false
|
236
|
-
}, {
|
237
|
-
"name" : "use-current-server-config",
|
238
|
-
"type" : "bool",
|
239
|
-
"defaultValue" : "false",
|
240
|
-
"required" : false
|
241
|
-
} ]
|
242
|
-
},
|
243
|
-
"name" : "Reload",
|
244
|
-
"identityHash" : "86311b6b4340542cf30568188ccf4236867a51",
|
245
|
-
"contentHash" : "b6251463d5d15b2e78243e57d5c67a8bd45f7fb",
|
246
|
-
"syncHash" : "ab6a41da45b25e366fb48b6b98caee882b941edf",
|
247
|
-
"id" : "Reload"
|
248
|
-
}, {
|
249
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy",
|
250
|
-
"name" : "Deploy",
|
251
|
-
"identityHash" : "c6252032c0e198b69179c06fdaa95e511836f2f",
|
252
|
-
"contentHash" : "fb4192a0d1e98db49f6315e471f852385eb84ca8",
|
253
|
-
"syncHash" : "18a2d3719245a6ca7278ace46b3c2e8479929f4",
|
254
|
-
"id" : "Deploy"
|
255
|
-
}, {
|
256
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume",
|
257
|
-
"name" : "Resume",
|
258
|
-
"identityHash" : "b5103168d783b0bb67bf88f30c1fad462b635e",
|
259
|
-
"contentHash" : "b3bdb5a70497bec4a2b7eb1cb0d4f37eb71a2a",
|
260
|
-
"syncHash" : "17177798f5262241ff882e6da757caee123c5b4",
|
261
|
-
"id" : "Resume"
|
262
|
-
}, {
|
263
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy",
|
264
|
-
"name" : "Undeploy",
|
265
|
-
"identityHash" : "dff1f5b0a0cc8840825994c38becf0829098f963",
|
266
|
-
"contentHash" : "48c1e5d08da1e1b3b11598e2294b3e1a6133f5d",
|
267
|
-
"syncHash" : "63cb216eacffc445db5c9c2eb513c23cb337f168",
|
268
|
-
"id" : "Undeploy"
|
269
|
-
}, {
|
270
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend",
|
271
|
-
"properties" : {
|
272
|
-
"params" : [ {
|
273
|
-
"name" : "timeout",
|
274
|
-
"type" : "int",
|
275
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
276
|
-
"defaultValue" : "0",
|
277
|
-
"required" : false
|
278
|
-
} ]
|
279
|
-
},
|
280
|
-
"name" : "Suspend",
|
281
|
-
"identityHash" : "6ae76b4fe54b4aba5764e596d93f4b31508b7713",
|
282
|
-
"contentHash" : "6883148a24550cb7b5a5e44830132feb6a8fd9",
|
283
|
-
"syncHash" : "2964451c903d8532e02f37f4f15b58a65cb2468",
|
284
|
-
"id" : "Suspend"
|
285
|
-
}, {
|
286
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR",
|
287
|
-
"name" : "JDR",
|
288
|
-
"identityHash" : "417bead4a2974c52ae9884323ecd2840879e1195",
|
289
|
-
"contentHash" : "f13f4669a34d44603bd3826345b2d052363c8ea1",
|
290
|
-
"syncHash" : "ef12f67f4a6cce3f23c958fc1f6f1ea8cada",
|
291
|
-
"id" : "JDR"
|
292
|
-
} ]
|
293
|
-
http_version:
|
294
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
295
|
-
- request:
|
296
|
-
method: get
|
297
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes
|
298
|
-
body:
|
299
|
-
encoding: US-ASCII
|
300
|
-
string: ''
|
301
|
-
headers:
|
302
|
-
Accept:
|
303
|
-
- application/json
|
304
|
-
Accept-Encoding:
|
305
|
-
- identity
|
306
|
-
User-Agent:
|
307
|
-
- hawkular-client-ruby
|
308
|
-
Hawkular-Tenant:
|
309
|
-
- hawkular
|
310
|
-
Content-Type:
|
311
|
-
- application/json
|
312
|
-
Host:
|
313
|
-
- localhost:8080
|
314
|
-
response:
|
315
|
-
status:
|
316
|
-
code: 200
|
317
|
-
message: OK
|
318
|
-
headers:
|
319
|
-
Expires:
|
320
|
-
- '0'
|
321
|
-
Cache-Control:
|
322
|
-
- no-cache, no-store, must-revalidate
|
323
|
-
X-Powered-By:
|
324
|
-
- Undertow/1
|
325
|
-
Server:
|
326
|
-
- WildFly/10
|
327
|
-
Pragma:
|
328
|
-
- no-cache
|
329
|
-
Date:
|
330
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
331
|
-
X-Total-Count:
|
332
|
-
- "-1"
|
333
|
-
Connection:
|
334
|
-
- keep-alive
|
335
|
-
Content-Type:
|
336
|
-
- application/json
|
337
|
-
Content-Length:
|
338
|
-
- '3'
|
339
|
-
Link:
|
340
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes>;
|
341
|
-
rel="current"
|
342
|
-
body:
|
343
|
-
encoding: UTF-8
|
344
|
-
string: "[ ]"
|
345
|
-
http_version:
|
346
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
347
|
-
- request:
|
348
|
-
method: get
|
349
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes
|
350
|
-
body:
|
351
|
-
encoding: US-ASCII
|
352
|
-
string: ''
|
353
|
-
headers:
|
354
|
-
Accept:
|
355
|
-
- application/json
|
356
|
-
Accept-Encoding:
|
357
|
-
- identity
|
358
|
-
User-Agent:
|
359
|
-
- hawkular-client-ruby
|
360
|
-
Hawkular-Tenant:
|
361
|
-
- hawkular
|
362
|
-
Content-Type:
|
363
|
-
- application/json
|
364
|
-
Host:
|
365
|
-
- localhost:8080
|
366
|
-
response:
|
367
|
-
status:
|
368
|
-
code: 200
|
369
|
-
message: OK
|
370
|
-
headers:
|
371
|
-
Expires:
|
372
|
-
- '0'
|
373
|
-
Cache-Control:
|
374
|
-
- no-cache, no-store, must-revalidate
|
375
|
-
X-Powered-By:
|
376
|
-
- Undertow/1
|
377
|
-
Server:
|
378
|
-
- WildFly/10
|
379
|
-
Pragma:
|
380
|
-
- no-cache
|
381
|
-
Date:
|
382
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
383
|
-
X-Total-Count:
|
384
|
-
- "-1"
|
385
|
-
Connection:
|
386
|
-
- keep-alive
|
387
|
-
Content-Type:
|
388
|
-
- application/json
|
389
|
-
Content-Length:
|
390
|
-
- '3'
|
391
|
-
Link:
|
392
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes>;
|
393
|
-
rel="current"
|
394
|
-
body:
|
395
|
-
encoding: UTF-8
|
396
|
-
string: "[ ]"
|
397
|
-
http_version:
|
398
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
399
|
-
- request:
|
400
|
-
method: get
|
401
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes
|
402
|
-
body:
|
403
|
-
encoding: US-ASCII
|
404
|
-
string: ''
|
405
|
-
headers:
|
406
|
-
Accept:
|
407
|
-
- application/json
|
408
|
-
Accept-Encoding:
|
409
|
-
- identity
|
410
|
-
User-Agent:
|
411
|
-
- hawkular-client-ruby
|
412
|
-
Hawkular-Tenant:
|
413
|
-
- hawkular
|
414
|
-
Content-Type:
|
415
|
-
- application/json
|
416
|
-
Host:
|
417
|
-
- localhost:8080
|
418
|
-
response:
|
419
|
-
status:
|
420
|
-
code: 200
|
421
|
-
message: OK
|
422
|
-
headers:
|
423
|
-
Expires:
|
424
|
-
- '0'
|
425
|
-
Cache-Control:
|
426
|
-
- no-cache, no-store, must-revalidate
|
427
|
-
X-Powered-By:
|
428
|
-
- Undertow/1
|
429
|
-
Server:
|
430
|
-
- WildFly/10
|
431
|
-
Pragma:
|
432
|
-
- no-cache
|
433
|
-
Date:
|
434
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
435
|
-
X-Total-Count:
|
436
|
-
- '1'
|
437
|
-
Connection:
|
438
|
-
- keep-alive
|
439
|
-
Content-Type:
|
440
|
-
- application/json
|
441
|
-
Content-Length:
|
442
|
-
- '705'
|
443
|
-
Link:
|
444
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes>;
|
445
|
-
rel="current"
|
446
|
-
body:
|
447
|
-
encoding: UTF-8
|
448
|
-
string: |-
|
449
|
-
[ {
|
450
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes",
|
451
|
-
"name" : "parameterTypes",
|
452
|
-
"identityHash" : "1ad5d5963d6978975e958de5abcb49f778695f",
|
453
|
-
"contentHash" : "5ff8951bc6a6ab6483f69ec0ab139d5a76e22c",
|
454
|
-
"syncHash" : "27163827304a2c50e31b9ce2ee74e5e32f396d58",
|
455
|
-
"value" : {
|
456
|
-
"timeout" : {
|
457
|
-
"type" : "int",
|
458
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
459
|
-
"defaultValue" : "0",
|
460
|
-
"required" : false
|
461
|
-
},
|
462
|
-
"restart" : {
|
463
|
-
"type" : "bool",
|
464
|
-
"description" : "Should the server be restarted after shutdown?",
|
465
|
-
"defaultValue" : "false",
|
466
|
-
"required" : false
|
467
|
-
}
|
468
|
-
}
|
469
|
-
} ]
|
470
|
-
http_version:
|
471
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
472
|
-
- request:
|
473
|
-
method: get
|
474
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes
|
475
|
-
body:
|
476
|
-
encoding: US-ASCII
|
477
|
-
string: ''
|
478
|
-
headers:
|
479
|
-
Accept:
|
480
|
-
- application/json
|
481
|
-
Accept-Encoding:
|
482
|
-
- identity
|
483
|
-
User-Agent:
|
484
|
-
- hawkular-client-ruby
|
485
|
-
Hawkular-Tenant:
|
486
|
-
- hawkular
|
487
|
-
Content-Type:
|
488
|
-
- application/json
|
489
|
-
Host:
|
490
|
-
- localhost:8080
|
491
|
-
response:
|
492
|
-
status:
|
493
|
-
code: 200
|
494
|
-
message: OK
|
495
|
-
headers:
|
496
|
-
Expires:
|
497
|
-
- '0'
|
498
|
-
Cache-Control:
|
499
|
-
- no-cache, no-store, must-revalidate
|
500
|
-
X-Powered-By:
|
501
|
-
- Undertow/1
|
502
|
-
Server:
|
503
|
-
- WildFly/10
|
504
|
-
Pragma:
|
505
|
-
- no-cache
|
506
|
-
Date:
|
507
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
508
|
-
X-Total-Count:
|
509
|
-
- "-1"
|
510
|
-
Connection:
|
511
|
-
- keep-alive
|
512
|
-
Content-Type:
|
513
|
-
- application/json
|
514
|
-
Content-Length:
|
515
|
-
- '3'
|
516
|
-
Link:
|
517
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes>;
|
518
|
-
rel="current"
|
519
|
-
body:
|
520
|
-
encoding: UTF-8
|
521
|
-
string: "[ ]"
|
522
|
-
http_version:
|
523
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
524
|
-
- request:
|
525
|
-
method: get
|
526
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes
|
527
|
-
body:
|
528
|
-
encoding: US-ASCII
|
529
|
-
string: ''
|
530
|
-
headers:
|
531
|
-
Accept:
|
532
|
-
- application/json
|
533
|
-
Accept-Encoding:
|
534
|
-
- identity
|
535
|
-
User-Agent:
|
536
|
-
- hawkular-client-ruby
|
537
|
-
Hawkular-Tenant:
|
538
|
-
- hawkular
|
539
|
-
Content-Type:
|
540
|
-
- application/json
|
541
|
-
Host:
|
542
|
-
- localhost:8080
|
543
|
-
response:
|
544
|
-
status:
|
545
|
-
code: 200
|
546
|
-
message: OK
|
547
|
-
headers:
|
548
|
-
Expires:
|
549
|
-
- '0'
|
550
|
-
Cache-Control:
|
551
|
-
- no-cache, no-store, must-revalidate
|
552
|
-
X-Powered-By:
|
553
|
-
- Undertow/1
|
554
|
-
Server:
|
555
|
-
- WildFly/10
|
556
|
-
Pragma:
|
557
|
-
- no-cache
|
558
|
-
Date:
|
559
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
560
|
-
X-Total-Count:
|
561
|
-
- '1'
|
562
|
-
Connection:
|
563
|
-
- keep-alive
|
564
|
-
Content-Type:
|
565
|
-
- application/json
|
566
|
-
Content-Length:
|
567
|
-
- '676'
|
568
|
-
Link:
|
569
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes>;
|
570
|
-
rel="current"
|
571
|
-
body:
|
572
|
-
encoding: UTF-8
|
573
|
-
string: |-
|
574
|
-
[ {
|
575
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes",
|
576
|
-
"name" : "parameterTypes",
|
577
|
-
"identityHash" : "afda80734e6ac55e5de882f9fef973ed10ff96",
|
578
|
-
"contentHash" : "e5d6257a995e566cff7cb8c36fab163243e145",
|
579
|
-
"syncHash" : "c3d49769d815470209070cc3c7a1a2f4843f2c0",
|
580
|
-
"value" : {
|
581
|
-
"admin-only" : {
|
582
|
-
"type" : "bool",
|
583
|
-
"description" : "Whether the server should start in running mode ADMIN_ONLY when it restarts",
|
584
|
-
"defaultValue" : "false",
|
585
|
-
"required" : false
|
586
|
-
},
|
587
|
-
"use-current-server-config" : {
|
588
|
-
"type" : "bool",
|
589
|
-
"defaultValue" : "false",
|
590
|
-
"required" : false
|
591
|
-
}
|
592
|
-
}
|
593
|
-
} ]
|
594
|
-
http_version:
|
595
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
596
|
-
- request:
|
597
|
-
method: get
|
598
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy/d;parameterTypes
|
599
|
-
body:
|
600
|
-
encoding: US-ASCII
|
601
|
-
string: ''
|
602
|
-
headers:
|
603
|
-
Accept:
|
604
|
-
- application/json
|
605
|
-
Accept-Encoding:
|
606
|
-
- identity
|
607
|
-
User-Agent:
|
608
|
-
- hawkular-client-ruby
|
609
|
-
Hawkular-Tenant:
|
610
|
-
- hawkular
|
611
|
-
Content-Type:
|
612
|
-
- application/json
|
613
|
-
Host:
|
614
|
-
- localhost:8080
|
615
|
-
response:
|
616
|
-
status:
|
617
|
-
code: 200
|
618
|
-
message: OK
|
619
|
-
headers:
|
620
|
-
Expires:
|
621
|
-
- '0'
|
622
|
-
Cache-Control:
|
623
|
-
- no-cache, no-store, must-revalidate
|
624
|
-
X-Powered-By:
|
625
|
-
- Undertow/1
|
626
|
-
Server:
|
627
|
-
- WildFly/10
|
628
|
-
Pragma:
|
629
|
-
- no-cache
|
630
|
-
Date:
|
631
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
632
|
-
X-Total-Count:
|
633
|
-
- "-1"
|
634
|
-
Connection:
|
635
|
-
- keep-alive
|
636
|
-
Content-Type:
|
637
|
-
- application/json
|
638
|
-
Content-Length:
|
639
|
-
- '3'
|
640
|
-
Link:
|
641
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy/d;parameterTypes>;
|
642
|
-
rel="current"
|
643
|
-
body:
|
644
|
-
encoding: UTF-8
|
645
|
-
string: "[ ]"
|
646
|
-
http_version:
|
647
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
648
|
-
- request:
|
649
|
-
method: get
|
650
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes
|
651
|
-
body:
|
652
|
-
encoding: US-ASCII
|
653
|
-
string: ''
|
654
|
-
headers:
|
655
|
-
Accept:
|
656
|
-
- application/json
|
657
|
-
Accept-Encoding:
|
658
|
-
- identity
|
659
|
-
User-Agent:
|
660
|
-
- hawkular-client-ruby
|
661
|
-
Hawkular-Tenant:
|
662
|
-
- hawkular
|
663
|
-
Content-Type:
|
664
|
-
- application/json
|
665
|
-
Host:
|
666
|
-
- localhost:8080
|
667
|
-
response:
|
668
|
-
status:
|
669
|
-
code: 200
|
670
|
-
message: OK
|
671
|
-
headers:
|
672
|
-
Expires:
|
673
|
-
- '0'
|
674
|
-
Cache-Control:
|
675
|
-
- no-cache, no-store, must-revalidate
|
676
|
-
X-Powered-By:
|
677
|
-
- Undertow/1
|
678
|
-
Server:
|
679
|
-
- WildFly/10
|
680
|
-
Pragma:
|
681
|
-
- no-cache
|
682
|
-
Date:
|
683
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
684
|
-
X-Total-Count:
|
685
|
-
- "-1"
|
686
|
-
Connection:
|
687
|
-
- keep-alive
|
688
|
-
Content-Type:
|
689
|
-
- application/json
|
690
|
-
Content-Length:
|
691
|
-
- '3'
|
692
|
-
Link:
|
693
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes>;
|
694
|
-
rel="current"
|
695
|
-
body:
|
696
|
-
encoding: UTF-8
|
697
|
-
string: "[ ]"
|
698
|
-
http_version:
|
699
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
700
|
-
- request:
|
701
|
-
method: get
|
702
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes
|
703
|
-
body:
|
704
|
-
encoding: US-ASCII
|
705
|
-
string: ''
|
706
|
-
headers:
|
707
|
-
Accept:
|
708
|
-
- application/json
|
709
|
-
Accept-Encoding:
|
710
|
-
- identity
|
711
|
-
User-Agent:
|
712
|
-
- hawkular-client-ruby
|
713
|
-
Hawkular-Tenant:
|
714
|
-
- hawkular
|
715
|
-
Content-Type:
|
716
|
-
- application/json
|
717
|
-
Host:
|
718
|
-
- localhost:8080
|
719
|
-
response:
|
720
|
-
status:
|
721
|
-
code: 200
|
722
|
-
message: OK
|
723
|
-
headers:
|
724
|
-
Expires:
|
725
|
-
- '0'
|
726
|
-
Cache-Control:
|
727
|
-
- no-cache, no-store, must-revalidate
|
728
|
-
X-Powered-By:
|
729
|
-
- Undertow/1
|
730
|
-
Server:
|
731
|
-
- WildFly/10
|
732
|
-
Pragma:
|
733
|
-
- no-cache
|
734
|
-
Date:
|
735
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
736
|
-
X-Total-Count:
|
737
|
-
- "-1"
|
738
|
-
Connection:
|
739
|
-
- keep-alive
|
740
|
-
Content-Type:
|
741
|
-
- application/json
|
742
|
-
Content-Length:
|
743
|
-
- '3'
|
744
|
-
Link:
|
745
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes>;
|
746
|
-
rel="current"
|
747
|
-
body:
|
748
|
-
encoding: UTF-8
|
749
|
-
string: "[ ]"
|
750
|
-
http_version:
|
751
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
752
|
-
- request:
|
753
|
-
method: get
|
754
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes
|
755
|
-
body:
|
756
|
-
encoding: US-ASCII
|
757
|
-
string: ''
|
758
|
-
headers:
|
759
|
-
Accept:
|
760
|
-
- application/json
|
761
|
-
Accept-Encoding:
|
762
|
-
- identity
|
763
|
-
User-Agent:
|
764
|
-
- hawkular-client-ruby
|
765
|
-
Hawkular-Tenant:
|
766
|
-
- hawkular
|
767
|
-
Content-Type:
|
768
|
-
- application/json
|
769
|
-
Host:
|
770
|
-
- localhost:8080
|
771
|
-
response:
|
772
|
-
status:
|
773
|
-
code: 200
|
774
|
-
message: OK
|
775
|
-
headers:
|
776
|
-
Expires:
|
777
|
-
- '0'
|
778
|
-
Cache-Control:
|
779
|
-
- no-cache, no-store, must-revalidate
|
780
|
-
X-Powered-By:
|
781
|
-
- Undertow/1
|
782
|
-
Server:
|
783
|
-
- WildFly/10
|
784
|
-
Pragma:
|
785
|
-
- no-cache
|
786
|
-
Date:
|
787
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
788
|
-
X-Total-Count:
|
789
|
-
- '1'
|
790
|
-
Connection:
|
791
|
-
- keep-alive
|
792
|
-
Content-Type:
|
793
|
-
- application/json
|
794
|
-
Content-Length:
|
795
|
-
- '527'
|
796
|
-
Link:
|
797
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes>;
|
798
|
-
rel="current"
|
799
|
-
body:
|
800
|
-
encoding: UTF-8
|
801
|
-
string: |-
|
802
|
-
[ {
|
803
|
-
"path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes",
|
804
|
-
"name" : "parameterTypes",
|
805
|
-
"identityHash" : "3bd3b9e1b58386881e0cd7283379743d4709917",
|
806
|
-
"contentHash" : "9d50537025afe097d697d9dc4b8d932ea442e6",
|
807
|
-
"syncHash" : "31301a5b29fbed63f6242bbe939f1891281fc21",
|
808
|
-
"value" : {
|
809
|
-
"timeout" : {
|
810
|
-
"type" : "int",
|
811
|
-
"description" : "Timeout in seconds to allow active connections to drain",
|
812
|
-
"defaultValue" : "0",
|
813
|
-
"required" : false
|
814
|
-
}
|
815
|
-
}
|
816
|
-
} ]
|
817
|
-
http_version:
|
818
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
819
|
-
- request:
|
820
|
-
method: get
|
821
|
-
uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes
|
822
|
-
body:
|
823
|
-
encoding: US-ASCII
|
824
|
-
string: ''
|
825
|
-
headers:
|
826
|
-
Accept:
|
827
|
-
- application/json
|
828
|
-
Accept-Encoding:
|
829
|
-
- identity
|
830
|
-
User-Agent:
|
831
|
-
- hawkular-client-ruby
|
832
|
-
Hawkular-Tenant:
|
833
|
-
- hawkular
|
834
|
-
Content-Type:
|
835
|
-
- application/json
|
836
|
-
Host:
|
837
|
-
- localhost:8080
|
838
|
-
response:
|
839
|
-
status:
|
840
|
-
code: 200
|
841
|
-
message: OK
|
842
|
-
headers:
|
843
|
-
Expires:
|
844
|
-
- '0'
|
845
|
-
Cache-Control:
|
846
|
-
- no-cache, no-store, must-revalidate
|
847
|
-
X-Powered-By:
|
848
|
-
- Undertow/1
|
849
|
-
Server:
|
850
|
-
- WildFly/10
|
851
|
-
Pragma:
|
852
|
-
- no-cache
|
853
|
-
Date:
|
854
|
-
- Tue, 30 Aug 2016 15:26:41 GMT
|
855
|
-
X-Total-Count:
|
856
|
-
- "-1"
|
857
|
-
Connection:
|
858
|
-
- keep-alive
|
859
|
-
Content-Type:
|
860
|
-
- application/json
|
861
|
-
Content-Length:
|
862
|
-
- '3'
|
863
|
-
Link:
|
864
|
-
- <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes>;
|
865
|
-
rel="current"
|
866
|
-
body:
|
867
|
-
encoding: UTF-8
|
868
|
-
string: "[ ]"
|
869
|
-
http_version:
|
870
|
-
recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
|
871
|
-
recorded_with: VCR 3.0.3
|