hawkular-client 2.6.0 → 2.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (291) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.rdoc +5 -2
  3. data/lib/hawkular/hawkular_client.rb +1 -1
  4. data/lib/hawkular/inventory/inventory_api.rb +2 -1
  5. data/lib/hawkular/metrics/metric_api.rb +4 -1
  6. data/lib/hawkular/operations/operations_api.rb +7 -4
  7. data/lib/hawkular/version.rb +1 -1
  8. data/spec/integration/inventory_spec.rb +516 -466
  9. data/spec/integration/metric_spec.rb +612 -561
  10. data/spec/integration/operations_spec.rb +425 -504
  11. data/spec/spec_helper.rb +73 -19
  12. data/spec/vcr_cassettes/Inventory/{Connection → NonSecure/Connection/Templates}/Should_err_on_bad_credentials.yml +6 -4
  13. data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Explicit_Credentials.yml +13 -9
  14. data/spec/vcr_cassettes/Inventory/{Tenants → NonSecure/Tenants/Templates}/Should_Get_Tenant_For_Implicit_Credentials.yml +13 -9
  15. data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates → NonSecure/inventory_0_17}/Client_should_listen_on_various_inventory_events.json +5 -5
  16. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Client_should_listen_on_various_inventory_events.yml +21 -13
  17. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/create_url.yml +12 -10
  18. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Helpers/generate_some_events_for_websocket.yml +51 -37
  19. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17/Templates}/Helpers/get_feeds.yml +11 -9
  20. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_List_datasources_with_no_props.yml +11 -7
  21. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed.yml +6 -4
  22. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_feed_again.yml +16 -10
  23. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +664 -0
  24. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource.yml +31 -19
  25. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resource_with_metric.yml +77 -49
  26. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_a_resourcetype.yml +16 -10
  27. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_create_and_delete_feed.yml +19 -13
  28. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
  29. data/spec/vcr_cassettes/Inventory/NonSecure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
  30. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_have_the_same_requested_metric_type_id.yml +8 -8
  31. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_URLs.yml +29 -7
  32. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys.yml +10 -8
  33. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_WildFlys_with_props.yml +24 -17
  34. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_all_the_resource_types.yml +6 -4
  35. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_WildFly.yml +31 -13
  36. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_children_of_nested_resource.yml +16 -10
  37. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_feeds.yml +9 -7
  38. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_heap_metrics_for_WildFlys.yml +196 -188
  39. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_for_WildFlys.yml +72 -68
  40. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_metric_type.yml +12 -44
  41. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_metrics_of_given_resource_type.yml +63 -61
  42. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource.yml +220 -156
  43. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_operation_definitions_of_given_resource_type.yml +200 -140
  44. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_recursive_children_of_WildFly.yml +30 -12
  45. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_relationships_of_WildFly.yml +129 -113
  46. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_resources_for_feed.yml +12 -10
  47. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_bad_feed.yml +6 -4
  48. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_list_types_with_feed.yml +7 -5
  49. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_not_find_an_unknown_resource.yml +6 -4
  50. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_nested_resource.yml +6 -4
  51. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_config_data_of_given_resource.yml +15 -10
  52. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → NonSecure/inventory_0_17}/Templates/Should_return_the_version.yml +8 -6
  53. data/spec/vcr_cassettes/Inventory/Secure/Connection/Templates/Should_err_on_bad_credentials.yml +44 -0
  54. data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Explicit_Credentials.yml +101 -0
  55. data/spec/vcr_cassettes/Inventory/Secure/Tenants/Templates/Should_Get_Tenant_For_Implicit_Credentials.yml +101 -0
  56. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Client_should_listen_on_various_inventory_events.json +47 -0
  57. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Client_should_listen_on_various_inventory_events.yml +207 -0
  58. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/create_url.yml +52 -0
  59. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Helpers/generate_some_events_for_websocket.yml +411 -0
  60. data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml → Secure/inventory_0_17/Templates/Helpers/get_feeds.yml} +13 -11
  61. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_List_datasources_with_no_props.yml +133 -0
  62. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed.yml +59 -0
  63. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_feed_again.yml +181 -0
  64. data/spec/vcr_cassettes/Inventory/{inventory_0_17 → Secure/inventory_0_17}/Templates/Should_create_a_nested_resource_and_metric_on_it.yml +108 -150
  65. data/spec/vcr_cassettes/Inventory/{inventory_0_17/Templates/Should_create_and_get_a_resource.yml → Secure/inventory_0_17/Templates/Should_create_a_resource.yml} +45 -87
  66. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resource_with_metric.yml +846 -0
  67. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_a_resourcetype.yml +169 -0
  68. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_delete_feed.yml +166 -0
  69. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_create_and_get_a_resource.yml +420 -0
  70. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_get_resource_with_its_configurations.yml +132 -0
  71. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_have_the_same_requested_metric_type_id.yml +73 -0
  72. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_URLs.yml +90 -0
  73. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys.yml +70 -0
  74. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_WildFlys_with_props.yml +138 -0
  75. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_all_the_resource_types.yml +59 -0
  76. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_WildFly.yml +333 -0
  77. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_children_of_nested_resource.yml +180 -0
  78. data/spec/vcr_cassettes/{Operation/Helpers/get_feed.yml → Inventory/Secure/inventory_0_17/Templates/Should_list_feeds.yml} +13 -11
  79. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_heap_metrics_for_WildFlys.yml +943 -0
  80. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_for_WildFlys.yml +361 -0
  81. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_metric_type.yml +90 -0
  82. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_metrics_of_given_resource_type.yml +294 -0
  83. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource.yml +871 -0
  84. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_operation_definitions_of_given_resource_type.yml +740 -0
  85. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_recursive_children_of_WildFly.yml +1117 -0
  86. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_relationships_of_WildFly.yml +393 -0
  87. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_resources_for_feed.yml +84 -0
  88. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_bad_feed.yml +55 -0
  89. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_list_types_with_feed.yml +166 -0
  90. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_not_find_an_unknown_resource.yml +59 -0
  91. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_nested_resource.yml +66 -0
  92. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_config_data_of_given_resource.yml +71 -0
  93. data/spec/vcr_cassettes/Inventory/Secure/inventory_0_17/Templates/Should_return_the_version.yml +50 -0
  94. data/spec/vcr_cassettes/Inventory/Templates/Should_list_feeds_when_using_SSL_without_certificate.yml +114 -0
  95. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Get_metric_definition_by_id.yml +10 -8
  96. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Retrieve_metric_rate_points.yml +18 -14
  97. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Availability_definition.yml +18 -14
  98. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_Counter_definition.yml +18 -14
  99. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_create_gauge_definition.yml +18 -14
  100. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_push_metric_data_to_existing_gauge.yml +9 -7
  101. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_update_tags_for_Availability_definition.yml +28 -22
  102. data/spec/vcr_cassettes/{Metric_ID_with_special_characters → Metrics/NonSecure/ID_with_special_characters/Templates}/Should_update_tags_for_gauge_definition.yml +28 -22
  103. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +12 -8
  104. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +14 -10
  105. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_group_contiguous_values.yml +10 -6
  106. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +19 -13
  107. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +31 -21
  108. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +14 -10
  109. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +12 -8
  110. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +28 -18
  111. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +38 -24
  112. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +32 -20
  113. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +19 -13
  114. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +14 -10
  115. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +12 -8
  116. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +32 -20
  117. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +19 -13
  118. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_return_periods.yml +10 -6
  119. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +31 -21
  120. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +48 -52
  121. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +39 -25
  122. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +36 -24
  123. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/No_Tenant/Should_fail.yml +6 -4
  124. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Simple/Should_be_Cool.yml +2 -2
  125. data/spec/vcr_cassettes/Metrics/{metrics_0_16_0 → NonSecure/metrics_0_16_0}/Templates/Status/Should_return_the_version.yml +5 -3
  126. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  127. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +0 -0
  128. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +3 -3
  129. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +0 -0
  130. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +0 -0
  131. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +3 -3
  132. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +0 -0
  133. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +0 -0
  134. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +0 -0
  135. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +0 -0
  136. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +3 -3
  137. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +0 -0
  138. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +0 -0
  139. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +0 -0
  140. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_return_periods.yml +0 -0
  141. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +0 -0
  142. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +0 -0
  143. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +0 -0
  144. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Simple/Should_be_Cool.yml +0 -0
  145. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Status/Should_return_the_version.yml +0 -0
  146. data/spec/vcr_cassettes/Metrics/{metrics_0_8_0 → NonSecure/metrics_0_8_0}/Templates/Tenants/Should_create_and_return_tenant.yml +0 -0
  147. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +19 -15
  148. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +21 -17
  149. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_group_contiguous_values.yml +17 -13
  150. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +29 -23
  151. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +47 -37
  152. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +21 -17
  153. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +19 -15
  154. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +44 -34
  155. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +60 -46
  156. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +51 -39
  157. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +29 -23
  158. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +21 -17
  159. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +19 -15
  160. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +51 -39
  161. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +29 -23
  162. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_periods.yml +17 -13
  163. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
  164. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +12 -10
  165. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +47 -37
  166. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Mixed_metrics/Should_fetch_rate_stats_for_mixed_metric.yml +328 -0
  167. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +32 -32
  168. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +70 -74
  169. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +61 -47
  170. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +55 -43
  171. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/No_Tenant/Should_fail.yml +9 -7
  172. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Simple/Should_be_Cool.yml +3 -3
  173. data/spec/vcr_cassettes/Metrics/{metrics_services → NonSecure/metrics_services}/Templates/Status/Should_return_the_version.yml +10 -8
  174. data/spec/vcr_cassettes/Metrics/NonSecure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  175. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Get_metric_definition_by_id.yml +51 -0
  176. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Retrieve_metric_rate_points.yml +92 -0
  177. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Availability_definition.yml +101 -0
  178. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_Counter_definition.yml +101 -0
  179. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_create_gauge_definition.yml +101 -0
  180. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_push_metric_data_to_existing_gauge.yml +50 -0
  181. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_Availability_definition.yml +146 -0
  182. data/spec/vcr_cassettes/Metrics/Secure/ID_with_special_characters/Templates/Should_update_tags_for_gauge_definition.yml +146 -0
  183. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
  184. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
  185. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
  186. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
  187. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
  188. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
  189. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
  190. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
  191. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
  192. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
  193. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
  194. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
  195. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
  196. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
  197. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
  198. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
  199. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
  200. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
  201. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
  202. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +285 -0
  203. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/No_Tenant/Should_fail.yml +50 -0
  204. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Simple/Should_be_Cool.yml +48 -0
  205. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Status/Should_return_the_version.yml +44 -0
  206. data/spec/vcr_cassettes/Metrics/Secure/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  207. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_Availability_definition_using_MetricDefinition_parameter.yml +99 -0
  208. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_create_and_return_Availability_using_Hash_parameter.yml +99 -0
  209. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_group_contiguous_values.yml +97 -0
  210. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_push_metric_data_to_non-existing_Availability.yml +144 -0
  211. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Availability_metrics/Should_update_tags_for_Availability_definition.yml +240 -0
  212. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_and_return_counter_using_Hash_parameter.yml +99 -0
  213. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_create_counter_definition_using_MetricDefinition_parameter.yml +99 -0
  214. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_as_bucketed_results.yml +240 -0
  215. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +328 -0
  216. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_existing_counter.yml +281 -0
  217. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Counter_metrics/Should_push_metric_data_to_non-existing_counter.yml +144 -0
  218. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_Hash.yml +99 -0
  219. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_create_gauge_definition_using_MetricDefinition.yml +99 -0
  220. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_existing_gauge.yml +281 -0
  221. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_push_metric_data_to_non-existing_gauge.yml +144 -0
  222. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_periods.yml +97 -0
  223. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +50 -0
  224. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory_def.yml +51 -0
  225. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Gauge_metrics/Should_update_tags_for_gauge_definition.yml +240 -0
  226. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_fetch_stats_for_mixed_metric.yml +364 -0
  227. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_requests_raw_data_for_multiple_metrics.yml +326 -0
  228. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request.yml +314 -0
  229. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Mixed_metrics/Should_send_mixed_metric_request_of_a_single_type.yml +285 -0
  230. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/No_Tenant/Should_fail.yml +50 -0
  231. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Simple/Should_be_Cool.yml +48 -0
  232. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Status/Should_return_the_version.yml +44 -0
  233. data/spec/vcr_cassettes/Metrics/Secure/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +99 -0
  234. data/spec/vcr_cassettes/Operation/NonSecure/Helpers/Templates/get_feed.yml +61 -0
  235. data/spec/vcr_cassettes/Operation/{Helpers → NonSecure/Helpers/Templates}/get_tenant.yml +8 -5
  236. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
  237. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Add_datasource_should_be_doable.json +23 -0
  238. data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/Add_deployment_should_be_doable.json +4 -7
  239. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
  240. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
  241. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
  242. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
  243. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
  244. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
  245. data/spec/vcr_cassettes/Operation/NonSecure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
  246. data/spec/vcr_cassettes/Operation/{Operation → NonSecure/Operation}/should_not_be_possible_to_perform_on_closed_client.json +1 -1
  247. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
  248. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
  249. data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_bail_with_no_host.json +0 -0
  250. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established.json +9 -0
  251. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
  252. data/spec/vcr_cassettes/Operation/NonSecure/Websocket_connection/should_run_into_error_callback.json +18 -0
  253. data/spec/vcr_cassettes/Operation/{Websocket_connection → NonSecure/Websocket_connection}/should_run_into_error_callback_because_bad_hash_parameters.json +1 -1
  254. data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_feed.yml +61 -0
  255. data/spec/vcr_cassettes/Operation/Secure/Helpers/Templates/get_tenant.yml +55 -0
  256. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_JDBC_driver_should_add_the_driver.json +23 -0
  257. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_datasource_should_be_doable.json +23 -0
  258. data/spec/vcr_cassettes/Operation/Secure/Operation/Add_deployment_should_be_doable.json +23 -0
  259. data/spec/vcr_cassettes/Operation/Secure/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +23 -0
  260. data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +23 -0
  261. data/spec/vcr_cassettes/Operation/Secure/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +23 -0
  262. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_can_be_run_multiple_times_in_parallel.json +32 -0
  263. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +23 -0
  264. data/spec/vcr_cassettes/Operation/Secure/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +23 -0
  265. data/spec/vcr_cassettes/Operation/Secure/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +23 -0
  266. data/spec/vcr_cassettes/Operation/Secure/Operation/should_not_be_possible_to_perform_on_closed_client.json +12 -0
  267. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +9 -0
  268. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +9 -0
  269. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_bail_with_no_host.json +3 -0
  270. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established.json +9 -0
  271. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_be_established_via_entrypoint.json +9 -0
  272. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback.json +18 -0
  273. data/spec/vcr_cassettes/Operation/Secure/Websocket_connection/should_run_into_error_callback_because_bad_hash_parameters.json +13 -0
  274. metadata +526 -282
  275. data/spec/vcr_cassettes/Metrics/metrics_0_16_0/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
  276. data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Gauge_metrics/Should_return_platform_memory.yml +0 -48
  277. data/spec/vcr_cassettes/Metrics/metrics_services/Templates/Tenants/Should_create_and_return_tenant.yml +0 -95
  278. data/spec/vcr_cassettes/Operation/Operation/Add_JDBC_driver_should_add_the_driver.json +0 -26
  279. data/spec/vcr_cassettes/Operation/Operation/Add_datasource_should_be_doable.json +0 -26
  280. data/spec/vcr_cassettes/Operation/Operation/Disable_should_be_performed_and_eventually_respond_with_success.json +0 -26
  281. data/spec/vcr_cassettes/Operation/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +0 -26
  282. data/spec/vcr_cassettes/Operation/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +0 -26
  283. data/spec/vcr_cassettes/Operation/Operation/Restart_can_be_run_multiple_times_in_parallel.json +0 -40
  284. data/spec/vcr_cassettes/Operation/Operation/Restart_should_be_performed_and_eventually_respond_with_success.json +0 -26
  285. data/spec/vcr_cassettes/Operation/Operation/Restart_should_not_be_performed_if_resource_path_is_wrong.json +0 -26
  286. data/spec/vcr_cassettes/Operation/Operation/Undeploy_deployment_should_be_performed_and_eventually_respond_with_success.json +0 -26
  287. data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_callback_at_all.json +0 -9
  288. data/spec/vcr_cassettes/Operation/Websocket_connection/should_bail_with_hash_property_error_because_no_error-callback_.json +0 -9
  289. data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established.json +0 -9
  290. data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established_via_entrypoint.json +0 -9
  291. data/spec/vcr_cassettes/Operation/Websocket_connection/should_run_into_error_callback.json +0 -13
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r
5
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -17,6 +17,8 @@ http_interactions:
17
17
  - hawkular
