hawkular-client 2.9.0 → 3.0.0

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