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

Commit 54f357c

Browse files
[client] added missing status in query fragments (#882)
1 parent 3cf28a4 commit 54f357c

30 files changed

Lines changed: 416 additions & 0 deletions

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_course_of_action.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
@@ -96,6 +104,14 @@ def __init__(self, opencti):
96104
spec_version
97105
created_at
98106
updated_at
107+
status {
108+
id
109+
template {
110+
id
111+
name
112+
color
113+
}
114+
}
99115
createdBy {
100116
... on Identity {
101117
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_event.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_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

0 commit comments

Comments
 (0)