18
18
  Content-Type:
19
19
  - application/json
20
+ Host:
21
+ - localhost:8080
20
22
  response:
21
23
  status:
22
24
  code: 200
@@ -33,7 +35,7 @@ http_interactions:
33
35
  Pragma:
34
36
  - no-cache
35
37
  Date:
36
- - Wed, 24 Aug 2016 21:33:49 GMT
38
+ - Tue, 30 Aug 2016 15:26:41 GMT
37
39
  X-Total-Count:
38
40
  - '1'
39
41
  Connection:
@@ -41,7 +43,7 @@ http_interactions:
41
43
  Content-Type:
42
44
  - application/json
43
45
  Content-Length:
44
- - '669'
46
+ - '665'
45
47
  Link:
46
48
  - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/rl;defines/type=r>;
47
49
  rel="current"
@@ -51,24 +53,24 @@ http_interactions:
51
53
  [ {
52
54
  "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
53
55
  "name" : "WildFly Server [Local]",
54
- "identityHash" : "6035c8b9c1d4741a5c2fc374d211695d9421edee",
56
+ "identityHash" : "3dea1e437737a93e607d69b7a6e3db517231a",
55
57
  "contentHash" : "279ff07c7f8bb9a36853a063514dd723667afc",
56
- "syncHash" : "33965ba2e9465c484f552162cb6a5fe138f6496",
58
+ "syncHash" : "3e84c1c5b54c0d38016a8a93c2edd872ad5f5",
57
59
  "type" : {
58
60
  "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
59
61
  "name" : "WildFly Server",
60
- "identityHash" : "286de75e6fa8d56674dd8cdf3d46f2910b333",
62
+ "identityHash" : "ab7029efaddc2c15983a8e8a28576b5d6f24c7",
61
63
  "contentHash" : "96dfab5fa91ff8fea2be793138eb9f9d84399bc",
62
- "syncHash" : "838515c459d3b6a5f0583ffaedd9bcddcc108cb5",
64
+ "syncHash" : "eaff3fc55473c319fc4135147084ae425eb2ed6b",
63
65
  "id" : "WildFly Server"
64
66
  },
65
67
  "id" : "Local~~"
66
68
  } ]
