-
Notifications
You must be signed in to change notification settings - Fork 27
/
xsoar_config.json
62 lines (62 loc) · 1.41 KB
/
xsoar_config.json
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
{
"custom_packs": [
{
"id": "Pack1",
"url": "packs/Pack1/1.0.3/Pack1.zip"
},
{
"id": "Pack2",
"url": "packs/Pack2/1.0.1/Pack2.zip"
}
],
"marketplace_packs": [
{
"id": "FeedJSON",
"version": "*"
},
{
"id": "GoogleCloudStorage",
"version": "*"
},
{
"id": "GitHub",
"version": "*"
},
{
"id": "DemistoRESTAPI",
"version": "*"
},
{
"id": "GraphQL",
"version": "*"
}
],
"lists": [
{
"name": "List1",
"value": "Content of List1"
},
{
"name": "List2",
"value": "Content of List2"
}
],
"jobs": [
{
"type": "Unclassified",
"name": "Job from pack1",
"playbookId": "playbook-Pack1-Job",
"scheduled": true,
"recurrent": true,
"cronView": true,
"cron": "0 10,15 * * *",
"startDate": "2021-01-07T15:10:04.000Z",
"endingDate": "2021-01-07T15:10:04.000Z",
"endingType": "never",
"timezoneOffset": -120,
"timezone": "Asia/Jerusalem",
"shouldTriggerNew": true,
"closePrevRun": true
}
]
}