catocli 1.0.14__py3-none-any.whl → 1.0.17__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 +19 -2
- 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/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- 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_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- 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/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- 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_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- 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/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- 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_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- 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 +3 -3
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +5 -3
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- catocli-1.0.17.dist-info/RECORD +356 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- 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.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- 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.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- 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.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +45 -45
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.site.addNetworkRange.json +55 -55
- models/mutation.site.addSocketSite.json +45 -45
- models/mutation.site.addStaticHost.json +35 -35
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.site.removeNetworkRange.json +5 -5
- models/mutation.site.removeSite.json +5 -5
- models/mutation.site.removeStaticHost.json +5 -5
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +56 -56
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.site.updateNetworkRange.json +76 -76
- models/mutation.site.updateSiteGeneralDetails.json +75 -75
- models/mutation.site.updateSocketInterface.json +284 -284
- models/mutation.site.updateStaticHost.json +56 -56
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +45 -45
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.sites.addNetworkRange.json +55 -55
- models/mutation.sites.addSocketSite.json +45 -45
- models/mutation.sites.addStaticHost.json +35 -35
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.sites.removeNetworkRange.json +5 -5
- models/mutation.sites.removeSite.json +5 -5
- models/mutation.sites.removeStaticHost.json +5 -5
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +56 -56
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.sites.updateNetworkRange.json +76 -76
- models/mutation.sites.updateSiteGeneralDetails.json +75 -75
- models/mutation.sites.updateSocketInterface.json +284 -284
- models/mutation.sites.updateStaticHost.json +56 -56
- 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 +113 -89
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +198 -102
- models/query.eventsFeed.json +74 -50
- models/query.eventsTimeSeries.json +186 -114
- models/query.hardwareManagement.json +317 -125
- models/query.licensing.json +971 -434
- models/query.policy.json +10946 -5043
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +869 -869
- models/query.xdr.story.json +637 -637
- schema/catolib.py +12 -12
- catocli-1.0.14.dist-info/RECORD +0 -264
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "updateNetworkRange___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "updateNetworkRange.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$updateNetworkRangeInput:UpdateNetworkRangeInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$updateNetworkRangeInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"id_str": "updateNetworkRange___input___dhcpSettings",
|
|
63
63
|
"name": "dhcpSettings",
|
|
64
64
|
"path": "updateNetworkRange.input.dhcpSettings",
|
|
65
|
-
"requestStr": "$
|
|
65
|
+
"requestStr": "$networkDhcpSettingsInput:NetworkDhcpSettingsInput ",
|
|
66
66
|
"required": false,
|
|
67
|
-
"responseStr": "dhcpSettings:$
|
|
67
|
+
"responseStr": "dhcpSettings:$networkDhcpSettingsInput ",
|
|
68
68
|
"type": {
|
|
69
69
|
"definition": {
|
|
70
70
|
"description": null,
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"name": "NetworkDhcpSettingsInput",
|
|
176
176
|
"non_null": false
|
|
177
177
|
},
|
|
178
|
-
"varName": "
|
|
178
|
+
"varName": "networkDhcpSettingsInput"
|
|
179
179
|
},
|
|
180
180
|
"gateway": {
|
|
181
181
|
"defaultValue": null,
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
"name": "UpdateNetworkRangeInput",
|
|
378
378
|
"non_null": false
|
|
379
379
|
},
|
|
380
|
-
"varName": "
|
|
380
|
+
"varName": "updateNetworkRangeInput"
|
|
381
381
|
},
|
|
382
382
|
"updateNetworkRange___networkRangeId": {
|
|
383
383
|
"defaultValue": null,
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
},
|
|
413
|
-
"deprecationReason":
|
|
413
|
+
"deprecationReason": null,
|
|
414
414
|
"description": null,
|
|
415
415
|
"fieldTypes": {
|
|
416
416
|
"DhcpType": true,
|
|
@@ -418,18 +418,56 @@
|
|
|
418
418
|
"SubnetType": true,
|
|
419
419
|
"UpdateNetworkRangePayload": true
|
|
420
420
|
},
|
|
421
|
-
"isDeprecated":
|
|
421
|
+
"isDeprecated": false,
|
|
422
422
|
"name": "site",
|
|
423
423
|
"operationArgs": {
|
|
424
|
-
"
|
|
424
|
+
"accountId": {
|
|
425
|
+
"defaultValue": null,
|
|
426
|
+
"description": null,
|
|
427
|
+
"id_str": "accountId",
|
|
428
|
+
"name": "accountId",
|
|
429
|
+
"path": "accountId",
|
|
430
|
+
"requestStr": "$accountId:ID! ",
|
|
431
|
+
"required": true,
|
|
432
|
+
"responseStr": "accountId:$accountId ",
|
|
433
|
+
"type": {
|
|
434
|
+
"kind": [
|
|
435
|
+
"NON_NULL",
|
|
436
|
+
"SCALAR"
|
|
437
|
+
],
|
|
438
|
+
"name": "ID",
|
|
439
|
+
"non_null": false
|
|
440
|
+
},
|
|
441
|
+
"varName": "accountId"
|
|
442
|
+
},
|
|
443
|
+
"networkRangeId": {
|
|
444
|
+
"defaultValue": null,
|
|
445
|
+
"description": null,
|
|
446
|
+
"id_str": "updateNetworkRange___networkRangeId",
|
|
447
|
+
"name": "networkRangeId",
|
|
448
|
+
"path": "updateNetworkRange.networkRangeId",
|
|
449
|
+
"requestStr": "$networkRangeId:ID! ",
|
|
450
|
+
"required": true,
|
|
451
|
+
"responseStr": "networkRangeId:$networkRangeId ",
|
|
452
|
+
"type": {
|
|
453
|
+
"kind": [
|
|
454
|
+
"NON_NULL",
|
|
455
|
+
"SCALAR"
|
|
456
|
+
],
|
|
457
|
+
"name": "ID",
|
|
458
|
+
"non_null": false
|
|
459
|
+
},
|
|
460
|
+
"varName": "networkRangeId"
|
|
461
|
+
},
|
|
462
|
+
"updateNetworkRangeInput": {
|
|
425
463
|
"defaultValue": null,
|
|
426
464
|
"description": null,
|
|
427
465
|
"id_str": "updateNetworkRange___input",
|
|
428
466
|
"name": "input",
|
|
429
467
|
"path": "updateNetworkRange.input",
|
|
430
|
-
"requestStr": "$
|
|
468
|
+
"requestStr": "$updateNetworkRangeInput:UpdateNetworkRangeInput! ",
|
|
431
469
|
"required": true,
|
|
432
|
-
"responseStr": "input:$
|
|
470
|
+
"responseStr": "input:$updateNetworkRangeInput ",
|
|
433
471
|
"type": {
|
|
434
472
|
"definition": {
|
|
435
473
|
"description": null,
|
|
@@ -460,9 +498,9 @@
|
|
|
460
498
|
"id_str": "updateNetworkRange___input___dhcpSettings",
|
|
461
499
|
"name": "dhcpSettings",
|
|
462
500
|
"path": "updateNetworkRange.input.dhcpSettings",
|
|
463
|
-
"requestStr": "$
|
|
501
|
+
"requestStr": "$networkDhcpSettingsInput:NetworkDhcpSettingsInput ",
|
|
464
502
|
"required": false,
|
|
465
|
-
"responseStr": "dhcpSettings:$
|
|
503
|
+
"responseStr": "dhcpSettings:$networkDhcpSettingsInput ",
|
|
466
504
|
"type": {
|
|
467
505
|
"definition": {
|
|
468
506
|
"description": null,
|
|
@@ -573,7 +611,7 @@
|
|
|
573
611
|
"name": "NetworkDhcpSettingsInput",
|
|
574
612
|
"non_null": false
|
|
575
613
|
},
|
|
576
|
-
"varName": "
|
|
614
|
+
"varName": "networkDhcpSettingsInput"
|
|
577
615
|
},
|
|
578
616
|
"gateway": {
|
|
579
617
|
"defaultValue": null,
|
|
@@ -775,45 +813,7 @@
|
|
|
775
813
|
"name": "UpdateNetworkRangeInput",
|
|
776
814
|
"non_null": false
|
|
777
815
|
},
|
|
778
|
-
"varName": "
|
|
779
|
-
},
|
|
780
|
-
"accountId": {
|
|
781
|
-
"defaultValue": null,
|
|
782
|
-
"description": null,
|
|
783
|
-
"id_str": "accountId",
|
|
784
|
-
"name": "accountId",
|
|
785
|
-
"path": "accountId",
|
|
786
|
-
"requestStr": "$accountId:ID! ",
|
|
787
|
-
"required": true,
|
|
788
|
-
"responseStr": "accountId:$accountId ",
|
|
789
|
-
"type": {
|
|
790
|
-
"kind": [
|
|
791
|
-
"NON_NULL",
|
|
792
|
-
"SCALAR"
|
|
793
|
-
],
|
|
794
|
-
"name": "ID",
|
|
795
|
-
"non_null": false
|
|
796
|
-
},
|
|
797
|
-
"varName": "accountId"
|
|
798
|
-
},
|
|
799
|
-
"networkRangeId": {
|
|
800
|
-
"defaultValue": null,
|
|
801
|
-
"description": null,
|
|
802
|
-
"id_str": "updateNetworkRange___networkRangeId",
|
|
803
|
-
"name": "networkRangeId",
|
|
804
|
-
"path": "updateNetworkRange.networkRangeId",
|
|
805
|
-
"requestStr": "$networkRangeId:ID! ",
|
|
806
|
-
"required": true,
|
|
807
|
-
"responseStr": "networkRangeId:$networkRangeId ",
|
|
808
|
-
"type": {
|
|
809
|
-
"kind": [
|
|
810
|
-
"NON_NULL",
|
|
811
|
-
"SCALAR"
|
|
812
|
-
],
|
|
813
|
-
"name": "ID",
|
|
814
|
-
"non_null": false
|
|
815
|
-
},
|
|
816
|
-
"varName": "networkRangeId"
|
|
816
|
+
"varName": "updateNetworkRangeInput"
|
|
817
817
|
}
|
|
818
818
|
},
|
|
819
819
|
"path": "mutation.site.updateNetworkRange",
|
|
@@ -830,9 +830,9 @@
|
|
|
830
830
|
"id_str": "updateNetworkRange___input",
|
|
831
831
|
"name": "input",
|
|
832
832
|
"path": "updateNetworkRange.input",
|
|
833
|
-
"requestStr": "$
|
|
833
|
+
"requestStr": "$updateNetworkRangeInput:UpdateNetworkRangeInput! ",
|
|
834
834
|
"required": true,
|
|
835
|
-
"responseStr": "input:$
|
|
835
|
+
"responseStr": "input:$updateNetworkRangeInput ",
|
|
836
836
|
"type": {
|
|
837
837
|
"definition": {
|
|
838
838
|
"description": null,
|
|
@@ -863,9 +863,9 @@
|
|
|
863
863
|
"id_str": "updateNetworkRange___input___dhcpSettings",
|
|
864
864
|
"name": "dhcpSettings",
|
|
865
865
|
"path": "updateNetworkRange.input.dhcpSettings",
|
|
866
|
-
"requestStr": "$
|
|
866
|
+
"requestStr": "$networkDhcpSettingsInput:NetworkDhcpSettingsInput ",
|
|
867
867
|
"required": false,
|
|
868
|
-
"responseStr": "dhcpSettings:$
|
|
868
|
+
"responseStr": "dhcpSettings:$networkDhcpSettingsInput ",
|
|
869
869
|
"type": {
|
|
870
870
|
"definition": {
|
|
871
871
|
"description": null,
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
"name": "NetworkDhcpSettingsInput",
|
|
977
977
|
"non_null": false
|
|
978
978
|
},
|
|
979
|
-
"varName": "
|
|
979
|
+
"varName": "networkDhcpSettingsInput"
|
|
980
980
|
},
|
|
981
981
|
"gateway": {
|
|
982
982
|
"defaultValue": null,
|
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
"name": "UpdateNetworkRangeInput",
|
|
1179
1179
|
"non_null": false
|
|
1180
1180
|
},
|
|
1181
|
-
"varName": "
|
|
1181
|
+
"varName": "updateNetworkRangeInput"
|
|
1182
1182
|
},
|
|
1183
1183
|
"updateNetworkRange___networkRangeId": {
|
|
1184
1184
|
"defaultValue": null,
|
|
@@ -1206,9 +1206,9 @@
|
|
|
1206
1206
|
"isDeprecated": false,
|
|
1207
1207
|
"name": "updateNetworkRange",
|
|
1208
1208
|
"path": "updateNetworkRange",
|
|
1209
|
-
"requestStr": "$
|
|
1209
|
+
"requestStr": "$updateNetworkRangePayload:UpdateNetworkRangePayload ",
|
|
1210
1210
|
"required": false,
|
|
1211
|
-
"responseStr": "updateNetworkRange:$
|
|
1211
|
+
"responseStr": "updateNetworkRange:$updateNetworkRangePayload ",
|
|
1212
1212
|
"type": {
|
|
1213
1213
|
"definition": {
|
|
1214
1214
|
"description": null,
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
"name": "UpdateNetworkRangePayload",
|
|
1250
1250
|
"non_null": false
|
|
1251
1251
|
},
|
|
1252
|
-
"varName": "
|
|
1252
|
+
"varName": "updateNetworkRangePayload"
|
|
1253
1253
|
}
|
|
1254
1254
|
},
|
|
1255
1255
|
"inputFields": null,
|
|
@@ -1267,18 +1267,8 @@
|
|
|
1267
1267
|
"non_null": false
|
|
1268
1268
|
},
|
|
1269
1269
|
"variablesPayload": {
|
|
1270
|
-
"
|
|
1271
|
-
|
|
1272
|
-
"dhcpType": {
|
|
1273
|
-
"dhcpType": "enum(DhcpType)"
|
|
1274
|
-
},
|
|
1275
|
-
"ipRange": {
|
|
1276
|
-
"ipRange": "IPRange"
|
|
1277
|
-
},
|
|
1278
|
-
"relayGroupId": {
|
|
1279
|
-
"relayGroupId": "ID"
|
|
1280
|
-
}
|
|
1281
|
-
},
|
|
1270
|
+
"networkRangeId": "ID",
|
|
1271
|
+
"updateNetworkRangeInput": {
|
|
1282
1272
|
"azureFloatingIp": {
|
|
1283
1273
|
"azureFloatingIp": "IPAddress"
|
|
1284
1274
|
},
|
|
@@ -1294,6 +1284,17 @@
|
|
|
1294
1284
|
"name": {
|
|
1295
1285
|
"name": "String"
|
|
1296
1286
|
},
|
|
1287
|
+
"networkDhcpSettingsInput": {
|
|
1288
|
+
"dhcpType": {
|
|
1289
|
+
"dhcpType": "enum(DhcpType)"
|
|
1290
|
+
},
|
|
1291
|
+
"ipRange": {
|
|
1292
|
+
"ipRange": "IPRange"
|
|
1293
|
+
},
|
|
1294
|
+
"relayGroupId": {
|
|
1295
|
+
"relayGroupId": "ID"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1297
1298
|
"rangeType": {
|
|
1298
1299
|
"rangeType": "enum(SubnetType)"
|
|
1299
1300
|
},
|
|
@@ -1306,7 +1307,6 @@
|
|
|
1306
1307
|
"vlan": {
|
|
1307
1308
|
"vlan": "Int"
|
|
1308
1309
|
}
|
|
1309
|
-
}
|
|
1310
|
-
"networkRangeId": "ID"
|
|
1310
|
+
}
|
|
1311
1311
|
}
|
|
1312
1312
|
}
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "updateSiteGeneralDetails___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "updateSiteGeneralDetails.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$updateSiteGeneralDetailsInput:UpdateSiteGeneralDetailsInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$updateSiteGeneralDetailsInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"id_str": "updateSiteGeneralDetails___input___siteLocation",
|
|
81
81
|
"name": "siteLocation",
|
|
82
82
|
"path": "updateSiteGeneralDetails.input.siteLocation",
|
|
83
|
-
"requestStr": "$
|
|
83
|
+
"requestStr": "$updateSiteLocationInput:UpdateSiteLocationInput ",
|
|
84
84
|
"required": false,
|
|
85
|
-
"responseStr": "siteLocation:$
|
|
85
|
+
"responseStr": "siteLocation:$updateSiteLocationInput ",
|
|
86
86
|
"type": {
|
|
87
87
|
"definition": {
|
|
88
88
|
"description": null,
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"name": "UpdateSiteLocationInput",
|
|
193
193
|
"non_null": false
|
|
194
194
|
},
|
|
195
|
-
"varName": "
|
|
195
|
+
"varName": "updateSiteLocationInput"
|
|
196
196
|
},
|
|
197
197
|
"siteType": {
|
|
198
198
|
"defaultValue": null,
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"name": "UpdateSiteGeneralDetailsInput",
|
|
263
263
|
"non_null": false
|
|
264
264
|
},
|
|
265
|
-
"varName": "
|
|
265
|
+
"varName": "updateSiteGeneralDetailsInput"
|
|
266
266
|
},
|
|
267
267
|
"updateSiteGeneralDetails___siteId": {
|
|
268
268
|
"defaultValue": null,
|
|
@@ -295,25 +295,63 @@
|
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
},
|
|
298
|
-
"deprecationReason":
|
|
298
|
+
"deprecationReason": null,
|
|
299
299
|
"description": null,
|
|
300
300
|
"fieldTypes": {
|
|
301
301
|
"SiteType": true,
|
|
302
302
|
"UpdateSiteGeneralDetailsPayload": true,
|
|
303
303
|
"UpdateSiteLocationInput": true
|
|
304
304
|
},
|
|
305
|
-
"isDeprecated":
|
|
305
|
+
"isDeprecated": false,
|
|
306
306
|
"name": "site",
|
|
307
307
|
"operationArgs": {
|
|
308
|
-
"
|
|
308
|
+
"accountId": {
|
|
309
|
+
"defaultValue": null,
|
|
310
|
+
"description": null,
|
|
311
|
+
"id_str": "accountId",
|
|
312
|
+
"name": "accountId",
|
|
313
|
+
"path": "accountId",
|
|
314
|
+
"requestStr": "$accountId:ID! ",
|
|
315
|
+
"required": true,
|
|
316
|
+
"responseStr": "accountId:$accountId ",
|
|
317
|
+
"type": {
|
|
318
|
+
"kind": [
|
|
319
|
+
"NON_NULL",
|
|
320
|
+
"SCALAR"
|
|
321
|
+
],
|
|
322
|
+
"name": "ID",
|
|
323
|
+
"non_null": false
|
|
324
|
+
},
|
|
325
|
+
"varName": "accountId"
|
|
326
|
+
},
|
|
327
|
+
"siteId": {
|
|
328
|
+
"defaultValue": null,
|
|
329
|
+
"description": null,
|
|
330
|
+
"id_str": "updateSiteGeneralDetails___siteId",
|
|
331
|
+
"name": "siteId",
|
|
332
|
+
"path": "updateSiteGeneralDetails.siteId",
|
|
333
|
+
"requestStr": "$siteId:ID! ",
|
|
334
|
+
"required": true,
|
|
335
|
+
"responseStr": "siteId:$siteId ",
|
|
336
|
+
"type": {
|
|
337
|
+
"kind": [
|
|
338
|
+
"NON_NULL",
|
|
339
|
+
"SCALAR"
|
|
340
|
+
],
|
|
341
|
+
"name": "ID",
|
|
342
|
+
"non_null": false
|
|
343
|
+
},
|
|
344
|
+
"varName": "siteId"
|
|
345
|
+
},
|
|
346
|
+
"updateSiteGeneralDetailsInput": {
|
|
309
347
|
"defaultValue": null,
|
|
310
348
|
"description": null,
|
|
311
349
|
"id_str": "updateSiteGeneralDetails___input",
|
|
312
350
|
"name": "input",
|
|
313
351
|
"path": "updateSiteGeneralDetails.input",
|
|
314
|
-
"requestStr": "$
|
|
352
|
+
"requestStr": "$updateSiteGeneralDetailsInput:UpdateSiteGeneralDetailsInput! ",
|
|
315
353
|
"required": true,
|
|
316
|
-
"responseStr": "input:$
|
|
354
|
+
"responseStr": "input:$updateSiteGeneralDetailsInput ",
|
|
317
355
|
"type": {
|
|
318
356
|
"definition": {
|
|
319
357
|
"description": null,
|
|
@@ -362,9 +400,9 @@
|
|
|
362
400
|
"id_str": "updateSiteGeneralDetails___input___siteLocation",
|
|
363
401
|
"name": "siteLocation",
|
|
364
402
|
"path": "updateSiteGeneralDetails.input.siteLocation",
|
|
365
|
-
"requestStr": "$
|
|
403
|
+
"requestStr": "$updateSiteLocationInput:UpdateSiteLocationInput ",
|
|
366
404
|
"required": false,
|
|
367
|
-
"responseStr": "siteLocation:$
|
|
405
|
+
"responseStr": "siteLocation:$updateSiteLocationInput ",
|
|
368
406
|
"type": {
|
|
369
407
|
"definition": {
|
|
370
408
|
"description": null,
|
|
@@ -474,7 +512,7 @@
|
|
|
474
512
|
"name": "UpdateSiteLocationInput",
|
|
475
513
|
"non_null": false
|
|
476
514
|
},
|
|
477
|
-
"varName": "
|
|
515
|
+
"varName": "updateSiteLocationInput"
|
|
478
516
|
},
|
|
479
517
|
"siteType": {
|
|
480
518
|
"defaultValue": null,
|
|
@@ -544,45 +582,7 @@
|
|
|
544
582
|
"name": "UpdateSiteGeneralDetailsInput",
|
|
545
583
|
"non_null": false
|
|
546
584
|
},
|
|
547
|
-
"varName": "
|
|
548
|
-
},
|
|
549
|
-
"accountId": {
|
|
550
|
-
"defaultValue": null,
|
|
551
|
-
"description": null,
|
|
552
|
-
"id_str": "accountId",
|
|
553
|
-
"name": "accountId",
|
|
554
|
-
"path": "accountId",
|
|
555
|
-
"requestStr": "$accountId:ID! ",
|
|
556
|
-
"required": true,
|
|
557
|
-
"responseStr": "accountId:$accountId ",
|
|
558
|
-
"type": {
|
|
559
|
-
"kind": [
|
|
560
|
-
"NON_NULL",
|
|
561
|
-
"SCALAR"
|
|
562
|
-
],
|
|
563
|
-
"name": "ID",
|
|
564
|
-
"non_null": false
|
|
565
|
-
},
|
|
566
|
-
"varName": "accountId"
|
|
567
|
-
},
|
|
568
|
-
"siteId": {
|
|
569
|
-
"defaultValue": null,
|
|
570
|
-
"description": null,
|
|
571
|
-
"id_str": "updateSiteGeneralDetails___siteId",
|
|
572
|
-
"name": "siteId",
|
|
573
|
-
"path": "updateSiteGeneralDetails.siteId",
|
|
574
|
-
"requestStr": "$siteId:ID! ",
|
|
575
|
-
"required": true,
|
|
576
|
-
"responseStr": "siteId:$siteId ",
|
|
577
|
-
"type": {
|
|
578
|
-
"kind": [
|
|
579
|
-
"NON_NULL",
|
|
580
|
-
"SCALAR"
|
|
581
|
-
],
|
|
582
|
-
"name": "ID",
|
|
583
|
-
"non_null": false
|
|
584
|
-
},
|
|
585
|
-
"varName": "siteId"
|
|
585
|
+
"varName": "updateSiteGeneralDetailsInput"
|
|
586
586
|
}
|
|
587
587
|
},
|
|
588
588
|
"path": "mutation.site.updateSiteGeneralDetails",
|
|
@@ -599,9 +599,9 @@
|
|
|
599
599
|
"id_str": "updateSiteGeneralDetails___input",
|
|
600
600
|
"name": "input",
|
|
601
601
|
"path": "updateSiteGeneralDetails.input",
|
|
602
|
-
"requestStr": "$
|
|
602
|
+
"requestStr": "$updateSiteGeneralDetailsInput:UpdateSiteGeneralDetailsInput! ",
|
|
603
603
|
"required": true,
|
|
604
|
-
"responseStr": "input:$
|
|
604
|
+
"responseStr": "input:$updateSiteGeneralDetailsInput ",
|
|
605
605
|
"type": {
|
|
606
606
|
"definition": {
|
|
607
607
|
"description": null,
|
|
@@ -650,9 +650,9 @@
|
|
|
650
650
|
"id_str": "updateSiteGeneralDetails___input___siteLocation",
|
|
651
651
|
"name": "siteLocation",
|
|
652
652
|
"path": "updateSiteGeneralDetails.input.siteLocation",
|
|
653
|
-
"requestStr": "$
|
|
653
|
+
"requestStr": "$updateSiteLocationInput:UpdateSiteLocationInput ",
|
|
654
654
|
"required": false,
|
|
655
|
-
"responseStr": "siteLocation:$
|
|
655
|
+
"responseStr": "siteLocation:$updateSiteLocationInput ",
|
|
656
656
|
"type": {
|
|
657
657
|
"definition": {
|
|
658
658
|
"description": null,
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
"name": "UpdateSiteLocationInput",
|
|
763
763
|
"non_null": false
|
|
764
764
|
},
|
|
765
|
-
"varName": "
|
|
765
|
+
"varName": "updateSiteLocationInput"
|
|
766
766
|
},
|
|
767
767
|
"siteType": {
|
|
768
768
|
"defaultValue": null,
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
"name": "UpdateSiteGeneralDetailsInput",
|
|
833
833
|
"non_null": false
|
|
834
834
|
},
|
|
835
|
-
"varName": "
|
|
835
|
+
"varName": "updateSiteGeneralDetailsInput"
|
|
836
836
|
},
|
|
837
837
|
"updateSiteGeneralDetails___siteId": {
|
|
838
838
|
"defaultValue": null,
|
|
@@ -860,9 +860,9 @@
|
|
|
860
860
|
"isDeprecated": false,
|
|
861
861
|
"name": "updateSiteGeneralDetails",
|
|
862
862
|
"path": "updateSiteGeneralDetails",
|
|
863
|
-
"requestStr": "$
|
|
863
|
+
"requestStr": "$updateSiteGeneralDetailsPayload:UpdateSiteGeneralDetailsPayload ",
|
|
864
864
|
"required": false,
|
|
865
|
-
"responseStr": "updateSiteGeneralDetails:$
|
|
865
|
+
"responseStr": "updateSiteGeneralDetails:$updateSiteGeneralDetailsPayload ",
|
|
866
866
|
"type": {
|
|
867
867
|
"definition": {
|
|
868
868
|
"description": null,
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
"name": "UpdateSiteGeneralDetailsPayload",
|
|
904
904
|
"non_null": false
|
|
905
905
|
},
|
|
906
|
-
"varName": "
|
|
906
|
+
"varName": "updateSiteGeneralDetailsPayload"
|
|
907
907
|
}
|
|
908
908
|
},
|
|
909
909
|
"inputFields": null,
|
|
@@ -921,8 +921,18 @@
|
|
|
921
921
|
"non_null": false
|
|
922
922
|
},
|
|
923
923
|
"variablesPayload": {
|
|
924
|
-
"
|
|
925
|
-
|
|
924
|
+
"siteId": "ID",
|
|
925
|
+
"updateSiteGeneralDetailsInput": {
|
|
926
|
+
"description": {
|
|
927
|
+
"description": "String"
|
|
928
|
+
},
|
|
929
|
+
"name": {
|
|
930
|
+
"name": "String"
|
|
931
|
+
},
|
|
932
|
+
"siteType": {
|
|
933
|
+
"siteType": "enum(SiteType)"
|
|
934
|
+
},
|
|
935
|
+
"updateSiteLocationInput": {
|
|
926
936
|
"address": {
|
|
927
937
|
"address": "String"
|
|
928
938
|
},
|
|
@@ -938,17 +948,7 @@
|
|
|
938
948
|
"timezone": {
|
|
939
949
|
"timezone": "String"
|
|
940
950
|
}
|
|
941
|
-
},
|
|
942
|
-
"description": {
|
|
943
|
-
"description": "String"
|
|
944
|
-
},
|
|
945
|
-
"name": {
|
|
946
|
-
"name": "String"
|
|
947
|
-
},
|
|
948
|
-
"siteType": {
|
|
949
|
-
"siteType": "enum(SiteType)"
|
|
950
951
|
}
|
|
951
|
-
}
|
|
952
|
-
"siteId": "ID"
|
|
952
|
+
}
|
|
953
953
|
}
|
|
954
954
|
}
|