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.
Files changed (291) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.rdoc +5 -2
  3. data/lib/hawkular/hawkular_client.rb +1 -1
  4. data/lib/hawkular/inventory/inventory_api.rb +2 -1
  5. data/lib/hawkular/metrics/metric_api.rb +4 -1
  6. data/lib/hawkular/operations/operations_api.rb +7 -4
  7. data/lib/hawkular/version.rb +1 -1
  8. data/spec/integration/inventory_spec.rb +516 -466
  9. data/spec/integration/metric_spec.rb +612 -561
  10. data/spec/integration/operations_spec.rb +425 -504
  11. data/spec/spec_helper.rb +73 -19
  12. data/spec/vcr_cassettes/Inventory/{Connection → NonSecure/Connection/Templates}/Should_err_on_bad_credentials.yml +6 -4
  13. data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Explicit_Credentials.yml +13 -9
  14. data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Implicit_Credentials.yml +13 -9
  15. data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates → NonSecure/inventory_0_17}/Client_should_listen_on_various_inventory_events.json +5 -5
  16. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Client_should_listen_on_various_inventory_events.yml +21 -13
  17. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/create_url.yml +12 -10
  18. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Helpers/generate_some_events_for_websocket.yml +51 -37
  19. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/get_feeds.yml +11 -9
  20. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_List_datasources_with_no_props.yml +11 -7
  21. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed.yml +6 -4
  22. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed_again.yml +16 -10
  23. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +664 -0
  24. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource.yml +31 -19
  25. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource_with_metric.yml +77 -49
  26. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resourcetype.yml +16 -10
  27. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_and_delete_feed.yml +19 -13
  28. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
  29. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
  30. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_have_the_same_requested_metric_type_id.yml +8 -8
  31. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_URLs.yml +29 -7
  32. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys.yml +10 -8
  33. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys_with_props.yml +24 -17
  34. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_all_the_resource_types.yml +6 -4
  35. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_WildFly.yml +31 -13
  36. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_nested_resource.yml +16 -10
  37. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_feeds.yml +9 -7
  38. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_heap_metrics_for_WildFlys.yml +196 -188
  39. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_for_WildFlys.yml +72 -68
  40. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_metric_type.yml +12 -44
  41. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_resource_type.yml +63 -61
  42. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource.yml +220 -156
  43. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource_type.yml +200 -140
  44. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_recursive_children_of_WildFly.yml +30 -12
  45. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_relationships_of_WildFly.yml +129 -113
  46. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_resources_for_feed.yml +12 -10
  47. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_bad_feed.yml +6 -4
  48. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_feed.yml +7 -5
  49. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_not_find_an_unknown_resource.yml +6 -4
  50. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_nested_resource.yml +6 -4
  51. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_resource.yml +15 -10
  52. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_the_version.yml +8 -6
  53. data/spec/vcr_cassettes/Inventory/Secure/Connection/Templates/Should_err_on_bad_credentials.yml +44 -0
  54. data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +101 -0
  55. data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +101 -0
  56. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +47 -0
  57. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +207 -0
  58. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/create_url.yml +52 -0
  59. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +411 -0
  60. 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
  61. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +133 -0
  62. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed.yml +59 -0
  63. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed_again.yml +181 -0
  64. 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
  65. 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
  66. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +846 -0
  67. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +169 -0
  68. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +166 -0
  69. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
  70. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
  71. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +73 -0
  72. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_URLs.yml +90 -0
  73. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys.yml +70 -0
  74. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +138 -0
  75. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +59 -0
  76. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +333 -0
  77. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +180 -0
  78. data/spec/vcr_cassettes/{Operation/Helpers/get_feed.yml → Inventory/Secure/inventory_0_17/Templates/Should_list_feeds.yml} +13 -11
  79. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +943 -0
  80. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +361 -0
  81. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +90 -0
  82. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +294 -0
  83. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +871 -0
  84. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +740 -0
  85. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +1117 -0
  86. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +393 -0
  87. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +84 -0
  88. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +55 -0
  89. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_feed.yml +166 -0
  90. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +59 -0
  91. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +66 -0
  92. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +71 -0
  93. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_the_version.yml +50 -0
  94. data/spec/vcr_cassettes/Inventory/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml +114 -0
  95. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Get_metric_definition_by_id.yml +10 -8
  96. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Retrieve_metric_rate_points.yml +18 -14
  97. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Availability_definition.yml +18 -14
  98. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Counter_definition.yml +18 -14
  99. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_gauge_definition.yml +18 -14
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_group_contiguous_values.yml +10 -6
  106. 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
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_return_periods.yml +10 -6
  119. 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
  120. 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
  121. 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
  122. 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
  123. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/No_Tenant/Should_fail.yml +6 -4
  124. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Simple/Should_be_Cool.yml +2 -2
  125. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Status/Should_return_the_version.yml +5 -3
  126. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. 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
  135. 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
  136. 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
  137. 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
  138. 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
  139. 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
  140. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_return_periods.yml +0 -0
  141. 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
  142. 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
  143. 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
  144. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Simple/Should_be_Cool.yml +0 -0
  145. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Status/Should_return_the_version.yml +0 -0
  146. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Tenants/Should_create_and_return_tenant.yml +0 -0
  147. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +19 -15
  148. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +21 -17
  149. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_group_contiguous_values.yml +17 -13
  150. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +29 -23
  151. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +47 -37
  152. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +21 -17
  153. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +19 -15
  154. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +44 -34
  155. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +60 -46
  156. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +51 -39
  157. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +29 -23
  158. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +21 -17
  159. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +19 -15
  160. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +51 -39
  161. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +29 -23
  162. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_periods.yml +17 -13
  163. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
  164. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +12 -10
  165. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +47 -37
  166. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_rate_stats_for_mixed_metric.yml +328 -0
  167. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +32 -32
  168. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +70 -74
  169. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +61 -47
  170. 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
  171. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/No_Tenant/Should_fail.yml +9 -7
  172. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Simple/Should_be_Cool.yml +3 -3
  173. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Status/Should_return_the_version.yml +10 -8
  174. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  175. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +51 -0
  176. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +92 -0
  177. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +101 -0
  178. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +101 -0
  179. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +101 -0
  180. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +50 -0
  181. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +146 -0
  182. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +146 -0
  183. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
  184. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
  185. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
  186. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
  187. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
  188. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
  189. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
  190. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
  191. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
  192. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
  193. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
  194. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
  195. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
  196. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
  197. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
  198. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
  199. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
  200. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
  201. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
  202. 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
  203. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/No_Tenant/Should_fail.yml +50 -0
  204. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Simple/Should_be_Cool.yml +48 -0
  205. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Status/Should_return_the_version.yml +44 -0
  206. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  207. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
  208. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
  209. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
  210. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
  211. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
  212. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
  213. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
  214. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
  215. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
  216. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
  217. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
  218. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
  219. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
  220. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
  221. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
  222. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
  223. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
  224. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +51 -0
  225. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
  226. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +364 -0
  227. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
  228. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
  229. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +285 -0
  230. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/No_Tenant/Should_fail.yml +50 -0
  231. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Simple/Should_be_Cool.yml +48 -0
  232. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Status/Should_return_the_version.yml +44 -0
  233. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  234. data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_feed.yml +61 -0
  235. data/spec/vcr_cassettes/Operation/{Helpers → NonSecure/Helpers/Templates}/get_tenant.yml +8 -5
  236. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
  237. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_datasource_should_be_doable.json +23 -0
  238. data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/Add_deployment_should_be_doable.json +4 -7
  239. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
  240. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
  241. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
  242. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
  243. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
  244. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
  245. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
  246. data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/should_not_be_possible_to_perform_on_closed_client.json +1 -1
  247. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
  248. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
  249. data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_bail_with_no_host.json +0 -0
  250. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established.json +9 -0
  251. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
  252. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback.json +18 -0
  253. data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_run_into_error_callback_because_bad_hash_parameters.json +1 -1
  254. data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_feed.yml +61 -0
  255. data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_tenant.yml +55 -0
  256. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
  257. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_datasource_should_be_doable.json +23 -0
  258. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_deployment_should_be_doable.json +23 -0
  259. data/spec/vcr_cassettes/Operation/Secure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
  260. data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
  261. data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
  262. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
  263. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
  264. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
  265. data/spec/vcr_cassettes/Operation/Secure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
  266. data/spec/vcr_cassettes/Operation/Secure/Operation/should_not_be_possible_to_perform_on_closed_client.json +12 -0
  267. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
  268. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
  269. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_no_host.json +3 -0
  270. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established.json +9 -0
  271. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
  272. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback.json +18 -0
  273. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +13 -0
  274. metadata +526 -282
  275. data/spec/vcr_cassettes/Metrics/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
  276. data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -48
  277. data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
  278. data/spec/vcr_cassettes/Operation/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -26
  279. data/spec/vcr_cassettes/Operation/Operation/Add_datasource_should_be_doable.json +0 -26
  280. data/spec/vcr_cassettes/Operation/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -26
  281. data/spec/vcr_cassettes/Operation/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -26
  282. data/spec/vcr_cassettes/Operation/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -26
  283. data/spec/vcr_cassettes/Operation/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -40
  284. data/spec/vcr_cassettes/Operation/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -26
  285. data/spec/vcr_cassettes/Operation/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -26
  286. data/spec/vcr_cassettes/Operation/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -26
  287. data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
  288. data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
  289. data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established.json +0 -9
  290. data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
  291. data/spec/vcr_cassettes/Operation/Websocket_connection/should_run_into_error_callback.json +0 -13
