catocli 1.0.13__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 +15 -2
- catocli/__init__.py +1 -1
- catocli/parsers/custom/customLib.py +3 -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/__init__.py +14 -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_removeIpsecIkeV2SiteTunnels/README.md +18 -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 +14 -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_removeIpsecIkeV2SiteTunnels/README.md +18 -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 +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.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- catocli-1.0.15.dist-info/RECORD +275 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
- graphql_client/api_client_types.py +4 -0
- 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 +505 -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 +861 -0
- 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 +505 -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 +861 -0
- 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 +278 -118
- 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 +933 -249
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +12 -13
- build/lib/catocli/Utils/clidriver.py +0 -117
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/custom/__init__.py +0 -47
- build/lib/catocli/parsers/custom/customLib.py +0 -70
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
- build/lib/catocli/parsers/parserApiClient.py +0 -309
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
- build/lib/catocli/parsers/query_admin/__init__.py +0 -17
- build/lib/catocli/parsers/query_admins/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_container/__init__.py +0 -17
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
- build/lib/catocli/parsers/query_events/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
- build/lib/catocli/parsers/query_policy/__init__.py +0 -17
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
- build/lib/catocli/parsers/raw/__init__.py +0 -9
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -73
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -404
- build/lib/graphql_client/configuration.py +0 -230
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1016
- build/lib/schema/importSchema.py +0 -60
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- catocli-1.0.13.dist-info/RECORD +0 -344
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "internetFirewall___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "internetFirewall.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
33
33
|
"required": false,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"id_str": "internetFirewall___input___revision",
|
|
45
45
|
"name": "revision",
|
|
46
46
|
"path": "internetFirewall.input.revision",
|
|
47
|
-
"requestStr": "$
|
|
47
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
48
48
|
"required": false,
|
|
49
|
-
"responseStr": "revision:$
|
|
49
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
50
50
|
"type": {
|
|
51
51
|
"definition": {
|
|
52
52
|
"description": null,
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"name": "PolicyMutationRevisionInput",
|
|
85
85
|
"non_null": false
|
|
86
86
|
},
|
|
87
|
-
"varName": "
|
|
87
|
+
"varName": "policyMutationRevisionInput"
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"interfaces": null,
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"name": "InternetFirewallPolicyMutationInput",
|
|
100
100
|
"non_null": false
|
|
101
101
|
},
|
|
102
|
-
"varName": "
|
|
102
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
"deprecationReason": null,
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"id_str": "updateSection___input",
|
|
121
121
|
"name": "input",
|
|
122
122
|
"path": "updateSection.input",
|
|
123
|
-
"requestStr": "$
|
|
123
|
+
"requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
|
|
124
124
|
"required": true,
|
|
125
|
-
"responseStr": "input:$
|
|
125
|
+
"responseStr": "input:$policyUpdateSectionInput ",
|
|
126
126
|
"type": {
|
|
127
127
|
"definition": {
|
|
128
128
|
"description": null,
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
"id_str": "updateSection___input___section",
|
|
155
155
|
"name": "section",
|
|
156
156
|
"path": "updateSection.input.section",
|
|
157
|
-
"requestStr": "$
|
|
157
|
+
"requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
|
|
158
158
|
"required": true,
|
|
159
|
-
"responseStr": "section:$
|
|
159
|
+
"responseStr": "section:$policyUpdateSectionInfoInput ",
|
|
160
160
|
"type": {
|
|
161
161
|
"definition": {
|
|
162
162
|
"description": null,
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"name": "PolicyUpdateSectionInfoInput",
|
|
196
196
|
"non_null": false
|
|
197
197
|
},
|
|
198
|
-
"varName": "
|
|
198
|
+
"varName": "policyUpdateSectionInfoInput"
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"interfaces": null,
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"name": "PolicyUpdateSectionInput",
|
|
212
212
|
"non_null": false
|
|
213
213
|
},
|
|
214
|
-
"varName": "
|
|
214
|
+
"varName": "policyUpdateSectionInput"
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
217
|
"deprecationReason": null,
|
|
@@ -246,15 +246,34 @@
|
|
|
246
246
|
"isDeprecated": false,
|
|
247
247
|
"name": "policy",
|
|
248
248
|
"operationArgs": {
|
|
249
|
-
"
|
|
249
|
+
"accountId": {
|
|
250
|
+
"defaultValue": null,
|
|
251
|
+
"description": null,
|
|
252
|
+
"id_str": "accountId",
|
|
253
|
+
"name": "accountId",
|
|
254
|
+
"path": "accountId",
|
|
255
|
+
"requestStr": "$accountId:ID! ",
|
|
256
|
+
"required": true,
|
|
257
|
+
"responseStr": "accountId:$accountId ",
|
|
258
|
+
"type": {
|
|
259
|
+
"kind": [
|
|
260
|
+
"NON_NULL",
|
|
261
|
+
"SCALAR"
|
|
262
|
+
],
|
|
263
|
+
"name": "ID",
|
|
264
|
+
"non_null": false
|
|
265
|
+
},
|
|
266
|
+
"varName": "accountId"
|
|
267
|
+
},
|
|
268
|
+
"internetFirewallPolicyMutationInput": {
|
|
250
269
|
"defaultValue": null,
|
|
251
270
|
"description": null,
|
|
252
271
|
"id_str": "internetFirewall___input",
|
|
253
272
|
"name": "input",
|
|
254
273
|
"path": "internetFirewall.input",
|
|
255
|
-
"requestStr": "$
|
|
274
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
256
275
|
"required": false,
|
|
257
|
-
"responseStr": "input:$
|
|
276
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
258
277
|
"type": {
|
|
259
278
|
"definition": {
|
|
260
279
|
"description": null,
|
|
@@ -267,9 +286,9 @@
|
|
|
267
286
|
"id_str": "internetFirewall___input___revision",
|
|
268
287
|
"name": "revision",
|
|
269
288
|
"path": "internetFirewall.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,17 +341,17 @@
|
|
|
322
341
|
"name": "InternetFirewallPolicyMutationInput",
|
|
323
342
|
"non_null": false
|
|
324
343
|
},
|
|
325
|
-
"varName": "
|
|
344
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
326
345
|
},
|
|
327
|
-
"
|
|
346
|
+
"policyUpdateSectionInput": {
|
|
328
347
|
"defaultValue": null,
|
|
329
348
|
"description": null,
|
|
330
349
|
"id_str": "updateSection___input",
|
|
331
350
|
"name": "input",
|
|
332
351
|
"path": "updateSection.input",
|
|
333
|
-
"requestStr": "$
|
|
352
|
+
"requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
|
|
334
353
|
"required": true,
|
|
335
|
-
"responseStr": "input:$
|
|
354
|
+
"responseStr": "input:$policyUpdateSectionInput ",
|
|
336
355
|
"type": {
|
|
337
356
|
"definition": {
|
|
338
357
|
"description": null,
|
|
@@ -364,9 +383,9 @@
|
|
|
364
383
|
"id_str": "updateSection___input___section",
|
|
365
384
|
"name": "section",
|
|
366
385
|
"path": "updateSection.input.section",
|
|
367
|
-
"requestStr": "$
|
|
386
|
+
"requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
|
|
368
387
|
"required": true,
|
|
369
|
-
"responseStr": "section:$
|
|
388
|
+
"responseStr": "section:$policyUpdateSectionInfoInput ",
|
|
370
389
|
"type": {
|
|
371
390
|
"definition": {
|
|
372
391
|
"description": null,
|
|
@@ -405,7 +424,7 @@
|
|
|
405
424
|
"name": "PolicyUpdateSectionInfoInput",
|
|
406
425
|
"non_null": false
|
|
407
426
|
},
|
|
408
|
-
"varName": "
|
|
427
|
+
"varName": "policyUpdateSectionInfoInput"
|
|
409
428
|
}
|
|
410
429
|
},
|
|
411
430
|
"interfaces": null,
|
|
@@ -421,26 +440,7 @@
|
|
|
421
440
|
"name": "PolicyUpdateSectionInput",
|
|
422
441
|
"non_null": false
|
|
423
442
|
},
|
|
424
|
-
"varName": "
|
|
425
|
-
},
|
|
426
|
-
"accountId": {
|
|
427
|
-
"defaultValue": null,
|
|
428
|
-
"description": null,
|
|
429
|
-
"id_str": "accountId",
|
|
430
|
-
"name": "accountId",
|
|
431
|
-
"path": "accountId",
|
|
432
|
-
"requestStr": "$accountId:ID! ",
|
|
433
|
-
"required": true,
|
|
434
|
-
"responseStr": "accountId:$accountId ",
|
|
435
|
-
"type": {
|
|
436
|
-
"kind": [
|
|
437
|
-
"NON_NULL",
|
|
438
|
-
"SCALAR"
|
|
439
|
-
],
|
|
440
|
-
"name": "ID",
|
|
441
|
-
"non_null": false
|
|
442
|
-
},
|
|
443
|
-
"varName": "accountId"
|
|
443
|
+
"varName": "policyUpdateSectionInput"
|
|
444
444
|
}
|
|
445
445
|
},
|
|
446
446
|
"path": "mutation.policy.internetFirewall.updateSection",
|
|
@@ -457,9 +457,9 @@
|
|
|
457
457
|
"id_str": "internetFirewall___input",
|
|
458
458
|
"name": "input",
|
|
459
459
|
"path": "internetFirewall.input",
|
|
460
|
-
"requestStr": "$
|
|
460
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
461
461
|
"required": false,
|
|
462
|
-
"responseStr": "input:$
|
|
462
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
463
463
|
"type": {
|
|
464
464
|
"definition": {
|
|
465
465
|
"description": null,
|
|
@@ -472,9 +472,9 @@
|
|
|
472
472
|
"id_str": "internetFirewall___input___revision",
|
|
473
473
|
"name": "revision",
|
|
474
474
|
"path": "internetFirewall.input.revision",
|
|
475
|
-
"requestStr": "$
|
|
475
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
476
476
|
"required": false,
|
|
477
|
-
"responseStr": "revision:$
|
|
477
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
478
478
|
"type": {
|
|
479
479
|
"definition": {
|
|
480
480
|
"description": null,
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"name": "PolicyMutationRevisionInput",
|
|
513
513
|
"non_null": false
|
|
514
514
|
},
|
|
515
|
-
"varName": "
|
|
515
|
+
"varName": "policyMutationRevisionInput"
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
"interfaces": null,
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"name": "InternetFirewallPolicyMutationInput",
|
|
528
528
|
"non_null": false
|
|
529
529
|
},
|
|
530
|
-
"varName": "
|
|
530
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
531
531
|
}
|
|
532
532
|
},
|
|
533
533
|
"deprecationReason": null,
|
|
@@ -536,9 +536,9 @@
|
|
|
536
536
|
"isDeprecated": false,
|
|
537
537
|
"name": "internetFirewall",
|
|
538
538
|
"path": "internetFirewall",
|
|
539
|
-
"requestStr": "$
|
|
539
|
+
"requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
|
|
540
540
|
"required": false,
|
|
541
|
-
"responseStr": "internetFirewall:$
|
|
541
|
+
"responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
|
|
542
542
|
"type": {
|
|
543
543
|
"definition": {
|
|
544
544
|
"description": "The Internet firewall Policy information returned to the caller in the API response.",
|
|
@@ -552,9 +552,9 @@
|
|
|
552
552
|
"id_str": "updateSection___input",
|
|
553
553
|
"name": "input",
|
|
554
554
|
"path": "updateSection.input",
|
|
555
|
-
"requestStr": "$
|
|
555
|
+
"requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
|
|
556
556
|
"required": true,
|
|
557
|
-
"responseStr": "input:$
|
|
557
|
+
"responseStr": "input:$policyUpdateSectionInput ",
|
|
558
558
|
"type": {
|
|
559
559
|
"definition": {
|
|
560
560
|
"description": null,
|
|
@@ -586,9 +586,9 @@
|
|
|
586
586
|
"id_str": "updateSection___input___section",
|
|
587
587
|
"name": "section",
|
|
588
588
|
"path": "updateSection.input.section",
|
|
589
|
-
"requestStr": "$
|
|
589
|
+
"requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
|
|
590
590
|
"required": true,
|
|
591
|
-
"responseStr": "section:$
|
|
591
|
+
"responseStr": "section:$policyUpdateSectionInfoInput ",
|
|
592
592
|
"type": {
|
|
593
593
|
"definition": {
|
|
594
594
|
"description": null,
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
"name": "PolicyUpdateSectionInfoInput",
|
|
628
628
|
"non_null": false
|
|
629
629
|
},
|
|
630
|
-
"varName": "
|
|
630
|
+
"varName": "policyUpdateSectionInfoInput"
|
|
631
631
|
}
|
|
632
632
|
},
|
|
633
633
|
"interfaces": null,
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
"name": "PolicyUpdateSectionInput",
|
|
644
644
|
"non_null": false
|
|
645
645
|
},
|
|
646
|
-
"varName": "
|
|
646
|
+
"varName": "policyUpdateSectionInput"
|
|
647
647
|
}
|
|
648
648
|
},
|
|
649
649
|
"deprecationReason": null,
|
|
@@ -652,16 +652,16 @@
|
|
|
652
652
|
"isDeprecated": false,
|
|
653
653
|
"name": "updateSection",
|
|
654
654
|
"path": "internetFirewall.updateSection",
|
|
655
|
-
"requestStr": "$
|
|
655
|
+
"requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
|
|
656
656
|
"required": true,
|
|
657
|
-
"responseStr": "updateSection:$
|
|
657
|
+
"responseStr": "updateSection:$policySectionMutationPayload ",
|
|
658
658
|
"type": {
|
|
659
659
|
"definition": {
|
|
660
660
|
"description": null,
|
|
661
661
|
"enumValues": null,
|
|
662
662
|
"fields": {
|
|
663
663
|
"errors": {
|
|
664
|
-
"alias": "
|
|
664
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
665
665
|
"args": {},
|
|
666
666
|
"deprecationReason": null,
|
|
667
667
|
"description": null,
|
|
@@ -669,9 +669,9 @@
|
|
|
669
669
|
"isDeprecated": false,
|
|
670
670
|
"name": "errors",
|
|
671
671
|
"path": "internetFirewall.updateSection.errors",
|
|
672
|
-
"requestStr": "$
|
|
672
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
673
673
|
"required": true,
|
|
674
|
-
"responseStr": "errors:$
|
|
674
|
+
"responseStr": "errors:$policyMutationError ",
|
|
675
675
|
"type": {
|
|
676
676
|
"definition": {
|
|
677
677
|
"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\"",
|
|
@@ -734,10 +734,10 @@
|
|
|
734
734
|
"name": "PolicyMutationError",
|
|
735
735
|
"non_null": false
|
|
736
736
|
},
|
|
737
|
-
"varName": "
|
|
737
|
+
"varName": "policyMutationError"
|
|
738
738
|
},
|
|
739
739
|
"section": {
|
|
740
|
-
"alias": "
|
|
740
|
+
"alias": "policySectionPayloadSection: section",
|
|
741
741
|
"args": {},
|
|
742
742
|
"deprecationReason": null,
|
|
743
743
|
"description": null,
|
|
@@ -745,9 +745,9 @@
|
|
|
745
745
|
"isDeprecated": false,
|
|
746
746
|
"name": "section",
|
|
747
747
|
"path": "internetFirewall.updateSection.section",
|
|
748
|
-
"requestStr": "$
|
|
748
|
+
"requestStr": "$policySectionPayload:PolicySectionPayload ",
|
|
749
749
|
"required": false,
|
|
750
|
-
"responseStr": "section:$
|
|
750
|
+
"responseStr": "section:$policySectionPayload ",
|
|
751
751
|
"type": {
|
|
752
752
|
"definition": {
|
|
753
753
|
"description": null,
|
|
@@ -761,9 +761,9 @@
|
|
|
761
761
|
"isDeprecated": false,
|
|
762
762
|
"name": "audit",
|
|
763
763
|
"path": "internetFirewall.updateSection.section.audit",
|
|
764
|
-
"requestStr": "$
|
|
764
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
765
765
|
"required": true,
|
|
766
|
-
"responseStr": "audit:$
|
|
766
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
767
767
|
"type": {
|
|
768
768
|
"definition": {
|
|
769
769
|
"description": null,
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"name": "PolicyElementAudit",
|
|
827
827
|
"non_null": false
|
|
828
828
|
},
|
|
829
|
-
"varName": "
|
|
829
|
+
"varName": "policyElementAudit"
|
|
830
830
|
},
|
|
831
831
|
"properties": {
|
|
832
832
|
"args": {},
|
|
@@ -913,9 +913,9 @@
|
|
|
913
913
|
"isDeprecated": false,
|
|
914
914
|
"name": "section",
|
|
915
915
|
"path": "internetFirewall.updateSection.section.section",
|
|
916
|
-
"requestStr": "$
|
|
916
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
917
917
|
"required": true,
|
|
918
|
-
"responseStr": "section:$
|
|
918
|
+
"responseStr": "section:$policySectionInfo ",
|
|
919
919
|
"type": {
|
|
920
920
|
"definition": {
|
|
921
921
|
"description": "Define settings for a policy section",
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
"name": "PolicySectionInfo",
|
|
979
979
|
"non_null": false
|
|
980
980
|
},
|
|
981
|
-
"varName": "
|
|
981
|
+
"varName": "policySectionInfo"
|
|
982
982
|
}
|
|
983
983
|
},
|
|
984
984
|
"inputFields": null,
|
|
@@ -994,10 +994,10 @@
|
|
|
994
994
|
"name": "PolicySectionPayload",
|
|
995
995
|
"non_null": false
|
|
996
996
|
},
|
|
997
|
-
"varName": "
|
|
997
|
+
"varName": "policySectionPayload"
|
|
998
998
|
},
|
|
999
999
|
"status": {
|
|
1000
|
-
"alias": "
|
|
1000
|
+
"alias": "policyMutationStatusStatus: status",
|
|
1001
1001
|
"args": {},
|
|
1002
1002
|
"deprecationReason": null,
|
|
1003
1003
|
"description": null,
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
"name": "PolicySectionMutationPayload",
|
|
1058
1058
|
"non_null": false
|
|
1059
1059
|
},
|
|
1060
|
-
"varName": "
|
|
1060
|
+
"varName": "policySectionMutationPayload"
|
|
1061
1061
|
}
|
|
1062
1062
|
},
|
|
1063
1063
|
"inputFields": null,
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
"name": "InternetFirewallPolicyMutations",
|
|
1074
1074
|
"non_null": false
|
|
1075
1075
|
},
|
|
1076
|
-
"varName": "
|
|
1076
|
+
"varName": "internetFirewallPolicyMutations"
|
|
1077
1077
|
}
|
|
1078
1078
|
},
|
|
1079
1079
|
"inputFields": null,
|
|
@@ -1090,21 +1090,21 @@
|
|
|
1090
1090
|
"non_null": false
|
|
1091
1091
|
},
|
|
1092
1092
|
"variablesPayload": {
|
|
1093
|
-
"
|
|
1094
|
-
"
|
|
1093
|
+
"internetFirewallPolicyMutationInput": {
|
|
1094
|
+
"policyMutationRevisionInput": {
|
|
1095
1095
|
"id": {
|
|
1096
1096
|
"id": "ID"
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
1099
|
},
|
|
1100
|
-
"
|
|
1101
|
-
"
|
|
1100
|
+
"policyUpdateSectionInput": {
|
|
1101
|
+
"id": {
|
|
1102
|
+
"id": "ID"
|
|
1103
|
+
},
|
|
1104
|
+
"policyUpdateSectionInfoInput": {
|
|
1102
1105
|
"name": {
|
|
1103
1106
|
"name": "String"
|
|
1104
1107
|
}
|
|
1105
|
-
},
|
|
1106
|
-
"id": {
|
|
1107
|
-
"id": "ID"
|
|
1108
1108
|
}
|
|
1109
1109
|
}
|
|
1110
1110
|
}
|