67
69
  http_version:
68
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
70
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
69
71
  - request:
70
72
  method: get
71
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/entity/f;<%= feed_uuid %>/r;Local~~
73
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/entity/f;<%= feed_uuid %>/r;Local~~
72
74
  body:
73
75
  encoding: US-ASCII
74
76
  string: ''
@@ -83,6 +85,8 @@ http_interactions:
83
85
  - hawkular
84
86
  Content-Type:
85
87
  - application/json
88
+ Host:
89
+ - localhost:8080
86
90
  response:
87
91
  status:
88
92
  code: 200
@@ -99,37 +103,37 @@ http_interactions:
99
103
  Pragma:
100
104
  - no-cache
101
105
  Date:
102
- - Wed, 24 Aug 2016 21:33:49 GMT
106
+ - Tue, 30 Aug 2016 15:26:41 GMT
103
107
  Connection:
104
108
  - keep-alive
105
109
  Content-Type:
106
110
  - application/json
107
111
  Content-Length:
108
- - '665'
112
+ - '661'
109
113
  body:
110
114
  encoding: UTF-8
111
115
  string: |-
112
116
  {
113
117
  "path" : "/t;hawkular/f;<%= feed_uuid %>/r;Local~~",
114
118
  "name" : "WildFly Server [Local]",
115
- "identityHash" : "6035c8b9c1d4741a5c2fc374d211695d9421edee",
119
+ "identityHash" : "3dea1e437737a93e607d69b7a6e3db517231a",
116
120
  "contentHash" : "279ff07c7f8bb9a36853a063514dd723667afc",
117
- "syncHash" : "33965ba2e9465c484f552162cb6a5fe138f6496",
121
+ "syncHash" : "3e84c1c5b54c0d38016a8a93c2edd872ad5f5",
118
122
  "type" : {
119
123
  "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server",
120
124
  "name" : "WildFly Server",
121
- "identityHash" : "286de75e6fa8d56674dd8cdf3d46f2910b333",
125
+ "identityHash" : "ab7029efaddc2c15983a8e8a28576b5d6f24c7",
122
126
  "contentHash" : "96dfab5fa91ff8fea2be793138eb9f9d84399bc",
123
- "syncHash" : "838515c459d3b6a5f0583ffaedd9bcddcc108cb5",
127
+ "syncHash" : "eaff3fc55473c319fc4135147084ae425eb2ed6b",
124
128
  "id" : "WildFly Server"
125
129
  },
126
130
  "id" : "Local~~"
127
131
  }
