catocli 1.0.14__py3-none-any.whl → 1.0.15__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 +5 -1
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +735 -177
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +1 -11
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"id_str": "updateStaticHost___input",
|
|
49
49
|
"name": "input",
|
|
50
50
|
"path": "updateStaticHost.input",
|
|
51
|
-
"requestStr": "$
|
|
51
|
+
"requestStr": "$updateStaticHostInput:UpdateStaticHostInput! ",
|
|
52
52
|
"required": true,
|
|
53
|
-
"responseStr": "input:$
|
|
53
|
+
"responseStr": "input:$updateStaticHostInput ",
|
|
54
54
|
"type": {
|
|
55
55
|
"definition": {
|
|
56
56
|
"description": null,
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"name": "UpdateStaticHostInput",
|
|
126
126
|
"non_null": false
|
|
127
127
|
},
|
|
128
|
-
"varName": "
|
|
128
|
+
"varName": "updateStaticHostInput"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
"deprecationReason": null,
|
|
@@ -147,15 +147,53 @@
|
|
|
147
147
|
"isDeprecated": true,
|
|
148
148
|
"name": "site",
|
|
149
149
|
"operationArgs": {
|
|
150
|
-
"
|
|
150
|
+
"accountId": {
|
|
151
|
+
"defaultValue": null,
|
|
152
|
+
"description": null,
|
|
153
|
+
"id_str": "accountId",
|
|
154
|
+
"name": "accountId",
|
|
155
|
+
"path": "accountId",
|
|
156
|
+
"requestStr": "$accountId:ID! ",
|
|
157
|
+
"required": true,
|
|
158
|
+
"responseStr": "accountId:$accountId ",
|
|
159
|
+
"type": {
|
|
160
|
+
"kind": [
|
|
161
|
+
"NON_NULL",
|
|
162
|
+
"SCALAR"
|
|
163
|
+
],
|
|
164
|
+
"name": "ID",
|
|
165
|
+
"non_null": false
|
|
166
|
+
},
|
|
167
|
+
"varName": "accountId"
|
|
168
|
+
},
|
|
169
|
+
"hostId": {
|
|
170
|
+
"defaultValue": null,
|
|
171
|
+
"description": null,
|
|
172
|
+
"id_str": "updateStaticHost___hostId",
|
|
173
|
+
"name": "hostId",
|
|
174
|
+
"path": "updateStaticHost.hostId",
|
|
175
|
+
"requestStr": "$hostId:ID! ",
|
|
176
|
+
"required": true,
|
|
177
|
+
"responseStr": "hostId:$hostId ",
|
|
178
|
+
"type": {
|
|
179
|
+
"kind": [
|
|
180
|
+
"NON_NULL",
|
|
181
|
+
"SCALAR"
|
|
182
|
+
],
|
|
183
|
+
"name": "ID",
|
|
184
|
+
"non_null": false
|
|
185
|
+
},
|
|
186
|
+
"varName": "hostId"
|
|
187
|
+
},
|
|
188
|
+
"updateStaticHostInput": {
|
|
151
189
|
"defaultValue": null,
|
|
152
190
|
"description": null,
|
|
153
191
|
"id_str": "updateStaticHost___input",
|
|
154
192
|
"name": "input",
|
|
155
193
|
"path": "updateStaticHost.input",
|
|
156
|
-
"requestStr": "$
|
|
194
|
+
"requestStr": "$updateStaticHostInput:UpdateStaticHostInput! ",
|
|
157
195
|
"required": true,
|
|
158
|
-
"responseStr": "input:$
|
|
196
|
+
"responseStr": "input:$updateStaticHostInput ",
|
|
159
197
|
"type": {
|
|
160
198
|
"definition": {
|
|
161
199
|
"description": null,
|
|
@@ -230,45 +268,7 @@
|
|
|
230
268
|
"name": "UpdateStaticHostInput",
|
|
231
269
|
"non_null": false
|
|
232
270
|
},
|
|
233
|
-
"varName": "
|
|
234
|
-
},
|
|
235
|
-
"accountId": {
|
|
236
|
-
"defaultValue": null,
|
|
237
|
-
"description": null,
|
|
238
|
-
"id_str": "accountId",
|
|
239
|
-
"name": "accountId",
|
|
240
|
-
"path": "accountId",
|
|
241
|
-
"requestStr": "$accountId:ID! ",
|
|
242
|
-
"required": true,
|
|
243
|
-
"responseStr": "accountId:$accountId ",
|
|
244
|
-
"type": {
|
|
245
|
-
"kind": [
|
|
246
|
-
"NON_NULL",
|
|
247
|
-
"SCALAR"
|
|
248
|
-
],
|
|
249
|
-
"name": "ID",
|
|
250
|
-
"non_null": false
|
|
251
|
-
},
|
|
252
|
-
"varName": "accountId"
|
|
253
|
-
},
|
|
254
|
-
"hostId": {
|
|
255
|
-
"defaultValue": null,
|
|
256
|
-
"description": null,
|
|
257
|
-
"id_str": "updateStaticHost___hostId",
|
|
258
|
-
"name": "hostId",
|
|
259
|
-
"path": "updateStaticHost.hostId",
|
|
260
|
-
"requestStr": "$hostId:ID! ",
|
|
261
|
-
"required": true,
|
|
262
|
-
"responseStr": "hostId:$hostId ",
|
|
263
|
-
"type": {
|
|
264
|
-
"kind": [
|
|
265
|
-
"NON_NULL",
|
|
266
|
-
"SCALAR"
|
|
267
|
-
],
|
|
268
|
-
"name": "ID",
|
|
269
|
-
"non_null": false
|
|
270
|
-
},
|
|
271
|
-
"varName": "hostId"
|
|
271
|
+
"varName": "updateStaticHostInput"
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"path": "mutation.site.updateStaticHost",
|
|
@@ -304,9 +304,9 @@
|
|
|
304
304
|
"id_str": "updateStaticHost___input",
|
|
305
305
|
"name": "input",
|
|
306
306
|
"path": "updateStaticHost.input",
|
|
307
|
-
"requestStr": "$
|
|
307
|
+
"requestStr": "$updateStaticHostInput:UpdateStaticHostInput! ",
|
|
308
308
|
"required": true,
|
|
309
|
-
"responseStr": "input:$
|
|
309
|
+
"responseStr": "input:$updateStaticHostInput ",
|
|
310
310
|
"type": {
|
|
311
311
|
"definition": {
|
|
312
312
|
"description": null,
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"name": "UpdateStaticHostInput",
|
|
382
382
|
"non_null": false
|
|
383
383
|
},
|
|
384
|
-
"varName": "
|
|
384
|
+
"varName": "updateStaticHostInput"
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
"deprecationReason": null,
|
|
@@ -390,9 +390,9 @@
|
|
|
390
390
|
"isDeprecated": false,
|
|
391
391
|
"name": "updateStaticHost",
|
|
392
392
|
"path": "updateStaticHost",
|
|
393
|
-
"requestStr": "$
|
|
393
|
+
"requestStr": "$updateStaticHostPayload:UpdateStaticHostPayload ",
|
|
394
394
|
"required": false,
|
|
395
|
-
"responseStr": "updateStaticHost:$
|
|
395
|
+
"responseStr": "updateStaticHost:$updateStaticHostPayload ",
|
|
396
396
|
"type": {
|
|
397
397
|
"definition": {
|
|
398
398
|
"description": null,
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"name": "UpdateStaticHostPayload",
|
|
434
434
|
"non_null": false
|
|
435
435
|
},
|
|
436
|
-
"varName": "
|
|
436
|
+
"varName": "updateStaticHostPayload"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
439
|
"inputFields": null,
|
|
@@ -451,7 +451,8 @@
|
|
|
451
451
|
"non_null": false
|
|
452
452
|
},
|
|
453
453
|
"variablesPayload": {
|
|
454
|
-
"
|
|
454
|
+
"hostId": "ID",
|
|
455
|
+
"updateStaticHostInput": {
|
|
455
456
|
"ip": {
|
|
456
457
|
"ip": "IPAddress"
|
|
457
458
|
},
|
|
@@ -461,7 +462,6 @@
|
|
|
461
462
|
"name": {
|
|
462
463
|
"name": "String"
|
|
463
464
|
}
|
|
464
|
-
}
|
|
465
|
-
"hostId": "ID"
|
|
465
|
+
}
|
|
466
466
|
}
|
|
467
467
|
}
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "addIpsecIkeV2Site___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "addIpsecIkeV2Site.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$addIpsecIkeV2SiteInput:AddIpsecIkeV2SiteInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$addIpsecIkeV2SiteInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"id_str": "addIpsecIkeV2Site___input___siteLocation",
|
|
101
101
|
"name": "siteLocation",
|
|
102
102
|
"path": "addIpsecIkeV2Site.input.siteLocation",
|
|
103
|
-
"requestStr": "$
|
|
103
|
+
"requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
|
|
104
104
|
"required": true,
|
|
105
|
-
"responseStr": "siteLocation:$
|
|
105
|
+
"responseStr": "siteLocation:$addSiteLocationInput ",
|
|
106
106
|
"type": {
|
|
107
107
|
"definition": {
|
|
108
108
|
"description": null,
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"name": "AddSiteLocationInput",
|
|
216
216
|
"non_null": false
|
|
217
217
|
},
|
|
218
|
-
"varName": "
|
|
218
|
+
"varName": "addSiteLocationInput"
|
|
219
219
|
},
|
|
220
220
|
"siteType": {
|
|
221
221
|
"defaultValue": "BRANCH",
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"name": "AddIpsecIkeV2SiteInput",
|
|
287
287
|
"non_null": false
|
|
288
288
|
},
|
|
289
|
-
"varName": "
|
|
289
|
+
"varName": "addIpsecIkeV2SiteInput"
|
|
290
290
|
}
|
|
291
291
|
},
|
|
292
292
|
"deprecationReason": null,
|
|
@@ -310,15 +310,34 @@
|
|
|
310
310
|
"isDeprecated": false,
|
|
311
311
|
"name": "sites",
|
|
312
312
|
"operationArgs": {
|
|
313
|
-
"
|
|
313
|
+
"accountId": {
|
|
314
|
+
"defaultValue": null,
|
|
315
|
+
"description": null,
|
|
316
|
+
"id_str": "accountId",
|
|
317
|
+
"name": "accountId",
|
|
318
|
+
"path": "accountId",
|
|
319
|
+
"requestStr": "$accountId:ID! ",
|
|
320
|
+
"required": true,
|
|
321
|
+
"responseStr": "accountId:$accountId ",
|
|
322
|
+
"type": {
|
|
323
|
+
"kind": [
|
|
324
|
+
"NON_NULL",
|
|
325
|
+
"SCALAR"
|
|
326
|
+
],
|
|
327
|
+
"name": "ID",
|
|
328
|
+
"non_null": false
|
|
329
|
+
},
|
|
330
|
+
"varName": "accountId"
|
|
331
|
+
},
|
|
332
|
+
"addIpsecIkeV2SiteInput": {
|
|
314
333
|
"defaultValue": null,
|
|
315
334
|
"description": null,
|
|
316
335
|
"id_str": "addIpsecIkeV2Site___input",
|
|
317
336
|
"name": "input",
|
|
318
337
|
"path": "addIpsecIkeV2Site.input",
|
|
319
|
-
"requestStr": "$
|
|
338
|
+
"requestStr": "$addIpsecIkeV2SiteInput:AddIpsecIkeV2SiteInput! ",
|
|
320
339
|
"required": true,
|
|
321
|
-
"responseStr": "input:$
|
|
340
|
+
"responseStr": "input:$addIpsecIkeV2SiteInput ",
|
|
322
341
|
"type": {
|
|
323
342
|
"definition": {
|
|
324
343
|
"description": null,
|
|
@@ -387,9 +406,9 @@
|
|
|
387
406
|
"id_str": "addIpsecIkeV2Site___input___siteLocation",
|
|
388
407
|
"name": "siteLocation",
|
|
389
408
|
"path": "addIpsecIkeV2Site.input.siteLocation",
|
|
390
|
-
"requestStr": "$
|
|
409
|
+
"requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
|
|
391
410
|
"required": true,
|
|
392
|
-
"responseStr": "siteLocation:$
|
|
411
|
+
"responseStr": "siteLocation:$addSiteLocationInput ",
|
|
393
412
|
"type": {
|
|
394
413
|
"definition": {
|
|
395
414
|
"description": null,
|
|
@@ -502,7 +521,7 @@
|
|
|
502
521
|
"name": "AddSiteLocationInput",
|
|
503
522
|
"non_null": false
|
|
504
523
|
},
|
|
505
|
-
"varName": "
|
|
524
|
+
"varName": "addSiteLocationInput"
|
|
506
525
|
},
|
|
507
526
|
"siteType": {
|
|
508
527
|
"defaultValue": "BRANCH",
|
|
@@ -573,26 +592,7 @@
|
|
|
573
592
|
"name": "AddIpsecIkeV2SiteInput",
|
|
574
593
|
"non_null": false
|
|
575
594
|
},
|
|
576
|
-
"varName": "
|
|
577
|
-
},
|
|
578
|
-
"accountId": {
|
|
579
|
-
"defaultValue": null,
|
|
580
|
-
"description": null,
|
|
581
|
-
"id_str": "accountId",
|
|
582
|
-
"name": "accountId",
|
|
583
|
-
"path": "accountId",
|
|
584
|
-
"requestStr": "$accountId:ID! ",
|
|
585
|
-
"required": true,
|
|
586
|
-
"responseStr": "accountId:$accountId ",
|
|
587
|
-
"type": {
|
|
588
|
-
"kind": [
|
|
589
|
-
"NON_NULL",
|
|
590
|
-
"SCALAR"
|
|
591
|
-
],
|
|
592
|
-
"name": "ID",
|
|
593
|
-
"non_null": false
|
|
594
|
-
},
|
|
595
|
-
"varName": "accountId"
|
|
595
|
+
"varName": "addIpsecIkeV2SiteInput"
|
|
596
596
|
}
|
|
597
597
|
},
|
|
598
598
|
"path": "mutation.sites.addIpsecIkeV2Site",
|
|
@@ -609,9 +609,9 @@
|
|
|
609
609
|
"id_str": "addIpsecIkeV2Site___input",
|
|
610
610
|
"name": "input",
|
|
611
611
|
"path": "addIpsecIkeV2Site.input",
|
|
612
|
-
"requestStr": "$
|
|
612
|
+
"requestStr": "$addIpsecIkeV2SiteInput:AddIpsecIkeV2SiteInput! ",
|
|
613
613
|
"required": true,
|
|
614
|
-
"responseStr": "input:$
|
|
614
|
+
"responseStr": "input:$addIpsecIkeV2SiteInput ",
|
|
615
615
|
"type": {
|
|
616
616
|
"definition": {
|
|
617
617
|
"description": null,
|
|
@@ -680,9 +680,9 @@
|
|
|
680
680
|
"id_str": "addIpsecIkeV2Site___input___siteLocation",
|
|
681
681
|
"name": "siteLocation",
|
|
682
682
|
"path": "addIpsecIkeV2Site.input.siteLocation",
|
|
683
|
-
"requestStr": "$
|
|
683
|
+
"requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
|
|
684
684
|
"required": true,
|
|
685
|
-
"responseStr": "siteLocation:$
|
|
685
|
+
"responseStr": "siteLocation:$addSiteLocationInput ",
|
|
686
686
|
"type": {
|
|
687
687
|
"definition": {
|
|
688
688
|
"description": null,
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
"name": "AddSiteLocationInput",
|
|
796
796
|
"non_null": false
|
|
797
797
|
},
|
|
798
|
-
"varName": "
|
|
798
|
+
"varName": "addSiteLocationInput"
|
|
799
799
|
},
|
|
800
800
|
"siteType": {
|
|
801
801
|
"defaultValue": "BRANCH",
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
"name": "AddIpsecIkeV2SiteInput",
|
|
867
867
|
"non_null": false
|
|
868
868
|
},
|
|
869
|
-
"varName": "
|
|
869
|
+
"varName": "addIpsecIkeV2SiteInput"
|
|
870
870
|
}
|
|
871
871
|
},
|
|
872
872
|
"deprecationReason": null,
|
|
@@ -875,9 +875,9 @@
|
|
|
875
875
|
"isDeprecated": false,
|
|
876
876
|
"name": "addIpsecIkeV2Site",
|
|
877
877
|
"path": "addIpsecIkeV2Site",
|
|
878
|
-
"requestStr": "$
|
|
878
|
+
"requestStr": "$addIpsecIkeV2SitePayload:AddIpsecIkeV2SitePayload ",
|
|
879
879
|
"required": false,
|
|
880
|
-
"responseStr": "addIpsecIkeV2Site:$
|
|
880
|
+
"responseStr": "addIpsecIkeV2Site:$addIpsecIkeV2SitePayload ",
|
|
881
881
|
"type": {
|
|
882
882
|
"definition": {
|
|
883
883
|
"description": null,
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
"name": "AddIpsecIkeV2SitePayload",
|
|
919
919
|
"non_null": false
|
|
920
920
|
},
|
|
921
|
-
"varName": "
|
|
921
|
+
"varName": "addIpsecIkeV2SitePayload"
|
|
922
922
|
}
|
|
923
923
|
},
|
|
924
924
|
"inputFields": null,
|
|
@@ -936,8 +936,8 @@
|
|
|
936
936
|
"non_null": false
|
|
937
937
|
},
|
|
938
938
|
"variablesPayload": {
|
|
939
|
-
"
|
|
940
|
-
"
|
|
939
|
+
"addIpsecIkeV2SiteInput": {
|
|
940
|
+
"addSiteLocationInput": {
|
|
941
941
|
"address": {
|
|
942
942
|
"address": "String"
|
|
943
943
|
},
|