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,707 @@
|
|
|
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
|
+
"addSecondaryAwsVSocket": {
|
|
25
|
+
"args": {
|
|
26
|
+
"addSecondaryAwsVSocket___input": {
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"description": null,
|
|
29
|
+
"id_str": "addSecondaryAwsVSocket___input",
|
|
30
|
+
"name": "input",
|
|
31
|
+
"path": "addSecondaryAwsVSocket.input",
|
|
32
|
+
"requestStr": "$addSecondaryAwsVSocketInput:AddSecondaryAwsVSocketInput! ",
|
|
33
|
+
"required": true,
|
|
34
|
+
"responseStr": "input:$addSecondaryAwsVSocketInput ",
|
|
35
|
+
"type": {
|
|
36
|
+
"definition": {
|
|
37
|
+
"description": null,
|
|
38
|
+
"enumValues": null,
|
|
39
|
+
"fields": null,
|
|
40
|
+
"inputFields": {
|
|
41
|
+
"eniIpAddress": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": "The IP address of LAN interface",
|
|
44
|
+
"id_str": "addSecondaryAwsVSocket___input___eniIpAddress",
|
|
45
|
+
"name": "eniIpAddress",
|
|
46
|
+
"path": "addSecondaryAwsVSocket.input.eniIpAddress",
|
|
47
|
+
"requestStr": "$eniIpAddress:IPAddress! ",
|
|
48
|
+
"required": true,
|
|
49
|
+
"responseStr": "eniIpAddress:$eniIpAddress ",
|
|
50
|
+
"type": {
|
|
51
|
+
"kind": [
|
|
52
|
+
"NON_NULL",
|
|
53
|
+
"SCALAR"
|
|
54
|
+
],
|
|
55
|
+
"name": "IPAddress",
|
|
56
|
+
"non_null": false
|
|
57
|
+
},
|
|
58
|
+
"varName": "eniIpAddress"
|
|
59
|
+
},
|
|
60
|
+
"eniIpSubnet": {
|
|
61
|
+
"defaultValue": null,
|
|
62
|
+
"description": "The subnet of the LAN interface",
|
|
63
|
+
"id_str": "addSecondaryAwsVSocket___input___eniIpSubnet",
|
|
64
|
+
"name": "eniIpSubnet",
|
|
65
|
+
"path": "addSecondaryAwsVSocket.input.eniIpSubnet",
|
|
66
|
+
"requestStr": "$eniIpSubnet:NetworkSubnet! ",
|
|
67
|
+
"required": true,
|
|
68
|
+
"responseStr": "eniIpSubnet:$eniIpSubnet ",
|
|
69
|
+
"type": {
|
|
70
|
+
"kind": [
|
|
71
|
+
"NON_NULL",
|
|
72
|
+
"SCALAR"
|
|
73
|
+
],
|
|
74
|
+
"name": "NetworkSubnet",
|
|
75
|
+
"non_null": false
|
|
76
|
+
},
|
|
77
|
+
"varName": "eniIpSubnet"
|
|
78
|
+
},
|
|
79
|
+
"routeTableId": {
|
|
80
|
+
"defaultValue": null,
|
|
81
|
+
"description": "The ID of the LAN route table",
|
|
82
|
+
"id_str": "addSecondaryAwsVSocket___input___routeTableId",
|
|
83
|
+
"name": "routeTableId",
|
|
84
|
+
"path": "addSecondaryAwsVSocket.input.routeTableId",
|
|
85
|
+
"requestStr": "$routeTableId:String! ",
|
|
86
|
+
"required": true,
|
|
87
|
+
"responseStr": "routeTableId:$routeTableId ",
|
|
88
|
+
"type": {
|
|
89
|
+
"kind": [
|
|
90
|
+
"NON_NULL",
|
|
91
|
+
"SCALAR"
|
|
92
|
+
],
|
|
93
|
+
"name": "String",
|
|
94
|
+
"non_null": false
|
|
95
|
+
},
|
|
96
|
+
"varName": "routeTableId"
|
|
97
|
+
},
|
|
98
|
+
"site": {
|
|
99
|
+
"defaultValue": null,
|
|
100
|
+
"description": "Information about the site where the secondary AWS VSocket is being added.",
|
|
101
|
+
"id_str": "addSecondaryAwsVSocket___input___site",
|
|
102
|
+
"name": "site",
|
|
103
|
+
"path": "addSecondaryAwsVSocket.input.site",
|
|
104
|
+
"requestStr": "$siteRefInput:SiteRefInput! ",
|
|
105
|
+
"required": true,
|
|
106
|
+
"responseStr": "site:$siteRefInput ",
|
|
107
|
+
"type": {
|
|
108
|
+
"definition": {
|
|
109
|
+
"description": null,
|
|
110
|
+
"enumValues": null,
|
|
111
|
+
"fields": null,
|
|
112
|
+
"inputFields": {
|
|
113
|
+
"by": {
|
|
114
|
+
"defaultValue": "ID",
|
|
115
|
+
"description": null,
|
|
116
|
+
"id_str": "addSecondaryAwsVSocket___input___site___by",
|
|
117
|
+
"name": "by",
|
|
118
|
+
"path": "addSecondaryAwsVSocket.input.site.by",
|
|
119
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
120
|
+
"required": true,
|
|
121
|
+
"responseStr": "by:$by ",
|
|
122
|
+
"type": {
|
|
123
|
+
"definition": {
|
|
124
|
+
"description": null,
|
|
125
|
+
"enumValues": [
|
|
126
|
+
{
|
|
127
|
+
"deprecationReason": null,
|
|
128
|
+
"description": null,
|
|
129
|
+
"isDeprecated": false,
|
|
130
|
+
"name": "ID"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"deprecationReason": null,
|
|
134
|
+
"description": null,
|
|
135
|
+
"isDeprecated": false,
|
|
136
|
+
"name": "NAME"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"fields": null,
|
|
140
|
+
"inputFields": null,
|
|
141
|
+
"interfaces": null,
|
|
142
|
+
"kind": "ENUM",
|
|
143
|
+
"name": "ObjectRefBy",
|
|
144
|
+
"possibleTypes": null
|
|
145
|
+
},
|
|
146
|
+
"indexType": "enum",
|
|
147
|
+
"kind": [
|
|
148
|
+
"NON_NULL",
|
|
149
|
+
"ENUM"
|
|
150
|
+
],
|
|
151
|
+
"name": "ObjectRefBy",
|
|
152
|
+
"non_null": false
|
|
153
|
+
},
|
|
154
|
+
"varName": "by"
|
|
155
|
+
},
|
|
156
|
+
"input": {
|
|
157
|
+
"defaultValue": null,
|
|
158
|
+
"description": null,
|
|
159
|
+
"id_str": "addSecondaryAwsVSocket___input___site___input",
|
|
160
|
+
"name": "input",
|
|
161
|
+
"path": "addSecondaryAwsVSocket.input.site.input",
|
|
162
|
+
"requestStr": "$input:String! ",
|
|
163
|
+
"required": true,
|
|
164
|
+
"responseStr": "input:$input ",
|
|
165
|
+
"type": {
|
|
166
|
+
"kind": [
|
|
167
|
+
"NON_NULL",
|
|
168
|
+
"SCALAR"
|
|
169
|
+
],
|
|
170
|
+
"name": "String",
|
|
171
|
+
"non_null": false
|
|
172
|
+
},
|
|
173
|
+
"varName": "input"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"interfaces": null,
|
|
177
|
+
"kind": "INPUT_OBJECT",
|
|
178
|
+
"name": "SiteRefInput",
|
|
179
|
+
"possibleTypes": null
|
|
180
|
+
},
|
|
181
|
+
"indexType": "input_object",
|
|
182
|
+
"kind": [
|
|
183
|
+
"NON_NULL",
|
|
184
|
+
"INPUT_OBJECT"
|
|
185
|
+
],
|
|
186
|
+
"name": "SiteRefInput",
|
|
187
|
+
"non_null": false
|
|
188
|
+
},
|
|
189
|
+
"varName": "siteRefInput"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"interfaces": null,
|
|
193
|
+
"kind": "INPUT_OBJECT",
|
|
194
|
+
"name": "AddSecondaryAwsVSocketInput",
|
|
195
|
+
"possibleTypes": null
|
|
196
|
+
},
|
|
197
|
+
"indexType": "input_object",
|
|
198
|
+
"kind": [
|
|
199
|
+
"NON_NULL",
|
|
200
|
+
"INPUT_OBJECT"
|
|
201
|
+
],
|
|
202
|
+
"name": "AddSecondaryAwsVSocketInput",
|
|
203
|
+
"non_null": false
|
|
204
|
+
},
|
|
205
|
+
"varName": "addSecondaryAwsVSocketInput"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"deprecationReason": null,
|
|
209
|
+
"description": "Add a secondary AWS vSocket to an existing site",
|
|
210
|
+
"isDeprecated": false,
|
|
211
|
+
"name": "addSecondaryAwsVSocket",
|
|
212
|
+
"type": {
|
|
213
|
+
"kind": "OBJECT",
|
|
214
|
+
"name": "AddSecondaryAwsVSocketPayload",
|
|
215
|
+
"ofType": null
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"deprecationReason": null,
|
|
220
|
+
"description": null,
|
|
221
|
+
"fieldTypes": {
|
|
222
|
+
"AddSecondaryAwsVSocketPayload": true,
|
|
223
|
+
"ObjectRefBy": true,
|
|
224
|
+
"SiteRefInput": true
|
|
225
|
+
},
|
|
226
|
+
"isDeprecated": false,
|
|
227
|
+
"name": "site",
|
|
228
|
+
"operationArgs": {
|
|
229
|
+
"accountId": {
|
|
230
|
+
"defaultValue": null,
|
|
231
|
+
"description": null,
|
|
232
|
+
"id_str": "accountId",
|
|
233
|
+
"name": "accountId",
|
|
234
|
+
"path": "accountId",
|
|
235
|
+
"requestStr": "$accountId:ID! ",
|
|
236
|
+
"required": true,
|
|
237
|
+
"responseStr": "accountId:$accountId ",
|
|
238
|
+
"type": {
|
|
239
|
+
"kind": [
|
|
240
|
+
"NON_NULL",
|
|
241
|
+
"SCALAR"
|
|
242
|
+
],
|
|
243
|
+
"name": "ID",
|
|
244
|
+
"non_null": false
|
|
245
|
+
},
|
|
246
|
+
"varName": "accountId"
|
|
247
|
+
},
|
|
248
|
+
"addSecondaryAwsVSocketInput": {
|
|
249
|
+
"defaultValue": null,
|
|
250
|
+
"description": null,
|
|
251
|
+
"id_str": "addSecondaryAwsVSocket___input",
|
|
252
|
+
"name": "input",
|
|
253
|
+
"path": "addSecondaryAwsVSocket.input",
|
|
254
|
+
"requestStr": "$addSecondaryAwsVSocketInput:AddSecondaryAwsVSocketInput! ",
|
|
255
|
+
"required": true,
|
|
256
|
+
"responseStr": "input:$addSecondaryAwsVSocketInput ",
|
|
257
|
+
"type": {
|
|
258
|
+
"definition": {
|
|
259
|
+
"description": null,
|
|
260
|
+
"enumValues": null,
|
|
261
|
+
"fields": null,
|
|
262
|
+
"inputFields": {
|
|
263
|
+
"eniIpAddress": {
|
|
264
|
+
"defaultValue": null,
|
|
265
|
+
"description": "The IP address of LAN interface",
|
|
266
|
+
"id_str": "addSecondaryAwsVSocket___input___eniIpAddress",
|
|
267
|
+
"name": "eniIpAddress",
|
|
268
|
+
"path": "addSecondaryAwsVSocket.input.eniIpAddress",
|
|
269
|
+
"requestStr": "$eniIpAddress:IPAddress! ",
|
|
270
|
+
"required": true,
|
|
271
|
+
"responseStr": "eniIpAddress:$eniIpAddress ",
|
|
272
|
+
"type": {
|
|
273
|
+
"kind": [
|
|
274
|
+
"NON_NULL",
|
|
275
|
+
"SCALAR"
|
|
276
|
+
],
|
|
277
|
+
"name": "IPAddress",
|
|
278
|
+
"non_null": false
|
|
279
|
+
},
|
|
280
|
+
"varName": "eniIpAddress"
|
|
281
|
+
},
|
|
282
|
+
"eniIpSubnet": {
|
|
283
|
+
"defaultValue": null,
|
|
284
|
+
"description": "The subnet of the LAN interface",
|
|
285
|
+
"id_str": "addSecondaryAwsVSocket___input___eniIpSubnet",
|
|
286
|
+
"name": "eniIpSubnet",
|
|
287
|
+
"path": "addSecondaryAwsVSocket.input.eniIpSubnet",
|
|
288
|
+
"requestStr": "$eniIpSubnet:NetworkSubnet! ",
|
|
289
|
+
"required": true,
|
|
290
|
+
"responseStr": "eniIpSubnet:$eniIpSubnet ",
|
|
291
|
+
"type": {
|
|
292
|
+
"kind": [
|
|
293
|
+
"NON_NULL",
|
|
294
|
+
"SCALAR"
|
|
295
|
+
],
|
|
296
|
+
"name": "NetworkSubnet",
|
|
297
|
+
"non_null": false
|
|
298
|
+
},
|
|
299
|
+
"varName": "eniIpSubnet"
|
|
300
|
+
},
|
|
301
|
+
"routeTableId": {
|
|
302
|
+
"defaultValue": null,
|
|
303
|
+
"description": "The ID of the LAN route table",
|
|
304
|
+
"id_str": "addSecondaryAwsVSocket___input___routeTableId",
|
|
305
|
+
"name": "routeTableId",
|
|
306
|
+
"path": "addSecondaryAwsVSocket.input.routeTableId",
|
|
307
|
+
"requestStr": "$routeTableId:String! ",
|
|
308
|
+
"required": true,
|
|
309
|
+
"responseStr": "routeTableId:$routeTableId ",
|
|
310
|
+
"type": {
|
|
311
|
+
"kind": [
|
|
312
|
+
"NON_NULL",
|
|
313
|
+
"SCALAR"
|
|
314
|
+
],
|
|
315
|
+
"name": "String",
|
|
316
|
+
"non_null": false
|
|
317
|
+
},
|
|
318
|
+
"varName": "routeTableId"
|
|
319
|
+
},
|
|
320
|
+
"site": {
|
|
321
|
+
"defaultValue": null,
|
|
322
|
+
"description": "Information about the site where the secondary AWS VSocket is being added.",
|
|
323
|
+
"id_str": "addSecondaryAwsVSocket___input___site",
|
|
324
|
+
"name": "site",
|
|
325
|
+
"path": "addSecondaryAwsVSocket.input.site",
|
|
326
|
+
"requestStr": "$siteRefInput:SiteRefInput! ",
|
|
327
|
+
"required": true,
|
|
328
|
+
"responseStr": "site:$siteRefInput ",
|
|
329
|
+
"type": {
|
|
330
|
+
"definition": {
|
|
331
|
+
"description": null,
|
|
332
|
+
"enumValues": null,
|
|
333
|
+
"fields": null,
|
|
334
|
+
"inputFields": {
|
|
335
|
+
"by": {
|
|
336
|
+
"defaultValue": "ID",
|
|
337
|
+
"description": null,
|
|
338
|
+
"id_str": "addSecondaryAwsVSocket___input___site___by",
|
|
339
|
+
"name": "by",
|
|
340
|
+
"path": "addSecondaryAwsVSocket.input.site.by",
|
|
341
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
342
|
+
"required": true,
|
|
343
|
+
"responseStr": "by:$by ",
|
|
344
|
+
"type": {
|
|
345
|
+
"definition": {
|
|
346
|
+
"description": null,
|
|
347
|
+
"enumValues": [
|
|
348
|
+
{
|
|
349
|
+
"deprecationReason": null,
|
|
350
|
+
"description": null,
|
|
351
|
+
"isDeprecated": false,
|
|
352
|
+
"name": "ID"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"deprecationReason": null,
|
|
356
|
+
"description": null,
|
|
357
|
+
"isDeprecated": false,
|
|
358
|
+
"name": "NAME"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"fields": null,
|
|
362
|
+
"inputFields": null,
|
|
363
|
+
"interfaces": null,
|
|
364
|
+
"kind": "ENUM",
|
|
365
|
+
"name": "ObjectRefBy",
|
|
366
|
+
"possibleTypes": null
|
|
367
|
+
},
|
|
368
|
+
"indexType": "enum",
|
|
369
|
+
"kind": [
|
|
370
|
+
"NON_NULL",
|
|
371
|
+
"ENUM"
|
|
372
|
+
],
|
|
373
|
+
"name": "ObjectRefBy",
|
|
374
|
+
"non_null": false
|
|
375
|
+
},
|
|
376
|
+
"varName": "by"
|
|
377
|
+
},
|
|
378
|
+
"input": {
|
|
379
|
+
"defaultValue": null,
|
|
380
|
+
"description": null,
|
|
381
|
+
"id_str": "addSecondaryAwsVSocket___input___site___input",
|
|
382
|
+
"name": "input",
|
|
383
|
+
"path": "addSecondaryAwsVSocket.input.site.input",
|
|
384
|
+
"requestStr": "$input:String! ",
|
|
385
|
+
"required": true,
|
|
386
|
+
"responseStr": "input:$input ",
|
|
387
|
+
"type": {
|
|
388
|
+
"kind": [
|
|
389
|
+
"NON_NULL",
|
|
390
|
+
"SCALAR"
|
|
391
|
+
],
|
|
392
|
+
"name": "String",
|
|
393
|
+
"non_null": false
|
|
394
|
+
},
|
|
395
|
+
"varName": "input"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"interfaces": null,
|
|
399
|
+
"kind": "INPUT_OBJECT",
|
|
400
|
+
"name": "SiteRefInput",
|
|
401
|
+
"possibleTypes": null
|
|
402
|
+
},
|
|
403
|
+
"indexType": "input_object",
|
|
404
|
+
"kind": [
|
|
405
|
+
"NON_NULL",
|
|
406
|
+
"INPUT_OBJECT"
|
|
407
|
+
],
|
|
408
|
+
"name": "SiteRefInput",
|
|
409
|
+
"non_null": false
|
|
410
|
+
},
|
|
411
|
+
"varName": "siteRefInput"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"interfaces": null,
|
|
415
|
+
"kind": "INPUT_OBJECT",
|
|
416
|
+
"name": "AddSecondaryAwsVSocketInput",
|
|
417
|
+
"possibleTypes": null
|
|
418
|
+
},
|
|
419
|
+
"indexType": "input_object",
|
|
420
|
+
"kind": [
|
|
421
|
+
"NON_NULL",
|
|
422
|
+
"INPUT_OBJECT"
|
|
423
|
+
],
|
|
424
|
+
"name": "AddSecondaryAwsVSocketInput",
|
|
425
|
+
"non_null": false
|
|
426
|
+
},
|
|
427
|
+
"varName": "addSecondaryAwsVSocketInput"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"path": "mutation.site.addSecondaryAwsVSocket",
|
|
431
|
+
"type": {
|
|
432
|
+
"definition": {
|
|
433
|
+
"description": null,
|
|
434
|
+
"enumValues": null,
|
|
435
|
+
"fields": {
|
|
436
|
+
"addSecondaryAwsVSocket": {
|
|
437
|
+
"args": {
|
|
438
|
+
"addSecondaryAwsVSocket___input": {
|
|
439
|
+
"defaultValue": null,
|
|
440
|
+
"description": null,
|
|
441
|
+
"id_str": "addSecondaryAwsVSocket___input",
|
|
442
|
+
"name": "input",
|
|
443
|
+
"path": "addSecondaryAwsVSocket.input",
|
|
444
|
+
"requestStr": "$addSecondaryAwsVSocketInput:AddSecondaryAwsVSocketInput! ",
|
|
445
|
+
"required": true,
|
|
446
|
+
"responseStr": "input:$addSecondaryAwsVSocketInput ",
|
|
447
|
+
"type": {
|
|
448
|
+
"definition": {
|
|
449
|
+
"description": null,
|
|
450
|
+
"enumValues": null,
|
|
451
|
+
"fields": null,
|
|
452
|
+
"inputFields": {
|
|
453
|
+
"eniIpAddress": {
|
|
454
|
+
"defaultValue": null,
|
|
455
|
+
"description": "The IP address of LAN interface",
|
|
456
|
+
"id_str": "addSecondaryAwsVSocket___input___eniIpAddress",
|
|
457
|
+
"name": "eniIpAddress",
|
|
458
|
+
"path": "addSecondaryAwsVSocket.input.eniIpAddress",
|
|
459
|
+
"requestStr": "$eniIpAddress:IPAddress! ",
|
|
460
|
+
"required": true,
|
|
461
|
+
"responseStr": "eniIpAddress:$eniIpAddress ",
|
|
462
|
+
"type": {
|
|
463
|
+
"kind": [
|
|
464
|
+
"NON_NULL",
|
|
465
|
+
"SCALAR"
|
|
466
|
+
],
|
|
467
|
+
"name": "IPAddress",
|
|
468
|
+
"non_null": false
|
|
469
|
+
},
|
|
470
|
+
"varName": "eniIpAddress"
|
|
471
|
+
},
|
|
472
|
+
"eniIpSubnet": {
|
|
473
|
+
"defaultValue": null,
|
|
474
|
+
"description": "The subnet of the LAN interface",
|
|
475
|
+
"id_str": "addSecondaryAwsVSocket___input___eniIpSubnet",
|
|
476
|
+
"name": "eniIpSubnet",
|
|
477
|
+
"path": "addSecondaryAwsVSocket.input.eniIpSubnet",
|
|
478
|
+
"requestStr": "$eniIpSubnet:NetworkSubnet! ",
|
|
479
|
+
"required": true,
|
|
480
|
+
"responseStr": "eniIpSubnet:$eniIpSubnet ",
|
|
481
|
+
"type": {
|
|
482
|
+
"kind": [
|
|
483
|
+
"NON_NULL",
|
|
484
|
+
"SCALAR"
|
|
485
|
+
],
|
|
486
|
+
"name": "NetworkSubnet",
|
|
487
|
+
"non_null": false
|
|
488
|
+
},
|
|
489
|
+
"varName": "eniIpSubnet"
|
|
490
|
+
},
|
|
491
|
+
"routeTableId": {
|
|
492
|
+
"defaultValue": null,
|
|
493
|
+
"description": "The ID of the LAN route table",
|
|
494
|
+
"id_str": "addSecondaryAwsVSocket___input___routeTableId",
|
|
495
|
+
"name": "routeTableId",
|
|
496
|
+
"path": "addSecondaryAwsVSocket.input.routeTableId",
|
|
497
|
+
"requestStr": "$routeTableId:String! ",
|
|
498
|
+
"required": true,
|
|
499
|
+
"responseStr": "routeTableId:$routeTableId ",
|
|
500
|
+
"type": {
|
|
501
|
+
"kind": [
|
|
502
|
+
"NON_NULL",
|
|
503
|
+
"SCALAR"
|
|
504
|
+
],
|
|
505
|
+
"name": "String",
|
|
506
|
+
"non_null": false
|
|
507
|
+
},
|
|
508
|
+
"varName": "routeTableId"
|
|
509
|
+
},
|
|
510
|
+
"site": {
|
|
511
|
+
"defaultValue": null,
|
|
512
|
+
"description": "Information about the site where the secondary AWS VSocket is being added.",
|
|
513
|
+
"id_str": "addSecondaryAwsVSocket___input___site",
|
|
514
|
+
"name": "site",
|
|
515
|
+
"path": "addSecondaryAwsVSocket.input.site",
|
|
516
|
+
"requestStr": "$siteRefInput:SiteRefInput! ",
|
|
517
|
+
"required": true,
|
|
518
|
+
"responseStr": "site:$siteRefInput ",
|
|
519
|
+
"type": {
|
|
520
|
+
"definition": {
|
|
521
|
+
"description": null,
|
|
522
|
+
"enumValues": null,
|
|
523
|
+
"fields": null,
|
|
524
|
+
"inputFields": {
|
|
525
|
+
"by": {
|
|
526
|
+
"defaultValue": "ID",
|
|
527
|
+
"description": null,
|
|
528
|
+
"id_str": "addSecondaryAwsVSocket___input___site___by",
|
|
529
|
+
"name": "by",
|
|
530
|
+
"path": "addSecondaryAwsVSocket.input.site.by",
|
|
531
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
532
|
+
"required": true,
|
|
533
|
+
"responseStr": "by:$by ",
|
|
534
|
+
"type": {
|
|
535
|
+
"definition": {
|
|
536
|
+
"description": null,
|
|
537
|
+
"enumValues": [
|
|
538
|
+
{
|
|
539
|
+
"deprecationReason": null,
|
|
540
|
+
"description": null,
|
|
541
|
+
"isDeprecated": false,
|
|
542
|
+
"name": "ID"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"deprecationReason": null,
|
|
546
|
+
"description": null,
|
|
547
|
+
"isDeprecated": false,
|
|
548
|
+
"name": "NAME"
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"fields": null,
|
|
552
|
+
"inputFields": null,
|
|
553
|
+
"interfaces": null,
|
|
554
|
+
"kind": "ENUM",
|
|
555
|
+
"name": "ObjectRefBy",
|
|
556
|
+
"possibleTypes": null
|
|
557
|
+
},
|
|
558
|
+
"indexType": "enum",
|
|
559
|
+
"kind": [
|
|
560
|
+
"NON_NULL",
|
|
561
|
+
"ENUM"
|
|
562
|
+
],
|
|
563
|
+
"name": "ObjectRefBy",
|
|
564
|
+
"non_null": false
|
|
565
|
+
},
|
|
566
|
+
"varName": "by"
|
|
567
|
+
},
|
|
568
|
+
"input": {
|
|
569
|
+
"defaultValue": null,
|
|
570
|
+
"description": null,
|
|
571
|
+
"id_str": "addSecondaryAwsVSocket___input___site___input",
|
|
572
|
+
"name": "input",
|
|
573
|
+
"path": "addSecondaryAwsVSocket.input.site.input",
|
|
574
|
+
"requestStr": "$input:String! ",
|
|
575
|
+
"required": true,
|
|
576
|
+
"responseStr": "input:$input ",
|
|
577
|
+
"type": {
|
|
578
|
+
"kind": [
|
|
579
|
+
"NON_NULL",
|
|
580
|
+
"SCALAR"
|
|
581
|
+
],
|
|
582
|
+
"name": "String",
|
|
583
|
+
"non_null": false
|
|
584
|
+
},
|
|
585
|
+
"varName": "input"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
"interfaces": null,
|
|
589
|
+
"kind": "INPUT_OBJECT",
|
|
590
|
+
"name": "SiteRefInput",
|
|
591
|
+
"possibleTypes": null
|
|
592
|
+
},
|
|
593
|
+
"indexType": "input_object",
|
|
594
|
+
"kind": [
|
|
595
|
+
"NON_NULL",
|
|
596
|
+
"INPUT_OBJECT"
|
|
597
|
+
],
|
|
598
|
+
"name": "SiteRefInput",
|
|
599
|
+
"non_null": false
|
|
600
|
+
},
|
|
601
|
+
"varName": "siteRefInput"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"interfaces": null,
|
|
605
|
+
"kind": "INPUT_OBJECT",
|
|
606
|
+
"name": "AddSecondaryAwsVSocketInput",
|
|
607
|
+
"possibleTypes": null
|
|
608
|
+
},
|
|
609
|
+
"indexType": "input_object",
|
|
610
|
+
"kind": [
|
|
611
|
+
"NON_NULL",
|
|
612
|
+
"INPUT_OBJECT"
|
|
613
|
+
],
|
|
614
|
+
"name": "AddSecondaryAwsVSocketInput",
|
|
615
|
+
"non_null": false
|
|
616
|
+
},
|
|
617
|
+
"varName": "addSecondaryAwsVSocketInput"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"deprecationReason": null,
|
|
621
|
+
"description": "Add a secondary AWS vSocket to an existing site",
|
|
622
|
+
"id_str": "addSecondaryAwsVSocket",
|
|
623
|
+
"isDeprecated": false,
|
|
624
|
+
"name": "addSecondaryAwsVSocket",
|
|
625
|
+
"path": "addSecondaryAwsVSocket",
|
|
626
|
+
"requestStr": "$addSecondaryAwsVSocketPayload:AddSecondaryAwsVSocketPayload ",
|
|
627
|
+
"required": false,
|
|
628
|
+
"responseStr": "addSecondaryAwsVSocket:$addSecondaryAwsVSocketPayload ",
|
|
629
|
+
"type": {
|
|
630
|
+
"definition": {
|
|
631
|
+
"description": null,
|
|
632
|
+
"enumValues": null,
|
|
633
|
+
"fields": {
|
|
634
|
+
"id": {
|
|
635
|
+
"args": {},
|
|
636
|
+
"deprecationReason": null,
|
|
637
|
+
"description": "The secondary socket id",
|
|
638
|
+
"id_str": "addSecondaryAwsVSocket___id",
|
|
639
|
+
"isDeprecated": false,
|
|
640
|
+
"name": "id",
|
|
641
|
+
"path": "addSecondaryAwsVSocket.id",
|
|
642
|
+
"requestStr": "$id:ID! ",
|
|
643
|
+
"required": true,
|
|
644
|
+
"responseStr": "id:$id ",
|
|
645
|
+
"type": {
|
|
646
|
+
"kind": [
|
|
647
|
+
"NON_NULL",
|
|
648
|
+
"SCALAR"
|
|
649
|
+
],
|
|
650
|
+
"name": "ID",
|
|
651
|
+
"non_null": false
|
|
652
|
+
},
|
|
653
|
+
"varName": "id"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"inputFields": null,
|
|
657
|
+
"interfaces": {},
|
|
658
|
+
"kind": "OBJECT",
|
|
659
|
+
"name": "AddSecondaryAwsVSocketPayload",
|
|
660
|
+
"possibleTypes": null
|
|
661
|
+
},
|
|
662
|
+
"indexType": "object",
|
|
663
|
+
"kind": [
|
|
664
|
+
"OBJECT"
|
|
665
|
+
],
|
|
666
|
+
"name": "AddSecondaryAwsVSocketPayload",
|
|
667
|
+
"non_null": false
|
|
668
|
+
},
|
|
669
|
+
"varName": "addSecondaryAwsVSocketPayload"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"inputFields": null,
|
|
673
|
+
"interfaces": [],
|
|
674
|
+
"kind": "OBJECT",
|
|
675
|
+
"name": "SiteMutations",
|
|
676
|
+
"possibleTypes": null
|
|
677
|
+
},
|
|
678
|
+
"indexType": "object",
|
|
679
|
+
"kind": [
|
|
680
|
+
"NON_NULL",
|
|
681
|
+
"OBJECT"
|
|
682
|
+
],
|
|
683
|
+
"name": "SiteMutations",
|
|
684
|
+
"non_null": false
|
|
685
|
+
},
|
|
686
|
+
"variablesPayload": {
|
|
687
|
+
"addSecondaryAwsVSocketInput": {
|
|
688
|
+
"eniIpAddress": {
|
|
689
|
+
"eniIpAddress": "IPAddress"
|
|
690
|
+
},
|
|
691
|
+
"eniIpSubnet": {
|
|
692
|
+
"eniIpSubnet": "NetworkSubnet"
|
|
693
|
+
},
|
|
694
|
+
"routeTableId": {
|
|
695
|
+
"routeTableId": "String"
|
|
696
|
+
},
|
|
697
|
+
"siteRefInput": {
|
|
698
|
+
"by": {
|
|
699
|
+
"by": "enum(ObjectRefBy)"
|
|
700
|
+
},
|
|
701
|
+
"input": {
|
|
702
|
+
"input": "String"
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
}
|