128
132
  http_version:
129
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
133
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
130
134
  - request:
131
135
  method: get
132
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/type=ot
136
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/type=ot
133
137
  body:
134
138
  encoding: US-ASCII
135
139
  string: ''
@@ -144,6 +148,8 @@ http_interactions:
144
148
  - hawkular
145
149
  Content-Type:
146
150
  - application/json
151
+ Host:
152
+ - localhost:8080
147
153
  response:
148
154
  status:
149
155
  code: 200
@@ -160,7 +166,7 @@ http_interactions:
160
166
  Pragma:
161
167
  - no-cache
162
168
  Date:
163
- - Wed, 24 Aug 2016 21:33:49 GMT
169
+ - Tue, 30 Aug 2016 15:26:41 GMT
164
170
  X-Total-Count:
165
171
  - '10'
166
172
  Connection:
@@ -168,7 +174,7 @@ http_interactions:
168
174
  Content-Type:
169
175
  - application/json
170
176
  Content-Length:
171
- - '3324'
177
+ - '4365'
172
178
  Link:
173
179
  - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/type=ot>;
174
180
  rel="current"
@@ -176,39 +182,68 @@ http_interactions:
176
182
  encoding: UTF-8
177
183
  string: |-
178
184
  [ {
179
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy",
180
- "name" : "Undeploy",
181
- "identityHash" : "dff1f5b0a0cc8840825994c38becf0829098f963",
182
- "contentHash" : "48c1e5d08da1e1b3b11598e2294b3e1a6133f5d",
183
- "syncHash" : "63cb216eacffc445db5c9c2eb513c23cb337f168",
184
- "id" : "Undeploy"
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"
185
191
  }, {
186
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend",
187
- "name" : "Suspend",
188
- "identityHash" : "6ae76b4fe54b4aba5764e596d93f4b31508b7713",
189
- "contentHash" : "b24247fb5a9d8d8059901182187be57626f3ba71",
190
- "syncHash" : "697a80574196b0957958de5a687dfc87297e1822",
191
- "id" : "Suspend"
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"
192
198
  }, {
193
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR",
194
- "name" : "JDR",
195
- "identityHash" : "417bead4a2974c52ae9884323ecd2840879e1195",
196
- "contentHash" : "f13f4669a34d44603bd3826345b2d052363c8ea1",
197
- "syncHash" : "ef12f67f4a6cce3f23c958fc1f6f1ea8cada",
198
- "id" : "JDR"
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"
199
220
  }, {
200
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume",
201
- "name" : "Resume",
202
- "identityHash" : "b5103168d783b0bb67bf88f30c1fad462b635e",
203
- "contentHash" : "b3bdb5a70497bec4a2b7eb1cb0d4f37eb71a2a",
204
- "syncHash" : "17177798f5262241ff882e6da757caee123c5b4",
205
- "id" : "Resume"
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"
206
227
  }, {
207
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
+ },
208
243
  "name" : "Reload",
209
244
  "identityHash" : "86311b6b4340542cf30568188ccf4236867a51",
210
- "contentHash" : "cce7155371fc26686b89c7452337d8419692f31e",
211
- "syncHash" : "1943bd2c34644ef6f389d75c5cad7e115ec3de33",
245
+ "contentHash" : "b6251463d5d15b2e78243e57d5c67a8bd45f7fb",
246
+ "syncHash" : "ab6a41da45b25e366fb48b6b98caee882b941edf",
212
247
  "id" : "Reload"
213
248
  }, {
214
249
  "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy",
@@ -218,39 +253,48 @@ http_interactions:
218
253
  "syncHash" : "18a2d3719245a6ca7278ace46b3c2e8479929f4",
219
254
  "id" : "Deploy"
220
255
  }, {
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"
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"
227
262
  }, {
228
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment",
229
- "name" : "Disable Deployment",
230
- "identityHash" : "a8b8abfd5fb36dfc7448de959fc4776038144415",
231
- "contentHash" : "b0bc4bc91049f169d1d1e83a60686f32f13bf9",
232
- "syncHash" : "67ea89fb1af5c72b50976320f4ce47f3d7dfc7c3",
233
- "id" : "Disable Deployment"
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"
234
269
  }, {
235
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment",
236
- "name" : "Enable Deployment",
237
- "identityHash" : "951f84398217ffddf766f0b48855217b7855d933",
238
- "contentHash" : "d768f4a8b677f94969bcb0298972a3bea35c129e",
239
- "syncHash" : "e1d1e39499efa9ec106e1935faaa6e851ccff210",
240
- "id" : "Enable Deployment"
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"
241
285
  }, {
242
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown",
243
- "name" : "Shutdown",
244
- "identityHash" : "6e415243a4b3296c6a84997e73847e43ce2e86",
245
- "contentHash" : "7fddb7d8d1d6b1eeefa9af01082e0811d4b484d",
246
- "syncHash" : "1c2320c0cf1c62b534c54ab5fcccb9849a227be",
247
- "id" : "Shutdown"
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"
248
292
  } ]
