hawkular-client 2.6.0 → 2.7.0

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