forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxsoar_config.json
42 lines (42 loc) · 1.09 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
{
"custom_packs": [
{
"id": "DeveloperTools",
"url": "https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/mmhw/content/blob/master/CustomPacks/DeveloperTools.zip"
}
],
"marketplace_packs": [
{
"id": "FeedJSON",
"version": "*"
},
{
"id": "AzureSentinel",
"version": "1.5.0"
}
],
"lists": [
{
"name": "List1",
"value": "a,b,c,d"
}
],
"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
}
]
}