249
293
  http_version:
250
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
294
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
251
295
  - request:
252
296
  method: get
253
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes
297
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes
254
298
  body:
255
299
  encoding: US-ASCII
256
300
  string: ''
@@ -265,6 +309,8 @@ http_interactions:
265
309
  - hawkular
266
310
  Content-Type:
267
311
  - application/json
312
+ Host:
313
+ - localhost:8080
268
314
  response:
269
315
  status:
270
316
  code: 200
@@ -281,7 +327,7 @@ http_interactions:
281
327
  Pragma:
282
328
  - no-cache
283
329
  Date:
284
- - Wed, 24 Aug 2016 21:33:49 GMT
330
+ - Tue, 30 Aug 2016 15:26:41 GMT
285
331
  X-Total-Count:
286
332
  - "-1"
287
333
  Connection:
@@ -291,16 +337,16 @@ http_interactions:
291
337
  Content-Length:
292
338
  - '3'
293
339
  Link:
294
- - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes>;
340
+ - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes>;
295
341
  rel="current"
296
342
  body:
297
343
  encoding: UTF-8
298
344
  string: "[ ]"
299
345
  http_version:
300
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
346
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
301
347
  - request:
302
348
  method: get
303
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes
349
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes
304
350
  body:
305
351
  encoding: US-ASCII