@@ -0,0 +1,1117 @@
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/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
+ - 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
+ - Wed, 10 Aug 2016 22:35:49 GMT
39
+ X-Total-Count:
40
+ - '1'
41
+ Connection:
42
+ - keep-alive
43
+ Content-Type:
44
+ - application/json
45
+ Content-Length:
46
+ - '519'
47
+ Link:
48
+ - <https://127.0.0.1:8443/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
+ "properties" : {
56
+ "__identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f"
57
+ },
58
+ "name" : "WildFly Server [Local]",
59
+ "identityHash" : "a12d8e9f318357f8aeccd9d955146476325d8b8f",
60
+ "type" : {
61
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
62
+ "name" : "WildFly Server",
63
+ "identityHash" : "385d354c833f19e97d427c7bfc7c6441b73ef1c",
64
+ "id" : "WildFly Server"
65
+ },
66
+ "id" : "Local~~"
67
+ } ]
68
+ http_version:
69
+ recorded_at: Wed, 10 Aug 2016 22:35:49 GMT
70
+ - request:
71
+ method: get
72
+ uri: https://<%= super_secret_username %>:<%= super_secret_password %>@127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/recursive;over=isParentOf;type=r
73
+ body:
74
+ encoding: US-ASCII
75
+ string: ''
76
+ headers:
77
+ Accept:
78
+ - application/json
79
+ Accept-Encoding:
80
+ - identity
81
+ User-Agent:
82
+ - hawkular-client-ruby
83
+ Hawkular-Tenant:
84
+ - hawkular
85
+ Content-Type:
86
+ - application/json
87
+ Host:
88
+ - 127.0.0.1:8443
89
+ response:
90
+ status:
91
+ code: 200
92
+ message: OK
93
+ headers:
94
+ Expires:
95
+ - '0'
96
+ Cache-Control:
97
+ - no-cache, no-store, must-revalidate
98
+ X-Powered-By:
99
+ - Undertow/1
100
+ Server:
101
+ - WildFly/10
102
+ Pragma:
103
+ - no-cache
104
+ Date:
105
+ - Wed, 10 Aug 2016 22:35:49 GMT
106
+ X-Total-Count:
107
+ - '71'
108
+ Connection:
109
+ - keep-alive
110
+ Transfer-Encoding:
111
+ - chunked
112
+ Content-Type:
113
+ - application/json
114
+ Link:
115
+ - <https://127.0.0.1:8443/hawkular/inventory/traversal/f;<%= feed_uuid %>/r;Local~~/recursive;over=isParentOf;type=r>;
116
+ rel="current"
117
+ body:
118
+ encoding: UTF-8
119
+ string: |-
120
+ [ {
121
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Ddatasources%2Fdata-source%3DExampleDS",
122
+ "properties" : {
123
+ "__identityHash" : "e5bba7c6c22ec4591bff4532ca14e989d1498c4"
124
+ },
125
+ "name" : "Datasource [ExampleDS]",
126
+ "identityHash" : "e5bba7c6c22ec4591bff4532ca14e989d1498c4",
127
+ "type" : {
128
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Datasource",
129
+ "name" : "Datasource",
130
+ "identityHash" : "b3291af08b396960f425871b493b6d9ee97e339f",
131
+ "id" : "Datasource"
132
+ },
133
+ "id" : "Local~/subsystem=datasources/data-source=ExampleDS"
134
+ }, {
135
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Ddatasources%2Fjdbc-driver%3Dh2",
136
+ "properties" : {
137
+ "__identityHash" : "8552bea1e08fc66573fff8b1a3645fb845a107d"
138
+ },
139
+ "name" : "JDBC Driver [h2]",
140
+ "identityHash" : "8552bea1e08fc66573fff8b1a3645fb845a107d",
141
+ "type" : {
142
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JDBC%20Driver",
143
+ "name" : "JDBC Driver",
144
+ "identityHash" : "f9eaf22c8dff1416a34eb4d26a4bc6a99c46af2",
145
+ "id" : "JDBC Driver"
146
+ },
147
+ "id" : "Local~/subsystem=datasources/jdbc-driver=h2"
148
+ }, {
149
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-command-gateway-war.war",
150
+ "properties" : {
151
+ "__identityHash" : "145efc8c7d6ce8c93167dd4956a3c1cbc6d0d1a"
152
+ },
153
+ "name" : "Deployment [hawkular-command-gateway-war.war]",
154
+ "identityHash" : "145efc8c7d6ce8c93167dd4956a3c1cbc6d0d1a",
155
+ "type" : {
156
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
157
+ "name" : "Deployment",
158
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
159
+ "id" : "Deployment"
160
+ },
161
+ "id" : "Local~/deployment=hawkular-command-gateway-war.war"
162
+ }, {
163
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-metrics-component.war",
164
+ "properties" : {
165
+ "__identityHash" : "eff2441b1d32b22a2428bec8fe59452ef5711e"
166
+ },
167
+ "name" : "Deployment [hawkular-metrics-component.war]",
168
+ "identityHash" : "eff2441b1d32b22a2428bec8fe59452ef5711e",
169
+ "type" : {
170
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
171
+ "name" : "Deployment",
172
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
173
+ "id" : "Deployment"
174
+ },
175
+ "id" : "Local~/deployment=hawkular-metrics-component.war"
176
+ }, {
177
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-commons-embedded-cassandra-war.war",
178
+ "properties" : {
179
+ "__identityHash" : "8818ce75b624f951c6d2f406045d0349328fc4"
180
+ },
181
+ "name" : "Deployment [hawkular-commons-embedded-cassandra-war.war]",
182
+ "identityHash" : "8818ce75b624f951c6d2f406045d0349328fc4",
183
+ "type" : {
184
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
185
+ "name" : "Deployment",
186
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
187
+ "id" : "Deployment"
188
+ },
189
+ "id" : "Local~/deployment=hawkular-commons-embedded-cassandra-war.war"
190
+ }, {
191
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war",
192
+ "properties" : {
193
+ "__identityHash" : "f07118ef62f45788dba5d01a38b13fe33115785e"
194
+ },
195
+ "name" : "Deployment [hawkular-alerts-actions-email.war]",
196
+ "identityHash" : "f07118ef62f45788dba5d01a38b13fe33115785e",
197
+ "type" : {
198
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
199
+ "name" : "Deployment",
200
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
201
+ "id" : "Deployment"
202
+ },
203
+ "id" : "Local~/deployment=hawkular-alerts-actions-email.war"
204
+ }, {
205
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-wildfly-agent-download.war",
206
+ "properties" : {
207
+ "__identityHash" : "10181e9ef78b953ed93eb67f0d270de8dd5cce4"
208
+ },
209
+ "name" : "Deployment [hawkular-wildfly-agent-download.war]",
210
+ "identityHash" : "10181e9ef78b953ed93eb67f0d270de8dd5cce4",
211
+ "type" : {
212
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
213
+ "name" : "Deployment",
214
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
215
+ "id" : "Deployment"
216
+ },
217
+ "id" : "Local~/deployment=hawkular-wildfly-agent-download.war"
218
+ }, {
219
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-inventory-dist.war",
220
+ "properties" : {
221
+ "__identityHash" : "fe13b87cf8edfcd191a6d5169c3f376ac6b5d6"
222
+ },
223
+ "name" : "Deployment [hawkular-inventory-dist.war]",
224
+ "identityHash" : "fe13b87cf8edfcd191a6d5169c3f376ac6b5d6",
225
+ "type" : {
226
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
227
+ "name" : "Deployment",
228
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
229
+ "id" : "Deployment"
230
+ },
231
+ "id" : "Local~/deployment=hawkular-inventory-dist.war"
232
+ }, {
233
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war",
234
+ "properties" : {
235
+ "__identityHash" : "3fbe2fcdf21d9886257438b2aeb957825d6ffe"
236
+ },
237
+ "name" : "Deployment [hawkular-alerts-rest.war]",
238
+ "identityHash" : "3fbe2fcdf21d9886257438b2aeb957825d6ffe",
239
+ "type" : {
240
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
241
+ "name" : "Deployment",
242
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
243
+ "id" : "Deployment"
244
+ },
245
+ "id" : "Local~/deployment=hawkular-alerts-rest.war"
246
+ }, {
247
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war",
248
+ "properties" : {
249
+ "__identityHash" : "d99ddc62fe9a955b3bc7a309f761f763f527516"
250
+ },
251
+ "name" : "Deployment [hawkular-rest-api.war]",
252
+ "identityHash" : "d99ddc62fe9a955b3bc7a309f761f763f527516",
253
+ "type" : {
254
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Deployment",
255
+ "name" : "Deployment",
256
+ "identityHash" : "183e79e0462c1f2fc866ba71f5db64c477b5dc",
257
+ "id" : "Deployment"
258
+ },
259
+ "id" : "Local~/deployment=hawkular-rest-api.war"
260
+ }, {
261
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dtransactions",
262
+ "properties" : {
263
+ "__identityHash" : "a3c9e6acf121df96fea6e5fcca9e846d8c9622"
264
+ },
265
+ "name" : "Transaction Manager",
266
+ "identityHash" : "a3c9e6acf121df96fea6e5fcca9e846d8c9622",
267
+ "type" : {
268
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Transaction%20Manager",
269
+ "name" : "Transaction Manager",
270
+ "identityHash" : "2c82df7330b7ae48c43ae5413f9b8857f24a85f",
271
+ "id" : "Transaction Manager"
272
+ },
273
+ "id" : "Local~/subsystem=transactions"
274
+ }, {
275
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault",
276
+ "properties" : {
277
+ "__identityHash" : "974ff756ed785e2264577211c2bb843e27c991f"
278
+ },
279
+ "name" : "Messaging Server [default]",
280
+ "identityHash" : "974ff756ed785e2264577211c2bb843e27c991f",
281
+ "type" : {
282
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Messaging%20Server",
283
+ "name" : "Messaging Server",
284
+ "identityHash" : "c21e2c4be8b952d760ef3929652e304bd951ac4e",
285
+ "id" : "Messaging Server"
286
+ },
287
+ "id" : "Local~/subsystem=messaging-activemq/server=default"
288
+ }, {
289
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dhawkular-wildfly-agent",
290
+ "properties" : {
291
+ "__identityHash" : "d9c07665258f43c5b0204259d342c8cb16f3ac"
292
+ },
293
+ "name" : "Hawkular WildFly Agent",
294
+ "identityHash" : "d9c07665258f43c5b0204259d342c8cb16f3ac",
295
+ "type" : {
296
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Hawkular%20WildFly%20Agent",
297
+ "name" : "Hawkular WildFly Agent",
298
+ "identityHash" : "1d7fbc312f708afc4643812f2772e7aabf283328",
299
+ "id" : "Hawkular WildFly Agent"
300
+ },
301
+ "id" : "Local~/subsystem=hawkular-wildfly-agent"
302
+ }, {
303
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets",
304
+ "properties" : {
305
+ "__identityHash" : "46dd1eae29f56639b947a9a85ef7c5833ec324"
306
+ },
307
+ "name" : "Socket Binding Group [standard-sockets]",
308
+ "identityHash" : "46dd1eae29f56639b947a9a85ef7c5833ec324",
309
+ "type" : {
310
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Socket%20Binding%20Group",
311
+ "name" : "Socket Binding Group",
312
+ "identityHash" : "689259496c606a774ff8d4288893cf656230642d",
313
+ "id" : "Socket Binding Group"
314
+ },
315
+ "id" : "Local~/socket-binding-group=standard-sockets"
316
+ }, {
317
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan",
318
+ "properties" : {
319
+ "__identityHash" : "693fc87bc7a8fba877b299f333f86b67ff644a3c"
320
+ },
321
+ "name" : "Infinispan",
322
+ "identityHash" : "693fc87bc7a8fba877b299f333f86b67ff644a3c",
323
+ "type" : {
324
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Infinispan",
325
+ "name" : "Infinispan",
326
+ "identityHash" : "a02a9a0121b9fe564ef869e72765e7f1c56b2a",
327
+ "id" : "Infinispan"
328
+ },
329
+ "id" : "Local~/subsystem=infinispan"
330
+ }, {
331
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-metrics-component.war/r;Local~%2Fdeployment%3Dhawkular-metrics-component.war%2Fsubsystem%3Dundertow%2Fservlet%3Dorg.hawkular.metrics.api.jaxrs.HawkularMetricsRestApp",
332
+ "properties" : {
333
+ "__identityHash" : "d1cdb14aa799d96b23d5ebdbe17e3e6bfe704a"
334
+ },
335
+ "name" : "Servlet [org.hawkular.metrics.api.jaxrs.HawkularMetricsRestApp]",
336
+ "identityHash" : "d1cdb14aa799d96b23d5ebdbe17e3e6bfe704a",
337
+ "type" : {
338
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Servlet",
339
+ "name" : "Servlet",
340
+ "identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
341
+ "id" : "Servlet"
342
+ },
343
+ "id" : "Local~/deployment=hawkular-metrics-component.war/subsystem=undertow/servlet=org.hawkular.metrics.api.jaxrs.HawkularMetricsRestApp"
344
+ }, {
345
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-metrics-component.war/r;Local~%2Fdeployment%3Dhawkular-metrics-component.war%2Fsubsystem%3Dundertow%2Fservlet%3DstaticContent",
346
+ "properties" : {
347
+ "__identityHash" : "23a66eb197b5d399ddda72b1649486bb9a1cdb77"
348
+ },
349
+ "name" : "Servlet [staticContent]",
350
+ "identityHash" : "23a66eb197b5d399ddda72b1649486bb9a1cdb77",
351
+ "type" : {
352
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Servlet",
353
+ "name" : "Servlet",
354
+ "identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
355
+ "id" : "Servlet"
356
+ },
357
+ "id" : "Local~/deployment=hawkular-metrics-component.war/subsystem=undertow/servlet=staticContent"
358
+ }, {
359
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DBusActionPluginRegister",
360
+ "properties" : {
361
+ "__identityHash" : "a18ee545f225242a98609fe1fab101f05c669"
362
+ },
363
+ "name" : "Singleton EJB [BusActionPluginRegister]",
364
+ "identityHash" : "a18ee545f225242a98609fe1fab101f05c669",
365
+ "type" : {
366
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
367
+ "name" : "Singleton EJB",
368
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
369
+ "id" : "Singleton EJB"
370
+ },
371
+ "id" : "Local~/deployment=hawkular-alerts-actions-email.war/subsystem=ejb3/singleton-bean=BusActionPluginRegister"
372
+ }, {
373
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war/r;Local~%2Fdeployment%3Dhawkular-alerts-actions-email.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DBusActionPluginListener",
374
+ "properties" : {
375
+ "__identityHash" : "1bb1ceea6f132b1555bd17c2a3a4e5ba6ea819f3"
376
+ },
377
+ "name" : "Message Driven EJB [BusActionPluginListener]",
378
+ "identityHash" : "1bb1ceea6f132b1555bd17c2a3a4e5ba6ea819f3",
379
+ "type" : {
380
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
381
+ "name" : "Message Driven EJB",
382
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
383
+ "id" : "Message Driven EJB"
384
+ },
385
+ "id" : "Local~/deployment=hawkular-alerts-actions-email.war/subsystem=ejb3/message-driven-bean=BusActionPluginListener"
386
+ }, {
387
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-wildfly-agent-download.war/r;Local~%2Fdeployment%3Dhawkular-wildfly-agent-download.war%2Fsubsystem%3Dundertow%2Fservlet%3Dorg.hawkular.component.wildflymonitor.WildFlyAgentServlet",
388
+ "properties" : {
389
+ "__identityHash" : "b4429a849abd8f89e3b51e5127c9e5ba2263cfec"
390
+ },
391
+ "name" : "Servlet [org.hawkular.component.wildflymonitor.WildFlyAgentServlet]",
392
+ "identityHash" : "b4429a849abd8f89e3b51e5127c9e5ba2263cfec",
393
+ "type" : {
394
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Servlet",
395
+ "name" : "Servlet",
396
+ "identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
397
+ "id" : "Servlet"
398
+ },
399
+ "id" : "Local~/deployment=hawkular-wildfly-agent-download.war/subsystem=undertow/servlet=org.hawkular.component.wildflymonitor.WildFlyAgentServlet"
400
+ }, {
401
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-inventory-dist.war/r;Local~%2Fdeployment%3Dhawkular-inventory-dist.war%2Fsubsystem%3Dundertow%2Fservlet%3Dorg.hawkular.inventory.rest.HawkularRestApi",
402
+ "properties" : {
403
+ "__identityHash" : "5c48dfbd60d4365421efbf7f3d43e6d7c4a8cf39"
404
+ },
405
+ "name" : "Servlet [org.hawkular.inventory.rest.HawkularRestApi]",
406
+ "identityHash" : "5c48dfbd60d4365421efbf7f3d43e6d7c4a8cf39",
407
+ "type" : {
408
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Servlet",
409
+ "name" : "Servlet",
410
+ "identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
411
+ "id" : "Servlet"
412
+ },
413
+ "id" : "Local~/deployment=hawkular-inventory-dist.war/subsystem=undertow/servlet=org.hawkular.inventory.rest.HawkularRestApi"
414
+ }, {
415
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-inventory-dist.war/r;Local~%2Fdeployment%3Dhawkular-inventory-dist.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DInventoryJNDIPublisher",
416
+ "properties" : {
417
+ "__identityHash" : "cd9e5b7956015aef0235b49bcf66166b0d8b3e"
418
+ },
419
+ "name" : "Singleton EJB [InventoryJNDIPublisher]",
420
+ "identityHash" : "cd9e5b7956015aef0235b49bcf66166b0d8b3e",
421
+ "type" : {
422
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
423
+ "name" : "Singleton EJB",
424
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
425
+ "id" : "Singleton EJB"
426
+ },
427
+ "id" : "Local~/deployment=hawkular-inventory-dist.war/subsystem=ejb3/singleton-bean=InventoryJNDIPublisher"
428
+ }, {
429
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dundertow%2Fservlet%3Dorg.hawkular.alerts.rest.HawkularAlertsApp",
430
+ "properties" : {
431
+ "__identityHash" : "24b162cb15d397991f3bff5c4fbde9dc06fe831"
432
+ },
433
+ "name" : "Servlet [org.hawkular.alerts.rest.HawkularAlertsApp]",
434
+ "identityHash" : "24b162cb15d397991f3bff5c4fbde9dc06fe831",
435
+ "type" : {
436
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Servlet",
437
+ "name" : "Servlet",
438
+ "identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
439
+ "id" : "Servlet"
440
+ },
441
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=undertow/servlet=org.hawkular.alerts.rest.HawkularAlertsApp"
442
+ }, {
443
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DDataDrivenGroupCacheManager",
444
+ "properties" : {
445
+ "__identityHash" : "b685b17363ba1d846c594c92fee833784ec936"
446
+ },
447
+ "name" : "Singleton EJB [DataDrivenGroupCacheManager]",
448
+ "identityHash" : "b685b17363ba1d846c594c92fee833784ec936",
449
+ "type" : {
450
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
451
+ "name" : "Singleton EJB",
452
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
453
+ "id" : "Singleton EJB"
454
+ },
455
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/singleton-bean=DataDrivenGroupCacheManager"
456
+ }, {
457
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DDroolsRulesEngineImpl",
458
+ "properties" : {
459
+ "__identityHash" : "87b0777a22869e4cba0b4beb419b7d54b669e"
460
+ },
461
+ "name" : "Singleton EJB [DroolsRulesEngineImpl]",
462
+ "identityHash" : "87b0777a22869e4cba0b4beb419b7d54b669e",
463
+ "type" : {
464
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
465
+ "name" : "Singleton EJB",
466
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
467
+ "id" : "Singleton EJB"
468
+ },
469
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/singleton-bean=DroolsRulesEngineImpl"
470
+ }, {
471
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DAlertsEngineImpl",
472
+ "properties" : {
473
+ "__identityHash" : "a298605e717d937f7d89f5428f8ae2b62591302e"
474
+ },
475
+ "name" : "Singleton EJB [AlertsEngineImpl]",
476
+ "identityHash" : "a298605e717d937f7d89f5428f8ae2b62591302e",
477
+ "type" : {
478
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
479
+ "name" : "Singleton EJB",
480
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
481
+ "id" : "Singleton EJB"
482
+ },
483
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/singleton-bean=AlertsEngineImpl"
484
+ }, {
485
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DAlertsContext",
486
+ "properties" : {
487
+ "__identityHash" : "cf5906db6cd2ba82a1ed4b8dee075b5b95c4f0"
488
+ },
489
+ "name" : "Singleton EJB [AlertsContext]",
490
+ "identityHash" : "cf5906db6cd2ba82a1ed4b8dee075b5b95c4f0",
491
+ "type" : {
492
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
493
+ "name" : "Singleton EJB",
494
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
495
+ "id" : "Singleton EJB"
496
+ },
497
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/singleton-bean=AlertsContext"
498
+ }, {
499
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DPartitionManagerImpl",
500
+ "properties" : {
501
+ "__identityHash" : "277c3efec758f81bb5ecc6d05ad266bac945910"
502
+ },
503
+ "name" : "Singleton EJB [PartitionManagerImpl]",
504
+ "identityHash" : "277c3efec758f81bb5ecc6d05ad266bac945910",
505
+ "type" : {
506
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
507
+ "name" : "Singleton EJB",
508
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
509
+ "id" : "Singleton EJB"
510
+ },
511
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/singleton-bean=PartitionManagerImpl"
512
+ }, {
513
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DAlertEngineRegister",
514
+ "properties" : {
515
+ "__identityHash" : "c92ab44b3dbfd88e34ed2e55ca37d253b286ce"
516
+ },
517
+ "name" : "Singleton EJB [AlertEngineRegister]",
518
+ "identityHash" : "c92ab44b3dbfd88e34ed2e55ca37d253b286ce",
519
+ "type" : {
520
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
521
+ "name" : "Singleton EJB",
522
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
523
+ "id" : "Singleton EJB"
524
+ },
525
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/singleton-bean=AlertEngineRegister"
526
+ }, {
527
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DCacheManager",
528
+ "properties" : {
529
+ "__identityHash" : "c2e26dc063921a2ce4d7bebc8bd811298835bfca"
530
+ },
531
+ "name" : "Singleton EJB [CacheManager]",
532
+ "identityHash" : "c2e26dc063921a2ce4d7bebc8bd811298835bfca",
533
+ "type" : {
534
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
535
+ "name" : "Singleton EJB",
536
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
537
+ "id" : "Singleton EJB"
538
+ },
539
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/singleton-bean=CacheManager"
540
+ }, {
541
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DAlertDataListener",
542
+ "properties" : {
543
+ "__identityHash" : "bfa29a8d9d16b8d7a4a89c42c52082954075"
544
+ },
545
+ "name" : "Message Driven EJB [AlertDataListener]",
546
+ "identityHash" : "bfa29a8d9d16b8d7a4a89c42c52082954075",
547
+ "type" : {
548
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
549
+ "name" : "Message Driven EJB",
550
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
551
+ "id" : "Message Driven EJB"
552
+ },
553
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/message-driven-bean=AlertDataListener"
554
+ }, {
555
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DAvailDataListener",
556
+ "properties" : {
557
+ "__identityHash" : "2099d89782ae92b9f4c63f7646b152647a08d"
558
+ },
559
+ "name" : "Message Driven EJB [AvailDataListener]",
560
+ "identityHash" : "2099d89782ae92b9f4c63f7646b152647a08d",
561
+ "type" : {
562
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
563
+ "name" : "Message Driven EJB",
564
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
565
+ "id" : "Message Driven EJB"
566
+ },
567
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/message-driven-bean=AvailDataListener"
568
+ }, {
569
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DActionPluginRegistrationListener",
570
+ "properties" : {
571
+ "__identityHash" : "5ca93bfad34c31eb89deee8fc54013a84edbbcc9"
572
+ },
573
+ "name" : "Message Driven EJB [ActionPluginRegistrationListener]",
574
+ "identityHash" : "5ca93bfad34c31eb89deee8fc54013a84edbbcc9",
575
+ "type" : {
576
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
577
+ "name" : "Message Driven EJB",
578
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
579
+ "id" : "Message Driven EJB"
580
+ },
581
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/message-driven-bean=ActionPluginRegistrationListener"
582
+ }, {
583
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DActionPluginResponsesListener",
584
+ "properties" : {
585
+ "__identityHash" : "f3b1ee57c4f7c98070d3149f3e96e5d4b3fbe5b2"
586
+ },
587
+ "name" : "Message Driven EJB [ActionPluginResponsesListener]",
588
+ "identityHash" : "f3b1ee57c4f7c98070d3149f3e96e5d4b3fbe5b2",
589
+ "type" : {
590
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
591
+ "name" : "Message Driven EJB",
592
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
593
+ "id" : "Message Driven EJB"
594
+ },
595
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/message-driven-bean=ActionPluginResponsesListener"
596
+ }, {
597
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DMetricDataListener",
598
+ "properties" : {
599
+ "__identityHash" : "2457289bfff6567aae47d4e297c8d671393c57a6"
600
+ },
601
+ "name" : "Message Driven EJB [MetricDataListener]",
602
+ "identityHash" : "2457289bfff6567aae47d4e297c8d671393c57a6",
603
+ "type" : {
604
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
605
+ "name" : "Message Driven EJB",
606
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
607
+ "id" : "Message Driven EJB"
608
+ },
609
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/message-driven-bean=MetricDataListener"
610
+ }, {
611
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fstateless-session-bean%3DCassAlertsServiceImpl",
612
+ "properties" : {
613
+ "__identityHash" : "5bed7a82f525b5c5018afce2cae4ef345648a"
614
+ },
615
+ "name" : "Stateless Session EJB [CassAlertsServiceImpl]",
616
+ "identityHash" : "5bed7a82f525b5c5018afce2cae4ef345648a",
617
+ "type" : {
618
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Stateless%20Session%20EJB",
619
+ "name" : "Stateless Session EJB",
620
+ "identityHash" : "8db06fc15c4b85fdfc5843944dde9594652a634",
621
+ "id" : "Stateless Session EJB"
622
+ },
623
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/stateless-session-bean=CassAlertsServiceImpl"
624
+ }, {
625
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fstateless-session-bean%3DCassActionsServiceImpl",
626
+ "properties" : {
627
+ "__identityHash" : "a45c85aef9bc94535b6afea0c09e11e6321aea2"
628
+ },
629
+ "name" : "Stateless Session EJB [CassActionsServiceImpl]",
630
+ "identityHash" : "a45c85aef9bc94535b6afea0c09e11e6321aea2",
631
+ "type" : {
632
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Stateless%20Session%20EJB",
633
+ "name" : "Stateless Session EJB",
634
+ "identityHash" : "8db06fc15c4b85fdfc5843944dde9594652a634",
635
+ "id" : "Stateless Session EJB"
636
+ },
637
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/stateless-session-bean=CassActionsServiceImpl"
638
+ }, {
639
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war/r;Local~%2Fdeployment%3Dhawkular-alerts-rest.war%2Fsubsystem%3Dejb3%2Fstateless-session-bean%3DCassDefinitionsServiceImpl",
640
+ "properties" : {
641
+ "__identityHash" : "7139992b26a2c5d0cdeda6d8a35d64435dfdba"
642
+ },
643
+ "name" : "Stateless Session EJB [CassDefinitionsServiceImpl]",
644
+ "identityHash" : "7139992b26a2c5d0cdeda6d8a35d64435dfdba",
645
+ "type" : {
646
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Stateless%20Session%20EJB",
647
+ "name" : "Stateless Session EJB",
648
+ "identityHash" : "8db06fc15c4b85fdfc5843944dde9594652a634",
649
+ "id" : "Stateless Session EJB"
650
+ },
651
+ "id" : "Local~/deployment=hawkular-alerts-rest.war/subsystem=ejb3/stateless-session-bean=CassDefinitionsServiceImpl"
652
+ }, {
653
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war/r;Local~%2Fdeployment%3Dhawkular-rest-api.war%2Fsubsystem%3Dundertow%2Fservlet%3DHystrixMetricsStreamServlet",
654
+ "properties" : {
655
+ "__identityHash" : "da8e714d9fd8f6b64e58ade5de32689d95bc026"
656
+ },
657
+ "name" : "Servlet [HystrixMetricsStreamServlet]",
658
+ "identityHash" : "da8e714d9fd8f6b64e58ade5de32689d95bc026",
659
+ "type" : {
660
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Servlet",
661
+ "name" : "Servlet",
662
+ "identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
663
+ "id" : "Servlet"
664
+ },
665
+ "id" : "Local~/deployment=hawkular-rest-api.war/subsystem=undertow/servlet=HystrixMetricsStreamServlet"
666
+ }, {
667
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war/r;Local~%2Fdeployment%3Dhawkular-rest-api.war%2Fsubsystem%3Dundertow%2Fservlet%3Dorg.hawkular.rest.HawkularRestApi",
668
+ "properties" : {
669
+ "__identityHash" : "7b8120fbb14029fce19d5894563ae2849ac55359"
670
+ },
671
+ "name" : "Servlet [org.hawkular.rest.HawkularRestApi]",
672
+ "identityHash" : "7b8120fbb14029fce19d5894563ae2849ac55359",
673
+ "type" : {
674
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Servlet",
675
+ "name" : "Servlet",
676
+ "identityHash" : "d844da746834ebfc4aa7782c94eeaea85b4abb74",
677
+ "id" : "Servlet"
678
+ },
679
+ "id" : "Local~/deployment=hawkular-rest-api.war/subsystem=undertow/servlet=org.hawkular.rest.HawkularRestApi"
680
+ }, {
681
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war/r;Local~%2Fdeployment%3Dhawkular-rest-api.war%2Fsubsystem%3Dejb3%2Fsingleton-bean%3DBackfillCacheManager",
682
+ "properties" : {
683
+ "__identityHash" : "94fdaf7749fb67c367fecfa1ffe968461b98fd"
684
+ },
685
+ "name" : "Singleton EJB [BackfillCacheManager]",
686
+ "identityHash" : "94fdaf7749fb67c367fecfa1ffe968461b98fd",
687
+ "type" : {
688
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Singleton%20EJB",
689
+ "name" : "Singleton EJB",
690
+ "identityHash" : "42f0638e5e8e266d17d2f7e95f35313e96fa9b39",
691
+ "id" : "Singleton EJB"
692
+ },
693
+ "id" : "Local~/deployment=hawkular-rest-api.war/subsystem=ejb3/singleton-bean=BackfillCacheManager"
694
+ }, {
695
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war/r;Local~%2Fdeployment%3Dhawkular-rest-api.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DFeedAvailabilityDataListener",
696
+ "properties" : {
697
+ "__identityHash" : "cadeaa775065e814ff6d810930919f9d97421"
698
+ },
699
+ "name" : "Message Driven EJB [FeedAvailabilityDataListener]",
700
+ "identityHash" : "cadeaa775065e814ff6d810930919f9d97421",
701
+ "type" : {
702
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
703
+ "name" : "Message Driven EJB",
704
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
705
+ "id" : "Message Driven EJB"
706
+ },
707
+ "id" : "Local~/deployment=hawkular-rest-api.war/subsystem=ejb3/message-driven-bean=FeedAvailabilityDataListener"
708
+ }, {
709
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war/r;Local~%2Fdeployment%3Dhawkular-rest-api.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DCommandEventListener",
710
+ "properties" : {
711
+ "__identityHash" : "97925e8797f23aa9af5c9a3c382a3a9ddfafa6c"
712
+ },
713
+ "name" : "Message Driven EJB [CommandEventListener]",
714
+ "identityHash" : "97925e8797f23aa9af5c9a3c382a3a9ddfafa6c",
715
+ "type" : {
716
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
717
+ "name" : "Message Driven EJB",
718
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
719
+ "id" : "Message Driven EJB"
720
+ },
721
+ "id" : "Local~/deployment=hawkular-rest-api.war/subsystem=ejb3/message-driven-bean=CommandEventListener"
722
+ }, {
723
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fdeployment%3Dhawkular-rest-api.war/r;Local~%2Fdeployment%3Dhawkular-rest-api.war%2Fsubsystem%3Dejb3%2Fmessage-driven-bean%3DInventoryEventListener",
724
+ "properties" : {
725
+ "__identityHash" : "7978e63ac1c89d3f11a4c56ffe4ff0f3e6b9bc6e"
726
+ },
727
+ "name" : "Message Driven EJB [InventoryEventListener]",
728
+ "identityHash" : "7978e63ac1c89d3f11a4c56ffe4ff0f3e6b9bc6e",
729
+ "type" : {
730
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Message%20Driven%20EJB",
731
+ "name" : "Message Driven EJB",
732
+ "identityHash" : "2eee38e96ef09ab44422a49bc5a8623596a34bc",
733
+ "id" : "Message Driven EJB"
734
+ },
735
+ "id" : "Local~/deployment=hawkular-rest-api.war/subsystem=ejb3/message-driven-bean=InventoryEventListener"
736
+ }, {
737
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-topic%3DHawkularMetricData",
738
+ "properties" : {
739
+ "__identityHash" : "f8bb403fd83920dca4d7c4e5be2b7c939098e1"
740
+ },
741
+ "name" : "JMS Topic [HawkularMetricData]",
742
+ "identityHash" : "f8bb403fd83920dca4d7c4e5be2b7c939098e1",
743
+ "type" : {
744
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Topic",
745
+ "name" : "JMS Topic",
746
+ "identityHash" : "75c24027bbd562b062152731fd59a0cee80ffa2",
747
+ "id" : "JMS Topic"
748
+ },
749
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-topic=HawkularMetricData"
750
+ }, {
751
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-topic%3DHawkularAlertData",
752
+ "properties" : {
753
+ "__identityHash" : "d650121d124e9b421996392cea4ead2c9df06e"
754
+ },
755
+ "name" : "JMS Topic [HawkularAlertData]",
756
+ "identityHash" : "d650121d124e9b421996392cea4ead2c9df06e",
757
+ "type" : {
758
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Topic",
759
+ "name" : "JMS Topic",
760
+ "identityHash" : "75c24027bbd562b062152731fd59a0cee80ffa2",
761
+ "id" : "JMS Topic"
762
+ },
763
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-topic=HawkularAlertData"
764
+ }, {
765
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-topic%3DHawkularCommandEvent",
766
+ "properties" : {
767
+ "__identityHash" : "7e59e191205e879b885ea3e737945414911335a7"
768
+ },
769
+ "name" : "JMS Topic [HawkularCommandEvent]",
770
+ "identityHash" : "7e59e191205e879b885ea3e737945414911335a7",
771
+ "type" : {
772
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Topic",
773
+ "name" : "JMS Topic",
774
+ "identityHash" : "75c24027bbd562b062152731fd59a0cee80ffa2",
775
+ "id" : "JMS Topic"
776
+ },
777
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-topic=HawkularCommandEvent"
778
+ }, {
779
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-topic%3DHawkularInventoryChanges",
780
+ "properties" : {
781
+ "__identityHash" : "3a60984f31c02b313bb3c0a0edc5a02ddc27348b"
782
+ },
783
+ "name" : "JMS Topic [HawkularInventoryChanges]",
784
+ "identityHash" : "3a60984f31c02b313bb3c0a0edc5a02ddc27348b",
785
+ "type" : {
786
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Topic",
787
+ "name" : "JMS Topic",
788
+ "identityHash" : "75c24027bbd562b062152731fd59a0cee80ffa2",
789
+ "id" : "JMS Topic"
790
+ },
791
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-topic=HawkularInventoryChanges"
792
+ }, {
793
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-topic%3DHawkularAvailData",
794
+ "properties" : {
795
+ "__identityHash" : "4679012cd0149cdb626a58459aaa6818c764a"
796
+ },
797
+ "name" : "JMS Topic [HawkularAvailData]",
798
+ "identityHash" : "4679012cd0149cdb626a58459aaa6818c764a",
799
+ "type" : {
800
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Topic",
801
+ "name" : "JMS Topic",
802
+ "identityHash" : "75c24027bbd562b062152731fd59a0cee80ffa2",
803
+ "id" : "JMS Topic"
804
+ },
805
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-topic=HawkularAvailData"
806
+ }, {
807
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-topic%3DHawkularAlertsActionsTopic",
808
+ "properties" : {
809
+ "__identityHash" : "3fdc26ee9e714a37e73a6d2387c3b71b397d2c71"
810
+ },
811
+ "name" : "JMS Topic [HawkularAlertsActionsTopic]",
812
+ "identityHash" : "3fdc26ee9e714a37e73a6d2387c3b71b397d2c71",
813
+ "type" : {
814
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Topic",
815
+ "name" : "JMS Topic",
816
+ "identityHash" : "75c24027bbd562b062152731fd59a0cee80ffa2",
817
+ "id" : "JMS Topic"
818
+ },
819
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-topic=HawkularAlertsActionsTopic"
820
+ }, {
821
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-queue%3Dhawkular%2Fmetrics%2Favailability%2Fnew",
822
+ "properties" : {
823
+ "__identityHash" : "7a723dba6e393c269494f579993c925c11547b8"
824
+ },
825
+ "name" : "JMS Queue [hawkular/metrics/availability/new]",
826
+ "identityHash" : "7a723dba6e393c269494f579993c925c11547b8",
827
+ "type" : {
828
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Queue",
829
+ "name" : "JMS Queue",
830
+ "identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
831
+ "id" : "JMS Queue"
832
+ },
833
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-queue=hawkular/metrics/availability/new"
834
+ }, {
835
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-queue%3DExpiryQueue",
836
+ "properties" : {
837
+ "__identityHash" : "934b90abb1a1d0b02799eefc7fad09b66c07d69"
838
+ },
839
+ "name" : "JMS Queue [ExpiryQueue]",
840
+ "identityHash" : "934b90abb1a1d0b02799eefc7fad09b66c07d69",
841
+ "type" : {
842
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Queue",
843
+ "name" : "JMS Queue",
844
+ "identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
845
+ "id" : "JMS Queue"
846
+ },
847
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-queue=ExpiryQueue"
848
+ }, {
849
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-queue%3Dhawkular%2Fmetrics%2Fcounters%2Fnew",
850
+ "properties" : {
851
+ "__identityHash" : "5bacc134564c5effc0727b6d7c29ea9fa52a6"
852
+ },
853
+ "name" : "JMS Queue [hawkular/metrics/counters/new]",
854
+ "identityHash" : "5bacc134564c5effc0727b6d7c29ea9fa52a6",
855
+ "type" : {
856
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Queue",
857
+ "name" : "JMS Queue",
858
+ "identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
859
+ "id" : "JMS Queue"
860
+ },
861
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-queue=hawkular/metrics/counters/new"
862
+ }, {
863
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-queue%3DHawkularAlertsActionsResponseQueue",
864
+ "properties" : {
865
+ "__identityHash" : "d0cef07e50b7161c185a5ee8b8e9c3bca7da0"
866
+ },
867
+ "name" : "JMS Queue [HawkularAlertsActionsResponseQueue]",
868
+ "identityHash" : "d0cef07e50b7161c185a5ee8b8e9c3bca7da0",
869
+ "type" : {
870
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Queue",
871
+ "name" : "JMS Queue",
872
+ "identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
873
+ "id" : "JMS Queue"
874
+ },
875
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-queue=HawkularAlertsActionsResponseQueue"
876
+ }, {
877
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-queue%3DHawkularAlertsPluginsQueue",
878
+ "properties" : {
879
+ "__identityHash" : "fad75b70ec5773329a3995f1354657b7112486"
880
+ },
881
+ "name" : "JMS Queue [HawkularAlertsPluginsQueue]",
882
+ "identityHash" : "fad75b70ec5773329a3995f1354657b7112486",
883
+ "type" : {
884
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Queue",
885
+ "name" : "JMS Queue",
886
+ "identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
887
+ "id" : "JMS Queue"
888
+ },
889
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-queue=HawkularAlertsPluginsQueue"
890
+ }, {
891
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-queue%3DDLQ",
892
+ "properties" : {
893
+ "__identityHash" : "17b3283870368e6536439d7e6cafbb4388c17e84"
894
+ },
895
+ "name" : "JMS Queue [DLQ]",
896
+ "identityHash" : "17b3283870368e6536439d7e6cafbb4388c17e84",
897
+ "type" : {
898
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Queue",
899
+ "name" : "JMS Queue",
900
+ "identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
901
+ "id" : "JMS Queue"
902
+ },
903
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-queue=DLQ"
904
+ }, {
905
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault/r;Local~%2Fsubsystem%3Dmessaging-activemq%2Fserver%3Ddefault%2Fjms-queue%3Dhawkular%2Fmetrics%2Fgauges%2Fnew",
906
+ "properties" : {
907
+ "__identityHash" : "2e8f75c896d51e624fd442c159c314497a944f"
908
+ },
909
+ "name" : "JMS Queue [hawkular/metrics/gauges/new]",
910
+ "identityHash" : "2e8f75c896d51e624fd442c159c314497a944f",
911
+ "type" : {
912
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;JMS%20Queue",
913
+ "name" : "JMS Queue",
914
+ "identityHash" : "e231d2d4c8c38b428725c32f4e695fad772c1db8",
915
+ "id" : "JMS Queue"
916
+ },
917
+ "id" : "Local~/subsystem=messaging-activemq/server=default/jms-queue=hawkular/metrics/gauges/new"
918
+ }, {
919
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets/r;Local~%2Fsocket-binding-group%3Dstandard-sockets%2Fsocket-binding%3Dmanagement-http",
920
+ "properties" : {
921
+ "__identityHash" : "3fa1d71a94aa059ab373e173378e9a58d4bf07f"
922
+ },
923
+ "name" : "Socket Binding [management-http]",
924
+ "identityHash" : "3fa1d71a94aa059ab373e173378e9a58d4bf07f",
925
+ "type" : {
926
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Socket%20Binding",
927
+ "name" : "Socket Binding",
928
+ "identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
929
+ "id" : "Socket Binding"
930
+ },
931
+ "id" : "Local~/socket-binding-group=standard-sockets/socket-binding=management-http"
932
+ }, {
933
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets/r;Local~%2Fsocket-binding-group%3Dstandard-sockets%2Fsocket-binding%3Dtxn-status-manager",
934
+ "properties" : {
935
+ "__identityHash" : "2a21c8dcbd12536e769962a4b3991cc7ae1eb93"
936
+ },
937
+ "name" : "Socket Binding [txn-status-manager]",
938
+ "identityHash" : "2a21c8dcbd12536e769962a4b3991cc7ae1eb93",
939
+ "type" : {
940
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Socket%20Binding",
941
+ "name" : "Socket Binding",
942
+ "identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
943
+ "id" : "Socket Binding"
944
+ },
945
+ "id" : "Local~/socket-binding-group=standard-sockets/socket-binding=txn-status-manager"
946
+ }, {
947
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets/r;Local~%2Fsocket-binding-group%3Dstandard-sockets%2Fsocket-binding%3Dtxn-recovery-environment",
948
+ "properties" : {
949
+ "__identityHash" : "70b7206848cde63a21e95e12f820b26a4f2f1e59"
950
+ },
951
+ "name" : "Socket Binding [txn-recovery-environment]",
952
+ "identityHash" : "70b7206848cde63a21e95e12f820b26a4f2f1e59",
953
+ "type" : {
954
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Socket%20Binding",
955
+ "name" : "Socket Binding",
956
+ "identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
957
+ "id" : "Socket Binding"
958
+ },
959
+ "id" : "Local~/socket-binding-group=standard-sockets/socket-binding=txn-recovery-environment"
960
+ }, {
961
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets/r;Local~%2Fsocket-binding-group%3Dstandard-sockets%2Fsocket-binding%3Dhttp",
962
+ "properties" : {
963
+ "__identityHash" : "8f666b2ff078fb672d56aff59b8d4c24756b5"
964
+ },
965
+ "name" : "Socket Binding [http]",
966
+ "identityHash" : "8f666b2ff078fb672d56aff59b8d4c24756b5",
967
+ "type" : {
968
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Socket%20Binding",
969
+ "name" : "Socket Binding",
970
+ "identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
971
+ "id" : "Socket Binding"
972
+ },
973
+ "id" : "Local~/socket-binding-group=standard-sockets/socket-binding=http"
974
+ }, {
975
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets/r;Local~%2Fsocket-binding-group%3Dstandard-sockets%2Fsocket-binding%3Dhttps",
976
+ "properties" : {
977
+ "__identityHash" : "5752639d273d492b853d937c4f78a87e1e83515"
978
+ },
979
+ "name" : "Socket Binding [https]",
980
+ "identityHash" : "5752639d273d492b853d937c4f78a87e1e83515",
981
+ "type" : {
982
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Socket%20Binding",
983
+ "name" : "Socket Binding",
984
+ "identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
985
+ "id" : "Socket Binding"
986
+ },
987
+ "id" : "Local~/socket-binding-group=standard-sockets/socket-binding=https"
988
+ }, {
989
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets/r;Local~%2Fsocket-binding-group%3Dstandard-sockets%2Fsocket-binding%3Dmanagement-https",
990
+ "properties" : {
991
+ "__identityHash" : "d37d3d7ce5cda8dc4522f09cec1b7aa355cbead"
992
+ },
993
+ "name" : "Socket Binding [management-https]",
994
+ "identityHash" : "d37d3d7ce5cda8dc4522f09cec1b7aa355cbead",
995
+ "type" : {
996
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Socket%20Binding",
997
+ "name" : "Socket Binding",
998
+ "identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
999
+ "id" : "Socket Binding"
1000
+ },
1001
+ "id" : "Local~/socket-binding-group=standard-sockets/socket-binding=management-https"
1002
+ }, {
1003
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets/r;Local~%2Fsocket-binding-group%3Dstandard-sockets%2Fsocket-binding%3Dajp",
1004
+ "properties" : {
1005
+ "__identityHash" : "aaddfaf9a5938ede151ca0f7abe98f3806ad52"
1006
+ },
1007
+ "name" : "Socket Binding [ajp]",
1008
+ "identityHash" : "aaddfaf9a5938ede151ca0f7abe98f3806ad52",
1009
+ "type" : {
1010
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Socket%20Binding",
1011
+ "name" : "Socket Binding",
1012
+ "identityHash" : "9e8eefdeb8e37da1b2fa96e756b262caeea5",
1013
+ "id" : "Socket Binding"
1014
+ },
1015
+ "id" : "Local~/socket-binding-group=standard-sockets/socket-binding=ajp"
1016
+ }, {
1017
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsocket-binding-group%3Dstandard-sockets/r;Local~%2Fsocket-binding-group%3Dstandard-sockets%2Fremote-destination-outbound-socket-binding%3Dmail-smtp",
1018
+ "properties" : {
1019
+ "__identityHash" : "8f5567368a3e0488abed7549f49cdc3b560"
1020
+ },
1021
+ "name" : "Remote Destination Outbound Socket Binding [mail-smtp]",
1022
+ "identityHash" : "8f5567368a3e0488abed7549f49cdc3b560",
1023
+ "type" : {
1024
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Remote%20Destination%20Outbound%20Socket%20Binding",
1025
+ "name" : "Remote Destination Outbound Socket Binding",
1026
+ "identityHash" : "35c9cb7b4ea86e90f10e3fe64c6d14d3456ee96",
1027
+ "id" : "Remote Destination Outbound Socket Binding"
1028
+ },
1029
+ "id" : "Local~/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=mail-smtp"
1030
+ }, {
1031
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan/r;Local~%2Fsubsystem%3Dinfinispan%2Fcache-container%3Dhawkular-alerts",
1032
+ "properties" : {
1033
+ "__identityHash" : "d06688885afa36228f71a3c7fd8eb9fa873c70"
1034
+ },
1035
+ "name" : "Infinispan Cache Container [hawkular-alerts]",
1036
+ "identityHash" : "d06688885afa36228f71a3c7fd8eb9fa873c70",
1037
+ "type" : {
1038
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Infinispan%20Cache%20Container",
1039
+ "name" : "Infinispan Cache Container",
1040
+ "identityHash" : "53f33112d2fa8726fd7a36b3b09827b874f36c2",
1041
+ "id" : "Infinispan Cache Container"
1042
+ },
1043
+ "id" : "Local~/subsystem=infinispan/cache-container=hawkular-alerts"
1044
+ }, {
1045
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan/r;Local~%2Fsubsystem%3Dinfinispan%2Fcache-container%3Dejb",
1046
+ "properties" : {
1047
+ "__identityHash" : "e92f58def1c0e2a128d3f3a4acdd908bc5b15"
1048
+ },
1049
+ "name" : "Infinispan Cache Container [ejb]",
1050
+ "identityHash" : "e92f58def1c0e2a128d3f3a4acdd908bc5b15",
1051
+ "type" : {
1052
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Infinispan%20Cache%20Container",
1053
+ "name" : "Infinispan Cache Container",
1054
+ "identityHash" : "53f33112d2fa8726fd7a36b3b09827b874f36c2",
1055
+ "id" : "Infinispan Cache Container"
1056
+ },
1057
+ "id" : "Local~/subsystem=infinispan/cache-container=ejb"
1058
+ }, {
1059
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan/r;Local~%2Fsubsystem%3Dinfinispan%2Fcache-container%3Dhibernate",
1060
+ "properties" : {
1061
+ "__identityHash" : "37e17699f3722f7f94c5bd15b2657d318edfe7dd"
1062
+ },
1063
+ "name" : "Infinispan Cache Container [hibernate]",
1064
+ "identityHash" : "37e17699f3722f7f94c5bd15b2657d318edfe7dd",
1065
+ "type" : {
1066
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Infinispan%20Cache%20Container",
1067
+ "name" : "Infinispan Cache Container",
1068
+ "identityHash" : "53f33112d2fa8726fd7a36b3b09827b874f36c2",
1069
+ "id" : "Infinispan Cache Container"
1070
+ },
1071
+ "id" : "Local~/subsystem=infinispan/cache-container=hibernate"
1072
+ }, {
1073
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan/r;Local~%2Fsubsystem%3Dinfinispan%2Fcache-container%3Dhawkular-services",
1074
+ "properties" : {
1075
+ "__identityHash" : "33b6d348bc7895124254c14a5a8121d64775b1"
1076
+ },
1077
+ "name" : "Infinispan Cache Container [hawkular-services]",
1078
+ "identityHash" : "33b6d348bc7895124254c14a5a8121d64775b1",
1079
+ "type" : {
1080
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Infinispan%20Cache%20Container",
1081
+ "name" : "Infinispan Cache Container",
1082
+ "identityHash" : "53f33112d2fa8726fd7a36b3b09827b874f36c2",
1083
+ "id" : "Infinispan Cache Container"
1084
+ },
1085
+ "id" : "Local~/subsystem=infinispan/cache-container=hawkular-services"
1086
+ }, {
1087
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan/r;Local~%2Fsubsystem%3Dinfinispan%2Fcache-container%3Dweb",
1088
+ "properties" : {
1089
+ "__identityHash" : "a1b2ad66fecda4f367bb4bee4579dd9e55a65fc"
1090
+ },
1091
+ "name" : "Infinispan Cache Container [web]",
1092
+ "identityHash" : "a1b2ad66fecda4f367bb4bee4579dd9e55a65fc",
1093
+ "type" : {
1094
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Infinispan%20Cache%20Container",
1095
+ "name" : "Infinispan Cache Container",
1096
+ "identityHash" : "53f33112d2fa8726fd7a36b3b09827b874f36c2",
1097
+ "id" : "Infinispan Cache Container"
1098
+ },
1099
+ "id" : "Local~/subsystem=infinispan/cache-container=web"
1100
+ }, {
1101
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~/r;Local~%2Fsubsystem%3Dinfinispan/r;Local~%2Fsubsystem%3Dinfinispan%2Fcache-container%3Dserver",
1102
+ "properties" : {
1103
+ "__identityHash" : "58bbf4a7cf3daff46f22d986de456f38f9c8b771"
1104
+ },
1105
+ "name" : "Infinispan Cache Container [server]",
1106
+ "identityHash" : "58bbf4a7cf3daff46f22d986de456f38f9c8b771",
1107
+ "type" : {
1108
+ "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;Infinispan%20Cache%20Container",
1109
+ "name" : "Infinispan Cache Container",
1110
+ "identityHash" : "53f33112d2fa8726fd7a36b3b09827b874f36c2",
1111
+ "id" : "Infinispan Cache Container"
1112
+ },
1113
+ "id" : "Local~/subsystem=infinispan/cache-container=server"
1114
+ } ]
1115
+ http_version:
1116
+ recorded_at: Wed, 10 Aug 2016 22:35:49 GMT
1117
+ recorded_with: VCR 3.0.3