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": "removeSection___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "removeSection.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$policyRemoveSectionInput:PolicyRemoveSectionInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$policyRemoveSectionInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": "Input for removing a section from a policy",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"name": "PolicyRemoveSectionInput",
|
|
72
72
|
"non_null": false
|
|
73
73
|
},
|
|
74
|
-
"varName": "
|
|
74
|
+
"varName": "policyRemoveSectionInput"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"deprecationReason": null,
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"id_str": "wanFirewall___input",
|
|
97
97
|
"name": "input",
|
|
98
98
|
"path": "wanFirewall.input",
|
|
99
|
-
"requestStr": "$
|
|
99
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
100
100
|
"required": false,
|
|
101
|
-
"responseStr": "input:$
|
|
101
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
102
102
|
"type": {
|
|
103
103
|
"definition": {
|
|
104
104
|
"description": null,
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"id_str": "wanFirewall___input___revision",
|
|
112
112
|
"name": "revision",
|
|
113
113
|
"path": "wanFirewall.input.revision",
|
|
114
|
-
"requestStr": "$
|
|
114
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
115
115
|
"required": false,
|
|
116
|
-
"responseStr": "revision:$
|
|
116
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
117
117
|
"type": {
|
|
118
118
|
"definition": {
|
|
119
119
|
"description": null,
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"name": "PolicyMutationRevisionInput",
|
|
152
152
|
"non_null": false
|
|
153
153
|
},
|
|
154
|
-
"varName": "
|
|
154
|
+
"varName": "policyMutationRevisionInput"
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"interfaces": null,
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"name": "WanFirewallPolicyMutationInput",
|
|
167
167
|
"non_null": false
|
|
168
168
|
},
|
|
169
|
-
"varName": "
|
|
169
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
"deprecationReason": null,
|
|
@@ -196,15 +196,34 @@
|
|
|
196
196
|
"isDeprecated": false,
|
|
197
197
|
"name": "policy",
|
|
198
198
|
"operationArgs": {
|
|
199
|
-
"
|
|
199
|
+
"accountId": {
|
|
200
|
+
"defaultValue": null,
|
|
201
|
+
"description": null,
|
|
202
|
+
"id_str": "accountId",
|
|
203
|
+
"name": "accountId",
|
|
204
|
+
"path": "accountId",
|
|
205
|
+
"requestStr": "$accountId:ID! ",
|
|
206
|
+
"required": true,
|
|
207
|
+
"responseStr": "accountId:$accountId ",
|
|
208
|
+
"type": {
|
|
209
|
+
"kind": [
|
|
210
|
+
"NON_NULL",
|
|
211
|
+
"SCALAR"
|
|
212
|
+
],
|
|
213
|
+
"name": "ID",
|
|
214
|
+
"non_null": false
|
|
215
|
+
},
|
|
216
|
+
"varName": "accountId"
|
|
217
|
+
},
|
|
218
|
+
"policyRemoveSectionInput": {
|
|
200
219
|
"defaultValue": null,
|
|
201
220
|
"description": null,
|
|
202
221
|
"id_str": "removeSection___input",
|
|
203
222
|
"name": "input",
|
|
204
223
|
"path": "removeSection.input",
|
|
205
|
-
"requestStr": "$
|
|
224
|
+
"requestStr": "$policyRemoveSectionInput:PolicyRemoveSectionInput! ",
|
|
206
225
|
"required": true,
|
|
207
|
-
"responseStr": "input:$
|
|
226
|
+
"responseStr": "input:$policyRemoveSectionInput ",
|
|
208
227
|
"type": {
|
|
209
228
|
"definition": {
|
|
210
229
|
"description": "Input for removing a section from a policy",
|
|
@@ -244,17 +263,17 @@
|
|
|
244
263
|
"name": "PolicyRemoveSectionInput",
|
|
245
264
|
"non_null": false
|
|
246
265
|
},
|
|
247
|
-
"varName": "
|
|
266
|
+
"varName": "policyRemoveSectionInput"
|
|
248
267
|
},
|
|
249
|
-
"
|
|
268
|
+
"wanFirewallPolicyMutationInput": {
|
|
250
269
|
"defaultValue": null,
|
|
251
270
|
"description": null,
|
|
252
271
|
"id_str": "wanFirewall___input",
|
|
253
272
|
"name": "input",
|
|
254
273
|
"path": "wanFirewall.input",
|
|
255
|
-
"requestStr": "$
|
|
274
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
256
275
|
"required": false,
|
|
257
|
-
"responseStr": "input:$
|
|
276
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
258
277
|
"type": {
|
|
259
278
|
"definition": {
|
|
260
279
|
"description": null,
|
|
@@ -267,9 +286,9 @@
|
|
|
267
286
|
"id_str": "wanFirewall___input___revision",
|
|
268
287
|
"name": "revision",
|
|
269
288
|
"path": "wanFirewall.input.revision",
|
|
270
|
-
"requestStr": "$
|
|
289
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
271
290
|
"required": false,
|
|
272
|
-
"responseStr": "revision:$
|
|
291
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
273
292
|
"type": {
|
|
274
293
|
"definition": {
|
|
275
294
|
"description": null,
|
|
@@ -307,7 +326,7 @@
|
|
|
307
326
|
"name": "PolicyMutationRevisionInput",
|
|
308
327
|
"non_null": false
|
|
309
328
|
},
|
|
310
|
-
"varName": "
|
|
329
|
+
"varName": "policyMutationRevisionInput"
|
|
311
330
|
}
|
|
312
331
|
},
|
|
313
332
|
"interfaces": null,
|
|
@@ -322,26 +341,7 @@
|
|
|
322
341
|
"name": "WanFirewallPolicyMutationInput",
|
|
323
342
|
"non_null": false
|
|
324
343
|
},
|
|
325
|
-
"varName": "
|
|
326
|
-
},
|
|
327
|
-
"accountId": {
|
|
328
|
-
"defaultValue": null,
|
|
329
|
-
"description": null,
|
|
330
|
-
"id_str": "accountId",
|
|
331
|
-
"name": "accountId",
|
|
332
|
-
"path": "accountId",
|
|
333
|
-
"requestStr": "$accountId:ID! ",
|
|
334
|
-
"required": true,
|
|
335
|
-
"responseStr": "accountId:$accountId ",
|
|
336
|
-
"type": {
|
|
337
|
-
"kind": [
|
|
338
|
-
"NON_NULL",
|
|
339
|
-
"SCALAR"
|
|
340
|
-
],
|
|
341
|
-
"name": "ID",
|
|
342
|
-
"non_null": false
|
|
343
|
-
},
|
|
344
|
-
"varName": "accountId"
|
|
344
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
347
|
"path": "mutation.policy.wanFirewall.removeSection",
|
|
@@ -358,9 +358,9 @@
|
|
|
358
358
|
"id_str": "wanFirewall___input",
|
|
359
359
|
"name": "input",
|
|
360
360
|
"path": "wanFirewall.input",
|
|
361
|
-
"requestStr": "$
|
|
361
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
362
362
|
"required": false,
|
|
363
|
-
"responseStr": "input:$
|
|
363
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
364
364
|
"type": {
|
|
365
365
|
"definition": {
|
|
366
366
|
"description": null,
|
|
@@ -373,9 +373,9 @@
|
|
|
373
373
|
"id_str": "wanFirewall___input___revision",
|
|
374
374
|
"name": "revision",
|
|
375
375
|
"path": "wanFirewall.input.revision",
|
|
376
|
-
"requestStr": "$
|
|
376
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
377
377
|
"required": false,
|
|
378
|
-
"responseStr": "revision:$
|
|
378
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
379
379
|
"type": {
|
|
380
380
|
"definition": {
|
|
381
381
|
"description": null,
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
"name": "PolicyMutationRevisionInput",
|
|
414
414
|
"non_null": false
|
|
415
415
|
},
|
|
416
|
-
"varName": "
|
|
416
|
+
"varName": "policyMutationRevisionInput"
|
|
417
417
|
}
|
|
418
418
|
},
|
|
419
419
|
"interfaces": null,
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"name": "WanFirewallPolicyMutationInput",
|
|
429
429
|
"non_null": false
|
|
430
430
|
},
|
|
431
|
-
"varName": "
|
|
431
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
432
432
|
}
|
|
433
433
|
},
|
|
434
434
|
"deprecationReason": null,
|
|
@@ -437,9 +437,9 @@
|
|
|
437
437
|
"isDeprecated": false,
|
|
438
438
|
"name": "wanFirewall",
|
|
439
439
|
"path": "wanFirewall",
|
|
440
|
-
"requestStr": "$
|
|
440
|
+
"requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
|
|
441
441
|
"required": false,
|
|
442
|
-
"responseStr": "wanFirewall:$
|
|
442
|
+
"responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
|
|
443
443
|
"type": {
|
|
444
444
|
"definition": {
|
|
445
445
|
"description": "The Wan Firewall Policy information returned to the caller in the API response.",
|
|
@@ -453,9 +453,9 @@
|
|
|
453
453
|
"id_str": "removeSection___input",
|
|
454
454
|
"name": "input",
|
|
455
455
|
"path": "removeSection.input",
|
|
456
|
-
"requestStr": "$
|
|
456
|
+
"requestStr": "$policyRemoveSectionInput:PolicyRemoveSectionInput! ",
|
|
457
457
|
"required": true,
|
|
458
|
-
"responseStr": "input:$
|
|
458
|
+
"responseStr": "input:$policyRemoveSectionInput ",
|
|
459
459
|
"type": {
|
|
460
460
|
"definition": {
|
|
461
461
|
"description": "Input for removing a section from a policy",
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"name": "PolicyRemoveSectionInput",
|
|
496
496
|
"non_null": false
|
|
497
497
|
},
|
|
498
|
-
"varName": "
|
|
498
|
+
"varName": "policyRemoveSectionInput"
|
|
499
499
|
}
|
|
500
500
|
},
|
|
501
501
|
"deprecationReason": null,
|
|
@@ -504,16 +504,16 @@
|
|
|
504
504
|
"isDeprecated": false,
|
|
505
505
|
"name": "removeSection",
|
|
506
506
|
"path": "wanFirewall.removeSection",
|
|
507
|
-
"requestStr": "$
|
|
507
|
+
"requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
|
|
508
508
|
"required": true,
|
|
509
|
-
"responseStr": "removeSection:$
|
|
509
|
+
"responseStr": "removeSection:$policySectionMutationPayload ",
|
|
510
510
|
"type": {
|
|
511
511
|
"definition": {
|
|
512
512
|
"description": null,
|
|
513
513
|
"enumValues": null,
|
|
514
514
|
"fields": {
|
|
515
515
|
"errors": {
|
|
516
|
-
"alias": "
|
|
516
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
517
517
|
"args": {},
|
|
518
518
|
"deprecationReason": null,
|
|
519
519
|
"description": null,
|
|
@@ -521,9 +521,9 @@
|
|
|
521
521
|
"isDeprecated": false,
|
|
522
522
|
"name": "errors",
|
|
523
523
|
"path": "wanFirewall.removeSection.errors",
|
|
524
|
-
"requestStr": "$
|
|
524
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
525
525
|
"required": true,
|
|
526
|
-
"responseStr": "errors:$
|
|
526
|
+
"responseStr": "errors:$policyMutationError ",
|
|
527
527
|
"type": {
|
|
528
528
|
"definition": {
|
|
529
529
|
"description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
|
|
@@ -586,10 +586,10 @@
|
|
|
586
586
|
"name": "PolicyMutationError",
|
|
587
587
|
"non_null": false
|
|
588
588
|
},
|
|
589
|
-
"varName": "
|
|
589
|
+
"varName": "policyMutationError"
|
|
590
590
|
},
|
|
591
591
|
"section": {
|
|
592
|
-
"alias": "
|
|
592
|
+
"alias": "policySectionPayloadSection: section",
|
|
593
593
|
"args": {},
|
|
594
594
|
"deprecationReason": null,
|
|
595
595
|
"description": null,
|
|
@@ -597,9 +597,9 @@
|
|
|
597
597
|
"isDeprecated": false,
|
|
598
598
|
"name": "section",
|
|
599
599
|
"path": "wanFirewall.removeSection.section",
|
|
600
|
-
"requestStr": "$
|
|
600
|
+
"requestStr": "$policySectionPayload:PolicySectionPayload ",
|
|
601
601
|
"required": false,
|
|
602
|
-
"responseStr": "section:$
|
|
602
|
+
"responseStr": "section:$policySectionPayload ",
|
|
603
603
|
"type": {
|
|
604
604
|
"definition": {
|
|
605
605
|
"description": null,
|
|
@@ -613,9 +613,9 @@
|
|
|
613
613
|
"isDeprecated": false,
|
|
614
614
|
"name": "audit",
|
|
615
615
|
"path": "wanFirewall.removeSection.section.audit",
|
|
616
|
-
"requestStr": "$
|
|
616
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
617
617
|
"required": true,
|
|
618
|
-
"responseStr": "audit:$
|
|
618
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
619
619
|
"type": {
|
|
620
620
|
"definition": {
|
|
621
621
|
"description": null,
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"name": "PolicyElementAudit",
|
|
679
679
|
"non_null": false
|
|
680
680
|
},
|
|
681
|
-
"varName": "
|
|
681
|
+
"varName": "policyElementAudit"
|
|
682
682
|
},
|
|
683
683
|
"properties": {
|
|
684
684
|
"args": {},
|
|
@@ -765,9 +765,9 @@
|
|
|
765
765
|
"isDeprecated": false,
|
|
766
766
|
"name": "section",
|
|
767
767
|
"path": "wanFirewall.removeSection.section.section",
|
|
768
|
-
"requestStr": "$
|
|
768
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
769
769
|
"required": true,
|
|
770
|
-
"responseStr": "section:$
|
|
770
|
+
"responseStr": "section:$policySectionInfo ",
|
|
771
771
|
"type": {
|
|
772
772
|
"definition": {
|
|
773
773
|
"description": "Define settings for a policy section",
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
"name": "PolicySectionInfo",
|
|
831
831
|
"non_null": false
|
|
832
832
|
},
|
|
833
|
-
"varName": "
|
|
833
|
+
"varName": "policySectionInfo"
|
|
834
834
|
}
|
|
835
835
|
},
|
|
836
836
|
"inputFields": null,
|
|
@@ -846,10 +846,10 @@
|
|
|
846
846
|
"name": "PolicySectionPayload",
|
|
847
847
|
"non_null": false
|
|
848
848
|
},
|
|
849
|
-
"varName": "
|
|
849
|
+
"varName": "policySectionPayload"
|
|
850
850
|
},
|
|
851
851
|
"status": {
|
|
852
|
-
"alias": "
|
|
852
|
+
"alias": "policyMutationStatusStatus: status",
|
|
853
853
|
"args": {},
|
|
854
854
|
"deprecationReason": null,
|
|
855
855
|
"description": null,
|
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
"name": "PolicySectionMutationPayload",
|
|
910
910
|
"non_null": false
|
|
911
911
|
},
|
|
912
|
-
"varName": "
|
|
912
|
+
"varName": "policySectionMutationPayload"
|
|
913
913
|
}
|
|
914
914
|
},
|
|
915
915
|
"inputFields": null,
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
"name": "WanFirewallPolicyMutations",
|
|
926
926
|
"non_null": false
|
|
927
927
|
},
|
|
928
|
-
"varName": "
|
|
928
|
+
"varName": "wanFirewallPolicyMutations"
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
931
|
"inputFields": null,
|
|
@@ -942,13 +942,13 @@
|
|
|
942
942
|
"non_null": false
|
|
943
943
|
},
|
|
944
944
|
"variablesPayload": {
|
|
945
|
-
"
|
|
945
|
+
"policyRemoveSectionInput": {
|
|
946
946
|
"id": {
|
|
947
947
|
"id": "ID"
|
|
948
948
|
}
|
|
949
949
|
},
|
|
950
|
-
"
|
|
951
|
-
"
|
|
950
|
+
"wanFirewallPolicyMutationInput": {
|
|
951
|
+
"policyMutationRevisionInput": {
|
|
952
952
|
"id": {
|
|
953
953
|
"id": "ID"
|
|
954
954
|
}
|