catocli 1.0.19__py3-none-any.whl → 1.0.20__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +6 -0
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +174 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
- catocli/parsers/mutation_sandbox/README.md +7 -0
- catocli/parsers/mutation_sandbox/__init__.py +37 -0
- catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
- catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
- catocli/parsers/mutation_site/__init__.py +28 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +28 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_xdr/README.md +7 -0
- catocli/parsers/mutation_xdr/__init__.py +51 -0
- catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
- catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
- catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
- catocli/parsers/query_accountMetrics/README.md +2 -1
- catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_eventsTimeSeries/README.md +2 -1
- catocli/parsers/query_policy/README.md +2 -1
- catocli/parsers/query_sandbox/README.md +17 -0
- catocli/parsers/query_sandbox/__init__.py +17 -0
- catocli/parsers/query_xdr_story/README.md +1 -1
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/RECORD +100 -50
- models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
- models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
- models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
- models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
- models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
- models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
- models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
- models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
- models/mutation.sandbox.deleteReport.json +302 -0
- models/mutation.sandbox.uploadFile.json +301 -0
- models/mutation.site.addIpsecIkeV2Site.json +57 -0
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.addSecondaryAwsVSocket.json +707 -0
- models/mutation.site.addSecondaryAzureVSocket.json +647 -0
- models/mutation.site.addSocketSite.json +72 -15
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.updateNetworkRange.json +3 -3
- models/mutation.site.updateSocketInterface.json +126 -18
- models/mutation.sites.addIpsecIkeV2Site.json +57 -0
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
- models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
- models/mutation.sites.addSocketSite.json +72 -15
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.updateNetworkRange.json +3 -3
- models/mutation.sites.updateSocketInterface.json +126 -18
- models/mutation.xdr.addStoryComment.json +622 -0
- models/mutation.xdr.analystFeedback.json +28820 -0
- models/mutation.xdr.deleteStoryComment.json +622 -0
- models/query.accountMetrics.json +341 -0
- models/query.accountSnapshot.json +120 -0
- models/query.appStatsTimeSeries.json +37 -0
- models/query.auditFeed.json +292 -52
- models/query.events.json +1196 -236
- models/query.eventsFeed.json +292 -52
- models/query.eventsTimeSeries.json +941 -184
- models/query.policy.json +2047 -156
- models/query.sandbox.json +2047 -0
- models/query.xdr.stories.json +134 -4
- models/query.xdr.story.json +116 -4
- schema/catolib.py +3 -4
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
{
|
|
2
|
+
"args": {
|
|
3
|
+
"accountId": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": null,
|
|
6
|
+
"id_str": "accountId",
|
|
7
|
+
"name": "accountId",
|
|
8
|
+
"path": "accountId",
|
|
9
|
+
"requestStr": "$accountId:ID! ",
|
|
10
|
+
"required": true,
|
|
11
|
+
"responseStr": "accountId:$accountId ",
|
|
12
|
+
"type": {
|
|
13
|
+
"kind": [
|
|
14
|
+
"NON_NULL",
|
|
15
|
+
"SCALAR"
|
|
16
|
+
],
|
|
17
|
+
"name": "ID",
|
|
18
|
+
"non_null": false
|
|
19
|
+
},
|
|
20
|
+
"varName": "accountId"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"childOperations": {
|
|
24
|
+
"deleteReport": {
|
|
25
|
+
"args": {
|
|
26
|
+
"deleteReport___input": {
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"description": null,
|
|
29
|
+
"id_str": "deleteReport___input",
|
|
30
|
+
"name": "input",
|
|
31
|
+
"path": "deleteReport.input",
|
|
32
|
+
"requestStr": "$deleteReportInput:DeleteReportInput! ",
|
|
33
|
+
"required": true,
|
|
34
|
+
"responseStr": "input:$deleteReportInput ",
|
|
35
|
+
"type": {
|
|
36
|
+
"definition": {
|
|
37
|
+
"description": " Delete report input ",
|
|
38
|
+
"enumValues": null,
|
|
39
|
+
"fields": null,
|
|
40
|
+
"inputFields": {
|
|
41
|
+
"fileHash": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": " File hash (SHA-256) to be deleted ",
|
|
44
|
+
"id_str": "deleteReport___input___fileHash",
|
|
45
|
+
"name": "fileHash",
|
|
46
|
+
"path": "deleteReport.input.fileHash",
|
|
47
|
+
"requestStr": "$fileHash:String! ",
|
|
48
|
+
"required": true,
|
|
49
|
+
"responseStr": "fileHash:$fileHash ",
|
|
50
|
+
"type": {
|
|
51
|
+
"kind": [
|
|
52
|
+
"NON_NULL",
|
|
53
|
+
"SCALAR"
|
|
54
|
+
],
|
|
55
|
+
"name": "String",
|
|
56
|
+
"non_null": false
|
|
57
|
+
},
|
|
58
|
+
"varName": "fileHash"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"interfaces": null,
|
|
62
|
+
"kind": "INPUT_OBJECT",
|
|
63
|
+
"name": "DeleteReportInput",
|
|
64
|
+
"possibleTypes": null
|
|
65
|
+
},
|
|
66
|
+
"indexType": "input_object",
|
|
67
|
+
"kind": [
|
|
68
|
+
"NON_NULL",
|
|
69
|
+
"INPUT_OBJECT"
|
|
70
|
+
],
|
|
71
|
+
"name": "DeleteReportInput",
|
|
72
|
+
"non_null": false
|
|
73
|
+
},
|
|
74
|
+
"varName": "deleteReportInput"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"deprecationReason": null,
|
|
78
|
+
"description": " Delete a sandbox report ",
|
|
79
|
+
"isDeprecated": false,
|
|
80
|
+
"name": "deleteReport",
|
|
81
|
+
"type": {
|
|
82
|
+
"kind": "NON_NULL",
|
|
83
|
+
"name": null,
|
|
84
|
+
"ofType": {
|
|
85
|
+
"kind": "OBJECT",
|
|
86
|
+
"name": "DeleteReportPayload",
|
|
87
|
+
"ofType": null
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"deprecationReason": null,
|
|
93
|
+
"description": null,
|
|
94
|
+
"fieldTypes": {
|
|
95
|
+
"DeleteReportPayload": true
|
|
96
|
+
},
|
|
97
|
+
"isDeprecated": false,
|
|
98
|
+
"name": "sandbox",
|
|
99
|
+
"operationArgs": {
|
|
100
|
+
"accountId": {
|
|
101
|
+
"defaultValue": null,
|
|
102
|
+
"description": null,
|
|
103
|
+
"id_str": "accountId",
|
|
104
|
+
"name": "accountId",
|
|
105
|
+
"path": "accountId",
|
|
106
|
+
"requestStr": "$accountId:ID! ",
|
|
107
|
+
"required": true,
|
|
108
|
+
"responseStr": "accountId:$accountId ",
|
|
109
|
+
"type": {
|
|
110
|
+
"kind": [
|
|
111
|
+
"NON_NULL",
|
|
112
|
+
"SCALAR"
|
|
113
|
+
],
|
|
114
|
+
"name": "ID",
|
|
115
|
+
"non_null": false
|
|
116
|
+
},
|
|
117
|
+
"varName": "accountId"
|
|
118
|
+
},
|
|
119
|
+
"deleteReportInput": {
|
|
120
|
+
"defaultValue": null,
|
|
121
|
+
"description": null,
|
|
122
|
+
"id_str": "deleteReport___input",
|
|
123
|
+
"name": "input",
|
|
124
|
+
"path": "deleteReport.input",
|
|
125
|
+
"requestStr": "$deleteReportInput:DeleteReportInput! ",
|
|
126
|
+
"required": true,
|
|
127
|
+
"responseStr": "input:$deleteReportInput ",
|
|
128
|
+
"type": {
|
|
129
|
+
"definition": {
|
|
130
|
+
"description": " Delete report input ",
|
|
131
|
+
"enumValues": null,
|
|
132
|
+
"fields": null,
|
|
133
|
+
"inputFields": {
|
|
134
|
+
"fileHash": {
|
|
135
|
+
"defaultValue": null,
|
|
136
|
+
"description": " File hash (SHA-256) to be deleted ",
|
|
137
|
+
"id_str": "deleteReport___input___fileHash",
|
|
138
|
+
"name": "fileHash",
|
|
139
|
+
"path": "deleteReport.input.fileHash",
|
|
140
|
+
"requestStr": "$fileHash:String! ",
|
|
141
|
+
"required": true,
|
|
142
|
+
"responseStr": "fileHash:$fileHash ",
|
|
143
|
+
"type": {
|
|
144
|
+
"kind": [
|
|
145
|
+
"NON_NULL",
|
|
146
|
+
"SCALAR"
|
|
147
|
+
],
|
|
148
|
+
"name": "String",
|
|
149
|
+
"non_null": false
|
|
150
|
+
},
|
|
151
|
+
"varName": "fileHash"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"interfaces": null,
|
|
155
|
+
"kind": "INPUT_OBJECT",
|
|
156
|
+
"name": "DeleteReportInput",
|
|
157
|
+
"possibleTypes": null
|
|
158
|
+
},
|
|
159
|
+
"indexType": "input_object",
|
|
160
|
+
"kind": [
|
|
161
|
+
"NON_NULL",
|
|
162
|
+
"INPUT_OBJECT"
|
|
163
|
+
],
|
|
164
|
+
"name": "DeleteReportInput",
|
|
165
|
+
"non_null": false
|
|
166
|
+
},
|
|
167
|
+
"varName": "deleteReportInput"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"path": "mutation.sandbox.deleteReport",
|
|
171
|
+
"type": {
|
|
172
|
+
"definition": {
|
|
173
|
+
"description": null,
|
|
174
|
+
"enumValues": null,
|
|
175
|
+
"fields": {
|
|
176
|
+
"deleteReport": {
|
|
177
|
+
"args": {
|
|
178
|
+
"deleteReport___input": {
|
|
179
|
+
"defaultValue": null,
|
|
180
|
+
"description": null,
|
|
181
|
+
"id_str": "deleteReport___input",
|
|
182
|
+
"name": "input",
|
|
183
|
+
"path": "deleteReport.input",
|
|
184
|
+
"requestStr": "$deleteReportInput:DeleteReportInput! ",
|
|
185
|
+
"required": true,
|
|
186
|
+
"responseStr": "input:$deleteReportInput ",
|
|
187
|
+
"type": {
|
|
188
|
+
"definition": {
|
|
189
|
+
"description": " Delete report input ",
|
|
190
|
+
"enumValues": null,
|
|
191
|
+
"fields": null,
|
|
192
|
+
"inputFields": {
|
|
193
|
+
"fileHash": {
|
|
194
|
+
"defaultValue": null,
|
|
195
|
+
"description": " File hash (SHA-256) to be deleted ",
|
|
196
|
+
"id_str": "deleteReport___input___fileHash",
|
|
197
|
+
"name": "fileHash",
|
|
198
|
+
"path": "deleteReport.input.fileHash",
|
|
199
|
+
"requestStr": "$fileHash:String! ",
|
|
200
|
+
"required": true,
|
|
201
|
+
"responseStr": "fileHash:$fileHash ",
|
|
202
|
+
"type": {
|
|
203
|
+
"kind": [
|
|
204
|
+
"NON_NULL",
|
|
205
|
+
"SCALAR"
|
|
206
|
+
],
|
|
207
|
+
"name": "String",
|
|
208
|
+
"non_null": false
|
|
209
|
+
},
|
|
210
|
+
"varName": "fileHash"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"interfaces": null,
|
|
214
|
+
"kind": "INPUT_OBJECT",
|
|
215
|
+
"name": "DeleteReportInput",
|
|
216
|
+
"possibleTypes": null
|
|
217
|
+
},
|
|
218
|
+
"indexType": "input_object",
|
|
219
|
+
"kind": [
|
|
220
|
+
"NON_NULL",
|
|
221
|
+
"INPUT_OBJECT"
|
|
222
|
+
],
|
|
223
|
+
"name": "DeleteReportInput",
|
|
224
|
+
"non_null": false
|
|
225
|
+
},
|
|
226
|
+
"varName": "deleteReportInput"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"deprecationReason": null,
|
|
230
|
+
"description": " Delete a sandbox report ",
|
|
231
|
+
"id_str": "deleteReport",
|
|
232
|
+
"isDeprecated": false,
|
|
233
|
+
"name": "deleteReport",
|
|
234
|
+
"path": "deleteReport",
|
|
235
|
+
"requestStr": "$deleteReportPayload:DeleteReportPayload! ",
|
|
236
|
+
"required": true,
|
|
237
|
+
"responseStr": "deleteReport:$deleteReportPayload ",
|
|
238
|
+
"type": {
|
|
239
|
+
"definition": {
|
|
240
|
+
"description": " Delete report response ",
|
|
241
|
+
"enumValues": null,
|
|
242
|
+
"fields": {
|
|
243
|
+
"fileHash": {
|
|
244
|
+
"args": {},
|
|
245
|
+
"deprecationReason": null,
|
|
246
|
+
"description": " File hash (SHA-256) ",
|
|
247
|
+
"id_str": "deleteReport___fileHash",
|
|
248
|
+
"isDeprecated": false,
|
|
249
|
+
"name": "fileHash",
|
|
250
|
+
"path": "deleteReport.fileHash",
|
|
251
|
+
"requestStr": "$fileHash:String! ",
|
|
252
|
+
"required": true,
|
|
253
|
+
"responseStr": "fileHash:$fileHash ",
|
|
254
|
+
"type": {
|
|
255
|
+
"kind": [
|
|
256
|
+
"NON_NULL",
|
|
257
|
+
"SCALAR"
|
|
258
|
+
],
|
|
259
|
+
"name": "String",
|
|
260
|
+
"non_null": false
|
|
261
|
+
},
|
|
262
|
+
"varName": "fileHash"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"inputFields": null,
|
|
266
|
+
"interfaces": {},
|
|
267
|
+
"kind": "OBJECT",
|
|
268
|
+
"name": "DeleteReportPayload",
|
|
269
|
+
"possibleTypes": null
|
|
270
|
+
},
|
|
271
|
+
"indexType": "object",
|
|
272
|
+
"kind": [
|
|
273
|
+
"NON_NULL",
|
|
274
|
+
"OBJECT"
|
|
275
|
+
],
|
|
276
|
+
"name": "DeleteReportPayload",
|
|
277
|
+
"non_null": false
|
|
278
|
+
},
|
|
279
|
+
"varName": "deleteReportPayload"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"inputFields": null,
|
|
283
|
+
"interfaces": [],
|
|
284
|
+
"kind": "OBJECT",
|
|
285
|
+
"name": "SandboxMutations",
|
|
286
|
+
"possibleTypes": null
|
|
287
|
+
},
|
|
288
|
+
"indexType": "object",
|
|
289
|
+
"kind": [
|
|
290
|
+
"OBJECT"
|
|
291
|
+
],
|
|
292
|
+
"name": "SandboxMutations",
|
|
293
|
+
"non_null": false
|
|
294
|
+
},
|
|
295
|
+
"variablesPayload": {
|
|
296
|
+
"deleteReportInput": {
|
|
297
|
+
"fileHash": {
|
|
298
|
+
"fileHash": "String"
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
}
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
{
|
|
2
|
+
"args": {
|
|
3
|
+
"accountId": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": null,
|
|
6
|
+
"id_str": "accountId",
|
|
7
|
+
"name": "accountId",
|
|
8
|
+
"path": "accountId",
|
|
9
|
+
"requestStr": "$accountId:ID! ",
|
|
10
|
+
"required": true,
|
|
11
|
+
"responseStr": "accountId:$accountId ",
|
|
12
|
+
"type": {
|
|
13
|
+
"kind": [
|
|
14
|
+
"NON_NULL",
|
|
15
|
+
"SCALAR"
|
|
16
|
+
],
|
|
17
|
+
"name": "ID",
|
|
18
|
+
"non_null": false
|
|
19
|
+
},
|
|
20
|
+
"varName": "accountId"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"childOperations": {
|
|
24
|
+
"uploadFile": {
|
|
25
|
+
"args": {
|
|
26
|
+
"uploadFile___input": {
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"description": null,
|
|
29
|
+
"id_str": "uploadFile___input",
|
|
30
|
+
"name": "input",
|
|
31
|
+
"path": "uploadFile.input",
|
|
32
|
+
"requestStr": "$uploadFileInput:UploadFileInput! ",
|
|
33
|
+
"required": true,
|
|
34
|
+
"responseStr": "input:$uploadFileInput ",
|
|
35
|
+
"type": {
|
|
36
|
+
"definition": {
|
|
37
|
+
"description": " Upload file input ",
|
|
38
|
+
"enumValues": null,
|
|
39
|
+
"fields": null,
|
|
40
|
+
"inputFields": {
|
|
41
|
+
"fileName": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": " Uploaded file name ",
|
|
44
|
+
"id_str": "uploadFile___input___fileName",
|
|
45
|
+
"name": "fileName",
|
|
46
|
+
"path": "uploadFile.input.fileName",
|
|
47
|
+
"requestStr": "$fileName:String! ",
|
|
48
|
+
"required": true,
|
|
49
|
+
"responseStr": "fileName:$fileName ",
|
|
50
|
+
"type": {
|
|
51
|
+
"kind": [
|
|
52
|
+
"NON_NULL",
|
|
53
|
+
"SCALAR"
|
|
54
|
+
],
|
|
55
|
+
"name": "String",
|
|
56
|
+
"non_null": false
|
|
57
|
+
},
|
|
58
|
+
"varName": "fileName"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"interfaces": null,
|
|
62
|
+
"kind": "INPUT_OBJECT",
|
|
63
|
+
"name": "UploadFileInput",
|
|
64
|
+
"possibleTypes": null
|
|
65
|
+
},
|
|
66
|
+
"indexType": "input_object",
|
|
67
|
+
"kind": [
|
|
68
|
+
"NON_NULL",
|
|
69
|
+
"INPUT_OBJECT"
|
|
70
|
+
],
|
|
71
|
+
"name": "UploadFileInput",
|
|
72
|
+
"non_null": false
|
|
73
|
+
},
|
|
74
|
+
"varName": "uploadFileInput"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"deprecationReason": null,
|
|
78
|
+
"description": " Upload a file for sandbox analysis ",
|
|
79
|
+
"isDeprecated": false,
|
|
80
|
+
"name": "uploadFile",
|
|
81
|
+
"type": {
|
|
82
|
+
"kind": "NON_NULL",
|
|
83
|
+
"name": null,
|
|
84
|
+
"ofType": {
|
|
85
|
+
"kind": "OBJECT",
|
|
86
|
+
"name": "UploadFilePayload",
|
|
87
|
+
"ofType": null
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"deprecationReason": null,
|
|
93
|
+
"description": null,
|
|
94
|
+
"fieldTypes": {
|
|
95
|
+
"UploadFilePayload": true
|
|
96
|
+
},
|
|
97
|
+
"isDeprecated": false,
|
|
98
|
+
"name": "sandbox",
|
|
99
|
+
"operationArgs": {
|
|
100
|
+
"accountId": {
|
|
101
|
+
"defaultValue": null,
|
|
102
|
+
"description": null,
|
|
103
|
+
"id_str": "accountId",
|
|
104
|
+
"name": "accountId",
|
|
105
|
+
"path": "accountId",
|
|
106
|
+
"requestStr": "$accountId:ID! ",
|
|
107
|
+
"required": true,
|
|
108
|
+
"responseStr": "accountId:$accountId ",
|
|
109
|
+
"type": {
|
|
110
|
+
"kind": [
|
|
111
|
+
"NON_NULL",
|
|
112
|
+
"SCALAR"
|
|
113
|
+
],
|
|
114
|
+
"name": "ID",
|
|
115
|
+
"non_null": false
|
|
116
|
+
},
|
|
117
|
+
"varName": "accountId"
|
|
118
|
+
},
|
|
119
|
+
"uploadFileInput": {
|
|
120
|
+
"defaultValue": null,
|
|
121
|
+
"description": null,
|
|
122
|
+
"id_str": "uploadFile___input",
|
|
123
|
+
"name": "input",
|
|
124
|
+
"path": "uploadFile.input",
|
|
125
|
+
"requestStr": "$uploadFileInput:UploadFileInput! ",
|
|
126
|
+
"required": true,
|
|
127
|
+
"responseStr": "input:$uploadFileInput ",
|
|
128
|
+
"type": {
|
|
129
|
+
"definition": {
|
|
130
|
+
"description": " Upload file input ",
|
|
131
|
+
"enumValues": null,
|
|
132
|
+
"fields": null,
|
|
133
|
+
"inputFields": {
|
|
134
|
+
"fileName": {
|
|
135
|
+
"defaultValue": null,
|
|
136
|
+
"description": " Uploaded file name ",
|
|
137
|
+
"id_str": "uploadFile___input___fileName",
|
|
138
|
+
"name": "fileName",
|
|
139
|
+
"path": "uploadFile.input.fileName",
|
|
140
|
+
"requestStr": "$fileName:String! ",
|
|
141
|
+
"required": true,
|
|
142
|
+
"responseStr": "fileName:$fileName ",
|
|
143
|
+
"type": {
|
|
144
|
+
"kind": [
|
|
145
|
+
"NON_NULL",
|
|
146
|
+
"SCALAR"
|
|
147
|
+
],
|
|
148
|
+
"name": "String",
|
|
149
|
+
"non_null": false
|
|
150
|
+
},
|
|
151
|
+
"varName": "fileName"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"interfaces": null,
|
|
155
|
+
"kind": "INPUT_OBJECT",
|
|
156
|
+
"name": "UploadFileInput",
|
|
157
|
+
"possibleTypes": null
|
|
158
|
+
},
|
|
159
|
+
"indexType": "input_object",
|
|
160
|
+
"kind": [
|
|
161
|
+
"NON_NULL",
|
|
162
|
+
"INPUT_OBJECT"
|
|
163
|
+
],
|
|
164
|
+
"name": "UploadFileInput",
|
|
165
|
+
"non_null": false
|
|
166
|
+
},
|
|
167
|
+
"varName": "uploadFileInput"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"path": "mutation.sandbox.uploadFile",
|
|
171
|
+
"type": {
|
|
172
|
+
"definition": {
|
|
173
|
+
"description": null,
|
|
174
|
+
"enumValues": null,
|
|
175
|
+
"fields": {
|
|
176
|
+
"uploadFile": {
|
|
177
|
+
"args": {
|
|
178
|
+
"uploadFile___input": {
|
|
179
|
+
"defaultValue": null,
|
|
180
|
+
"description": null,
|
|
181
|
+
"id_str": "uploadFile___input",
|
|
182
|
+
"name": "input",
|
|
183
|
+
"path": "uploadFile.input",
|
|
184
|
+
"requestStr": "$uploadFileInput:UploadFileInput! ",
|
|
185
|
+
"required": true,
|
|
186
|
+
"responseStr": "input:$uploadFileInput ",
|
|
187
|
+
"type": {
|
|
188
|
+
"definition": {
|
|
189
|
+
"description": " Upload file input ",
|
|
190
|
+
"enumValues": null,
|
|
191
|
+
"fields": null,
|
|
192
|
+
"inputFields": {
|
|
193
|
+
"fileName": {
|
|
194
|
+
"defaultValue": null,
|
|
195
|
+
"description": " Uploaded file name ",
|
|
196
|
+
"id_str": "uploadFile___input___fileName",
|
|
197
|
+
"name": "fileName",
|
|
198
|
+
"path": "uploadFile.input.fileName",
|
|
199
|
+
"requestStr": "$fileName:String! ",
|
|
200
|
+
"required": true,
|
|
201
|
+
"responseStr": "fileName:$fileName ",
|
|
202
|
+
"type": {
|
|
203
|
+
"kind": [
|
|
204
|
+
"NON_NULL",
|
|
205
|
+
"SCALAR"
|
|
206
|
+
],
|
|
207
|
+
"name": "String",
|
|
208
|
+
"non_null": false
|
|
209
|
+
},
|
|
210
|
+
"varName": "fileName"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"interfaces": null,
|
|
214
|
+
"kind": "INPUT_OBJECT",
|
|
215
|
+
"name": "UploadFileInput",
|
|
216
|
+
"possibleTypes": null
|
|
217
|
+
},
|
|
218
|
+
"indexType": "input_object",
|
|
219
|
+
"kind": [
|
|
220
|
+
"NON_NULL",
|
|
221
|
+
"INPUT_OBJECT"
|
|
222
|
+
],
|
|
223
|
+
"name": "UploadFileInput",
|
|
224
|
+
"non_null": false
|
|
225
|
+
},
|
|
226
|
+
"varName": "uploadFileInput"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"deprecationReason": null,
|
|
230
|
+
"description": " Upload a file for sandbox analysis ",
|
|
231
|
+
"id_str": "uploadFile",
|
|
232
|
+
"isDeprecated": false,
|
|
233
|
+
"name": "uploadFile",
|
|
234
|
+
"path": "uploadFile",
|
|
235
|
+
"requestStr": "$uploadFilePayload:UploadFilePayload! ",
|
|
236
|
+
"required": true,
|
|
237
|
+
"responseStr": "uploadFile:$uploadFilePayload ",
|
|
238
|
+
"type": {
|
|
239
|
+
"definition": {
|
|
240
|
+
"description": " Upload file response ",
|
|
241
|
+
"enumValues": null,
|
|
242
|
+
"fields": {
|
|
243
|
+
"uploadUrl": {
|
|
244
|
+
"args": {},
|
|
245
|
+
"deprecationReason": null,
|
|
246
|
+
"description": " Upload URL (HTTP PUT) ",
|
|
247
|
+
"id_str": "uploadFile___uploadUrl",
|
|
248
|
+
"isDeprecated": false,
|
|
249
|
+
"name": "uploadUrl",
|
|
250
|
+
"path": "uploadFile.uploadUrl",
|
|
251
|
+
"requestStr": "$uploadUrl:Url ",
|
|
252
|
+
"required": false,
|
|
253
|
+
"responseStr": "uploadUrl:$uploadUrl ",
|
|
254
|
+
"type": {
|
|
255
|
+
"kind": [
|
|
256
|
+
"SCALAR"
|
|
257
|
+
],
|
|
258
|
+
"name": "Url",
|
|
259
|
+
"non_null": false
|
|
260
|
+
},
|
|
261
|
+
"varName": "uploadUrl"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"inputFields": null,
|
|
265
|
+
"interfaces": {},
|
|
266
|
+
"kind": "OBJECT",
|
|
267
|
+
"name": "UploadFilePayload",
|
|
268
|
+
"possibleTypes": null
|
|
269
|
+
},
|
|
270
|
+
"indexType": "object",
|
|
271
|
+
"kind": [
|
|
272
|
+
"NON_NULL",
|
|
273
|
+
"OBJECT"
|
|
274
|
+
],
|
|
275
|
+
"name": "UploadFilePayload",
|
|
276
|
+
"non_null": false
|
|
277
|
+
},
|
|
278
|
+
"varName": "uploadFilePayload"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"inputFields": null,
|
|
282
|
+
"interfaces": [],
|
|
283
|
+
"kind": "OBJECT",
|
|
284
|
+
"name": "SandboxMutations",
|
|
285
|
+
"possibleTypes": null
|
|
286
|
+
},
|
|
287
|
+
"indexType": "object",
|
|
288
|
+
"kind": [
|
|
289
|
+
"OBJECT"
|
|
290
|
+
],
|
|
291
|
+
"name": "SandboxMutations",
|
|
292
|
+
"non_null": false
|
|
293
|
+
},
|
|
294
|
+
"variablesPayload": {
|
|
295
|
+
"uploadFileInput": {
|
|
296
|
+
"fileName": {
|
|
297
|
+
"fileName": "String"
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|