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