hawkular-client 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.coveralls.yml +1 -0
- data/.gitignore +2 -1
- data/.rubocop.yml +19 -6
- data/CHANGES.rdoc +13 -3
- data/README.rdoc +9 -3
- data/hawkularclient.gemspec +8 -4
- data/lib/alerts/alerts_api.rb +202 -32
- data/lib/hawkular.rb +35 -67
- data/lib/hawkular_all.rb +2 -0
- data/lib/inventory/inventory_api.rb +459 -130
- data/lib/metrics/metric_api.rb +14 -9
- data/lib/operations/operations_api.rb +247 -0
- data/lib/tokens/tokens_api.rb +33 -0
- data/lib/version.rb +1 -1
- data/spec/integration/alerts_spec.rb +272 -20
- data/spec/integration/hello-world-definitions.json +46 -0
- data/spec/integration/inventory_spec.rb +253 -89
- data/spec/integration/metric_spec.rb +36 -0
- data/spec/integration/operations_spec.rb +420 -0
- data/spec/integration/tokens_spec.rb +45 -0
- data/spec/resources/driver.jar +0 -0
- data/spec/resources/sample.war +0 -0
- data/spec/spec_helper.rb +30 -6
- data/spec/unit/base_spec.rb +22 -1
- data/spec/unit/canonical_path_spec.rb +92 -0
- data/spec/vcr/vcr_setup.rb +3 -4
- data/spec/vcr_cassettes/Alert/EndToEnd/Should_create_and_fire_a_trigger.yml +1187 -0
- data/spec/vcr_cassettes/Alert/Events/Should_list_events.yml +101 -0
- data/spec/vcr_cassettes/Alert/Events/Should_list_events_using_criteria.yml +79 -0
- data/spec/vcr_cassettes/Alert/Events/Should_not_list_events_using_criteria.yml +49 -0
- data/spec/vcr_cassettes/Alert/Triggers/Should_bulk_load_triggers.yml +225 -0
- data/spec/vcr_cassettes/Alert/Triggers/Should_create_a_basic_trigger_with_action.yml +355 -0
- data/spec/vcr_cassettes/Alert/Triggers/Should_create_an_action.yml +134 -0
- data/spec/vcr_cassettes/Alert/Triggers/Should_create_an_action_for_webhooks.yml +220 -0
- data/spec/vcr_cassettes/Alert/Triggers/Should_get_the_action_definitions.yml +218 -0
- data/spec/vcr_cassettes/Alert/Triggers/Should_not_create_an_action_for_unknown_plugin.yml +46 -0
- data/spec/vcr_cassettes/Alert/Triggers/Should_not_create_an_action_for_unknown_properties.yml +134 -0
- data/spec/vcr_cassettes/Counter_metrics/Should_get_metrics_with_limit_and_order.yml +270 -0
- data/spec/vcr_cassettes/Inventory/Client_should_listen_on_various_inventory_events.json +47 -0
- data/spec/vcr_cassettes/Inventory/Client_should_listen_on_various_inventory_events.yml +191 -0
- data/spec/vcr_cassettes/Inventory/Helpers/generate_some_events_for_websocket.yml +507 -0
- data/spec/vcr_cassettes/Inventory/Should_List_datasources_with_no_props.yml +74 -69
- data/spec/vcr_cassettes/Inventory/{Should_list_types_without_feed.yml → Should_create_a_feed.yml} +29 -32
- data/spec/vcr_cassettes/Inventory/Should_create_a_feed_again.yml +211 -0
- data/spec/vcr_cassettes/Inventory/Should_create_a_resource_.yml +355 -0
- data/spec/vcr_cassettes/Inventory/Should_create_a_resource_with_metric.yml +786 -0
- data/spec/vcr_cassettes/Inventory/Should_create_a_resourcetype.yml +205 -0
- data/spec/vcr_cassettes/Inventory/Should_create_and_delete_feed.yml +201 -0
- data/spec/vcr_cassettes/Inventory/Should_create_and_get_a_resource.yml +419 -0
- data/spec/vcr_cassettes/Inventory/Should_list_URLs.yml +39 -27
- data/spec/vcr_cassettes/Inventory/Should_list_WildFlys.yml +37 -29
- data/spec/vcr_cassettes/Inventory/Should_list_WildFlys_with_props.yml +53 -45
- data/spec/vcr_cassettes/Inventory/Should_list_all_the_resource_types.yml +177 -0
- data/spec/vcr_cassettes/Inventory/Should_list_children_of_WildFly.yml +230 -56
- data/spec/vcr_cassettes/Inventory/Should_list_feeds.yml +27 -24
- data/spec/vcr_cassettes/Inventory/Should_list_heap_metrics_for_WildFlys.yml +586 -119
- data/spec/vcr_cassettes/Inventory/Should_list_metrics_for_WildFlys.yml +220 -59
- data/spec/vcr_cassettes/Inventory/Should_list_metrics_of_given_metric_type.yml +613 -0
- data/spec/vcr_cassettes/Inventory/Should_list_metrics_of_given_resource_type.yml +333 -0
- data/spec/vcr_cassettes/Inventory/Should_list_recursive_children_of_WildFly.yml +2064 -0
- data/spec/vcr_cassettes/Inventory/Should_list_relationships_of_WildFly.yml +460 -0
- data/spec/vcr_cassettes/Inventory/Should_list_types_with_bad_feed.yml +26 -25
- data/spec/vcr_cassettes/Inventory/Should_list_types_with_feed.yml +102 -36
- data/spec/vcr_cassettes/Inventory/Should_not_find_an_unknown_resource.yml +54 -0
- data/spec/vcr_cassettes/Inventory/Tenants/Should_Get_Tenant_For_Explicit_Credentials.yml +50 -0
- data/spec/vcr_cassettes/Inventory/Tenants/Should_Get_Tenant_For_Implicit_Credentials.yml +50 -0
- data/spec/vcr_cassettes/Operation/Helpers/get_tenant.yml +50 -0
- data/spec/vcr_cassettes/Operation/Operation/Add_JDBC_driver_should_add_the_driver.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/Add_datasource_should_be_doable.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/Add_deployment_should_be_doable.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/Redeploy_can_be_run_multiple_times_in_parallel.json +40 -0
- data/spec/vcr_cassettes/Operation/Operation/Redeploy_should_be_performed_and_eventually_respond_with_success.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/Redeploy_should_not_be_performed_if_resource_path_is_wrong.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/Remove_JDBC_driver_should_be_performed_and_eventually_respond_with_success.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/Remove_datasource_should_be_performed_and_eventually_respond_with_success.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/Remove_deployment_should_be_performed_and_eventually_respond_with_success.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/Undeploy_should_be_performed_and_eventually_respond_with_success.json +26 -0
- data/spec/vcr_cassettes/Operation/Operation/should_not_be_possible_to_perform_on_closed_client.json +12 -0
- data/spec/vcr_cassettes/Operation/Websocket_connection/should_be_established.json +9 -0
- data/spec/vcr_cassettes/Tokens/Should_be_able_to_create_a_new_token_for_an_actual_user.yml +57 -0
- data/spec/vcr_cassettes/Tokens/Should_be_able_to_list_the_available_tokens.yml +49 -0
- data/spec/vcr_cassettes/Tokens/Should_get_a_401_when_attempting_to_create_a_token_with_a_wrong_password.yml +56 -0
- data/spec/vcr_cassettes/Tokens/Should_get_a_401_when_attempting_to_create_a_token_without_a_password.yml +55 -0
- metadata +175 -11
- data/lib/metrics/version.rb +0 -7
@@ -0,0 +1,101 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://jdoe:password@localhost:8080/hawkular/alerts/events?thin=true
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip, deflate
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
User-Agent:
|
17
|
+
- Ruby
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Content-Encoding:
|
24
|
+
- gzip
|
25
|
+
Expires:
|
26
|
+
- '0'
|
27
|
+
Cache-Control:
|
28
|
+
- no-cache, no-store, must-revalidate
|
29
|
+
X-Powered-By:
|
30
|
+
- Undertow/1
|
31
|
+
Server:
|
32
|
+
- WildFly/10
|
33
|
+
Pragma:
|
34
|
+
- no-cache
|
35
|
+
Date:
|
36
|
+
- Thu, 03 Mar 2016 20:57:01 GMT
|
37
|
+
X-Total-Count:
|
38
|
+
- '12'
|
39
|
+
Connection:
|
40
|
+
- keep-alive
|
41
|
+
Content-Type:
|
42
|
+
- application/json
|
43
|
+
Content-Length:
|
44
|
+
- '2138'
|
45
|
+
Link:
|
46
|
+
- <http://localhost:8080/hawkular/alerts/events?thin=true>; rel="current", <http://localhost:8080/hawkular/alerts/events?thin=true&page=0>;
|
47
|
+
rel="last"
|
48
|
+
body:
|
49
|
+
encoding: ASCII-8BIT
|
50
|
+
string: !binary |-
|
51
|
+
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
|
98
|
+
9gJAGwG//FzAf17gtP4PsfDxTbVfAAA=
|
99
|
+
http_version:
|
100
|
+
recorded_at: Thu, 03 Mar 2016 20:57:01 GMT
|
101
|
+
recorded_with: VCR 3.0.1
|
@@ -0,0 +1,79 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://jdoe:password@localhost:8080/hawkular/alerts/events?endTime=1457025122000&startTime=1457017922000
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip, deflate
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
User-Agent:
|
17
|
+
- Ruby
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Content-Encoding:
|
24
|
+
- gzip
|
25
|
+
Expires:
|
26
|
+
- '0'
|
27
|
+
Cache-Control:
|
28
|
+
- no-cache, no-store, must-revalidate
|
29
|
+
X-Powered-By:
|
30
|
+
- Undertow/1
|
31
|
+
Server:
|
32
|
+
- WildFly/10
|
33
|
+
Pragma:
|
34
|
+
- no-cache
|
35
|
+
Date:
|
36
|
+
- Thu, 03 Mar 2016 17:12:02 GMT
|
37
|
+
X-Total-Count:
|
38
|
+
- '1'
|
39
|
+
Connection:
|
40
|
+
- keep-alive
|
41
|
+
Content-Type:
|
42
|
+
- application/json
|
43
|
+
Content-Length:
|
44
|
+
- '1096'
|
45
|
+
Link:
|
46
|
+
- <http://localhost:8080/hawkular/alerts/events?startTime=1457017922000&endTime=1457025122000>;
|
47
|
+
rel="current", <http://localhost:8080/hawkular/alerts/events?startTime=1457017922000&endTime=1457025122000&page=0>;
|
48
|
+
rel="last"
|
49
|
+
body:
|
50
|
+
encoding: ASCII-8BIT
|
51
|
+
string: !binary |-
|
52
|
+
H4sIAAAAAAAAAO2ZX0/jOBDAv0rVZ1Kc2LGd5al0u2xPlEVtb++hqpCbuBBd
|
53
|
+
mlSOg5ZD7We/cf4dYVMEHLe6hyBByYzHnhn/xh7C8rEv72WsFw872f/UH16O
|
54
|
+
Z4v+SV/LWMR6EoDI4ciha0wtvpHEIhg7Fic+t1yHSJthQfl6AxahGfvb9+nN
|
55
|
+
xejG9+012ZCNtfGQZxEqAksQyqy1zwKJsS0oRaeXiS8iyyYuQ7bnUs48bjki
|
56
|
+
cGkQICvwSGARRMGQ+cTy1oEnCQ+48Newlq/DLXjbsD3pB0KLeZIp3wRyEyex
|
57
|
+
vOkX0sm7fDMLCS1vE/XQyMwPbR59P9tmEeiD3sWo9zlTQodJ3LuWypqGcaZl
|
58
|
+
b5Oo3jKfaWWmSuLC9LEvIqmqhF8MZ+dDUCuZ5q5fCRNZ/01eVrbXQt+B7ak+
|
59
|
+
e82enW7OXrWKOsvXORyerFTRstv15lLdS2USo8LbW6lK1eIOxt4lUdDfg0rc
|
60
|
+
pibwyjzfjzeEuK9nN7P8KjbBMC52A0x7RzbcECZTX4W7/OkdYOgiYdPx9Hw8
|
61
|
+
g+e2csxloxrGOIuiamDOVCFIQaJCbWj9Orn42kH3b6ETmU4+h6lYRzC7Vpks
|
62
|
+
ROP4uWQGa0T3INqIKG3KhibvacvgqdD+Xb7Hl/UxNRU74/IfYRR8iR56U7mF
|
63
|
+
/YYPCNNPD8cQBHgmh9lh+frgDofVYbo4vHEdyMhWbtdSfdvU9WTgzNMRVCFu
|
64
|
+
QhXGt83o0mfH8t4EvN3JGEa+r6TLjX/3yV7aT5PAuPVlMptcXfxTjPPFbDJa
|
65
|
+
3Cwm03FefSJaQGxzqXXuMCpliRbRT0K4mmoZRubrSbCvDtF6+1VaBrEv/AAf
|
66
|
+
gLrl8rH2KtXgRX1rOhSmsQvwWrUIozofs+FiXBwnQVgg9//bs+c+QgLm4V+m
|
67
|
+
TWgKJ3EgfzSl//2uWLZlN8/jLA5NH7FNf7pBnpVc3cD8miKHBUMl/dKXydVo
|
68
|
+
Nh7Oi0Tv4HZJCk+ufs+TnYBI6EQZr/PmqD6APzkIDRC4D/Blea/m5BKYRcn7
|
69
|
+
MMnS76UCe5zlikZTVwFYjV40lAiUFG4G8B5WwhgNzI/qm+xXJ0e5h33FHjnG
|
70
|
+
PXYIcnHHfcf9R3HvcuyyNu7rgmhwXwHYzn1ZFAX3NrVdNOCIcxdiJx6lL3LP
|
71
|
+
4c8k5yj33EVud9533H8Y99RxHbeN+7ogmtyXALZyXxVFwT1BnjfgDDNKHI4J
|
72
|
+
917CnhCGODqGPSHU9jrsO+w/DnuK2tucuh4a2FcAtmNf1kSBPSY2tDmIIk6w
|
73
|
+
Z5p3/BL3ro0cRo9x7yKOHbvjvuP+w7j3EOGt3FcF0XxnWwLYyn1VFGV77xE8
|
74
|
+
IC63GUOMEeq+zD10OZwd5Z4CBbzjvuP+o7hniPJ27quCeP6/ihzAVu6roqja
|
75
|
+
e2NPmEeZy4jn2c5+tXr6krd86auFzlLw9Nv1+Ap8Ff6fxaQo//28HqiK145B
|
76
|
+
ra0E1ZD96m+PwUj3DRoAAA==
|
77
|
+
http_version:
|
78
|
+
recorded_at: Thu, 03 Mar 2016 17:12:02 GMT
|
79
|
+
recorded_with: VCR 3.0.1
|
@@ -0,0 +1,49 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://jdoe:password@localhost:8080/hawkular/alerts/events?endTime=1000&startTime=0
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip, deflate
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
User-Agent:
|
17
|
+
- Ruby
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Content-Encoding:
|
24
|
+
- gzip
|
25
|
+
Expires:
|
26
|
+
- '0'
|
27
|
+
Cache-Control:
|
28
|
+
- no-cache, no-store, must-revalidate
|
29
|
+
X-Powered-By:
|
30
|
+
- Undertow/1
|
31
|
+
Server:
|
32
|
+
- WildFly/10
|
33
|
+
Pragma:
|
34
|
+
- no-cache
|
35
|
+
Date:
|
36
|
+
- Thu, 03 Mar 2016 17:12:02 GMT
|
37
|
+
Connection:
|
38
|
+
- keep-alive
|
39
|
+
Content-Type:
|
40
|
+
- application/json
|
41
|
+
Content-Length:
|
42
|
+
- '22'
|
43
|
+
body:
|
44
|
+
encoding: ASCII-8BIT
|
45
|
+
string: !binary |-
|
46
|
+
H4sIAAAAAAAAAIuOBQApu0wNAgAAAA==
|
47
|
+
http_version:
|
48
|
+
recorded_at: Thu, 03 Mar 2016 17:12:02 GMT
|
49
|
+
recorded_with: VCR 3.0.1
|
@@ -0,0 +1,225 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://jdoe:password@localhost:8080/hawkular/alerts/import/all
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"triggers":[{"trigger":{"id":"hello-world-trigger","name":"Hello World
|
9
|
+
Trigger","description":"A mandatory Hello World Trigger","severity":"HIGH","enabled":true,"actions":[{"actionPlugin":"email","actionId":"notify-to-admins"}]},"conditions":[{"triggerMode":"FIRING","type":"threshold","dataId":"data-x","operator":"LT","threshold":5},{"triggerMode":"FIRING","type":"threshold","dataId":"data-y","operator":"GT","threshold":5}]}],"actions":[{"actionPlugin":"email","actionId":"notify-to-admins","properties":{"to":"admins@hawkular.org","cc":"developers@hawkular.org","description":"Notify
|
10
|
+
by email to Admins with cc to Developers"}}]}'
|
11
|
+
headers:
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip, deflate
|
16
|
+
Content-Type:
|
17
|
+
- application/json
|
18
|
+
Content-Length:
|
19
|
+
- '635'
|
20
|
+
User-Agent:
|
21
|
+
- Ruby
|
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
|
+
- Mon, 14 Mar 2016 10:36:20 GMT
|
39
|
+
Connection:
|
40
|
+
- keep-alive
|
41
|
+
Content-Type:
|
42
|
+
- application/json
|
43
|
+
Content-Length:
|
44
|
+
- '1434'
|
45
|
+
body:
|
46
|
+
encoding: ASCII-8BIT
|
47
|
+
string: '{"triggers":[{"trigger":{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","id":"hello-world-trigger","name":"Hello
|
48
|
+
World Trigger","description":"A mandatory Hello World Trigger","type":"STANDARD","eventType":"ALERT","eventCategory":null,"eventText":null,"severity":"HIGH","actions":[{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","actionPlugin":"email","actionId":"notify-to-admins"}],"autoDisable":false,"autoEnable":false,"autoResolve":false,"autoResolveAlerts":true,"autoResolveMatch":"ALL","enabled":true,"firingMatch":"ALL","source":"_none_"},"conditions":[{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","triggerId":"hello-world-trigger","triggerMode":"FIRING","type":"THRESHOLD","conditionSetSize":1,"conditionSetIndex":1,"conditionId":"28026b36-8fe4-4332-84c8-524e173a68bf-hello-world-trigger-FIRING-1-1","dataId":"data-x","operator":"LT","threshold":5.0},{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","triggerId":"hello-world-trigger","triggerMode":"FIRING","type":"THRESHOLD","conditionSetSize":2,"conditionSetIndex":2,"conditionId":"28026b36-8fe4-4332-84c8-524e173a68bf-hello-world-trigger-FIRING-2-2","dataId":"data-y","operator":"GT","threshold":5.0}]}],"actions":[{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","actionPlugin":"email","actionId":"notify-to-admins","properties":{"to":"admins@hawkular.org","cc":"developers@hawkular.org","description":"Notify
|
49
|
+
by email to Admins with cc to Developers"}}]}'
|
50
|
+
http_version:
|
51
|
+
recorded_at: Mon, 14 Mar 2016 10:36:20 GMT
|
52
|
+
- request:
|
53
|
+
method: get
|
54
|
+
uri: http://jdoe:password@localhost:8080/hawkular/alerts/triggers/hello-world-trigger
|
55
|
+
body:
|
56
|
+
encoding: US-ASCII
|
57
|
+
string: ''
|
58
|
+
headers:
|
59
|
+
Accept:
|
60
|
+
- application/json
|
61
|
+
Accept-Encoding:
|
62
|
+
- gzip, deflate
|
63
|
+
Content-Type:
|
64
|
+
- application/json
|
65
|
+
User-Agent:
|
66
|
+
- Ruby
|
67
|
+
response:
|
68
|
+
status:
|
69
|
+
code: 200
|
70
|
+
message: OK
|
71
|
+
headers:
|
72
|
+
Expires:
|
73
|
+
- '0'
|
74
|
+
Cache-Control:
|
75
|
+
- no-cache, no-store, must-revalidate
|
76
|
+
X-Powered-By:
|
77
|
+
- Undertow/1
|
78
|
+
Server:
|
79
|
+
- WildFly/10
|
80
|
+
Pragma:
|
81
|
+
- no-cache
|
82
|
+
Date:
|
83
|
+
- Mon, 14 Mar 2016 10:36:20 GMT
|
84
|
+
Connection:
|
85
|
+
- keep-alive
|
86
|
+
Content-Type:
|
87
|
+
- application/json
|
88
|
+
Content-Length:
|
89
|
+
- '528'
|
90
|
+
body:
|
91
|
+
encoding: ASCII-8BIT
|
92
|
+
string: '{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","id":"hello-world-trigger","name":"Hello
|
93
|
+
World Trigger","description":"A mandatory Hello World Trigger","type":"STANDARD","eventType":"ALERT","eventCategory":null,"eventText":null,"severity":"HIGH","actions":[{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","actionPlugin":"email","actionId":"notify-to-admins"}],"autoDisable":false,"autoEnable":false,"autoResolve":false,"autoResolveAlerts":true,"autoResolveMatch":"ALL","enabled":true,"firingMatch":"ALL","source":"_none_"}'
|
94
|
+
http_version:
|
95
|
+
recorded_at: Mon, 14 Mar 2016 10:36:20 GMT
|
96
|
+
- request:
|
97
|
+
method: get
|
98
|
+
uri: http://jdoe:password@localhost:8080/hawkular/alerts/triggers/hello-world-trigger/conditions
|
99
|
+
body:
|
100
|
+
encoding: US-ASCII
|
101
|
+
string: ''
|
102
|
+
headers:
|
103
|
+
Accept:
|
104
|
+
- application/json
|
105
|
+
Accept-Encoding:
|
106
|
+
- gzip, deflate
|
107
|
+
Content-Type:
|
108
|
+
- application/json
|
109
|
+
User-Agent:
|
110
|
+
- Ruby
|
111
|
+
response:
|
112
|
+
status:
|
113
|
+
code: 200
|
114
|
+
message: OK
|
115
|
+
headers:
|
116
|
+
Expires:
|
117
|
+
- '0'
|
118
|
+
Cache-Control:
|
119
|
+
- no-cache, no-store, must-revalidate
|
120
|
+
X-Powered-By:
|
121
|
+
- Undertow/1
|
122
|
+
Server:
|
123
|
+
- WildFly/10
|
124
|
+
Pragma:
|
125
|
+
- no-cache
|
126
|
+
Date:
|
127
|
+
- Mon, 14 Mar 2016 10:36:20 GMT
|
128
|
+
Connection:
|
129
|
+
- keep-alive
|
130
|
+
Content-Type:
|
131
|
+
- application/json
|
132
|
+
Content-Length:
|
133
|
+
- '611'
|
134
|
+
body:
|
135
|
+
encoding: ASCII-8BIT
|
136
|
+
string: '[{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","triggerId":"hello-world-trigger","triggerMode":"FIRING","type":"THRESHOLD","conditionSetSize":2,"conditionSetIndex":1,"conditionId":"28026b36-8fe4-4332-84c8-524e173a68bf-hello-world-trigger-FIRING-2-1","dataId":"data-x","operator":"LT","threshold":5.0},{"tenantId":"28026b36-8fe4-4332-84c8-524e173a68bf","triggerId":"hello-world-trigger","triggerMode":"FIRING","type":"THRESHOLD","conditionSetSize":2,"conditionSetIndex":2,"conditionId":"28026b36-8fe4-4332-84c8-524e173a68bf-hello-world-trigger-FIRING-2-2","dataId":"data-y","operator":"GT","threshold":5.0}]'
|
137
|
+
http_version:
|
138
|
+
recorded_at: Mon, 14 Mar 2016 10:36:20 GMT
|
139
|
+
- request:
|
140
|
+
method: get
|
141
|
+
uri: http://jdoe:password@localhost:8080/hawkular/alerts/triggers/hello-world-trigger/dampenings
|
142
|
+
body:
|
143
|
+
encoding: US-ASCII
|
144
|
+
string: ''
|
145
|
+
headers:
|
146
|
+
Accept:
|
147
|
+
- application/json
|
148
|
+
Accept-Encoding:
|
149
|
+
- gzip, deflate
|
150
|
+
Content-Type:
|
151
|
+
- application/json
|
152
|
+
User-Agent:
|
153
|
+
- Ruby
|
154
|
+
response:
|
155
|
+
status:
|
156
|
+
code: 200
|
157
|
+
message: OK
|
158
|
+
headers:
|
159
|
+
Expires:
|
160
|
+
- '0'
|
161
|
+
Cache-Control:
|
162
|
+
- no-cache, no-store, must-revalidate
|
163
|
+
X-Powered-By:
|
164
|
+
- Undertow/1
|
165
|
+
Server:
|
166
|
+
- WildFly/10
|
167
|
+
Pragma:
|
168
|
+
- no-cache
|
169
|
+
Date:
|
170
|
+
- Mon, 14 Mar 2016 10:36:20 GMT
|
171
|
+
Connection:
|
172
|
+
- keep-alive
|
173
|
+
Content-Type:
|
174
|
+
- application/json
|
175
|
+
Content-Length:
|
176
|
+
- '2'
|
177
|
+
body:
|
178
|
+
encoding: ASCII-8BIT
|
179
|
+
string: '[]'
|
180
|
+
http_version:
|
181
|
+
recorded_at: Mon, 14 Mar 2016 10:36:20 GMT
|
182
|
+
- request:
|
183
|
+
method: delete
|
184
|
+
uri: http://jdoe:password@localhost:8080/hawkular/alerts/triggers/hello-world-trigger
|
185
|
+
body:
|
186
|
+
encoding: US-ASCII
|
187
|
+
string: ''
|
188
|
+
headers:
|
189
|
+
Accept:
|
190
|
+
- application/json
|
191
|
+
Accept-Encoding:
|
192
|
+
- gzip, deflate
|
193
|
+
Content-Type:
|
194
|
+
- application/json
|
195
|
+
User-Agent:
|
196
|
+
- Ruby
|
197
|
+
response:
|
198
|
+
status:
|
199
|
+
code: 200
|
200
|
+
message: OK
|
201
|
+
headers:
|
202
|
+
Expires:
|
203
|
+
- '0'
|
204
|
+
Cache-Control:
|
205
|
+
- no-cache, no-store, must-revalidate
|
206
|
+
X-Powered-By:
|
207
|
+
- Undertow/1
|
208
|
+
Server:
|
209
|
+
- WildFly/10
|
210
|
+
Pragma:
|
211
|
+
- no-cache
|
212
|
+
Date:
|
213
|
+
- Mon, 14 Mar 2016 10:36:20 GMT
|
214
|
+
Connection:
|
215
|
+
- keep-alive
|
216
|
+
Content-Type:
|
217
|
+
- application/json
|
218
|
+
Content-Length:
|
219
|
+
- '0'
|
220
|
+
body:
|
221
|
+
encoding: UTF-8
|
222
|
+
string: ''
|
223
|
+
http_version:
|
224
|
+
recorded_at: Mon, 14 Mar 2016 10:36:20 GMT
|
225
|
+
recorded_with: VCR 3.0.0
|