306
352
  string: ''
@@ -315,6 +361,8 @@ http_interactions:
315
361
  - hawkular
316
362
  Content-Type:
317
363
  - application/json
364
+ Host:
365
+ - localhost:8080
318
366
  response:
319
367
  status:
320
368
  code: 200
@@ -331,41 +379,26 @@ http_interactions:
331
379
  Pragma:
332
380
  - no-cache
333
381
  Date:
334
- - Wed, 24 Aug 2016 21:33:49 GMT
382
+ - Tue, 30 Aug 2016 15:26:41 GMT
335
383
  X-Total-Count:
336
- - '1'
384
+ - "-1"
337
385
  Connection:
338
386
  - keep-alive
339
387
  Content-Type:
340
388
  - application/json
341
389
  Content-Length:
342
- - '527'
390
+ - '3'
343
391
  Link:
344
- - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes>;
392
+ - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes>;
345
393
  rel="current"
346
394
  body:
347
395
  encoding: UTF-8
348
- string: |-
349
- [ {
350
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes",
351
- "name" : "parameterTypes",
352
- "identityHash" : "3bd3b9e1b58386881e0cd7283379743d4709917",
353
- "contentHash" : "9d50537025afe097d697d9dc4b8d932ea442e6",
354
- "syncHash" : "31301a5b29fbed63f6242bbe939f1891281fc21",
355
- "value" : {
356
- "timeout" : {
357
- "type" : "int",
358
- "description" : "Timeout in seconds to allow active connections to drain",
359
- "defaultValue" : "0",
360
- "required" : false
361
- }
362
- }
363
- } ]
396
+ string: "[ ]"
364
397
  http_version:
365
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
398
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
366
399
  - request:
367
400
  method: get
368
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes
401
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes
369
402
  body:
370
403
  encoding: US-ASCII
371
404
  string: ''
@@ -380,6 +413,8 @@ http_interactions:
380
413
  - hawkular
381
414
  Content-Type:
382
415
  - application/json
416
+ Host:
417
+ - localhost:8080
383
418
  response:
384
419
  status:
385
420
  code: 200
