forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook-ConvertKeysToTableFieldFormat_Test.yml
518 lines (518 loc) · 10.5 KB
/
playbook-ConvertKeysToTableFieldFormat_Test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
id: ConvertKeysToTableFieldFormat_Test
version: -1
name: ConvertKeysToTableFieldFormat Test
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: e5283318-6d58-44bf-8e5f-8e1570896867
type: start
task:
id: e5283318-6d58-44bf-8e5f-8e1570896867
version: -1
name: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "5"
separatecontext: false
view: |-
{
"position": {
"x": 265,
"y": 50
}
}
note: false
timertriggers: []
"1":
id: "1"
taskid: db4f8524-85b1-492b-8f97-fc292f644fda
type: regular
task:
id: db4f8524-85b1-492b-8f97-fc292f644fda
version: -1
name: Convert non object value should fail
scriptName: ConvertKeysToTableFieldFormat
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "2"
scriptarguments:
value:
simple: dummy
continueonerror: true
separatecontext: false
view: |-
{
"position": {
"x": 265,
"y": 1915
}
}
note: false
timertriggers: []
"2":
id: "2"
taskid: ec079820-a5a1-41f7-861c-814e0e5a6959
type: condition
task:
id: ec079820-a5a1-41f7-861c-814e0e5a6959
version: -1
name: Got Error?
scriptName: isError
type: condition
iscommand: false
brand: ""
nexttasks:
"no":
- "3"
"yes":
- "4"
scriptarguments:
entryId:
simple: ${lastCompletedTaskEntries}
continueonerror: true
separatecontext: false
view: |-
{
"position": {
"x": 265,
"y": 2090
}
}
note: false
timertriggers: []
"3":
id: "3"
taskid: 6c9a48c4-0c8e-4236-886b-aae14e3f97cd
type: regular
task:
id: 6c9a48c4-0c8e-4236-886b-aae14e3f97cd
version: -1
name: Failed with illegal input
scriptName: PrintErrorEntry
type: regular
iscommand: false
brand: ""
scriptarguments:
message:
simple: Expected ConvertKeysToTableFieldFormat to fail with a string input
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 2265
}
}
note: false
timertriggers: []
"4":
id: "4"
taskid: c64dd608-602e-4715-8beb-f5b243a4037e
type: title
task:
id: c64dd608-602e-4715-8beb-f5b243a4037e
version: -1
name: Done
type: title
iscommand: false
brand: ""
separatecontext: false
view: |-
{
"position": {
"x": 480,
"y": 2280
}
}
note: false
timertriggers: []
"5":
id: "5"
taskid: cca986e6-427d-4793-8dba-6f1b633139ac
type: regular
task:
id: cca986e6-427d-4793-8dba-6f1b633139ac
version: -1
name: Clear Context
scriptName: DeleteContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "6"
scriptarguments:
all:
simple: "yes"
index: {}
key: {}
keysToKeep: {}
subplaybook: {}
separatecontext: false
view: |-
{
"position": {
"x": 265,
"y": 195
}
}
note: false
timertriggers: []
"6":
id: "6"
taskid: 0c444065-935f-4d18-8a1f-d3423759da74
type: title
task:
id: 0c444065-935f-4d18-8a1f-d3423759da74
version: -1
name: Test convert with object
type: title
iscommand: false
brand: ""
nexttasks:
'#none#':
- "8"
separatecontext: false
view: |-
{
"position": {
"x": 265,
"y": 370
}
}
note: false
timertriggers: []
"7":
id: "7"
taskid: 616118cb-0418-4b68-88b8-c56baf26f4ee
type: title
task:
id: 616118cb-0418-4b68-88b8-c56baf26f4ee
version: -1
name: Check Illegal argument type
type: title
iscommand: false
brand: ""
nexttasks:
'#none#':
- "1"
separatecontext: false
view: |-
{
"position": {
"x": 265,
"y": 1755
}
}
note: false
timertriggers: []
"8":
id: "8"
taskid: 088f9066-4d9a-4b21-8f62-775965ace732
type: regular
task:
id: 088f9066-4d9a-4b21-8f62-775965ace732
version: -1
name: Create Object under A_Input
scriptName: ParseJSON
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "9"
scriptarguments:
extend-context:
simple: A_Input=.
value:
simple: '{ "Engine": "val1", "Max Results": 13892378, "Key_With^Special (characters)":
true }'
separatecontext: false
view: |-
{
"position": {
"x": 265,
"y": 515
}
}
note: false
timertriggers: []
"9":
id: "9"
taskid: 25e4dff9-8143-48cb-8de4-7fff2e9e8c68
type: regular
task:
id: 25e4dff9-8143-48cb-8de4-7fff2e9e8c68
version: -1
name: Convert array value to A_Output
scriptName: ConvertKeysToTableFieldFormat
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "10"
scriptarguments:
extend-context:
simple: A_Output=.
value:
simple: ${A_Input}
continueonerror: true
separatecontext: false
view: |-
{
"position": {
"x": 265,
"y": 690
}
}
note: false
timertriggers: []
"10":
id: "10"
taskid: d4bf115d-8596-4d5b-8f4e-3fa487b4c68f
type: condition
task:
id: d4bf115d-8596-4d5b-8f4e-3fa487b4c68f
version: -1
name: Ensure A_Output result
type: condition
iscommand: false
brand: ""
nexttasks:
'#default#':
- "11"
pass:
- "12"
separatecontext: false
conditions:
- label: pass
condition:
- - operator: isEqualString
left:
value:
complex:
root: A_Output
transformers:
- operator: Stringify
iscontext: true
right:
value:
simple: '{"engine":"val1","keywithspecialcharacters":true,"maxresults":13892378}'
view: |-
{
"position": {
"x": 265,
"y": 865
}
}
note: false
timertriggers: []
"11":
id: "11"
taskid: 5af3cd01-ab9e-4489-8064-542299fc7812
type: regular
task:
id: 5af3cd01-ab9e-4489-8064-542299fc7812
version: -1
name: Failed with object
scriptName: PrintErrorEntry
type: regular
iscommand: false
brand: ""
scriptarguments:
message:
simple: Did not get expected object result. got ${A_Input}
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 1040
}
}
note: false
timertriggers: []
"12":
id: "12"
taskid: 1bcdaac8-ce55-4f88-8739-640476faaf11
type: title
task:
id: 1bcdaac8-ce55-4f88-8739-640476faaf11
version: -1
name: Test convert with Array
type: title
iscommand: false
brand: ""
nexttasks:
'#none#':
- "13"
separatecontext: false
view: |-
{
"position": {
"x": 480,
"y": 1055
}
}
note: false
timertriggers: []
"13":
id: "13"
taskid: f577d8a1-cc25-4101-8f91-31659e68dd92
type: regular
task:
id: f577d8a1-cc25-4101-8f91-31659e68dd92
version: -1
name: Create Array under B_Input
scriptName: ParseJSON
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "14"
scriptarguments:
extend-context:
simple: B_Input=.
value:
simple: '[{ "Engine": "val1"}, { "Engine": "val2"}]'
separatecontext: false
view: |-
{
"position": {
"x": 480,
"y": 1215
}
}
note: false
timertriggers: []
"14":
id: "14"
taskid: d8548ae1-a7cf-467a-8fc1-75e4ccdbeb49
type: regular
task:
id: d8548ae1-a7cf-467a-8fc1-75e4ccdbeb49
version: -1
name: Convert array value to B_Output
scriptName: ConvertKeysToTableFieldFormat
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "15"
scriptarguments:
extend-context:
simple: B_Output=.
value:
simple: ${B_Input}
continueonerror: true
separatecontext: false
view: |-
{
"position": {
"x": 480,
"y": 1390
}
}
note: false
timertriggers: []
"15":
id: "15"
taskid: 6628e93d-b2ac-4edf-8028-daa46fc3a46b
type: condition
task:
id: 6628e93d-b2ac-4edf-8028-daa46fc3a46b
version: -1
name: Ensure B_Output result
type: condition
iscommand: false
brand: ""
nexttasks:
'#default#':
- "16"
pass:
- "7"
separatecontext: false
conditions:
- label: pass
condition:
- - operator: isEqualString
left:
value:
complex:
root: B_Output
accessor: '[0]'
transformers:
- operator: Stringify
iscontext: true
right:
value:
simple: '{"engine":"val1"}'
- - operator: isEqualString
left:
value:
complex:
root: B_Output
accessor: '[1]'
transformers:
- operator: Stringify
iscontext: true
right:
value:
simple: '{"engine":"val2"}'
view: |-
{
"position": {
"x": 480,
"y": 1565
}
}
note: false
timertriggers: []
"16":
id: "16"
taskid: d69fc1f2-cd1e-433e-8731-0ba165948b05
type: regular
task:
id: d69fc1f2-cd1e-433e-8731-0ba165948b05
version: -1
name: Failed with array
scriptName: PrintErrorEntry
type: regular
iscommand: false
brand: ""
scriptarguments:
message:
simple: Did not get expected array result. got ${B_Input}
separatecontext: false
view: |-
{
"position": {
"x": 695,
"y": 1740
}
}
note: false
timertriggers: []
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 2310,
"width": 1025,
"x": 50,
"y": 50
}
}
}
inputs: []
outputs: []