Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 8855b55

Browse files
committed
[client] added missing status in query fragments
1 parent c423b93 commit 8855b55

23 files changed

+312
-0
lines changed

pycti/entities/opencti_attack_pattern.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ def __init__(self, opencti):
1717
spec_version
1818
created_at
1919
updated_at
20+
status {
21+
id
22+
template {
23+
id
24+
name
25+
color
26+
}
27+
}
2028
createdBy {
2129
... on Identity {
2230
id
@@ -109,6 +117,14 @@ def __init__(self, opencti):
109117
spec_version
110118
created_at
111119
updated_at
120+
status {
121+
id
122+
template {
123+
id
124+
name
125+
color
126+
}
127+
}
112128
createdBy {
113129
... on Identity {
114130
id

pycti/entities/opencti_campaign.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ def __init__(self, opencti):
1717
spec_version
1818
created_at
1919
updated_at
20+
status {
21+
id
22+
template {
23+
id
24+
name
25+
color
26+
}
27+
}
2028
createdBy {
2129
... on Identity {
2230
id
@@ -103,6 +111,14 @@ def __init__(self, opencti):
103111
spec_version
104112
created_at
105113
updated_at
114+
status {
115+
id
116+
template {
117+
id
118+
name
119+
color
120+
}
121+
}
106122
createdBy {
107123
... on Identity {
108124
id

pycti/entities/opencti_case_incident.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ def __init__(self, opencti):
1717
spec_version
1818
created_at
1919
updated_at
20+
status {
21+
id
22+
template {
23+
id
24+
name
25+
color
26+
}
27+
}
2028
createdBy {
2129
... on Identity {
2230
id
@@ -233,6 +241,14 @@ def __init__(self, opencti):
233241
spec_version
234242
created_at
235243
updated_at
244+
status {
245+
id
246+
template {
247+
id
248+
name
249+
color
250+
}
251+
}
236252
createdBy {
237253
... on Identity {
238254
id

pycti/entities/opencti_case_rfi.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ def __init__(self, opencti):
1717
spec_version
1818
created_at
1919
updated_at
20+
status {
21+
id
22+
template {
23+
id
24+
name
25+
color
26+
}
27+
}
2028
createdBy {
2129
... on Identity {
2230
id
@@ -232,6 +240,14 @@ def __init__(self, opencti):
232240
spec_version
233241
created_at
234242
updated_at
243+
status {
244+
id
245+
template {
246+
id
247+
name
248+
color
249+
}
250+
}
235251
createdBy {
236252
... on Identity {
237253
id

pycti/entities/opencti_case_rft.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ def __init__(self, opencti):
1717
spec_version
1818
created_at
1919
updated_at
20+
status {
21+
id
22+
template {
23+
id
24+
name
25+
color
26+
}
27+
}
2028
createdBy {
2129
... on Identity {
2230
id
@@ -232,6 +240,14 @@ def __init__(self, opencti):
232240
spec_version
233241
created_at
234242
updated_at
243+
status {
244+
id
245+
template {
246+
id
247+
name
248+
color
249+
}
250+
}
235251
createdBy {
236252
... on Identity {
237253
id

pycti/entities/opencti_data_component.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ def __init__(self, opencti):
1717
spec_version
1818
created_at
1919
updated_at
20+
status {
21+
id
22+
template {
23+
id
24+
name
25+
color
26+
}
27+
}
2028
createdBy {
2129
... on Identity {
2230
id
@@ -118,6 +126,14 @@ def __init__(self, opencti):
118126
spec_version
119127
created_at
120128
updated_at
129+
status {
130+
id
131+
template {
132+
id
133+
name
134+
color
135+
}
136+
}
121137
createdBy {
122138
... on Identity {
123139
id

pycti/entities/opencti_data_source.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ def __init__(self, opencti):
1717
spec_version
1818
created_at
1919
updated_at
20+
status {
21+
id
22+
template {
23+
id
24+
name
25+
color
26+
}
27+
}
2028
createdBy {
2129
... on Identity {
2230
id
@@ -97,6 +105,14 @@ def __init__(self, opencti):
97105
spec_version
98106
created_at
99107
updated_at
108+
status {
109+
id
110+
template {
111+
id
112+
name
113+
color
114+
}
115+
}
100116
createdBy {
101117
... on Identity {
102118
id

pycti/entities/opencti_feedback.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ def __init__(self, opencti):
1616
spec_version
1717
created_at
1818
updated_at
19+
status {
20+
id
21+
template {
22+
id
23+
name
24+
color
25+
}
26+
}
1927
createdBy {
2028
... on Identity {
2129
id
@@ -204,6 +212,14 @@ def __init__(self, opencti):
204212
spec_version
205213
created_at
206214
updated_at
215+
status {
216+
id
217+
template {
218+
id
219+
name
220+
color
221+
}
222+
}
207223
createdBy {
208224
... on Identity {
209225
id

pycti/entities/opencti_grouping.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ def __init__(self, opencti):
1818
spec_version
1919
created_at
2020
updated_at
21+
status {
22+
id
23+
template {
24+
id
25+
name
26+
color
27+
}
28+
}
2129
createdBy {
2230
... on Identity {
2331
id
@@ -197,6 +205,14 @@ def __init__(self, opencti):
197205
spec_version
198206
created_at
199207
updated_at
208+
status {
209+
id
210+
template {
211+
id
212+
name
213+
color
214+
}
215+
}
200216
createdBy {
201217
... on Identity {
202218
id

pycti/entities/opencti_identity.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ def __init__(self, opencti):
1919
spec_version
2020
created_at
2121
updated_at
22+
status {
23+
id
24+
template {
25+
id
26+
name
27+
color
28+
}
29+
}
2230
createdBy {
2331
... on Identity {
2432
id
@@ -112,6 +120,14 @@ def __init__(self, opencti):
112120
spec_version
113121
created_at
114122
updated_at
123+
status {
124+
id
125+
template {
126+
id
127+
name
128+
color
129+
}
130+
}
115131
createdBy {
116132
... on Identity {
117133
id

0 commit comments

Comments
 (0)