Skip to content

Commit 91f0605

Browse files
committed
Fix CI failures, update WorkbooksMetadata
1 parent 5c1a157 commit 91f0605

1 file changed

Lines changed: 15 additions & 41 deletions

File tree

Lines changed: 15 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,19 @@
11
{
22
"Name": "SOCRadar_Alarms_CL",
33
"Properties": [
4-
{
5-
"Name": "TimeGenerated",
6-
"Type": "DateTime"
7-
},
8-
{
9-
"Name": "AlarmId",
10-
"Type": "String"
11-
},
12-
{
13-
"Name": "Title",
14-
"Type": "String"
15-
},
16-
{
17-
"Name": "AlarmMainType",
18-
"Type": "String"
19-
},
20-
{
21-
"Name": "AlarmSubType",
22-
"Type": "String"
23-
},
24-
{
25-
"Name": "Severity",
26-
"Type": "String"
27-
},
28-
{
29-
"Name": "Status",
30-
"Type": "String"
31-
},
32-
{
33-
"Name": "TenantId",
34-
"Type": "String"
35-
},
36-
{
37-
"Name": "SourceSystem",
38-
"Type": "String"
39-
},
40-
{
41-
"Name": "Type",
42-
"Type": "String"
43-
}
4+
{"Name": "TimeGenerated", "Type": "DateTime"},
5+
{"Name": "AlarmId", "Type": "String"},
6+
{"Name": "CompanyId", "Type": "String"},
7+
{"Name": "Title", "Type": "String"},
8+
{"Name": "AlarmMainType", "Type": "String"},
9+
{"Name": "AlarmSubType", "Type": "String"},
10+
{"Name": "Severity", "Type": "String"},
11+
{"Name": "Status", "Type": "String"},
12+
{"Name": "AlarmText", "Type": "String"},
13+
{"Name": "AlarmDate", "Type": "String"},
14+
{"Name": "AlarmPayload", "Type": "Dynamic"},
15+
{"Name": "TenantId", "Type": "String"},
16+
{"Name": "SourceSystem", "Type": "String"},
17+
{"Name": "Type", "Type": "String"}
4418
]
45-
}
19+
}

0 commit comments

Comments
 (0)