@@ -396,26 +431,47 @@ http_interactions:
396
431
  Pragma:
397
432
  - no-cache
398
433
  Date:
399
- - Wed, 24 Aug 2016 21:33:49 GMT
434
+ - Tue, 30 Aug 2016 15:26:41 GMT
400
435
  X-Total-Count:
401
- - "-1"
436
+ - '1'
402
437
  Connection:
403
438
  - keep-alive
404
439
  Content-Type:
405
440
  - application/json
406
441
  Content-Length:
407
- - '3'
442
+ - '705'
408
443
  Link:
409
- - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes>;
444
+ - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes>;
410
445
  rel="current"
411
446
  body:
412
447
  encoding: UTF-8
413
- string: "[ ]"
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
+ } ]
414
470
  http_version:
415
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
471
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
416
472
  - request:
417
473
  method: get
418
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes
474
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes
419
475
  body:
420
476
  encoding: US-ASCII
421
477
  string: ''
@@ -430,6 +486,8 @@ http_interactions:
430
486
  - hawkular
431
487
  Content-Type:
432
488
  - application/json
489
+ Host:
490
+ - localhost:8080
433
491
  response:
434
492
  status:
435
493
  code: 200
@@ -446,7 +504,7 @@ http_interactions:
446
504
  Pragma:
447
505
  - no-cache
448
506
  Date:
449
- - Wed, 24 Aug 2016 21:33:49 GMT
507
+ - Tue, 30 Aug 2016 15:26:41 GMT
450
508
  X-Total-Count:
451
509
  - "-1"
452
510
  Connection:
@@ -456,16 +514,16 @@ http_interactions:
456
514
  Content-Length:
457
515
  - '3'
458
516
  Link:
459
- - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes>;
517
+ - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes>;
460
518
  rel="current"
461
519
  body:
462
520
  encoding: UTF-8
463
521
  string: "[ ]"
464
522
  http_version:
465
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
523
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
466
524
  - request:
467
525
  method: get
468
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes
526
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Reload/d;parameterTypes
469
527
  body:
470
528
  encoding: US-ASCII
471
529
  string: ''
@@ -480,6 +538,8 @@ http_interactions:
480
538
  - hawkular
481
539
  Content-Type:
482
540
  - application/json
541
+ Host:
542
+ - localhost:8080
483
543
  response:
484
544
  status:
485
545
  code: 200
@@ -496,7 +556,7 @@ http_interactions:
496
556
  Pragma:
497
557
  - no-cache
498
558
  Date:
499
- - Wed, 24 Aug 2016 21:33:49 GMT
559
+ - Tue, 30 Aug 2016 15:26:41 GMT
500
560
  X-Total-Count:
501
561
  - '1'
502
562
  Connection:
@@ -532,10 +592,10 @@ http_interactions:
532
592
  }
533
593
  } ]
534
594
  http_version:
535
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
595
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
536
596
  - request:
537
597
  method: get
538
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy/d;parameterTypes
598
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Deploy/d;parameterTypes
539
599
  body:
540
600
  encoding: US-ASCII
541
601
  string: ''
@@ -550,6 +610,8 @@ http_interactions:
550
610
  - hawkular
551
611
  Content-Type:
552
612
  - application/json
613
+ Host:
614
+ - localhost:8080
553
615
  response:
554
616
  status:
555
617
  code: 200
@@ -566,7 +628,7 @@ http_interactions:
566
628
  Pragma:
567
629
  - no-cache
568
630
  Date:
569
- - Wed, 24 Aug 2016 21:33:49 GMT
631
+ - Tue, 30 Aug 2016 15:26:41 GMT
570
632
  X-Total-Count:
571
633
  - "-1"
572
634
  Connection:
@@ -582,10 +644,10 @@ http_interactions:
582
644
  encoding: UTF-8
583
645
  string: "[ ]"
584
646
  http_version:
585
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
647
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
586
648
  - request:
587
649
  method: get
588
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes
650
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes
589
651
  body:
590
652
  encoding: US-ASCII
591
653
  string: ''
@@ -600,6 +662,8 @@ http_interactions:
600
662
  - hawkular
601
663
  Content-Type:
602
664
  - application/json
665
+ Host:
666
+ - localhost:8080
603
667
  response:
604
668
  status:
605
669
  code: 200
@@ -616,7 +680,7 @@ http_interactions:
616
680
  Pragma:
617
681
  - no-cache
618
682
  Date:
619
- - Wed, 24 Aug 2016 21:33:49 GMT
683
+ - Tue, 30 Aug 2016 15:26:41 GMT
620
684
  X-Total-Count:
621
685
  - "-1"
622
686
  Connection:
@@ -626,16 +690,16 @@ http_interactions:
626
690
  Content-Length:
627
691
  - '3'
628
692
  Link:
629
- - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Restart%20Deployment/d;parameterTypes>;
693
+ - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Resume/d;parameterTypes>;
630
694
  rel="current"
631
695
  body:
632
696
  encoding: UTF-8
633
697
  string: "[ ]"
634
698
  http_version:
