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