635
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
699
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
636
700
  - request:
637
701
  method: get
638
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes
702
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes
639
703
  body:
640
704
  encoding: US-ASCII
641
705
  string: ''
@@ -650,6 +714,8 @@ http_interactions:
650
714
  - hawkular
651
715
  Content-Type:
652
716
  - application/json
717
+ Host:
718
+ - localhost:8080
653
719
  response:
654
720
  status:
655
721
  code: 200
@@ -666,7 +732,7 @@ http_interactions:
666
732
  Pragma:
667
733
  - no-cache
668
734
  Date:
669
- - Wed, 24 Aug 2016 21:33:49 GMT
735
+ - Tue, 30 Aug 2016 15:26:41 GMT
670
736
  X-Total-Count:
671
737
  - "-1"
672
738
  Connection:
@@ -676,16 +742,16 @@ http_interactions:
676
742
  Content-Length:
677
743
  - '3'
678
744
  Link:
679
- - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Disable%20Deployment/d;parameterTypes>;
745
+ - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Undeploy/d;parameterTypes>;
680
746
  rel="current"
681
747
  body:
682
748
  encoding: UTF-8
683
749
  string: "[ ]"
684
750
  http_version:
685
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
751
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
686
752
  - request:
687
753
  method: get
688
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes
754
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes
689
755
  body:
690
756
  encoding: US-ASCII
691
757
  string: ''
@@ -700,6 +766,8 @@ http_interactions:
700
766
  - hawkular
701
767
  Content-Type:
702
768
  - application/json
769
+ Host:
770
+ - localhost:8080
703
771
  response:
704
772
  status:
705
773
  code: 200
@@ -716,26 +784,41 @@ http_interactions:
716
784
  Pragma:
717
785
  - no-cache
718
786
  Date:
719
- - Wed, 24 Aug 2016 21:33:49 GMT
787
+ - Tue, 30 Aug 2016 15:26:41 GMT
720
788
  X-Total-Count:
721
- - "-1"
789
+ - '1'
722
790
  Connection:
723
791
  - keep-alive
724
792
  Content-Type:
725
793
  - application/json
726
794
  Content-Length:
727
- - '3'
795
+ - '527'
728
796
  Link:
729
- - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Enable%20Deployment/d;parameterTypes>;
797
+ - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Suspend/d;parameterTypes>;
730
798
  rel="current"
731
799
  body:
732
800
  encoding: UTF-8
733
- string: "[ ]"
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
+ } ]
734
817
  http_version:
735
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
818
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
736
819
  - request:
737
820
  method: get
738
- uri: http://jdoe:password@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes
821
+ uri: http://<%= super_secret_username %>:<%= super_secret_password %>@localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes
739
822
  body:
740
823
  encoding: US-ASCII
741
824
  string: ''
@@ -750,6 +833,8 @@ http_interactions:
750
833
  - hawkular
751
834
  Content-Type:
752
835
  - application/json
836
+ Host:
837
+ - localhost:8080
753
838
  response:
754
839
  status:
755
840
  code: 200
@@ -766,42 +851,21 @@ http_interactions:
766
851
  Pragma:
767
852
  - no-cache
768
853
  Date:
769
- - Wed, 24 Aug 2016 21:33:49 GMT
854
+ - Tue, 30 Aug 2016 15:26:41 GMT
770
855
  X-Total-Count:
771
- - '1'
856
+ - "-1"
772
857
  Connection:
773
858
  - keep-alive
774
859
  Content-Type:
775
860
  - application/json
776
861
  Content-Length:
777
- - '705'
862
+ - '3'
778
863
  Link:
779
- - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes>;
864
+ - <http://localhost:8080/hawkular/inventory/traversal/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;JDR/d;parameterTypes>;
780
865
  rel="current"
781
866
  body:
782
867
  encoding: UTF-8
783
- string: |-
784
- [ {
785
- "path" : "/t;hawkular/f;<%= feed_uuid %>/rt;WildFly%20Server/ot;Shutdown/d;parameterTypes",
786
- "name" : "parameterTypes",
787
- "identityHash" : "1ad5d5963d6978975e958de5abcb49f778695f",
788
- "contentHash" : "5ff8951bc6a6ab6483f69ec0ab139d5a76e22c",
789
- "syncHash" : "27163827304a2c50e31b9ce2ee74e5e32f396d58",
790
- "value" : {
791
- "timeout" : {
792
- "type" : "int",
793
- "description" : "Timeout in seconds to allow active connections to drain",
794
- "defaultValue" : "0",
795
- "required" : false
796
- },
797
- "restart" : {
798
- "type" : "bool",
799
- "description" : "Should the server be restarted after shutdown?",
800
- "defaultValue" : "false",
801
- "required" : false
802
- }
803
- }
804
- } ]
868
+ string: "[ ]"
805
869
  http_version:
806
- recorded_at: Wed, 24 Aug 2016 21:33:49 GMT
870
+ recorded_at: Tue, 30 Aug 2016 15:26:41 GMT
807
871
  recorded_with: VCR 3.0.3