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": "discardPolicyRevision___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "discardPolicyRevision.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
|
|
33
33
|
"required": false,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$policyDiscardRevisionInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"name": "PolicyDiscardRevisionInput",
|
|
70
70
|
"non_null": false
|
|
71
71
|
},
|
|
72
|
-
"varName": "
|
|
72
|
+
"varName": "policyDiscardRevisionInput"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"deprecationReason": null,
|
|
@@ -94,9 +94,9 @@
|
|
|
94
94
|
"id_str": "internetFirewall___input",
|
|
95
95
|
"name": "input",
|
|
96
96
|
"path": "internetFirewall.input",
|
|
97
|
-
"requestStr": "$
|
|
97
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
98
98
|
"required": false,
|
|
99
|
-
"responseStr": "input:$
|
|
99
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
100
100
|
"type": {
|
|
101
101
|
"definition": {
|
|
102
102
|
"description": null,
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
"id_str": "internetFirewall___input___revision",
|
|
110
110
|
"name": "revision",
|
|
111
111
|
"path": "internetFirewall.input.revision",
|
|
112
|
-
"requestStr": "$
|
|
112
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
113
113
|
"required": false,
|
|
114
|
-
"responseStr": "revision:$
|
|
114
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
115
115
|
"type": {
|
|
116
116
|
"definition": {
|
|
117
117
|
"description": null,
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"name": "PolicyMutationRevisionInput",
|
|
150
150
|
"non_null": false
|
|
151
151
|
},
|
|
152
|
-
"varName": "
|
|
152
|
+
"varName": "policyMutationRevisionInput"
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
155
|
"interfaces": null,
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"name": "InternetFirewallPolicyMutationInput",
|
|
165
165
|
"non_null": false
|
|
166
166
|
},
|
|
167
|
-
"varName": "
|
|
167
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"deprecationReason": null,
|
|
@@ -184,12 +184,12 @@
|
|
|
184
184
|
"ApplicationCategoryRef": true,
|
|
185
185
|
"ApplicationRef": true,
|
|
186
186
|
"ConnectionOriginEnum": true,
|
|
187
|
-
"ContainerRef": true,
|
|
188
187
|
"CountryRef": true,
|
|
189
188
|
"CustomApplicationRef": true,
|
|
190
189
|
"CustomCategoryRef": true,
|
|
191
190
|
"CustomService": true,
|
|
192
191
|
"DayOfWeek": true,
|
|
192
|
+
"DeviceAttributes": true,
|
|
193
193
|
"DeviceProfileRef": true,
|
|
194
194
|
"FloatingSubnetRef": true,
|
|
195
195
|
"FqdnContainerRef": true,
|
|
@@ -244,15 +244,34 @@
|
|
|
244
244
|
"isDeprecated": false,
|
|
245
245
|
"name": "policy",
|
|
246
246
|
"operationArgs": {
|
|
247
|
-
"
|
|
247
|
+
"accountId": {
|
|
248
|
+
"defaultValue": null,
|
|
249
|
+
"description": null,
|
|
250
|
+
"id_str": "accountId",
|
|
251
|
+
"name": "accountId",
|
|
252
|
+
"path": "accountId",
|
|
253
|
+
"requestStr": "$accountId:ID! ",
|
|
254
|
+
"required": true,
|
|
255
|
+
"responseStr": "accountId:$accountId ",
|
|
256
|
+
"type": {
|
|
257
|
+
"kind": [
|
|
258
|
+
"NON_NULL",
|
|
259
|
+
"SCALAR"
|
|
260
|
+
],
|
|
261
|
+
"name": "ID",
|
|
262
|
+
"non_null": false
|
|
263
|
+
},
|
|
264
|
+
"varName": "accountId"
|
|
265
|
+
},
|
|
266
|
+
"internetFirewallPolicyMutationInput": {
|
|
248
267
|
"defaultValue": null,
|
|
249
268
|
"description": null,
|
|
250
269
|
"id_str": "internetFirewall___input",
|
|
251
270
|
"name": "input",
|
|
252
271
|
"path": "internetFirewall.input",
|
|
253
|
-
"requestStr": "$
|
|
272
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
254
273
|
"required": false,
|
|
255
|
-
"responseStr": "input:$
|
|
274
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
256
275
|
"type": {
|
|
257
276
|
"definition": {
|
|
258
277
|
"description": null,
|
|
@@ -265,9 +284,9 @@
|
|
|
265
284
|
"id_str": "internetFirewall___input___revision",
|
|
266
285
|
"name": "revision",
|
|
267
286
|
"path": "internetFirewall.input.revision",
|
|
268
|
-
"requestStr": "$
|
|
287
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
269
288
|
"required": false,
|
|
270
|
-
"responseStr": "revision:$
|
|
289
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
271
290
|
"type": {
|
|
272
291
|
"definition": {
|
|
273
292
|
"description": null,
|
|
@@ -305,7 +324,7 @@
|
|
|
305
324
|
"name": "PolicyMutationRevisionInput",
|
|
306
325
|
"non_null": false
|
|
307
326
|
},
|
|
308
|
-
"varName": "
|
|
327
|
+
"varName": "policyMutationRevisionInput"
|
|
309
328
|
}
|
|
310
329
|
},
|
|
311
330
|
"interfaces": null,
|
|
@@ -320,17 +339,17 @@
|
|
|
320
339
|
"name": "InternetFirewallPolicyMutationInput",
|
|
321
340
|
"non_null": false
|
|
322
341
|
},
|
|
323
|
-
"varName": "
|
|
342
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
324
343
|
},
|
|
325
|
-
"
|
|
344
|
+
"policyDiscardRevisionInput": {
|
|
326
345
|
"defaultValue": null,
|
|
327
346
|
"description": null,
|
|
328
347
|
"id_str": "discardPolicyRevision___input",
|
|
329
348
|
"name": "input",
|
|
330
349
|
"path": "discardPolicyRevision.input",
|
|
331
|
-
"requestStr": "$
|
|
350
|
+
"requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
|
|
332
351
|
"required": false,
|
|
333
|
-
"responseStr": "input:$
|
|
352
|
+
"responseStr": "input:$policyDiscardRevisionInput ",
|
|
334
353
|
"type": {
|
|
335
354
|
"definition": {
|
|
336
355
|
"description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
|
|
@@ -368,26 +387,7 @@
|
|
|
368
387
|
"name": "PolicyDiscardRevisionInput",
|
|
369
388
|
"non_null": false
|
|
370
389
|
},
|
|
371
|
-
"varName": "
|
|
372
|
-
},
|
|
373
|
-
"accountId": {
|
|
374
|
-
"defaultValue": null,
|
|
375
|
-
"description": null,
|
|
376
|
-
"id_str": "accountId",
|
|
377
|
-
"name": "accountId",
|
|
378
|
-
"path": "accountId",
|
|
379
|
-
"requestStr": "$accountId:ID! ",
|
|
380
|
-
"required": true,
|
|
381
|
-
"responseStr": "accountId:$accountId ",
|
|
382
|
-
"type": {
|
|
383
|
-
"kind": [
|
|
384
|
-
"NON_NULL",
|
|
385
|
-
"SCALAR"
|
|
386
|
-
],
|
|
387
|
-
"name": "ID",
|
|
388
|
-
"non_null": false
|
|
389
|
-
},
|
|
390
|
-
"varName": "accountId"
|
|
390
|
+
"varName": "policyDiscardRevisionInput"
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
"path": "mutation.policy.internetFirewall.discardPolicyRevision",
|
|
@@ -404,9 +404,9 @@
|
|
|
404
404
|
"id_str": "internetFirewall___input",
|
|
405
405
|
"name": "input",
|
|
406
406
|
"path": "internetFirewall.input",
|
|
407
|
-
"requestStr": "$
|
|
407
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
408
408
|
"required": false,
|
|
409
|
-
"responseStr": "input:$
|
|
409
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
410
410
|
"type": {
|
|
411
411
|
"definition": {
|
|
412
412
|
"description": null,
|
|
@@ -419,9 +419,9 @@
|
|
|
419
419
|
"id_str": "internetFirewall___input___revision",
|
|
420
420
|
"name": "revision",
|
|
421
421
|
"path": "internetFirewall.input.revision",
|
|
422
|
-
"requestStr": "$
|
|
422
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
423
423
|
"required": false,
|
|
424
|
-
"responseStr": "revision:$
|
|
424
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
425
425
|
"type": {
|
|
426
426
|
"definition": {
|
|
427
427
|
"description": null,
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
"name": "PolicyMutationRevisionInput",
|
|
460
460
|
"non_null": false
|
|
461
461
|
},
|
|
462
|
-
"varName": "
|
|
462
|
+
"varName": "policyMutationRevisionInput"
|
|
463
463
|
}
|
|
464
464
|
},
|
|
465
465
|
"interfaces": null,
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"name": "InternetFirewallPolicyMutationInput",
|
|
475
475
|
"non_null": false
|
|
476
476
|
},
|
|
477
|
-
"varName": "
|
|
477
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
478
478
|
}
|
|
479
479
|
},
|
|
480
480
|
"deprecationReason": null,
|
|
@@ -483,9 +483,9 @@
|
|
|
483
483
|
"isDeprecated": false,
|
|
484
484
|
"name": "internetFirewall",
|
|
485
485
|
"path": "internetFirewall",
|
|
486
|
-
"requestStr": "$
|
|
486
|
+
"requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
|
|
487
487
|
"required": false,
|
|
488
|
-
"responseStr": "internetFirewall:$
|
|
488
|
+
"responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
|
|
489
489
|
"type": {
|
|
490
490
|
"definition": {
|
|
491
491
|
"description": "The Internet firewall Policy information returned to the caller in the API response.",
|
|
@@ -499,9 +499,9 @@
|
|
|
499
499
|
"id_str": "discardPolicyRevision___input",
|
|
500
500
|
"name": "input",
|
|
501
501
|
"path": "discardPolicyRevision.input",
|
|
502
|
-
"requestStr": "$
|
|
502
|
+
"requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
|
|
503
503
|
"required": false,
|
|
504
|
-
"responseStr": "input:$
|
|
504
|
+
"responseStr": "input:$policyDiscardRevisionInput ",
|
|
505
505
|
"type": {
|
|
506
506
|
"definition": {
|
|
507
507
|
"description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"name": "PolicyDiscardRevisionInput",
|
|
540
540
|
"non_null": false
|
|
541
541
|
},
|
|
542
|
-
"varName": "
|
|
542
|
+
"varName": "policyDiscardRevisionInput"
|
|
543
543
|
}
|
|
544
544
|
},
|
|
545
545
|
"deprecationReason": null,
|
|
@@ -548,16 +548,16 @@
|
|
|
548
548
|
"isDeprecated": false,
|
|
549
549
|
"name": "discardPolicyRevision",
|
|
550
550
|
"path": "internetFirewall.discardPolicyRevision",
|
|
551
|
-
"requestStr": "$
|
|
551
|
+
"requestStr": "$internetFirewallPolicyMutationPayload:InternetFirewallPolicyMutationPayload! ",
|
|
552
552
|
"required": true,
|
|
553
|
-
"responseStr": "discardPolicyRevision:$
|
|
553
|
+
"responseStr": "discardPolicyRevision:$internetFirewallPolicyMutationPayload ",
|
|
554
554
|
"type": {
|
|
555
555
|
"definition": {
|
|
556
556
|
"description": "Internet Firewall policy information provided in the API response",
|
|
557
557
|
"enumValues": null,
|
|
558
558
|
"fields": {
|
|
559
559
|
"errors": {
|
|
560
|
-
"alias": "
|
|
560
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
561
561
|
"args": {},
|
|
562
562
|
"deprecationReason": null,
|
|
563
563
|
"description": null,
|
|
@@ -565,9 +565,9 @@
|
|
|
565
565
|
"isDeprecated": false,
|
|
566
566
|
"name": "errors",
|
|
567
567
|
"path": "internetFirewall.discardPolicyRevision.errors",
|
|
568
|
-
"requestStr": "$
|
|
568
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
569
569
|
"required": true,
|
|
570
|
-
"responseStr": "errors:$
|
|
570
|
+
"responseStr": "errors:$policyMutationError ",
|
|
571
571
|
"type": {
|
|
572
572
|
"definition": {
|
|
573
573
|
"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\"",
|
|
@@ -630,10 +630,10 @@
|
|
|
630
630
|
"name": "PolicyMutationError",
|
|
631
631
|
"non_null": false
|
|
632
632
|
},
|
|
633
|
-
"varName": "
|
|
633
|
+
"varName": "policyMutationError"
|
|
634
634
|
},
|
|
635
635
|
"policy": {
|
|
636
|
-
"alias": "
|
|
636
|
+
"alias": "internetFirewallPolicyPolicy: policy",
|
|
637
637
|
"args": {},
|
|
638
638
|
"deprecationReason": null,
|
|
639
639
|
"description": null,
|
|
@@ -641,9 +641,9 @@
|
|
|
641
641
|
"isDeprecated": false,
|
|
642
642
|
"name": "policy",
|
|
643
643
|
"path": "internetFirewall.discardPolicyRevision.policy",
|
|
644
|
-
"requestStr": "$
|
|
644
|
+
"requestStr": "$internetFirewallPolicy:InternetFirewallPolicy ",
|
|
645
645
|
"required": false,
|
|
646
|
-
"responseStr": "policy:$
|
|
646
|
+
"responseStr": "policy:$internetFirewallPolicy ",
|
|
647
647
|
"type": {
|
|
648
648
|
"definition": {
|
|
649
649
|
"description": null,
|
|
@@ -657,9 +657,9 @@
|
|
|
657
657
|
"isDeprecated": false,
|
|
658
658
|
"name": "audit",
|
|
659
659
|
"path": "internetFirewall.discardPolicyRevision.policy.audit",
|
|
660
|
-
"requestStr": "$
|
|
660
|
+
"requestStr": "$policyAudit:PolicyAudit ",
|
|
661
661
|
"required": false,
|
|
662
|
-
"responseStr": "audit:$
|
|
662
|
+
"responseStr": "audit:$policyAudit ",
|
|
663
663
|
"type": {
|
|
664
664
|
"definition": {
|
|
665
665
|
"description": null,
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
"name": "PolicyAudit",
|
|
722
722
|
"non_null": false
|
|
723
723
|
},
|
|
724
|
-
"varName": "
|
|
724
|
+
"varName": "policyAudit"
|
|
725
725
|
},
|
|
726
726
|
"enabled": {
|
|
727
727
|
"args": {},
|
|
@@ -752,9 +752,9 @@
|
|
|
752
752
|
"isDeprecated": false,
|
|
753
753
|
"name": "revision",
|
|
754
754
|
"path": "internetFirewall.discardPolicyRevision.policy.revision",
|
|
755
|
-
"requestStr": "$
|
|
755
|
+
"requestStr": "$policyRevision:PolicyRevision ",
|
|
756
756
|
"required": false,
|
|
757
|
-
"responseStr": "revision:$
|
|
757
|
+
"responseStr": "revision:$policyRevision ",
|
|
758
758
|
"type": {
|
|
759
759
|
"definition": {
|
|
760
760
|
"description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
"name": "PolicyRevision",
|
|
901
901
|
"non_null": false
|
|
902
902
|
},
|
|
903
|
-
"varName": "
|
|
903
|
+
"varName": "policyRevision"
|
|
904
904
|
},
|
|
905
905
|
"rules": {
|
|
906
906
|
"args": {},
|
|
@@ -910,16 +910,16 @@
|
|
|
910
910
|
"isDeprecated": false,
|
|
911
911
|
"name": "rules",
|
|
912
912
|
"path": "internetFirewall.discardPolicyRevision.policy.rules",
|
|
913
|
-
"requestStr": "$
|
|
913
|
+
"requestStr": "$internetFirewallRulePayload:[InternetFirewallRulePayload]! ",
|
|
914
914
|
"required": true,
|
|
915
|
-
"responseStr": "rules:$
|
|
915
|
+
"responseStr": "rules:$internetFirewallRulePayload ",
|
|
916
916
|
"type": {
|
|
917
917
|
"definition": {
|
|
918
918
|
"description": "Internet Firewall policy information for a specific revision",
|
|
919
919
|
"enumValues": null,
|
|
920
920
|
"fields": {
|
|
921
921
|
"audit": {
|
|
922
|
-
"alias": "
|
|
922
|
+
"alias": "policyElementAuditAudit: audit",
|
|
923
923
|
"args": {},
|
|
924
924
|
"deprecationReason": null,
|
|
925
925
|
"description": null,
|
|
@@ -927,9 +927,9 @@
|
|
|
927
927
|
"isDeprecated": false,
|
|
928
928
|
"name": "audit",
|
|
929
929
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.audit",
|
|
930
|
-
"requestStr": "$
|
|
930
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
931
931
|
"required": true,
|
|
932
|
-
"responseStr": "audit:$
|
|
932
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
933
933
|
"type": {
|
|
934
934
|
"definition": {
|
|
935
935
|
"description": null,
|
|
@@ -992,10 +992,10 @@
|
|
|
992
992
|
"name": "PolicyElementAudit",
|
|
993
993
|
"non_null": false
|
|
994
994
|
},
|
|
995
|
-
"varName": "
|
|
995
|
+
"varName": "policyElementAudit"
|
|
996
996
|
},
|
|
997
997
|
"properties": {
|
|
998
|
-
"alias": "
|
|
998
|
+
"alias": "policyElementPropertiesEnumProperties: properties",
|
|
999
999
|
"args": {},
|
|
1000
1000
|
"deprecationReason": null,
|
|
1001
1001
|
"description": null,
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
"varName": "properties"
|
|
1074
1074
|
},
|
|
1075
1075
|
"rule": {
|
|
1076
|
-
"alias": "
|
|
1076
|
+
"alias": "internetFirewallRuleRule: rule",
|
|
1077
1077
|
"args": {},
|
|
1078
1078
|
"deprecationReason": null,
|
|
1079
1079
|
"description": null,
|
|
@@ -1081,16 +1081,16 @@
|
|
|
1081
1081
|
"isDeprecated": false,
|
|
1082
1082
|
"name": "rule",
|
|
1083
1083
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule",
|
|
1084
|
-
"requestStr": "$
|
|
1084
|
+
"requestStr": "$internetFirewallRule:InternetFirewallRule! ",
|
|
1085
1085
|
"required": true,
|
|
1086
|
-
"responseStr": "rule:$
|
|
1086
|
+
"responseStr": "rule:$internetFirewallRule ",
|
|
1087
1087
|
"type": {
|
|
1088
1088
|
"definition": {
|
|
1089
1089
|
"description": null,
|
|
1090
1090
|
"enumValues": null,
|
|
1091
1091
|
"fields": {
|
|
1092
1092
|
"action": {
|
|
1093
|
-
"alias": "
|
|
1093
|
+
"alias": "internetFirewallActionEnumAction: action",
|
|
1094
1094
|
"args": {},
|
|
1095
1095
|
"deprecationReason": null,
|
|
1096
1096
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1148,7 +1148,7 @@
|
|
|
1148
1148
|
"varName": "action"
|
|
1149
1149
|
},
|
|
1150
1150
|
"connectionOrigin": {
|
|
1151
|
-
"alias": "
|
|
1151
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
1152
1152
|
"args": {},
|
|
1153
1153
|
"deprecationReason": null,
|
|
1154
1154
|
"description": "Connection origin of the traffic",
|
|
@@ -1200,7 +1200,7 @@
|
|
|
1200
1200
|
"varName": "connectionOrigin"
|
|
1201
1201
|
},
|
|
1202
1202
|
"country": {
|
|
1203
|
-
"alias": "
|
|
1203
|
+
"alias": "countryRefCountry: country",
|
|
1204
1204
|
"args": {},
|
|
1205
1205
|
"deprecationReason": null,
|
|
1206
1206
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1208,9 +1208,9 @@
|
|
|
1208
1208
|
"isDeprecated": false,
|
|
1209
1209
|
"name": "country",
|
|
1210
1210
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.country",
|
|
1211
|
-
"requestStr": "$
|
|
1211
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1212
1212
|
"required": true,
|
|
1213
|
-
"responseStr": "country:$
|
|
1213
|
+
"responseStr": "country:$countryRef ",
|
|
1214
1214
|
"type": {
|
|
1215
1215
|
"definition": {
|
|
1216
1216
|
"description": null,
|
|
@@ -1275,7 +1275,7 @@
|
|
|
1275
1275
|
"name": "CountryRef",
|
|
1276
1276
|
"non_null": false
|
|
1277
1277
|
},
|
|
1278
|
-
"varName": "
|
|
1278
|
+
"varName": "countryRef"
|
|
1279
1279
|
},
|
|
1280
1280
|
"description": {
|
|
1281
1281
|
"args": {},
|
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
"varName": "description"
|
|
1300
1300
|
},
|
|
1301
1301
|
"destination": {
|
|
1302
|
-
"alias": "
|
|
1302
|
+
"alias": "internetFirewallDestinationDestination: destination",
|
|
1303
1303
|
"args": {},
|
|
1304
1304
|
"deprecationReason": null,
|
|
1305
1305
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1307,16 +1307,16 @@
|
|
|
1307
1307
|
"isDeprecated": false,
|
|
1308
1308
|
"name": "destination",
|
|
1309
1309
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination",
|
|
1310
|
-
"requestStr": "$
|
|
1310
|
+
"requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
|
|
1311
1311
|
"required": true,
|
|
1312
|
-
"responseStr": "destination:$
|
|
1312
|
+
"responseStr": "destination:$internetFirewallDestination ",
|
|
1313
1313
|
"type": {
|
|
1314
1314
|
"definition": {
|
|
1315
1315
|
"description": "Destination match criteria set",
|
|
1316
1316
|
"enumValues": null,
|
|
1317
1317
|
"fields": {
|
|
1318
1318
|
"appCategory": {
|
|
1319
|
-
"alias": "
|
|
1319
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
1320
1320
|
"args": {},
|
|
1321
1321
|
"deprecationReason": null,
|
|
1322
1322
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1324,9 +1324,9 @@
|
|
|
1324
1324
|
"isDeprecated": false,
|
|
1325
1325
|
"name": "appCategory",
|
|
1326
1326
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.appCategory",
|
|
1327
|
-
"requestStr": "$
|
|
1327
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
1328
1328
|
"required": true,
|
|
1329
|
-
"responseStr": "appCategory:$
|
|
1329
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1330
1330
|
"type": {
|
|
1331
1331
|
"definition": {
|
|
1332
1332
|
"description": null,
|
|
@@ -1391,10 +1391,10 @@
|
|
|
1391
1391
|
"name": "ApplicationCategoryRef",
|
|
1392
1392
|
"non_null": false
|
|
1393
1393
|
},
|
|
1394
|
-
"varName": "
|
|
1394
|
+
"varName": "applicationCategoryRef"
|
|
1395
1395
|
},
|
|
1396
1396
|
"application": {
|
|
1397
|
-
"alias": "
|
|
1397
|
+
"alias": "applicationRefApplication: application",
|
|
1398
1398
|
"args": {},
|
|
1399
1399
|
"deprecationReason": null,
|
|
1400
1400
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1402,9 +1402,9 @@
|
|
|
1402
1402
|
"isDeprecated": false,
|
|
1403
1403
|
"name": "application",
|
|
1404
1404
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.application",
|
|
1405
|
-
"requestStr": "$
|
|
1405
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
1406
1406
|
"required": true,
|
|
1407
|
-
"responseStr": "application:$
|
|
1407
|
+
"responseStr": "application:$applicationRef ",
|
|
1408
1408
|
"type": {
|
|
1409
1409
|
"definition": {
|
|
1410
1410
|
"description": null,
|
|
@@ -1469,88 +1469,10 @@
|
|
|
1469
1469
|
"name": "ApplicationRef",
|
|
1470
1470
|
"non_null": false
|
|
1471
1471
|
},
|
|
1472
|
-
"varName": "
|
|
1473
|
-
},
|
|
1474
|
-
"container": {
|
|
1475
|
-
"alias": "ContainerRefContainer: container",
|
|
1476
|
-
"args": {},
|
|
1477
|
-
"deprecationReason": null,
|
|
1478
|
-
"description": null,
|
|
1479
|
-
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___destination___container",
|
|
1480
|
-
"isDeprecated": false,
|
|
1481
|
-
"name": "container",
|
|
1482
|
-
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.container",
|
|
1483
|
-
"requestStr": "$ContainerRef:[ContainerRef]! ",
|
|
1484
|
-
"required": true,
|
|
1485
|
-
"responseStr": "container:$ContainerRef ",
|
|
1486
|
-
"type": {
|
|
1487
|
-
"definition": {
|
|
1488
|
-
"description": "A group with members of a single type of entity (for example: IP, FQDN)",
|
|
1489
|
-
"enumValues": null,
|
|
1490
|
-
"fields": {
|
|
1491
|
-
"id": {
|
|
1492
|
-
"args": {},
|
|
1493
|
-
"deprecationReason": null,
|
|
1494
|
-
"description": "Unique container ID",
|
|
1495
|
-
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___destination___container___id",
|
|
1496
|
-
"isDeprecated": false,
|
|
1497
|
-
"name": "id",
|
|
1498
|
-
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.container.id",
|
|
1499
|
-
"requestStr": "$id:ID! ",
|
|
1500
|
-
"required": true,
|
|
1501
|
-
"responseStr": "id:$id ",
|
|
1502
|
-
"type": {
|
|
1503
|
-
"kind": [
|
|
1504
|
-
"NON_NULL",
|
|
1505
|
-
"SCALAR"
|
|
1506
|
-
],
|
|
1507
|
-
"name": "ID",
|
|
1508
|
-
"non_null": false
|
|
1509
|
-
},
|
|
1510
|
-
"varName": "id"
|
|
1511
|
-
},
|
|
1512
|
-
"name": {
|
|
1513
|
-
"args": {},
|
|
1514
|
-
"deprecationReason": null,
|
|
1515
|
-
"description": "Name for the container",
|
|
1516
|
-
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___destination___container___name",
|
|
1517
|
-
"isDeprecated": false,
|
|
1518
|
-
"name": "name",
|
|
1519
|
-
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.container.name",
|
|
1520
|
-
"requestStr": "$name:String! ",
|
|
1521
|
-
"required": true,
|
|
1522
|
-
"responseStr": "name:$name ",
|
|
1523
|
-
"type": {
|
|
1524
|
-
"kind": [
|
|
1525
|
-
"NON_NULL",
|
|
1526
|
-
"SCALAR"
|
|
1527
|
-
],
|
|
1528
|
-
"name": "String",
|
|
1529
|
-
"non_null": false
|
|
1530
|
-
},
|
|
1531
|
-
"varName": "name"
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
|
-
"inputFields": null,
|
|
1535
|
-
"interfaces": {},
|
|
1536
|
-
"kind": "OBJECT",
|
|
1537
|
-
"name": "ContainerRef",
|
|
1538
|
-
"possibleTypes": null
|
|
1539
|
-
},
|
|
1540
|
-
"indexType": "object",
|
|
1541
|
-
"kind": [
|
|
1542
|
-
"NON_NULL",
|
|
1543
|
-
"LIST",
|
|
1544
|
-
"NON_NULL",
|
|
1545
|
-
"OBJECT"
|
|
1546
|
-
],
|
|
1547
|
-
"name": "ContainerRef",
|
|
1548
|
-
"non_null": false
|
|
1549
|
-
},
|
|
1550
|
-
"varName": "ContainerRef"
|
|
1472
|
+
"varName": "applicationRef"
|
|
1551
1473
|
},
|
|
1552
1474
|
"containers": {
|
|
1553
|
-
"alias": "
|
|
1475
|
+
"alias": "internetFirewallContainerContainers: containers",
|
|
1554
1476
|
"args": {},
|
|
1555
1477
|
"deprecationReason": null,
|
|
1556
1478
|
"description": null,
|
|
@@ -1558,16 +1480,16 @@
|
|
|
1558
1480
|
"isDeprecated": false,
|
|
1559
1481
|
"name": "containers",
|
|
1560
1482
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.containers",
|
|
1561
|
-
"requestStr": "$
|
|
1483
|
+
"requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
|
|
1562
1484
|
"required": true,
|
|
1563
|
-
"responseStr": "containers:$
|
|
1485
|
+
"responseStr": "containers:$internetFirewallContainer ",
|
|
1564
1486
|
"type": {
|
|
1565
1487
|
"definition": {
|
|
1566
1488
|
"description": null,
|
|
1567
1489
|
"enumValues": null,
|
|
1568
1490
|
"fields": {
|
|
1569
1491
|
"fqdnContainer": {
|
|
1570
|
-
"alias": "
|
|
1492
|
+
"alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
|
|
1571
1493
|
"args": {},
|
|
1572
1494
|
"deprecationReason": null,
|
|
1573
1495
|
"description": null,
|
|
@@ -1575,9 +1497,9 @@
|
|
|
1575
1497
|
"isDeprecated": false,
|
|
1576
1498
|
"name": "fqdnContainer",
|
|
1577
1499
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.containers.fqdnContainer",
|
|
1578
|
-
"requestStr": "$
|
|
1500
|
+
"requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
|
|
1579
1501
|
"required": true,
|
|
1580
|
-
"responseStr": "fqdnContainer:$
|
|
1502
|
+
"responseStr": "fqdnContainer:$fqdnContainerRef ",
|
|
1581
1503
|
"type": {
|
|
1582
1504
|
"definition": {
|
|
1583
1505
|
"description": "A group with members of FQDN type",
|
|
@@ -1642,10 +1564,10 @@
|
|
|
1642
1564
|
"name": "FqdnContainerRef",
|
|
1643
1565
|
"non_null": false
|
|
1644
1566
|
},
|
|
1645
|
-
"varName": "
|
|
1567
|
+
"varName": "fqdnContainerRef"
|
|
1646
1568
|
},
|
|
1647
1569
|
"ipAddressRangeContainer": {
|
|
1648
|
-
"alias": "
|
|
1570
|
+
"alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
|
|
1649
1571
|
"args": {},
|
|
1650
1572
|
"deprecationReason": null,
|
|
1651
1573
|
"description": null,
|
|
@@ -1653,9 +1575,9 @@
|
|
|
1653
1575
|
"isDeprecated": false,
|
|
1654
1576
|
"name": "ipAddressRangeContainer",
|
|
1655
1577
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.containers.ipAddressRangeContainer",
|
|
1656
|
-
"requestStr": "$
|
|
1578
|
+
"requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
|
|
1657
1579
|
"required": true,
|
|
1658
|
-
"responseStr": "ipAddressRangeContainer:$
|
|
1580
|
+
"responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
|
|
1659
1581
|
"type": {
|
|
1660
1582
|
"definition": {
|
|
1661
1583
|
"description": "A group with members of IPAddressRange type",
|
|
@@ -1720,7 +1642,7 @@
|
|
|
1720
1642
|
"name": "IpAddressRangeContainerRef",
|
|
1721
1643
|
"non_null": false
|
|
1722
1644
|
},
|
|
1723
|
-
"varName": "
|
|
1645
|
+
"varName": "ipAddressRangeContainerRef"
|
|
1724
1646
|
}
|
|
1725
1647
|
},
|
|
1726
1648
|
"inputFields": null,
|
|
@@ -1737,10 +1659,10 @@
|
|
|
1737
1659
|
"name": "InternetFirewallContainer",
|
|
1738
1660
|
"non_null": false
|
|
1739
1661
|
},
|
|
1740
|
-
"varName": "
|
|
1662
|
+
"varName": "internetFirewallContainer"
|
|
1741
1663
|
},
|
|
1742
1664
|
"country": {
|
|
1743
|
-
"alias": "
|
|
1665
|
+
"alias": "countryRefCountry: country",
|
|
1744
1666
|
"args": {},
|
|
1745
1667
|
"deprecationReason": null,
|
|
1746
1668
|
"description": "Countries",
|
|
@@ -1748,9 +1670,9 @@
|
|
|
1748
1670
|
"isDeprecated": false,
|
|
1749
1671
|
"name": "country",
|
|
1750
1672
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.country",
|
|
1751
|
-
"requestStr": "$
|
|
1673
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1752
1674
|
"required": true,
|
|
1753
|
-
"responseStr": "country:$
|
|
1675
|
+
"responseStr": "country:$countryRef ",
|
|
1754
1676
|
"type": {
|
|
1755
1677
|
"definition": {
|
|
1756
1678
|
"description": null,
|
|
@@ -1815,10 +1737,10 @@
|
|
|
1815
1737
|
"name": "CountryRef",
|
|
1816
1738
|
"non_null": false
|
|
1817
1739
|
},
|
|
1818
|
-
"varName": "
|
|
1740
|
+
"varName": "countryRef"
|
|
1819
1741
|
},
|
|
1820
1742
|
"customApp": {
|
|
1821
|
-
"alias": "
|
|
1743
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
1822
1744
|
"args": {},
|
|
1823
1745
|
"deprecationReason": null,
|
|
1824
1746
|
"description": "Custom (user-defined) applications",
|
|
@@ -1826,9 +1748,9 @@
|
|
|
1826
1748
|
"isDeprecated": false,
|
|
1827
1749
|
"name": "customApp",
|
|
1828
1750
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.customApp",
|
|
1829
|
-
"requestStr": "$
|
|
1751
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
1830
1752
|
"required": true,
|
|
1831
|
-
"responseStr": "customApp:$
|
|
1753
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
1832
1754
|
"type": {
|
|
1833
1755
|
"definition": {
|
|
1834
1756
|
"description": null,
|
|
@@ -1893,10 +1815,10 @@
|
|
|
1893
1815
|
"name": "CustomApplicationRef",
|
|
1894
1816
|
"non_null": false
|
|
1895
1817
|
},
|
|
1896
|
-
"varName": "
|
|
1818
|
+
"varName": "customApplicationRef"
|
|
1897
1819
|
},
|
|
1898
1820
|
"customCategory": {
|
|
1899
|
-
"alias": "
|
|
1821
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
1900
1822
|
"args": {},
|
|
1901
1823
|
"deprecationReason": null,
|
|
1902
1824
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1904,9 +1826,9 @@
|
|
|
1904
1826
|
"isDeprecated": false,
|
|
1905
1827
|
"name": "customCategory",
|
|
1906
1828
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.customCategory",
|
|
1907
|
-
"requestStr": "$
|
|
1829
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
1908
1830
|
"required": true,
|
|
1909
|
-
"responseStr": "customCategory:$
|
|
1831
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
1910
1832
|
"type": {
|
|
1911
1833
|
"definition": {
|
|
1912
1834
|
"description": null,
|
|
@@ -1971,7 +1893,7 @@
|
|
|
1971
1893
|
"name": "CustomCategoryRef",
|
|
1972
1894
|
"non_null": false
|
|
1973
1895
|
},
|
|
1974
|
-
"varName": "
|
|
1896
|
+
"varName": "customCategoryRef"
|
|
1975
1897
|
},
|
|
1976
1898
|
"domain": {
|
|
1977
1899
|
"args": {},
|
|
@@ -2020,7 +1942,7 @@
|
|
|
2020
1942
|
"varName": "fqdn"
|
|
2021
1943
|
},
|
|
2022
1944
|
"globalIpRange": {
|
|
2023
|
-
"alias": "
|
|
1945
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
2024
1946
|
"args": {},
|
|
2025
1947
|
"deprecationReason": null,
|
|
2026
1948
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2028,9 +1950,9 @@
|
|
|
2028
1950
|
"isDeprecated": false,
|
|
2029
1951
|
"name": "globalIpRange",
|
|
2030
1952
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.globalIpRange",
|
|
2031
|
-
"requestStr": "$
|
|
1953
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
2032
1954
|
"required": true,
|
|
2033
|
-
"responseStr": "globalIpRange:$
|
|
1955
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2034
1956
|
"type": {
|
|
2035
1957
|
"definition": {
|
|
2036
1958
|
"description": null,
|
|
@@ -2095,7 +2017,7 @@
|
|
|
2095
2017
|
"name": "GlobalIpRangeRef",
|
|
2096
2018
|
"non_null": false
|
|
2097
2019
|
},
|
|
2098
|
-
"varName": "
|
|
2020
|
+
"varName": "globalIpRangeRef"
|
|
2099
2021
|
},
|
|
2100
2022
|
"ip": {
|
|
2101
2023
|
"args": {},
|
|
@@ -2121,7 +2043,7 @@
|
|
|
2121
2043
|
"varName": "ip"
|
|
2122
2044
|
},
|
|
2123
2045
|
"ipRange": {
|
|
2124
|
-
"alias": "
|
|
2046
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
2125
2047
|
"args": {},
|
|
2126
2048
|
"deprecationReason": null,
|
|
2127
2049
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -2129,9 +2051,9 @@
|
|
|
2129
2051
|
"isDeprecated": false,
|
|
2130
2052
|
"name": "ipRange",
|
|
2131
2053
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.ipRange",
|
|
2132
|
-
"requestStr": "$
|
|
2054
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
2133
2055
|
"required": true,
|
|
2134
|
-
"responseStr": "ipRange:$
|
|
2056
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
2135
2057
|
"type": {
|
|
2136
2058
|
"definition": {
|
|
2137
2059
|
"description": "Inclusive range of IPs",
|
|
@@ -2196,7 +2118,7 @@
|
|
|
2196
2118
|
"name": "IpAddressRange",
|
|
2197
2119
|
"non_null": false
|
|
2198
2120
|
},
|
|
2199
|
-
"varName": "
|
|
2121
|
+
"varName": "ipAddressRange"
|
|
2200
2122
|
},
|
|
2201
2123
|
"remoteAsn": {
|
|
2202
2124
|
"args": {},
|
|
@@ -2222,7 +2144,7 @@
|
|
|
2222
2144
|
"varName": "remoteAsn"
|
|
2223
2145
|
},
|
|
2224
2146
|
"sanctionedAppsCategory": {
|
|
2225
|
-
"alias": "
|
|
2147
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
2226
2148
|
"args": {},
|
|
2227
2149
|
"deprecationReason": null,
|
|
2228
2150
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -2230,9 +2152,9 @@
|
|
|
2230
2152
|
"isDeprecated": false,
|
|
2231
2153
|
"name": "sanctionedAppsCategory",
|
|
2232
2154
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.destination.sanctionedAppsCategory",
|
|
2233
|
-
"requestStr": "$
|
|
2155
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
2234
2156
|
"required": true,
|
|
2235
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
2157
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
2236
2158
|
"type": {
|
|
2237
2159
|
"definition": {
|
|
2238
2160
|
"description": null,
|
|
@@ -2297,7 +2219,7 @@
|
|
|
2297
2219
|
"name": "SanctionedAppsCategoryRef",
|
|
2298
2220
|
"non_null": false
|
|
2299
2221
|
},
|
|
2300
|
-
"varName": "
|
|
2222
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
2301
2223
|
},
|
|
2302
2224
|
"subnet": {
|
|
2303
2225
|
"args": {},
|
|
@@ -2337,10 +2259,10 @@
|
|
|
2337
2259
|
"name": "InternetFirewallDestination",
|
|
2338
2260
|
"non_null": false
|
|
2339
2261
|
},
|
|
2340
|
-
"varName": "
|
|
2262
|
+
"varName": "internetFirewallDestination"
|
|
2341
2263
|
},
|
|
2342
2264
|
"device": {
|
|
2343
|
-
"alias": "
|
|
2265
|
+
"alias": "deviceProfileRefDevice: device",
|
|
2344
2266
|
"args": {},
|
|
2345
2267
|
"deprecationReason": null,
|
|
2346
2268
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2348,9 +2270,9 @@
|
|
|
2348
2270
|
"isDeprecated": false,
|
|
2349
2271
|
"name": "device",
|
|
2350
2272
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.device",
|
|
2351
|
-
"requestStr": "$
|
|
2273
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
2352
2274
|
"required": true,
|
|
2353
|
-
"responseStr": "device:$
|
|
2275
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
2354
2276
|
"type": {
|
|
2355
2277
|
"definition": {
|
|
2356
2278
|
"description": null,
|
|
@@ -2415,10 +2337,182 @@
|
|
|
2415
2337
|
"name": "DeviceProfileRef",
|
|
2416
2338
|
"non_null": false
|
|
2417
2339
|
},
|
|
2418
|
-
"varName": "
|
|
2340
|
+
"varName": "deviceProfileRef"
|
|
2341
|
+
},
|
|
2342
|
+
"deviceAttributes": {
|
|
2343
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
2344
|
+
"args": {},
|
|
2345
|
+
"deprecationReason": null,
|
|
2346
|
+
"description": "Additional device attributes such as category, type, model, and manufacturer.\nLogical 'OR' is applied within the criteria set.\nLogical 'AND' is applied between criteria sets.",
|
|
2347
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes",
|
|
2348
|
+
"isDeprecated": false,
|
|
2349
|
+
"name": "deviceAttributes",
|
|
2350
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes",
|
|
2351
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
2352
|
+
"required": true,
|
|
2353
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
2354
|
+
"type": {
|
|
2355
|
+
"definition": {
|
|
2356
|
+
"description": null,
|
|
2357
|
+
"enumValues": null,
|
|
2358
|
+
"fields": {
|
|
2359
|
+
"category": {
|
|
2360
|
+
"args": {},
|
|
2361
|
+
"deprecationReason": null,
|
|
2362
|
+
"description": "The category of the firewall device.",
|
|
2363
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___category",
|
|
2364
|
+
"isDeprecated": false,
|
|
2365
|
+
"name": "category",
|
|
2366
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.category",
|
|
2367
|
+
"requestStr": "$category:[String]! ",
|
|
2368
|
+
"required": true,
|
|
2369
|
+
"responseStr": "category:$category ",
|
|
2370
|
+
"type": {
|
|
2371
|
+
"kind": [
|
|
2372
|
+
"NON_NULL",
|
|
2373
|
+
"LIST",
|
|
2374
|
+
"NON_NULL",
|
|
2375
|
+
"SCALAR"
|
|
2376
|
+
],
|
|
2377
|
+
"name": "String",
|
|
2378
|
+
"non_null": false
|
|
2379
|
+
},
|
|
2380
|
+
"varName": "category"
|
|
2381
|
+
},
|
|
2382
|
+
"manufacturer": {
|
|
2383
|
+
"args": {},
|
|
2384
|
+
"deprecationReason": null,
|
|
2385
|
+
"description": "The manufacturer of the firewall device.",
|
|
2386
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___manufacturer",
|
|
2387
|
+
"isDeprecated": false,
|
|
2388
|
+
"name": "manufacturer",
|
|
2389
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.manufacturer",
|
|
2390
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
2391
|
+
"required": true,
|
|
2392
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
2393
|
+
"type": {
|
|
2394
|
+
"kind": [
|
|
2395
|
+
"NON_NULL",
|
|
2396
|
+
"LIST",
|
|
2397
|
+
"NON_NULL",
|
|
2398
|
+
"SCALAR"
|
|
2399
|
+
],
|
|
2400
|
+
"name": "String",
|
|
2401
|
+
"non_null": false
|
|
2402
|
+
},
|
|
2403
|
+
"varName": "manufacturer"
|
|
2404
|
+
},
|
|
2405
|
+
"model": {
|
|
2406
|
+
"args": {},
|
|
2407
|
+
"deprecationReason": null,
|
|
2408
|
+
"description": "The model of the firewall device.",
|
|
2409
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___model",
|
|
2410
|
+
"isDeprecated": false,
|
|
2411
|
+
"name": "model",
|
|
2412
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.model",
|
|
2413
|
+
"requestStr": "$model:[String]! ",
|
|
2414
|
+
"required": true,
|
|
2415
|
+
"responseStr": "model:$model ",
|
|
2416
|
+
"type": {
|
|
2417
|
+
"kind": [
|
|
2418
|
+
"NON_NULL",
|
|
2419
|
+
"LIST",
|
|
2420
|
+
"NON_NULL",
|
|
2421
|
+
"SCALAR"
|
|
2422
|
+
],
|
|
2423
|
+
"name": "String",
|
|
2424
|
+
"non_null": false
|
|
2425
|
+
},
|
|
2426
|
+
"varName": "model"
|
|
2427
|
+
},
|
|
2428
|
+
"os": {
|
|
2429
|
+
"args": {},
|
|
2430
|
+
"deprecationReason": null,
|
|
2431
|
+
"description": "The operating system of the firewall device.",
|
|
2432
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___os",
|
|
2433
|
+
"isDeprecated": false,
|
|
2434
|
+
"name": "os",
|
|
2435
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.os",
|
|
2436
|
+
"requestStr": "$os:[String]! ",
|
|
2437
|
+
"required": true,
|
|
2438
|
+
"responseStr": "os:$os ",
|
|
2439
|
+
"type": {
|
|
2440
|
+
"kind": [
|
|
2441
|
+
"NON_NULL",
|
|
2442
|
+
"LIST",
|
|
2443
|
+
"NON_NULL",
|
|
2444
|
+
"SCALAR"
|
|
2445
|
+
],
|
|
2446
|
+
"name": "String",
|
|
2447
|
+
"non_null": false
|
|
2448
|
+
},
|
|
2449
|
+
"varName": "os"
|
|
2450
|
+
},
|
|
2451
|
+
"osVersion": {
|
|
2452
|
+
"args": {},
|
|
2453
|
+
"deprecationReason": null,
|
|
2454
|
+
"description": "The version of the operating system of the firewall device.",
|
|
2455
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___osVersion",
|
|
2456
|
+
"isDeprecated": false,
|
|
2457
|
+
"name": "osVersion",
|
|
2458
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.osVersion",
|
|
2459
|
+
"requestStr": "$osVersion:[String]! ",
|
|
2460
|
+
"required": true,
|
|
2461
|
+
"responseStr": "osVersion:$osVersion ",
|
|
2462
|
+
"type": {
|
|
2463
|
+
"kind": [
|
|
2464
|
+
"NON_NULL",
|
|
2465
|
+
"LIST",
|
|
2466
|
+
"NON_NULL",
|
|
2467
|
+
"SCALAR"
|
|
2468
|
+
],
|
|
2469
|
+
"name": "String",
|
|
2470
|
+
"non_null": false
|
|
2471
|
+
},
|
|
2472
|
+
"varName": "osVersion"
|
|
2473
|
+
},
|
|
2474
|
+
"type": {
|
|
2475
|
+
"args": {},
|
|
2476
|
+
"deprecationReason": null,
|
|
2477
|
+
"description": "The type of the firewall device.",
|
|
2478
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___type",
|
|
2479
|
+
"isDeprecated": false,
|
|
2480
|
+
"name": "type",
|
|
2481
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.type",
|
|
2482
|
+
"requestStr": "$type:[String]! ",
|
|
2483
|
+
"required": true,
|
|
2484
|
+
"responseStr": "type:$type ",
|
|
2485
|
+
"type": {
|
|
2486
|
+
"kind": [
|
|
2487
|
+
"NON_NULL",
|
|
2488
|
+
"LIST",
|
|
2489
|
+
"NON_NULL",
|
|
2490
|
+
"SCALAR"
|
|
2491
|
+
],
|
|
2492
|
+
"name": "String",
|
|
2493
|
+
"non_null": false
|
|
2494
|
+
},
|
|
2495
|
+
"varName": "type"
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
"inputFields": null,
|
|
2499
|
+
"interfaces": {},
|
|
2500
|
+
"kind": "OBJECT",
|
|
2501
|
+
"name": "DeviceAttributes",
|
|
2502
|
+
"possibleTypes": null
|
|
2503
|
+
},
|
|
2504
|
+
"indexType": "object",
|
|
2505
|
+
"kind": [
|
|
2506
|
+
"NON_NULL",
|
|
2507
|
+
"OBJECT"
|
|
2508
|
+
],
|
|
2509
|
+
"name": "DeviceAttributes",
|
|
2510
|
+
"non_null": false
|
|
2511
|
+
},
|
|
2512
|
+
"varName": "deviceAttributes"
|
|
2419
2513
|
},
|
|
2420
2514
|
"deviceOS": {
|
|
2421
|
-
"alias": "
|
|
2515
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
2422
2516
|
"args": {},
|
|
2423
2517
|
"deprecationReason": null,
|
|
2424
2518
|
"description": "Source device Operating System traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2511,7 +2605,7 @@
|
|
|
2511
2605
|
"varName": "enabled"
|
|
2512
2606
|
},
|
|
2513
2607
|
"exceptions": {
|
|
2514
|
-
"alias": "
|
|
2608
|
+
"alias": "internetFirewallRuleExceptionExceptions: exceptions",
|
|
2515
2609
|
"args": {},
|
|
2516
2610
|
"deprecationReason": null,
|
|
2517
2611
|
"description": "The set of exceptions for the rule.\nExceptions define when the rule will be ignored and the firewall evaluation will continue with the lower priority rules.",
|
|
@@ -2519,16 +2613,16 @@
|
|
|
2519
2613
|
"isDeprecated": false,
|
|
2520
2614
|
"name": "exceptions",
|
|
2521
2615
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions",
|
|
2522
|
-
"requestStr": "$
|
|
2616
|
+
"requestStr": "$internetFirewallRuleException:[InternetFirewallRuleException]! ",
|
|
2523
2617
|
"required": true,
|
|
2524
|
-
"responseStr": "exceptions:$
|
|
2618
|
+
"responseStr": "exceptions:$internetFirewallRuleException ",
|
|
2525
2619
|
"type": {
|
|
2526
2620
|
"definition": {
|
|
2527
2621
|
"description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
|
|
2528
2622
|
"enumValues": null,
|
|
2529
2623
|
"fields": {
|
|
2530
2624
|
"connectionOrigin": {
|
|
2531
|
-
"alias": "
|
|
2625
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
2532
2626
|
"args": {},
|
|
2533
2627
|
"deprecationReason": null,
|
|
2534
2628
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2580,7 +2674,7 @@
|
|
|
2580
2674
|
"varName": "connectionOrigin"
|
|
2581
2675
|
},
|
|
2582
2676
|
"country": {
|
|
2583
|
-
"alias": "
|
|
2677
|
+
"alias": "countryRefCountry: country",
|
|
2584
2678
|
"args": {},
|
|
2585
2679
|
"deprecationReason": null,
|
|
2586
2680
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2588,9 +2682,9 @@
|
|
|
2588
2682
|
"isDeprecated": false,
|
|
2589
2683
|
"name": "country",
|
|
2590
2684
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.country",
|
|
2591
|
-
"requestStr": "$
|
|
2685
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
2592
2686
|
"required": true,
|
|
2593
|
-
"responseStr": "country:$
|
|
2687
|
+
"responseStr": "country:$countryRef ",
|
|
2594
2688
|
"type": {
|
|
2595
2689
|
"definition": {
|
|
2596
2690
|
"description": null,
|
|
@@ -2655,10 +2749,10 @@
|
|
|
2655
2749
|
"name": "CountryRef",
|
|
2656
2750
|
"non_null": false
|
|
2657
2751
|
},
|
|
2658
|
-
"varName": "
|
|
2752
|
+
"varName": "countryRef"
|
|
2659
2753
|
},
|
|
2660
2754
|
"destination": {
|
|
2661
|
-
"alias": "
|
|
2755
|
+
"alias": "internetFirewallDestinationDestination: destination",
|
|
2662
2756
|
"args": {},
|
|
2663
2757
|
"deprecationReason": null,
|
|
2664
2758
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2666,16 +2760,16 @@
|
|
|
2666
2760
|
"isDeprecated": false,
|
|
2667
2761
|
"name": "destination",
|
|
2668
2762
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination",
|
|
2669
|
-
"requestStr": "$
|
|
2763
|
+
"requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
|
|
2670
2764
|
"required": true,
|
|
2671
|
-
"responseStr": "destination:$
|
|
2765
|
+
"responseStr": "destination:$internetFirewallDestination ",
|
|
2672
2766
|
"type": {
|
|
2673
2767
|
"definition": {
|
|
2674
2768
|
"description": "Destination match criteria set",
|
|
2675
2769
|
"enumValues": null,
|
|
2676
2770
|
"fields": {
|
|
2677
2771
|
"appCategory": {
|
|
2678
|
-
"alias": "
|
|
2772
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
2679
2773
|
"args": {},
|
|
2680
2774
|
"deprecationReason": null,
|
|
2681
2775
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -2683,9 +2777,9 @@
|
|
|
2683
2777
|
"isDeprecated": false,
|
|
2684
2778
|
"name": "appCategory",
|
|
2685
2779
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.appCategory",
|
|
2686
|
-
"requestStr": "$
|
|
2780
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
2687
2781
|
"required": true,
|
|
2688
|
-
"responseStr": "appCategory:$
|
|
2782
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
2689
2783
|
"type": {
|
|
2690
2784
|
"definition": {
|
|
2691
2785
|
"description": null,
|
|
@@ -2750,10 +2844,10 @@
|
|
|
2750
2844
|
"name": "ApplicationCategoryRef",
|
|
2751
2845
|
"non_null": false
|
|
2752
2846
|
},
|
|
2753
|
-
"varName": "
|
|
2847
|
+
"varName": "applicationCategoryRef"
|
|
2754
2848
|
},
|
|
2755
2849
|
"application": {
|
|
2756
|
-
"alias": "
|
|
2850
|
+
"alias": "applicationRefApplication: application",
|
|
2757
2851
|
"args": {},
|
|
2758
2852
|
"deprecationReason": null,
|
|
2759
2853
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -2761,9 +2855,9 @@
|
|
|
2761
2855
|
"isDeprecated": false,
|
|
2762
2856
|
"name": "application",
|
|
2763
2857
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.application",
|
|
2764
|
-
"requestStr": "$
|
|
2858
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
2765
2859
|
"required": true,
|
|
2766
|
-
"responseStr": "application:$
|
|
2860
|
+
"responseStr": "application:$applicationRef ",
|
|
2767
2861
|
"type": {
|
|
2768
2862
|
"definition": {
|
|
2769
2863
|
"description": null,
|
|
@@ -2828,88 +2922,10 @@
|
|
|
2828
2922
|
"name": "ApplicationRef",
|
|
2829
2923
|
"non_null": false
|
|
2830
2924
|
},
|
|
2831
|
-
"varName": "
|
|
2832
|
-
},
|
|
2833
|
-
"container": {
|
|
2834
|
-
"alias": "ContainerRefContainer: container",
|
|
2835
|
-
"args": {},
|
|
2836
|
-
"deprecationReason": null,
|
|
2837
|
-
"description": null,
|
|
2838
|
-
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___destination___container",
|
|
2839
|
-
"isDeprecated": false,
|
|
2840
|
-
"name": "container",
|
|
2841
|
-
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.container",
|
|
2842
|
-
"requestStr": "$ContainerRef:[ContainerRef]! ",
|
|
2843
|
-
"required": true,
|
|
2844
|
-
"responseStr": "container:$ContainerRef ",
|
|
2845
|
-
"type": {
|
|
2846
|
-
"definition": {
|
|
2847
|
-
"description": "A group with members of a single type of entity (for example: IP, FQDN)",
|
|
2848
|
-
"enumValues": null,
|
|
2849
|
-
"fields": {
|
|
2850
|
-
"id": {
|
|
2851
|
-
"args": {},
|
|
2852
|
-
"deprecationReason": null,
|
|
2853
|
-
"description": "Unique container ID",
|
|
2854
|
-
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___destination___container___id",
|
|
2855
|
-
"isDeprecated": false,
|
|
2856
|
-
"name": "id",
|
|
2857
|
-
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.container.id",
|
|
2858
|
-
"requestStr": "$id:ID! ",
|
|
2859
|
-
"required": true,
|
|
2860
|
-
"responseStr": "id:$id ",
|
|
2861
|
-
"type": {
|
|
2862
|
-
"kind": [
|
|
2863
|
-
"NON_NULL",
|
|
2864
|
-
"SCALAR"
|
|
2865
|
-
],
|
|
2866
|
-
"name": "ID",
|
|
2867
|
-
"non_null": false
|
|
2868
|
-
},
|
|
2869
|
-
"varName": "id"
|
|
2870
|
-
},
|
|
2871
|
-
"name": {
|
|
2872
|
-
"args": {},
|
|
2873
|
-
"deprecationReason": null,
|
|
2874
|
-
"description": "Name for the container",
|
|
2875
|
-
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___destination___container___name",
|
|
2876
|
-
"isDeprecated": false,
|
|
2877
|
-
"name": "name",
|
|
2878
|
-
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.container.name",
|
|
2879
|
-
"requestStr": "$name:String! ",
|
|
2880
|
-
"required": true,
|
|
2881
|
-
"responseStr": "name:$name ",
|
|
2882
|
-
"type": {
|
|
2883
|
-
"kind": [
|
|
2884
|
-
"NON_NULL",
|
|
2885
|
-
"SCALAR"
|
|
2886
|
-
],
|
|
2887
|
-
"name": "String",
|
|
2888
|
-
"non_null": false
|
|
2889
|
-
},
|
|
2890
|
-
"varName": "name"
|
|
2891
|
-
}
|
|
2892
|
-
},
|
|
2893
|
-
"inputFields": null,
|
|
2894
|
-
"interfaces": {},
|
|
2895
|
-
"kind": "OBJECT",
|
|
2896
|
-
"name": "ContainerRef",
|
|
2897
|
-
"possibleTypes": null
|
|
2898
|
-
},
|
|
2899
|
-
"indexType": "object",
|
|
2900
|
-
"kind": [
|
|
2901
|
-
"NON_NULL",
|
|
2902
|
-
"LIST",
|
|
2903
|
-
"NON_NULL",
|
|
2904
|
-
"OBJECT"
|
|
2905
|
-
],
|
|
2906
|
-
"name": "ContainerRef",
|
|
2907
|
-
"non_null": false
|
|
2908
|
-
},
|
|
2909
|
-
"varName": "ContainerRef"
|
|
2925
|
+
"varName": "applicationRef"
|
|
2910
2926
|
},
|
|
2911
2927
|
"containers": {
|
|
2912
|
-
"alias": "
|
|
2928
|
+
"alias": "internetFirewallContainerContainers: containers",
|
|
2913
2929
|
"args": {},
|
|
2914
2930
|
"deprecationReason": null,
|
|
2915
2931
|
"description": null,
|
|
@@ -2917,16 +2933,16 @@
|
|
|
2917
2933
|
"isDeprecated": false,
|
|
2918
2934
|
"name": "containers",
|
|
2919
2935
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.containers",
|
|
2920
|
-
"requestStr": "$
|
|
2936
|
+
"requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
|
|
2921
2937
|
"required": true,
|
|
2922
|
-
"responseStr": "containers:$
|
|
2938
|
+
"responseStr": "containers:$internetFirewallContainer ",
|
|
2923
2939
|
"type": {
|
|
2924
2940
|
"definition": {
|
|
2925
2941
|
"description": null,
|
|
2926
2942
|
"enumValues": null,
|
|
2927
2943
|
"fields": {
|
|
2928
2944
|
"fqdnContainer": {
|
|
2929
|
-
"alias": "
|
|
2945
|
+
"alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
|
|
2930
2946
|
"args": {},
|
|
2931
2947
|
"deprecationReason": null,
|
|
2932
2948
|
"description": null,
|
|
@@ -2934,9 +2950,9 @@
|
|
|
2934
2950
|
"isDeprecated": false,
|
|
2935
2951
|
"name": "fqdnContainer",
|
|
2936
2952
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.containers.fqdnContainer",
|
|
2937
|
-
"requestStr": "$
|
|
2953
|
+
"requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
|
|
2938
2954
|
"required": true,
|
|
2939
|
-
"responseStr": "fqdnContainer:$
|
|
2955
|
+
"responseStr": "fqdnContainer:$fqdnContainerRef ",
|
|
2940
2956
|
"type": {
|
|
2941
2957
|
"definition": {
|
|
2942
2958
|
"description": "A group with members of FQDN type",
|
|
@@ -3001,10 +3017,10 @@
|
|
|
3001
3017
|
"name": "FqdnContainerRef",
|
|
3002
3018
|
"non_null": false
|
|
3003
3019
|
},
|
|
3004
|
-
"varName": "
|
|
3020
|
+
"varName": "fqdnContainerRef"
|
|
3005
3021
|
},
|
|
3006
3022
|
"ipAddressRangeContainer": {
|
|
3007
|
-
"alias": "
|
|
3023
|
+
"alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
|
|
3008
3024
|
"args": {},
|
|
3009
3025
|
"deprecationReason": null,
|
|
3010
3026
|
"description": null,
|
|
@@ -3012,9 +3028,9 @@
|
|
|
3012
3028
|
"isDeprecated": false,
|
|
3013
3029
|
"name": "ipAddressRangeContainer",
|
|
3014
3030
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.containers.ipAddressRangeContainer",
|
|
3015
|
-
"requestStr": "$
|
|
3031
|
+
"requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
|
|
3016
3032
|
"required": true,
|
|
3017
|
-
"responseStr": "ipAddressRangeContainer:$
|
|
3033
|
+
"responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
|
|
3018
3034
|
"type": {
|
|
3019
3035
|
"definition": {
|
|
3020
3036
|
"description": "A group with members of IPAddressRange type",
|
|
@@ -3079,7 +3095,7 @@
|
|
|
3079
3095
|
"name": "IpAddressRangeContainerRef",
|
|
3080
3096
|
"non_null": false
|
|
3081
3097
|
},
|
|
3082
|
-
"varName": "
|
|
3098
|
+
"varName": "ipAddressRangeContainerRef"
|
|
3083
3099
|
}
|
|
3084
3100
|
},
|
|
3085
3101
|
"inputFields": null,
|
|
@@ -3096,10 +3112,10 @@
|
|
|
3096
3112
|
"name": "InternetFirewallContainer",
|
|
3097
3113
|
"non_null": false
|
|
3098
3114
|
},
|
|
3099
|
-
"varName": "
|
|
3115
|
+
"varName": "internetFirewallContainer"
|
|
3100
3116
|
},
|
|
3101
3117
|
"country": {
|
|
3102
|
-
"alias": "
|
|
3118
|
+
"alias": "countryRefCountry: country",
|
|
3103
3119
|
"args": {},
|
|
3104
3120
|
"deprecationReason": null,
|
|
3105
3121
|
"description": "Countries",
|
|
@@ -3107,9 +3123,9 @@
|
|
|
3107
3123
|
"isDeprecated": false,
|
|
3108
3124
|
"name": "country",
|
|
3109
3125
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.country",
|
|
3110
|
-
"requestStr": "$
|
|
3126
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
3111
3127
|
"required": true,
|
|
3112
|
-
"responseStr": "country:$
|
|
3128
|
+
"responseStr": "country:$countryRef ",
|
|
3113
3129
|
"type": {
|
|
3114
3130
|
"definition": {
|
|
3115
3131
|
"description": null,
|
|
@@ -3174,10 +3190,10 @@
|
|
|
3174
3190
|
"name": "CountryRef",
|
|
3175
3191
|
"non_null": false
|
|
3176
3192
|
},
|
|
3177
|
-
"varName": "
|
|
3193
|
+
"varName": "countryRef"
|
|
3178
3194
|
},
|
|
3179
3195
|
"customApp": {
|
|
3180
|
-
"alias": "
|
|
3196
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
3181
3197
|
"args": {},
|
|
3182
3198
|
"deprecationReason": null,
|
|
3183
3199
|
"description": "Custom (user-defined) applications",
|
|
@@ -3185,9 +3201,9 @@
|
|
|
3185
3201
|
"isDeprecated": false,
|
|
3186
3202
|
"name": "customApp",
|
|
3187
3203
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.customApp",
|
|
3188
|
-
"requestStr": "$
|
|
3204
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
3189
3205
|
"required": true,
|
|
3190
|
-
"responseStr": "customApp:$
|
|
3206
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
3191
3207
|
"type": {
|
|
3192
3208
|
"definition": {
|
|
3193
3209
|
"description": null,
|
|
@@ -3252,10 +3268,10 @@
|
|
|
3252
3268
|
"name": "CustomApplicationRef",
|
|
3253
3269
|
"non_null": false
|
|
3254
3270
|
},
|
|
3255
|
-
"varName": "
|
|
3271
|
+
"varName": "customApplicationRef"
|
|
3256
3272
|
},
|
|
3257
3273
|
"customCategory": {
|
|
3258
|
-
"alias": "
|
|
3274
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
3259
3275
|
"args": {},
|
|
3260
3276
|
"deprecationReason": null,
|
|
3261
3277
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3263,9 +3279,9 @@
|
|
|
3263
3279
|
"isDeprecated": false,
|
|
3264
3280
|
"name": "customCategory",
|
|
3265
3281
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.customCategory",
|
|
3266
|
-
"requestStr": "$
|
|
3282
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
3267
3283
|
"required": true,
|
|
3268
|
-
"responseStr": "customCategory:$
|
|
3284
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
3269
3285
|
"type": {
|
|
3270
3286
|
"definition": {
|
|
3271
3287
|
"description": null,
|
|
@@ -3330,7 +3346,7 @@
|
|
|
3330
3346
|
"name": "CustomCategoryRef",
|
|
3331
3347
|
"non_null": false
|
|
3332
3348
|
},
|
|
3333
|
-
"varName": "
|
|
3349
|
+
"varName": "customCategoryRef"
|
|
3334
3350
|
},
|
|
3335
3351
|
"domain": {
|
|
3336
3352
|
"args": {},
|
|
@@ -3379,7 +3395,7 @@
|
|
|
3379
3395
|
"varName": "fqdn"
|
|
3380
3396
|
},
|
|
3381
3397
|
"globalIpRange": {
|
|
3382
|
-
"alias": "
|
|
3398
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
3383
3399
|
"args": {},
|
|
3384
3400
|
"deprecationReason": null,
|
|
3385
3401
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3387,9 +3403,9 @@
|
|
|
3387
3403
|
"isDeprecated": false,
|
|
3388
3404
|
"name": "globalIpRange",
|
|
3389
3405
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.globalIpRange",
|
|
3390
|
-
"requestStr": "$
|
|
3406
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
3391
3407
|
"required": true,
|
|
3392
|
-
"responseStr": "globalIpRange:$
|
|
3408
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3393
3409
|
"type": {
|
|
3394
3410
|
"definition": {
|
|
3395
3411
|
"description": null,
|
|
@@ -3454,7 +3470,7 @@
|
|
|
3454
3470
|
"name": "GlobalIpRangeRef",
|
|
3455
3471
|
"non_null": false
|
|
3456
3472
|
},
|
|
3457
|
-
"varName": "
|
|
3473
|
+
"varName": "globalIpRangeRef"
|
|
3458
3474
|
},
|
|
3459
3475
|
"ip": {
|
|
3460
3476
|
"args": {},
|
|
@@ -3480,7 +3496,7 @@
|
|
|
3480
3496
|
"varName": "ip"
|
|
3481
3497
|
},
|
|
3482
3498
|
"ipRange": {
|
|
3483
|
-
"alias": "
|
|
3499
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
3484
3500
|
"args": {},
|
|
3485
3501
|
"deprecationReason": null,
|
|
3486
3502
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3488,9 +3504,9 @@
|
|
|
3488
3504
|
"isDeprecated": false,
|
|
3489
3505
|
"name": "ipRange",
|
|
3490
3506
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.ipRange",
|
|
3491
|
-
"requestStr": "$
|
|
3507
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
3492
3508
|
"required": true,
|
|
3493
|
-
"responseStr": "ipRange:$
|
|
3509
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
3494
3510
|
"type": {
|
|
3495
3511
|
"definition": {
|
|
3496
3512
|
"description": "Inclusive range of IPs",
|
|
@@ -3555,7 +3571,7 @@
|
|
|
3555
3571
|
"name": "IpAddressRange",
|
|
3556
3572
|
"non_null": false
|
|
3557
3573
|
},
|
|
3558
|
-
"varName": "
|
|
3574
|
+
"varName": "ipAddressRange"
|
|
3559
3575
|
},
|
|
3560
3576
|
"remoteAsn": {
|
|
3561
3577
|
"args": {},
|
|
@@ -3581,7 +3597,7 @@
|
|
|
3581
3597
|
"varName": "remoteAsn"
|
|
3582
3598
|
},
|
|
3583
3599
|
"sanctionedAppsCategory": {
|
|
3584
|
-
"alias": "
|
|
3600
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
3585
3601
|
"args": {},
|
|
3586
3602
|
"deprecationReason": null,
|
|
3587
3603
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3589,9 +3605,9 @@
|
|
|
3589
3605
|
"isDeprecated": false,
|
|
3590
3606
|
"name": "sanctionedAppsCategory",
|
|
3591
3607
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.sanctionedAppsCategory",
|
|
3592
|
-
"requestStr": "$
|
|
3608
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
3593
3609
|
"required": true,
|
|
3594
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
3610
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3595
3611
|
"type": {
|
|
3596
3612
|
"definition": {
|
|
3597
3613
|
"description": null,
|
|
@@ -3656,7 +3672,7 @@
|
|
|
3656
3672
|
"name": "SanctionedAppsCategoryRef",
|
|
3657
3673
|
"non_null": false
|
|
3658
3674
|
},
|
|
3659
|
-
"varName": "
|
|
3675
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
3660
3676
|
},
|
|
3661
3677
|
"subnet": {
|
|
3662
3678
|
"args": {},
|
|
@@ -3696,10 +3712,10 @@
|
|
|
3696
3712
|
"name": "InternetFirewallDestination",
|
|
3697
3713
|
"non_null": false
|
|
3698
3714
|
},
|
|
3699
|
-
"varName": "
|
|
3715
|
+
"varName": "internetFirewallDestination"
|
|
3700
3716
|
},
|
|
3701
3717
|
"device": {
|
|
3702
|
-
"alias": "
|
|
3718
|
+
"alias": "deviceProfileRefDevice: device",
|
|
3703
3719
|
"args": {},
|
|
3704
3720
|
"deprecationReason": null,
|
|
3705
3721
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3707,9 +3723,9 @@
|
|
|
3707
3723
|
"isDeprecated": false,
|
|
3708
3724
|
"name": "device",
|
|
3709
3725
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.device",
|
|
3710
|
-
"requestStr": "$
|
|
3726
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
3711
3727
|
"required": true,
|
|
3712
|
-
"responseStr": "device:$
|
|
3728
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
3713
3729
|
"type": {
|
|
3714
3730
|
"definition": {
|
|
3715
3731
|
"description": null,
|
|
@@ -3774,10 +3790,182 @@
|
|
|
3774
3790
|
"name": "DeviceProfileRef",
|
|
3775
3791
|
"non_null": false
|
|
3776
3792
|
},
|
|
3777
|
-
"varName": "
|
|
3793
|
+
"varName": "deviceProfileRef"
|
|
3794
|
+
},
|
|
3795
|
+
"deviceAttributes": {
|
|
3796
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
3797
|
+
"args": {},
|
|
3798
|
+
"deprecationReason": null,
|
|
3799
|
+
"description": "Source Device Attributes matching criteria for the exception.",
|
|
3800
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes",
|
|
3801
|
+
"isDeprecated": false,
|
|
3802
|
+
"name": "deviceAttributes",
|
|
3803
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes",
|
|
3804
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
3805
|
+
"required": true,
|
|
3806
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
3807
|
+
"type": {
|
|
3808
|
+
"definition": {
|
|
3809
|
+
"description": null,
|
|
3810
|
+
"enumValues": null,
|
|
3811
|
+
"fields": {
|
|
3812
|
+
"category": {
|
|
3813
|
+
"args": {},
|
|
3814
|
+
"deprecationReason": null,
|
|
3815
|
+
"description": "The category of the firewall device.",
|
|
3816
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___category",
|
|
3817
|
+
"isDeprecated": false,
|
|
3818
|
+
"name": "category",
|
|
3819
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.category",
|
|
3820
|
+
"requestStr": "$category:[String]! ",
|
|
3821
|
+
"required": true,
|
|
3822
|
+
"responseStr": "category:$category ",
|
|
3823
|
+
"type": {
|
|
3824
|
+
"kind": [
|
|
3825
|
+
"NON_NULL",
|
|
3826
|
+
"LIST",
|
|
3827
|
+
"NON_NULL",
|
|
3828
|
+
"SCALAR"
|
|
3829
|
+
],
|
|
3830
|
+
"name": "String",
|
|
3831
|
+
"non_null": false
|
|
3832
|
+
},
|
|
3833
|
+
"varName": "category"
|
|
3834
|
+
},
|
|
3835
|
+
"manufacturer": {
|
|
3836
|
+
"args": {},
|
|
3837
|
+
"deprecationReason": null,
|
|
3838
|
+
"description": "The manufacturer of the firewall device.",
|
|
3839
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___manufacturer",
|
|
3840
|
+
"isDeprecated": false,
|
|
3841
|
+
"name": "manufacturer",
|
|
3842
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.manufacturer",
|
|
3843
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
3844
|
+
"required": true,
|
|
3845
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
3846
|
+
"type": {
|
|
3847
|
+
"kind": [
|
|
3848
|
+
"NON_NULL",
|
|
3849
|
+
"LIST",
|
|
3850
|
+
"NON_NULL",
|
|
3851
|
+
"SCALAR"
|
|
3852
|
+
],
|
|
3853
|
+
"name": "String",
|
|
3854
|
+
"non_null": false
|
|
3855
|
+
},
|
|
3856
|
+
"varName": "manufacturer"
|
|
3857
|
+
},
|
|
3858
|
+
"model": {
|
|
3859
|
+
"args": {},
|
|
3860
|
+
"deprecationReason": null,
|
|
3861
|
+
"description": "The model of the firewall device.",
|
|
3862
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___model",
|
|
3863
|
+
"isDeprecated": false,
|
|
3864
|
+
"name": "model",
|
|
3865
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.model",
|
|
3866
|
+
"requestStr": "$model:[String]! ",
|
|
3867
|
+
"required": true,
|
|
3868
|
+
"responseStr": "model:$model ",
|
|
3869
|
+
"type": {
|
|
3870
|
+
"kind": [
|
|
3871
|
+
"NON_NULL",
|
|
3872
|
+
"LIST",
|
|
3873
|
+
"NON_NULL",
|
|
3874
|
+
"SCALAR"
|
|
3875
|
+
],
|
|
3876
|
+
"name": "String",
|
|
3877
|
+
"non_null": false
|
|
3878
|
+
},
|
|
3879
|
+
"varName": "model"
|
|
3880
|
+
},
|
|
3881
|
+
"os": {
|
|
3882
|
+
"args": {},
|
|
3883
|
+
"deprecationReason": null,
|
|
3884
|
+
"description": "The operating system of the firewall device.",
|
|
3885
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___os",
|
|
3886
|
+
"isDeprecated": false,
|
|
3887
|
+
"name": "os",
|
|
3888
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.os",
|
|
3889
|
+
"requestStr": "$os:[String]! ",
|
|
3890
|
+
"required": true,
|
|
3891
|
+
"responseStr": "os:$os ",
|
|
3892
|
+
"type": {
|
|
3893
|
+
"kind": [
|
|
3894
|
+
"NON_NULL",
|
|
3895
|
+
"LIST",
|
|
3896
|
+
"NON_NULL",
|
|
3897
|
+
"SCALAR"
|
|
3898
|
+
],
|
|
3899
|
+
"name": "String",
|
|
3900
|
+
"non_null": false
|
|
3901
|
+
},
|
|
3902
|
+
"varName": "os"
|
|
3903
|
+
},
|
|
3904
|
+
"osVersion": {
|
|
3905
|
+
"args": {},
|
|
3906
|
+
"deprecationReason": null,
|
|
3907
|
+
"description": "The version of the operating system of the firewall device.",
|
|
3908
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___osVersion",
|
|
3909
|
+
"isDeprecated": false,
|
|
3910
|
+
"name": "osVersion",
|
|
3911
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.osVersion",
|
|
3912
|
+
"requestStr": "$osVersion:[String]! ",
|
|
3913
|
+
"required": true,
|
|
3914
|
+
"responseStr": "osVersion:$osVersion ",
|
|
3915
|
+
"type": {
|
|
3916
|
+
"kind": [
|
|
3917
|
+
"NON_NULL",
|
|
3918
|
+
"LIST",
|
|
3919
|
+
"NON_NULL",
|
|
3920
|
+
"SCALAR"
|
|
3921
|
+
],
|
|
3922
|
+
"name": "String",
|
|
3923
|
+
"non_null": false
|
|
3924
|
+
},
|
|
3925
|
+
"varName": "osVersion"
|
|
3926
|
+
},
|
|
3927
|
+
"type": {
|
|
3928
|
+
"args": {},
|
|
3929
|
+
"deprecationReason": null,
|
|
3930
|
+
"description": "The type of the firewall device.",
|
|
3931
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___type",
|
|
3932
|
+
"isDeprecated": false,
|
|
3933
|
+
"name": "type",
|
|
3934
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.type",
|
|
3935
|
+
"requestStr": "$type:[String]! ",
|
|
3936
|
+
"required": true,
|
|
3937
|
+
"responseStr": "type:$type ",
|
|
3938
|
+
"type": {
|
|
3939
|
+
"kind": [
|
|
3940
|
+
"NON_NULL",
|
|
3941
|
+
"LIST",
|
|
3942
|
+
"NON_NULL",
|
|
3943
|
+
"SCALAR"
|
|
3944
|
+
],
|
|
3945
|
+
"name": "String",
|
|
3946
|
+
"non_null": false
|
|
3947
|
+
},
|
|
3948
|
+
"varName": "type"
|
|
3949
|
+
}
|
|
3950
|
+
},
|
|
3951
|
+
"inputFields": null,
|
|
3952
|
+
"interfaces": {},
|
|
3953
|
+
"kind": "OBJECT",
|
|
3954
|
+
"name": "DeviceAttributes",
|
|
3955
|
+
"possibleTypes": null
|
|
3956
|
+
},
|
|
3957
|
+
"indexType": "object",
|
|
3958
|
+
"kind": [
|
|
3959
|
+
"NON_NULL",
|
|
3960
|
+
"OBJECT"
|
|
3961
|
+
],
|
|
3962
|
+
"name": "DeviceAttributes",
|
|
3963
|
+
"non_null": false
|
|
3964
|
+
},
|
|
3965
|
+
"varName": "deviceAttributes"
|
|
3778
3966
|
},
|
|
3779
3967
|
"deviceOS": {
|
|
3780
|
-
"alias": "
|
|
3968
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
3781
3969
|
"args": {},
|
|
3782
3970
|
"deprecationReason": null,
|
|
3783
3971
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -3870,7 +4058,7 @@
|
|
|
3870
4058
|
"varName": "name"
|
|
3871
4059
|
},
|
|
3872
4060
|
"service": {
|
|
3873
|
-
"alias": "
|
|
4061
|
+
"alias": "internetFirewallServiceTypeService: service",
|
|
3874
4062
|
"args": {},
|
|
3875
4063
|
"deprecationReason": null,
|
|
3876
4064
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -3878,16 +4066,16 @@
|
|
|
3878
4066
|
"isDeprecated": false,
|
|
3879
4067
|
"name": "service",
|
|
3880
4068
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.service",
|
|
3881
|
-
"requestStr": "$
|
|
4069
|
+
"requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
|
|
3882
4070
|
"required": true,
|
|
3883
|
-
"responseStr": "service:$
|
|
4071
|
+
"responseStr": "service:$internetFirewallServiceType ",
|
|
3884
4072
|
"type": {
|
|
3885
4073
|
"definition": {
|
|
3886
4074
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
3887
4075
|
"enumValues": null,
|
|
3888
4076
|
"fields": {
|
|
3889
4077
|
"custom": {
|
|
3890
|
-
"alias": "
|
|
4078
|
+
"alias": "customServiceCustom: custom",
|
|
3891
4079
|
"args": {},
|
|
3892
4080
|
"deprecationReason": null,
|
|
3893
4081
|
"description": null,
|
|
@@ -3895,9 +4083,9 @@
|
|
|
3895
4083
|
"isDeprecated": false,
|
|
3896
4084
|
"name": "custom",
|
|
3897
4085
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.service.custom",
|
|
3898
|
-
"requestStr": "$
|
|
4086
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
3899
4087
|
"required": true,
|
|
3900
|
-
"responseStr": "custom:$
|
|
4088
|
+
"responseStr": "custom:$customService ",
|
|
3901
4089
|
"type": {
|
|
3902
4090
|
"definition": {
|
|
3903
4091
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -3926,7 +4114,7 @@
|
|
|
3926
4114
|
"varName": "port"
|
|
3927
4115
|
},
|
|
3928
4116
|
"portRange": {
|
|
3929
|
-
"alias": "
|
|
4117
|
+
"alias": "portRangePortRange: portRange",
|
|
3930
4118
|
"args": {},
|
|
3931
4119
|
"deprecationReason": null,
|
|
3932
4120
|
"description": null,
|
|
@@ -3934,9 +4122,9 @@
|
|
|
3934
4122
|
"isDeprecated": false,
|
|
3935
4123
|
"name": "portRange",
|
|
3936
4124
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.service.custom.portRange",
|
|
3937
|
-
"requestStr": "$
|
|
4125
|
+
"requestStr": "$portRange:PortRange ",
|
|
3938
4126
|
"required": false,
|
|
3939
|
-
"responseStr": "portRange:$
|
|
4127
|
+
"responseStr": "portRange:$portRange ",
|
|
3940
4128
|
"type": {
|
|
3941
4129
|
"definition": {
|
|
3942
4130
|
"description": "Inclusive network port range",
|
|
@@ -3998,10 +4186,10 @@
|
|
|
3998
4186
|
"name": "PortRange",
|
|
3999
4187
|
"non_null": false
|
|
4000
4188
|
},
|
|
4001
|
-
"varName": "
|
|
4189
|
+
"varName": "portRange"
|
|
4002
4190
|
},
|
|
4003
4191
|
"protocol": {
|
|
4004
|
-
"alias": "
|
|
4192
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
4005
4193
|
"args": {},
|
|
4006
4194
|
"deprecationReason": null,
|
|
4007
4195
|
"description": null,
|
|
@@ -4081,10 +4269,10 @@
|
|
|
4081
4269
|
"name": "CustomService",
|
|
4082
4270
|
"non_null": false
|
|
4083
4271
|
},
|
|
4084
|
-
"varName": "
|
|
4272
|
+
"varName": "customService"
|
|
4085
4273
|
},
|
|
4086
4274
|
"standard": {
|
|
4087
|
-
"alias": "
|
|
4275
|
+
"alias": "serviceRefStandard: standard",
|
|
4088
4276
|
"args": {},
|
|
4089
4277
|
"deprecationReason": null,
|
|
4090
4278
|
"description": null,
|
|
@@ -4092,9 +4280,9 @@
|
|
|
4092
4280
|
"isDeprecated": false,
|
|
4093
4281
|
"name": "standard",
|
|
4094
4282
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.service.standard",
|
|
4095
|
-
"requestStr": "$
|
|
4283
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
4096
4284
|
"required": true,
|
|
4097
|
-
"responseStr": "standard:$
|
|
4285
|
+
"responseStr": "standard:$serviceRef ",
|
|
4098
4286
|
"type": {
|
|
4099
4287
|
"definition": {
|
|
4100
4288
|
"description": null,
|
|
@@ -4159,7 +4347,7 @@
|
|
|
4159
4347
|
"name": "ServiceRef",
|
|
4160
4348
|
"non_null": false
|
|
4161
4349
|
},
|
|
4162
|
-
"varName": "
|
|
4350
|
+
"varName": "serviceRef"
|
|
4163
4351
|
}
|
|
4164
4352
|
},
|
|
4165
4353
|
"inputFields": null,
|
|
@@ -4176,10 +4364,10 @@
|
|
|
4176
4364
|
"name": "InternetFirewallServiceType",
|
|
4177
4365
|
"non_null": false
|
|
4178
4366
|
},
|
|
4179
|
-
"varName": "
|
|
4367
|
+
"varName": "internetFirewallServiceType"
|
|
4180
4368
|
},
|
|
4181
4369
|
"source": {
|
|
4182
|
-
"alias": "
|
|
4370
|
+
"alias": "internetFirewallSourceSource: source",
|
|
4183
4371
|
"args": {},
|
|
4184
4372
|
"deprecationReason": null,
|
|
4185
4373
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4187,16 +4375,16 @@
|
|
|
4187
4375
|
"isDeprecated": false,
|
|
4188
4376
|
"name": "source",
|
|
4189
4377
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source",
|
|
4190
|
-
"requestStr": "$
|
|
4378
|
+
"requestStr": "$internetFirewallSource:InternetFirewallSource! ",
|
|
4191
4379
|
"required": true,
|
|
4192
|
-
"responseStr": "source:$
|
|
4380
|
+
"responseStr": "source:$internetFirewallSource ",
|
|
4193
4381
|
"type": {
|
|
4194
4382
|
"definition": {
|
|
4195
4383
|
"description": "Returns the settings for Source of an Internet Firewall rule",
|
|
4196
4384
|
"enumValues": null,
|
|
4197
4385
|
"fields": {
|
|
4198
4386
|
"floatingSubnet": {
|
|
4199
|
-
"alias": "
|
|
4387
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
4200
4388
|
"args": {},
|
|
4201
4389
|
"deprecationReason": null,
|
|
4202
4390
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4204,9 +4392,9 @@
|
|
|
4204
4392
|
"isDeprecated": false,
|
|
4205
4393
|
"name": "floatingSubnet",
|
|
4206
4394
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.floatingSubnet",
|
|
4207
|
-
"requestStr": "$
|
|
4395
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
4208
4396
|
"required": true,
|
|
4209
|
-
"responseStr": "floatingSubnet:$
|
|
4397
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
4210
4398
|
"type": {
|
|
4211
4399
|
"definition": {
|
|
4212
4400
|
"description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4271,10 +4459,10 @@
|
|
|
4271
4459
|
"name": "FloatingSubnetRef",
|
|
4272
4460
|
"non_null": false
|
|
4273
4461
|
},
|
|
4274
|
-
"varName": "
|
|
4462
|
+
"varName": "floatingSubnetRef"
|
|
4275
4463
|
},
|
|
4276
4464
|
"globalIpRange": {
|
|
4277
|
-
"alias": "
|
|
4465
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
4278
4466
|
"args": {},
|
|
4279
4467
|
"deprecationReason": null,
|
|
4280
4468
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4282,9 +4470,9 @@
|
|
|
4282
4470
|
"isDeprecated": false,
|
|
4283
4471
|
"name": "globalIpRange",
|
|
4284
4472
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.globalIpRange",
|
|
4285
|
-
"requestStr": "$
|
|
4473
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4286
4474
|
"required": true,
|
|
4287
|
-
"responseStr": "globalIpRange:$
|
|
4475
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4288
4476
|
"type": {
|
|
4289
4477
|
"definition": {
|
|
4290
4478
|
"description": null,
|
|
@@ -4349,10 +4537,10 @@
|
|
|
4349
4537
|
"name": "GlobalIpRangeRef",
|
|
4350
4538
|
"non_null": false
|
|
4351
4539
|
},
|
|
4352
|
-
"varName": "
|
|
4540
|
+
"varName": "globalIpRangeRef"
|
|
4353
4541
|
},
|
|
4354
4542
|
"group": {
|
|
4355
|
-
"alias": "
|
|
4543
|
+
"alias": "groupRefGroup: group",
|
|
4356
4544
|
"args": {},
|
|
4357
4545
|
"deprecationReason": null,
|
|
4358
4546
|
"description": "Groups defined for your account",
|
|
@@ -4360,9 +4548,9 @@
|
|
|
4360
4548
|
"isDeprecated": false,
|
|
4361
4549
|
"name": "group",
|
|
4362
4550
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.group",
|
|
4363
|
-
"requestStr": "$
|
|
4551
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
4364
4552
|
"required": true,
|
|
4365
|
-
"responseStr": "group:$
|
|
4553
|
+
"responseStr": "group:$groupRef ",
|
|
4366
4554
|
"type": {
|
|
4367
4555
|
"definition": {
|
|
4368
4556
|
"description": null,
|
|
@@ -4427,10 +4615,10 @@
|
|
|
4427
4615
|
"name": "GroupRef",
|
|
4428
4616
|
"non_null": false
|
|
4429
4617
|
},
|
|
4430
|
-
"varName": "
|
|
4618
|
+
"varName": "groupRef"
|
|
4431
4619
|
},
|
|
4432
4620
|
"host": {
|
|
4433
|
-
"alias": "
|
|
4621
|
+
"alias": "hostRefHost: host",
|
|
4434
4622
|
"args": {},
|
|
4435
4623
|
"deprecationReason": null,
|
|
4436
4624
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4438,9 +4626,9 @@
|
|
|
4438
4626
|
"isDeprecated": false,
|
|
4439
4627
|
"name": "host",
|
|
4440
4628
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.host",
|
|
4441
|
-
"requestStr": "$
|
|
4629
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
4442
4630
|
"required": true,
|
|
4443
|
-
"responseStr": "host:$
|
|
4631
|
+
"responseStr": "host:$hostRef ",
|
|
4444
4632
|
"type": {
|
|
4445
4633
|
"definition": {
|
|
4446
4634
|
"description": null,
|
|
@@ -4505,7 +4693,7 @@
|
|
|
4505
4693
|
"name": "HostRef",
|
|
4506
4694
|
"non_null": false
|
|
4507
4695
|
},
|
|
4508
|
-
"varName": "
|
|
4696
|
+
"varName": "hostRef"
|
|
4509
4697
|
},
|
|
4510
4698
|
"ip": {
|
|
4511
4699
|
"args": {},
|
|
@@ -4531,7 +4719,7 @@
|
|
|
4531
4719
|
"varName": "ip"
|
|
4532
4720
|
},
|
|
4533
4721
|
"ipRange": {
|
|
4534
|
-
"alias": "
|
|
4722
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
4535
4723
|
"args": {},
|
|
4536
4724
|
"deprecationReason": null,
|
|
4537
4725
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4539,9 +4727,9 @@
|
|
|
4539
4727
|
"isDeprecated": false,
|
|
4540
4728
|
"name": "ipRange",
|
|
4541
4729
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.ipRange",
|
|
4542
|
-
"requestStr": "$
|
|
4730
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
4543
4731
|
"required": true,
|
|
4544
|
-
"responseStr": "ipRange:$
|
|
4732
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
4545
4733
|
"type": {
|
|
4546
4734
|
"definition": {
|
|
4547
4735
|
"description": "Inclusive range of IPs",
|
|
@@ -4606,10 +4794,10 @@
|
|
|
4606
4794
|
"name": "IpAddressRange",
|
|
4607
4795
|
"non_null": false
|
|
4608
4796
|
},
|
|
4609
|
-
"varName": "
|
|
4797
|
+
"varName": "ipAddressRange"
|
|
4610
4798
|
},
|
|
4611
4799
|
"networkInterface": {
|
|
4612
|
-
"alias": "
|
|
4800
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
4613
4801
|
"args": {},
|
|
4614
4802
|
"deprecationReason": null,
|
|
4615
4803
|
"description": "Network range defined for a site",
|
|
@@ -4617,9 +4805,9 @@
|
|
|
4617
4805
|
"isDeprecated": false,
|
|
4618
4806
|
"name": "networkInterface",
|
|
4619
4807
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.networkInterface",
|
|
4620
|
-
"requestStr": "$
|
|
4808
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
4621
4809
|
"required": true,
|
|
4622
|
-
"responseStr": "networkInterface:$
|
|
4810
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4623
4811
|
"type": {
|
|
4624
4812
|
"definition": {
|
|
4625
4813
|
"description": null,
|
|
@@ -4684,10 +4872,10 @@
|
|
|
4684
4872
|
"name": "NetworkInterfaceRef",
|
|
4685
4873
|
"non_null": false
|
|
4686
4874
|
},
|
|
4687
|
-
"varName": "
|
|
4875
|
+
"varName": "networkInterfaceRef"
|
|
4688
4876
|
},
|
|
4689
4877
|
"site": {
|
|
4690
|
-
"alias": "
|
|
4878
|
+
"alias": "siteRefSite: site",
|
|
4691
4879
|
"args": {},
|
|
4692
4880
|
"deprecationReason": null,
|
|
4693
4881
|
"description": "Site defined for the account",
|
|
@@ -4695,9 +4883,9 @@
|
|
|
4695
4883
|
"isDeprecated": false,
|
|
4696
4884
|
"name": "site",
|
|
4697
4885
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.site",
|
|
4698
|
-
"requestStr": "$
|
|
4886
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
4699
4887
|
"required": true,
|
|
4700
|
-
"responseStr": "site:$
|
|
4888
|
+
"responseStr": "site:$siteRef ",
|
|
4701
4889
|
"type": {
|
|
4702
4890
|
"definition": {
|
|
4703
4891
|
"description": null,
|
|
@@ -4762,10 +4950,10 @@
|
|
|
4762
4950
|
"name": "SiteRef",
|
|
4763
4951
|
"non_null": false
|
|
4764
4952
|
},
|
|
4765
|
-
"varName": "
|
|
4953
|
+
"varName": "siteRef"
|
|
4766
4954
|
},
|
|
4767
4955
|
"siteNetworkSubnet": {
|
|
4768
|
-
"alias": "
|
|
4956
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
4769
4957
|
"args": {},
|
|
4770
4958
|
"deprecationReason": null,
|
|
4771
4959
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4773,9 +4961,9 @@
|
|
|
4773
4961
|
"isDeprecated": false,
|
|
4774
4962
|
"name": "siteNetworkSubnet",
|
|
4775
4963
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.siteNetworkSubnet",
|
|
4776
|
-
"requestStr": "$
|
|
4964
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
4777
4965
|
"required": true,
|
|
4778
|
-
"responseStr": "siteNetworkSubnet:$
|
|
4966
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4779
4967
|
"type": {
|
|
4780
4968
|
"definition": {
|
|
4781
4969
|
"description": null,
|
|
@@ -4840,7 +5028,7 @@
|
|
|
4840
5028
|
"name": "SiteNetworkSubnetRef",
|
|
4841
5029
|
"non_null": false
|
|
4842
5030
|
},
|
|
4843
|
-
"varName": "
|
|
5031
|
+
"varName": "siteNetworkSubnetRef"
|
|
4844
5032
|
},
|
|
4845
5033
|
"subnet": {
|
|
4846
5034
|
"args": {},
|
|
@@ -4866,7 +5054,7 @@
|
|
|
4866
5054
|
"varName": "subnet"
|
|
4867
5055
|
},
|
|
4868
5056
|
"systemGroup": {
|
|
4869
|
-
"alias": "
|
|
5057
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
4870
5058
|
"args": {},
|
|
4871
5059
|
"deprecationReason": null,
|
|
4872
5060
|
"description": "Predefined Cato groups",
|
|
@@ -4874,9 +5062,9 @@
|
|
|
4874
5062
|
"isDeprecated": false,
|
|
4875
5063
|
"name": "systemGroup",
|
|
4876
5064
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.systemGroup",
|
|
4877
|
-
"requestStr": "$
|
|
5065
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
4878
5066
|
"required": true,
|
|
4879
|
-
"responseStr": "systemGroup:$
|
|
5067
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4880
5068
|
"type": {
|
|
4881
5069
|
"definition": {
|
|
4882
5070
|
"description": null,
|
|
@@ -4941,10 +5129,10 @@
|
|
|
4941
5129
|
"name": "SystemGroupRef",
|
|
4942
5130
|
"non_null": false
|
|
4943
5131
|
},
|
|
4944
|
-
"varName": "
|
|
5132
|
+
"varName": "systemGroupRef"
|
|
4945
5133
|
},
|
|
4946
5134
|
"user": {
|
|
4947
|
-
"alias": "
|
|
5135
|
+
"alias": "userRefUser: user",
|
|
4948
5136
|
"args": {},
|
|
4949
5137
|
"deprecationReason": null,
|
|
4950
5138
|
"description": "Individual users defined for the account",
|
|
@@ -4952,9 +5140,9 @@
|
|
|
4952
5140
|
"isDeprecated": false,
|
|
4953
5141
|
"name": "user",
|
|
4954
5142
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.user",
|
|
4955
|
-
"requestStr": "$
|
|
5143
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
4956
5144
|
"required": true,
|
|
4957
|
-
"responseStr": "user:$
|
|
5145
|
+
"responseStr": "user:$userRef ",
|
|
4958
5146
|
"type": {
|
|
4959
5147
|
"definition": {
|
|
4960
5148
|
"description": null,
|
|
@@ -5019,10 +5207,10 @@
|
|
|
5019
5207
|
"name": "UserRef",
|
|
5020
5208
|
"non_null": false
|
|
5021
5209
|
},
|
|
5022
|
-
"varName": "
|
|
5210
|
+
"varName": "userRef"
|
|
5023
5211
|
},
|
|
5024
5212
|
"usersGroup": {
|
|
5025
|
-
"alias": "
|
|
5213
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
5026
5214
|
"args": {},
|
|
5027
5215
|
"deprecationReason": null,
|
|
5028
5216
|
"description": "Group of users",
|
|
@@ -5030,9 +5218,9 @@
|
|
|
5030
5218
|
"isDeprecated": false,
|
|
5031
5219
|
"name": "usersGroup",
|
|
5032
5220
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.usersGroup",
|
|
5033
|
-
"requestStr": "$
|
|
5221
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
5034
5222
|
"required": true,
|
|
5035
|
-
"responseStr": "usersGroup:$
|
|
5223
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5036
5224
|
"type": {
|
|
5037
5225
|
"definition": {
|
|
5038
5226
|
"description": null,
|
|
@@ -5097,7 +5285,7 @@
|
|
|
5097
5285
|
"name": "UsersGroupRef",
|
|
5098
5286
|
"non_null": false
|
|
5099
5287
|
},
|
|
5100
|
-
"varName": "
|
|
5288
|
+
"varName": "usersGroupRef"
|
|
5101
5289
|
}
|
|
5102
5290
|
},
|
|
5103
5291
|
"inputFields": null,
|
|
@@ -5114,7 +5302,7 @@
|
|
|
5114
5302
|
"name": "InternetFirewallSource",
|
|
5115
5303
|
"non_null": false
|
|
5116
5304
|
},
|
|
5117
|
-
"varName": "
|
|
5305
|
+
"varName": "internetFirewallSource"
|
|
5118
5306
|
}
|
|
5119
5307
|
},
|
|
5120
5308
|
"inputFields": null,
|
|
@@ -5133,7 +5321,7 @@
|
|
|
5133
5321
|
"name": "InternetFirewallRuleException",
|
|
5134
5322
|
"non_null": false
|
|
5135
5323
|
},
|
|
5136
|
-
"varName": "
|
|
5324
|
+
"varName": "internetFirewallRuleException"
|
|
5137
5325
|
},
|
|
5138
5326
|
"id": {
|
|
5139
5327
|
"args": {},
|
|
@@ -5199,7 +5387,7 @@
|
|
|
5199
5387
|
"varName": "name"
|
|
5200
5388
|
},
|
|
5201
5389
|
"schedule": {
|
|
5202
|
-
"alias": "
|
|
5390
|
+
"alias": "policyScheduleSchedule: schedule",
|
|
5203
5391
|
"args": {},
|
|
5204
5392
|
"deprecationReason": null,
|
|
5205
5393
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5207,16 +5395,16 @@
|
|
|
5207
5395
|
"isDeprecated": false,
|
|
5208
5396
|
"name": "schedule",
|
|
5209
5397
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.schedule",
|
|
5210
|
-
"requestStr": "$
|
|
5398
|
+
"requestStr": "$policySchedule:PolicySchedule! ",
|
|
5211
5399
|
"required": true,
|
|
5212
|
-
"responseStr": "schedule:$
|
|
5400
|
+
"responseStr": "schedule:$policySchedule ",
|
|
5213
5401
|
"type": {
|
|
5214
5402
|
"definition": {
|
|
5215
5403
|
"description": null,
|
|
5216
5404
|
"enumValues": null,
|
|
5217
5405
|
"fields": {
|
|
5218
5406
|
"activeOn": {
|
|
5219
|
-
"alias": "
|
|
5407
|
+
"alias": "policyActiveOnEnumActiveOn: activeOn",
|
|
5220
5408
|
"args": {},
|
|
5221
5409
|
"deprecationReason": null,
|
|
5222
5410
|
"description": null,
|
|
@@ -5274,7 +5462,7 @@
|
|
|
5274
5462
|
"varName": "activeOn"
|
|
5275
5463
|
},
|
|
5276
5464
|
"customRecurring": {
|
|
5277
|
-
"alias": "
|
|
5465
|
+
"alias": "policyCustomRecurringCustomRecurring: customRecurring",
|
|
5278
5466
|
"args": {},
|
|
5279
5467
|
"deprecationReason": null,
|
|
5280
5468
|
"description": null,
|
|
@@ -5282,9 +5470,9 @@
|
|
|
5282
5470
|
"isDeprecated": false,
|
|
5283
5471
|
"name": "customRecurring",
|
|
5284
5472
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.schedule.customRecurring",
|
|
5285
|
-
"requestStr": "$
|
|
5473
|
+
"requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
|
|
5286
5474
|
"required": false,
|
|
5287
|
-
"responseStr": "customRecurring:$
|
|
5475
|
+
"responseStr": "customRecurring:$policyCustomRecurring ",
|
|
5288
5476
|
"type": {
|
|
5289
5477
|
"definition": {
|
|
5290
5478
|
"description": "Returns data for a custom recurring time range that a rule is active",
|
|
@@ -5423,10 +5611,10 @@
|
|
|
5423
5611
|
"name": "PolicyCustomRecurring",
|
|
5424
5612
|
"non_null": false
|
|
5425
5613
|
},
|
|
5426
|
-
"varName": "
|
|
5614
|
+
"varName": "policyCustomRecurring"
|
|
5427
5615
|
},
|
|
5428
5616
|
"customTimeframe": {
|
|
5429
|
-
"alias": "
|
|
5617
|
+
"alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
|
|
5430
5618
|
"args": {},
|
|
5431
5619
|
"deprecationReason": null,
|
|
5432
5620
|
"description": null,
|
|
@@ -5434,9 +5622,9 @@
|
|
|
5434
5622
|
"isDeprecated": false,
|
|
5435
5623
|
"name": "customTimeframe",
|
|
5436
5624
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.schedule.customTimeframe",
|
|
5437
|
-
"requestStr": "$
|
|
5625
|
+
"requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
|
|
5438
5626
|
"required": false,
|
|
5439
|
-
"responseStr": "customTimeframe:$
|
|
5627
|
+
"responseStr": "customTimeframe:$policyCustomTimeframe ",
|
|
5440
5628
|
"type": {
|
|
5441
5629
|
"definition": {
|
|
5442
5630
|
"description": "Returns data for a custom one-time time range that a rule is active",
|
|
@@ -5498,7 +5686,7 @@
|
|
|
5498
5686
|
"name": "PolicyCustomTimeframe",
|
|
5499
5687
|
"non_null": false
|
|
5500
5688
|
},
|
|
5501
|
-
"varName": "
|
|
5689
|
+
"varName": "policyCustomTimeframe"
|
|
5502
5690
|
}
|
|
5503
5691
|
},
|
|
5504
5692
|
"inputFields": null,
|
|
@@ -5515,10 +5703,10 @@
|
|
|
5515
5703
|
"name": "PolicySchedule",
|
|
5516
5704
|
"non_null": false
|
|
5517
5705
|
},
|
|
5518
|
-
"varName": "
|
|
5706
|
+
"varName": "policySchedule"
|
|
5519
5707
|
},
|
|
5520
5708
|
"section": {
|
|
5521
|
-
"alias": "
|
|
5709
|
+
"alias": "policySectionInfoSection: section",
|
|
5522
5710
|
"args": {},
|
|
5523
5711
|
"deprecationReason": null,
|
|
5524
5712
|
"description": "Policy section where the rule is located",
|
|
@@ -5526,9 +5714,9 @@
|
|
|
5526
5714
|
"isDeprecated": false,
|
|
5527
5715
|
"name": "section",
|
|
5528
5716
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.section",
|
|
5529
|
-
"requestStr": "$
|
|
5717
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
5530
5718
|
"required": true,
|
|
5531
|
-
"responseStr": "section:$
|
|
5719
|
+
"responseStr": "section:$policySectionInfo ",
|
|
5532
5720
|
"type": {
|
|
5533
5721
|
"definition": {
|
|
5534
5722
|
"description": "Define settings for a policy section",
|
|
@@ -5591,10 +5779,10 @@
|
|
|
5591
5779
|
"name": "PolicySectionInfo",
|
|
5592
5780
|
"non_null": false
|
|
5593
5781
|
},
|
|
5594
|
-
"varName": "
|
|
5782
|
+
"varName": "policySectionInfo"
|
|
5595
5783
|
},
|
|
5596
5784
|
"service": {
|
|
5597
|
-
"alias": "
|
|
5785
|
+
"alias": "internetFirewallServiceTypeService: service",
|
|
5598
5786
|
"args": {},
|
|
5599
5787
|
"deprecationReason": null,
|
|
5600
5788
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5602,16 +5790,16 @@
|
|
|
5602
5790
|
"isDeprecated": false,
|
|
5603
5791
|
"name": "service",
|
|
5604
5792
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.service",
|
|
5605
|
-
"requestStr": "$
|
|
5793
|
+
"requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
|
|
5606
5794
|
"required": true,
|
|
5607
|
-
"responseStr": "service:$
|
|
5795
|
+
"responseStr": "service:$internetFirewallServiceType ",
|
|
5608
5796
|
"type": {
|
|
5609
5797
|
"definition": {
|
|
5610
5798
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
5611
5799
|
"enumValues": null,
|
|
5612
5800
|
"fields": {
|
|
5613
5801
|
"custom": {
|
|
5614
|
-
"alias": "
|
|
5802
|
+
"alias": "customServiceCustom: custom",
|
|
5615
5803
|
"args": {},
|
|
5616
5804
|
"deprecationReason": null,
|
|
5617
5805
|
"description": null,
|
|
@@ -5619,9 +5807,9 @@
|
|
|
5619
5807
|
"isDeprecated": false,
|
|
5620
5808
|
"name": "custom",
|
|
5621
5809
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.service.custom",
|
|
5622
|
-
"requestStr": "$
|
|
5810
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
5623
5811
|
"required": true,
|
|
5624
|
-
"responseStr": "custom:$
|
|
5812
|
+
"responseStr": "custom:$customService ",
|
|
5625
5813
|
"type": {
|
|
5626
5814
|
"definition": {
|
|
5627
5815
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -5650,7 +5838,7 @@
|
|
|
5650
5838
|
"varName": "port"
|
|
5651
5839
|
},
|
|
5652
5840
|
"portRange": {
|
|
5653
|
-
"alias": "
|
|
5841
|
+
"alias": "portRangePortRange: portRange",
|
|
5654
5842
|
"args": {},
|
|
5655
5843
|
"deprecationReason": null,
|
|
5656
5844
|
"description": null,
|
|
@@ -5658,9 +5846,9 @@
|
|
|
5658
5846
|
"isDeprecated": false,
|
|
5659
5847
|
"name": "portRange",
|
|
5660
5848
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.service.custom.portRange",
|
|
5661
|
-
"requestStr": "$
|
|
5849
|
+
"requestStr": "$portRange:PortRange ",
|
|
5662
5850
|
"required": false,
|
|
5663
|
-
"responseStr": "portRange:$
|
|
5851
|
+
"responseStr": "portRange:$portRange ",
|
|
5664
5852
|
"type": {
|
|
5665
5853
|
"definition": {
|
|
5666
5854
|
"description": "Inclusive network port range",
|
|
@@ -5722,10 +5910,10 @@
|
|
|
5722
5910
|
"name": "PortRange",
|
|
5723
5911
|
"non_null": false
|
|
5724
5912
|
},
|
|
5725
|
-
"varName": "
|
|
5913
|
+
"varName": "portRange"
|
|
5726
5914
|
},
|
|
5727
5915
|
"protocol": {
|
|
5728
|
-
"alias": "
|
|
5916
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
5729
5917
|
"args": {},
|
|
5730
5918
|
"deprecationReason": null,
|
|
5731
5919
|
"description": null,
|
|
@@ -5805,10 +5993,10 @@
|
|
|
5805
5993
|
"name": "CustomService",
|
|
5806
5994
|
"non_null": false
|
|
5807
5995
|
},
|
|
5808
|
-
"varName": "
|
|
5996
|
+
"varName": "customService"
|
|
5809
5997
|
},
|
|
5810
5998
|
"standard": {
|
|
5811
|
-
"alias": "
|
|
5999
|
+
"alias": "serviceRefStandard: standard",
|
|
5812
6000
|
"args": {},
|
|
5813
6001
|
"deprecationReason": null,
|
|
5814
6002
|
"description": null,
|
|
@@ -5816,9 +6004,9 @@
|
|
|
5816
6004
|
"isDeprecated": false,
|
|
5817
6005
|
"name": "standard",
|
|
5818
6006
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.service.standard",
|
|
5819
|
-
"requestStr": "$
|
|
6007
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
5820
6008
|
"required": true,
|
|
5821
|
-
"responseStr": "standard:$
|
|
6009
|
+
"responseStr": "standard:$serviceRef ",
|
|
5822
6010
|
"type": {
|
|
5823
6011
|
"definition": {
|
|
5824
6012
|
"description": null,
|
|
@@ -5883,7 +6071,7 @@
|
|
|
5883
6071
|
"name": "ServiceRef",
|
|
5884
6072
|
"non_null": false
|
|
5885
6073
|
},
|
|
5886
|
-
"varName": "
|
|
6074
|
+
"varName": "serviceRef"
|
|
5887
6075
|
}
|
|
5888
6076
|
},
|
|
5889
6077
|
"inputFields": null,
|
|
@@ -5900,10 +6088,10 @@
|
|
|
5900
6088
|
"name": "InternetFirewallServiceType",
|
|
5901
6089
|
"non_null": false
|
|
5902
6090
|
},
|
|
5903
|
-
"varName": "
|
|
6091
|
+
"varName": "internetFirewallServiceType"
|
|
5904
6092
|
},
|
|
5905
6093
|
"source": {
|
|
5906
|
-
"alias": "
|
|
6094
|
+
"alias": "internetFirewallSourceSource: source",
|
|
5907
6095
|
"args": {},
|
|
5908
6096
|
"deprecationReason": null,
|
|
5909
6097
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5911,16 +6099,16 @@
|
|
|
5911
6099
|
"isDeprecated": false,
|
|
5912
6100
|
"name": "source",
|
|
5913
6101
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source",
|
|
5914
|
-
"requestStr": "$
|
|
6102
|
+
"requestStr": "$internetFirewallSource:InternetFirewallSource! ",
|
|
5915
6103
|
"required": true,
|
|
5916
|
-
"responseStr": "source:$
|
|
6104
|
+
"responseStr": "source:$internetFirewallSource ",
|
|
5917
6105
|
"type": {
|
|
5918
6106
|
"definition": {
|
|
5919
6107
|
"description": "Returns the settings for Source of an Internet Firewall rule",
|
|
5920
6108
|
"enumValues": null,
|
|
5921
6109
|
"fields": {
|
|
5922
6110
|
"floatingSubnet": {
|
|
5923
|
-
"alias": "
|
|
6111
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
5924
6112
|
"args": {},
|
|
5925
6113
|
"deprecationReason": null,
|
|
5926
6114
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -5928,9 +6116,9 @@
|
|
|
5928
6116
|
"isDeprecated": false,
|
|
5929
6117
|
"name": "floatingSubnet",
|
|
5930
6118
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.floatingSubnet",
|
|
5931
|
-
"requestStr": "$
|
|
6119
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
5932
6120
|
"required": true,
|
|
5933
|
-
"responseStr": "floatingSubnet:$
|
|
6121
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
5934
6122
|
"type": {
|
|
5935
6123
|
"definition": {
|
|
5936
6124
|
"description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -5995,10 +6183,10 @@
|
|
|
5995
6183
|
"name": "FloatingSubnetRef",
|
|
5996
6184
|
"non_null": false
|
|
5997
6185
|
},
|
|
5998
|
-
"varName": "
|
|
6186
|
+
"varName": "floatingSubnetRef"
|
|
5999
6187
|
},
|
|
6000
6188
|
"globalIpRange": {
|
|
6001
|
-
"alias": "
|
|
6189
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
6002
6190
|
"args": {},
|
|
6003
6191
|
"deprecationReason": null,
|
|
6004
6192
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6006,9 +6194,9 @@
|
|
|
6006
6194
|
"isDeprecated": false,
|
|
6007
6195
|
"name": "globalIpRange",
|
|
6008
6196
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.globalIpRange",
|
|
6009
|
-
"requestStr": "$
|
|
6197
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
6010
6198
|
"required": true,
|
|
6011
|
-
"responseStr": "globalIpRange:$
|
|
6199
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
6012
6200
|
"type": {
|
|
6013
6201
|
"definition": {
|
|
6014
6202
|
"description": null,
|
|
@@ -6073,10 +6261,10 @@
|
|
|
6073
6261
|
"name": "GlobalIpRangeRef",
|
|
6074
6262
|
"non_null": false
|
|
6075
6263
|
},
|
|
6076
|
-
"varName": "
|
|
6264
|
+
"varName": "globalIpRangeRef"
|
|
6077
6265
|
},
|
|
6078
6266
|
"group": {
|
|
6079
|
-
"alias": "
|
|
6267
|
+
"alias": "groupRefGroup: group",
|
|
6080
6268
|
"args": {},
|
|
6081
6269
|
"deprecationReason": null,
|
|
6082
6270
|
"description": "Groups defined for your account",
|
|
@@ -6084,9 +6272,9 @@
|
|
|
6084
6272
|
"isDeprecated": false,
|
|
6085
6273
|
"name": "group",
|
|
6086
6274
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.group",
|
|
6087
|
-
"requestStr": "$
|
|
6275
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
6088
6276
|
"required": true,
|
|
6089
|
-
"responseStr": "group:$
|
|
6277
|
+
"responseStr": "group:$groupRef ",
|
|
6090
6278
|
"type": {
|
|
6091
6279
|
"definition": {
|
|
6092
6280
|
"description": null,
|
|
@@ -6151,10 +6339,10 @@
|
|
|
6151
6339
|
"name": "GroupRef",
|
|
6152
6340
|
"non_null": false
|
|
6153
6341
|
},
|
|
6154
|
-
"varName": "
|
|
6342
|
+
"varName": "groupRef"
|
|
6155
6343
|
},
|
|
6156
6344
|
"host": {
|
|
6157
|
-
"alias": "
|
|
6345
|
+
"alias": "hostRefHost: host",
|
|
6158
6346
|
"args": {},
|
|
6159
6347
|
"deprecationReason": null,
|
|
6160
6348
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6162,9 +6350,9 @@
|
|
|
6162
6350
|
"isDeprecated": false,
|
|
6163
6351
|
"name": "host",
|
|
6164
6352
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.host",
|
|
6165
|
-
"requestStr": "$
|
|
6353
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
6166
6354
|
"required": true,
|
|
6167
|
-
"responseStr": "host:$
|
|
6355
|
+
"responseStr": "host:$hostRef ",
|
|
6168
6356
|
"type": {
|
|
6169
6357
|
"definition": {
|
|
6170
6358
|
"description": null,
|
|
@@ -6229,7 +6417,7 @@
|
|
|
6229
6417
|
"name": "HostRef",
|
|
6230
6418
|
"non_null": false
|
|
6231
6419
|
},
|
|
6232
|
-
"varName": "
|
|
6420
|
+
"varName": "hostRef"
|
|
6233
6421
|
},
|
|
6234
6422
|
"ip": {
|
|
6235
6423
|
"args": {},
|
|
@@ -6255,7 +6443,7 @@
|
|
|
6255
6443
|
"varName": "ip"
|
|
6256
6444
|
},
|
|
6257
6445
|
"ipRange": {
|
|
6258
|
-
"alias": "
|
|
6446
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
6259
6447
|
"args": {},
|
|
6260
6448
|
"deprecationReason": null,
|
|
6261
6449
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6263,9 +6451,9 @@
|
|
|
6263
6451
|
"isDeprecated": false,
|
|
6264
6452
|
"name": "ipRange",
|
|
6265
6453
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.ipRange",
|
|
6266
|
-
"requestStr": "$
|
|
6454
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
6267
6455
|
"required": true,
|
|
6268
|
-
"responseStr": "ipRange:$
|
|
6456
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
6269
6457
|
"type": {
|
|
6270
6458
|
"definition": {
|
|
6271
6459
|
"description": "Inclusive range of IPs",
|
|
@@ -6330,10 +6518,10 @@
|
|
|
6330
6518
|
"name": "IpAddressRange",
|
|
6331
6519
|
"non_null": false
|
|
6332
6520
|
},
|
|
6333
|
-
"varName": "
|
|
6521
|
+
"varName": "ipAddressRange"
|
|
6334
6522
|
},
|
|
6335
6523
|
"networkInterface": {
|
|
6336
|
-
"alias": "
|
|
6524
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
6337
6525
|
"args": {},
|
|
6338
6526
|
"deprecationReason": null,
|
|
6339
6527
|
"description": "Network range defined for a site",
|
|
@@ -6341,9 +6529,9 @@
|
|
|
6341
6529
|
"isDeprecated": false,
|
|
6342
6530
|
"name": "networkInterface",
|
|
6343
6531
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.networkInterface",
|
|
6344
|
-
"requestStr": "$
|
|
6532
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
6345
6533
|
"required": true,
|
|
6346
|
-
"responseStr": "networkInterface:$
|
|
6534
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6347
6535
|
"type": {
|
|
6348
6536
|
"definition": {
|
|
6349
6537
|
"description": null,
|
|
@@ -6408,10 +6596,10 @@
|
|
|
6408
6596
|
"name": "NetworkInterfaceRef",
|
|
6409
6597
|
"non_null": false
|
|
6410
6598
|
},
|
|
6411
|
-
"varName": "
|
|
6599
|
+
"varName": "networkInterfaceRef"
|
|
6412
6600
|
},
|
|
6413
6601
|
"site": {
|
|
6414
|
-
"alias": "
|
|
6602
|
+
"alias": "siteRefSite: site",
|
|
6415
6603
|
"args": {},
|
|
6416
6604
|
"deprecationReason": null,
|
|
6417
6605
|
"description": "Site defined for the account",
|
|
@@ -6419,9 +6607,9 @@
|
|
|
6419
6607
|
"isDeprecated": false,
|
|
6420
6608
|
"name": "site",
|
|
6421
6609
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.site",
|
|
6422
|
-
"requestStr": "$
|
|
6610
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
6423
6611
|
"required": true,
|
|
6424
|
-
"responseStr": "site:$
|
|
6612
|
+
"responseStr": "site:$siteRef ",
|
|
6425
6613
|
"type": {
|
|
6426
6614
|
"definition": {
|
|
6427
6615
|
"description": null,
|
|
@@ -6486,10 +6674,10 @@
|
|
|
6486
6674
|
"name": "SiteRef",
|
|
6487
6675
|
"non_null": false
|
|
6488
6676
|
},
|
|
6489
|
-
"varName": "
|
|
6677
|
+
"varName": "siteRef"
|
|
6490
6678
|
},
|
|
6491
6679
|
"siteNetworkSubnet": {
|
|
6492
|
-
"alias": "
|
|
6680
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
6493
6681
|
"args": {},
|
|
6494
6682
|
"deprecationReason": null,
|
|
6495
6683
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6497,9 +6685,9 @@
|
|
|
6497
6685
|
"isDeprecated": false,
|
|
6498
6686
|
"name": "siteNetworkSubnet",
|
|
6499
6687
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.siteNetworkSubnet",
|
|
6500
|
-
"requestStr": "$
|
|
6688
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
6501
6689
|
"required": true,
|
|
6502
|
-
"responseStr": "siteNetworkSubnet:$
|
|
6690
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6503
6691
|
"type": {
|
|
6504
6692
|
"definition": {
|
|
6505
6693
|
"description": null,
|
|
@@ -6564,7 +6752,7 @@
|
|
|
6564
6752
|
"name": "SiteNetworkSubnetRef",
|
|
6565
6753
|
"non_null": false
|
|
6566
6754
|
},
|
|
6567
|
-
"varName": "
|
|
6755
|
+
"varName": "siteNetworkSubnetRef"
|
|
6568
6756
|
},
|
|
6569
6757
|
"subnet": {
|
|
6570
6758
|
"args": {},
|
|
@@ -6590,7 +6778,7 @@
|
|
|
6590
6778
|
"varName": "subnet"
|
|
6591
6779
|
},
|
|
6592
6780
|
"systemGroup": {
|
|
6593
|
-
"alias": "
|
|
6781
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
6594
6782
|
"args": {},
|
|
6595
6783
|
"deprecationReason": null,
|
|
6596
6784
|
"description": "Predefined Cato groups",
|
|
@@ -6598,9 +6786,9 @@
|
|
|
6598
6786
|
"isDeprecated": false,
|
|
6599
6787
|
"name": "systemGroup",
|
|
6600
6788
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.systemGroup",
|
|
6601
|
-
"requestStr": "$
|
|
6789
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
6602
6790
|
"required": true,
|
|
6603
|
-
"responseStr": "systemGroup:$
|
|
6791
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6604
6792
|
"type": {
|
|
6605
6793
|
"definition": {
|
|
6606
6794
|
"description": null,
|
|
@@ -6665,10 +6853,10 @@
|
|
|
6665
6853
|
"name": "SystemGroupRef",
|
|
6666
6854
|
"non_null": false
|
|
6667
6855
|
},
|
|
6668
|
-
"varName": "
|
|
6856
|
+
"varName": "systemGroupRef"
|
|
6669
6857
|
},
|
|
6670
6858
|
"user": {
|
|
6671
|
-
"alias": "
|
|
6859
|
+
"alias": "userRefUser: user",
|
|
6672
6860
|
"args": {},
|
|
6673
6861
|
"deprecationReason": null,
|
|
6674
6862
|
"description": "Individual users defined for the account",
|
|
@@ -6676,9 +6864,9 @@
|
|
|
6676
6864
|
"isDeprecated": false,
|
|
6677
6865
|
"name": "user",
|
|
6678
6866
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.user",
|
|
6679
|
-
"requestStr": "$
|
|
6867
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
6680
6868
|
"required": true,
|
|
6681
|
-
"responseStr": "user:$
|
|
6869
|
+
"responseStr": "user:$userRef ",
|
|
6682
6870
|
"type": {
|
|
6683
6871
|
"definition": {
|
|
6684
6872
|
"description": null,
|
|
@@ -6743,10 +6931,10 @@
|
|
|
6743
6931
|
"name": "UserRef",
|
|
6744
6932
|
"non_null": false
|
|
6745
6933
|
},
|
|
6746
|
-
"varName": "
|
|
6934
|
+
"varName": "userRef"
|
|
6747
6935
|
},
|
|
6748
6936
|
"usersGroup": {
|
|
6749
|
-
"alias": "
|
|
6937
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
6750
6938
|
"args": {},
|
|
6751
6939
|
"deprecationReason": null,
|
|
6752
6940
|
"description": "Group of users",
|
|
@@ -6754,9 +6942,9 @@
|
|
|
6754
6942
|
"isDeprecated": false,
|
|
6755
6943
|
"name": "usersGroup",
|
|
6756
6944
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.source.usersGroup",
|
|
6757
|
-
"requestStr": "$
|
|
6945
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
6758
6946
|
"required": true,
|
|
6759
|
-
"responseStr": "usersGroup:$
|
|
6947
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6760
6948
|
"type": {
|
|
6761
6949
|
"definition": {
|
|
6762
6950
|
"description": null,
|
|
@@ -6821,7 +7009,7 @@
|
|
|
6821
7009
|
"name": "UsersGroupRef",
|
|
6822
7010
|
"non_null": false
|
|
6823
7011
|
},
|
|
6824
|
-
"varName": "
|
|
7012
|
+
"varName": "usersGroupRef"
|
|
6825
7013
|
}
|
|
6826
7014
|
},
|
|
6827
7015
|
"inputFields": null,
|
|
@@ -6838,10 +7026,10 @@
|
|
|
6838
7026
|
"name": "InternetFirewallSource",
|
|
6839
7027
|
"non_null": false
|
|
6840
7028
|
},
|
|
6841
|
-
"varName": "
|
|
7029
|
+
"varName": "internetFirewallSource"
|
|
6842
7030
|
},
|
|
6843
7031
|
"tracking": {
|
|
6844
|
-
"alias": "
|
|
7032
|
+
"alias": "policyTrackingTracking: tracking",
|
|
6845
7033
|
"args": {},
|
|
6846
7034
|
"deprecationReason": null,
|
|
6847
7035
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -6849,16 +7037,16 @@
|
|
|
6849
7037
|
"isDeprecated": false,
|
|
6850
7038
|
"name": "tracking",
|
|
6851
7039
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.tracking",
|
|
6852
|
-
"requestStr": "$
|
|
7040
|
+
"requestStr": "$policyTracking:PolicyTracking! ",
|
|
6853
7041
|
"required": true,
|
|
6854
|
-
"responseStr": "tracking:$
|
|
7042
|
+
"responseStr": "tracking:$policyTracking ",
|
|
6855
7043
|
"type": {
|
|
6856
7044
|
"definition": {
|
|
6857
7045
|
"description": null,
|
|
6858
7046
|
"enumValues": null,
|
|
6859
7047
|
"fields": {
|
|
6860
7048
|
"alert": {
|
|
6861
|
-
"alias": "
|
|
7049
|
+
"alias": "policyRuleTrackingAlertAlert: alert",
|
|
6862
7050
|
"args": {},
|
|
6863
7051
|
"deprecationReason": null,
|
|
6864
7052
|
"description": null,
|
|
@@ -6866,9 +7054,9 @@
|
|
|
6866
7054
|
"isDeprecated": false,
|
|
6867
7055
|
"name": "alert",
|
|
6868
7056
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.tracking.alert",
|
|
6869
|
-
"requestStr": "$
|
|
7057
|
+
"requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
|
|
6870
7058
|
"required": true,
|
|
6871
|
-
"responseStr": "alert:$
|
|
7059
|
+
"responseStr": "alert:$policyRuleTrackingAlert ",
|
|
6872
7060
|
"type": {
|
|
6873
7061
|
"definition": {
|
|
6874
7062
|
"description": "Returns data for the alert settings for the rule",
|
|
@@ -6896,7 +7084,7 @@
|
|
|
6896
7084
|
"varName": "enabled"
|
|
6897
7085
|
},
|
|
6898
7086
|
"frequency": {
|
|
6899
|
-
"alias": "
|
|
7087
|
+
"alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
|
|
6900
7088
|
"args": {},
|
|
6901
7089
|
"deprecationReason": null,
|
|
6902
7090
|
"description": "Returns data for the alert frequency",
|
|
@@ -6954,7 +7142,7 @@
|
|
|
6954
7142
|
"varName": "frequency"
|
|
6955
7143
|
},
|
|
6956
7144
|
"mailingList": {
|
|
6957
|
-
"alias": "
|
|
7145
|
+
"alias": "subscriptionMailingListRefMailingList: mailingList",
|
|
6958
7146
|
"args": {},
|
|
6959
7147
|
"deprecationReason": null,
|
|
6960
7148
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -6962,9 +7150,9 @@
|
|
|
6962
7150
|
"isDeprecated": false,
|
|
6963
7151
|
"name": "mailingList",
|
|
6964
7152
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.tracking.alert.mailingList",
|
|
6965
|
-
"requestStr": "$
|
|
7153
|
+
"requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
|
|
6966
7154
|
"required": true,
|
|
6967
|
-
"responseStr": "mailingList:$
|
|
7155
|
+
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
6968
7156
|
"type": {
|
|
6969
7157
|
"definition": {
|
|
6970
7158
|
"description": null,
|
|
@@ -7029,10 +7217,10 @@
|
|
|
7029
7217
|
"name": "SubscriptionMailingListRef",
|
|
7030
7218
|
"non_null": false
|
|
7031
7219
|
},
|
|
7032
|
-
"varName": "
|
|
7220
|
+
"varName": "subscriptionMailingListRef"
|
|
7033
7221
|
},
|
|
7034
7222
|
"subscriptionGroup": {
|
|
7035
|
-
"alias": "
|
|
7223
|
+
"alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
|
|
7036
7224
|
"args": {},
|
|
7037
7225
|
"deprecationReason": null,
|
|
7038
7226
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7040,9 +7228,9 @@
|
|
|
7040
7228
|
"isDeprecated": false,
|
|
7041
7229
|
"name": "subscriptionGroup",
|
|
7042
7230
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.tracking.alert.subscriptionGroup",
|
|
7043
|
-
"requestStr": "$
|
|
7231
|
+
"requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
|
|
7044
7232
|
"required": true,
|
|
7045
|
-
"responseStr": "subscriptionGroup:$
|
|
7233
|
+
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
7046
7234
|
"type": {
|
|
7047
7235
|
"definition": {
|
|
7048
7236
|
"description": null,
|
|
@@ -7107,10 +7295,10 @@
|
|
|
7107
7295
|
"name": "SubscriptionGroupRef",
|
|
7108
7296
|
"non_null": false
|
|
7109
7297
|
},
|
|
7110
|
-
"varName": "
|
|
7298
|
+
"varName": "subscriptionGroupRef"
|
|
7111
7299
|
},
|
|
7112
7300
|
"webhook": {
|
|
7113
|
-
"alias": "
|
|
7301
|
+
"alias": "subscriptionWebhookRefWebhook: webhook",
|
|
7114
7302
|
"args": {},
|
|
7115
7303
|
"deprecationReason": null,
|
|
7116
7304
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7118,9 +7306,9 @@
|
|
|
7118
7306
|
"isDeprecated": false,
|
|
7119
7307
|
"name": "webhook",
|
|
7120
7308
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.tracking.alert.webhook",
|
|
7121
|
-
"requestStr": "$
|
|
7309
|
+
"requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
|
|
7122
7310
|
"required": true,
|
|
7123
|
-
"responseStr": "webhook:$
|
|
7311
|
+
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
7124
7312
|
"type": {
|
|
7125
7313
|
"definition": {
|
|
7126
7314
|
"description": null,
|
|
@@ -7185,7 +7373,7 @@
|
|
|
7185
7373
|
"name": "SubscriptionWebhookRef",
|
|
7186
7374
|
"non_null": false
|
|
7187
7375
|
},
|
|
7188
|
-
"varName": "
|
|
7376
|
+
"varName": "subscriptionWebhookRef"
|
|
7189
7377
|
}
|
|
7190
7378
|
},
|
|
7191
7379
|
"inputFields": null,
|
|
@@ -7202,10 +7390,10 @@
|
|
|
7202
7390
|
"name": "PolicyRuleTrackingAlert",
|
|
7203
7391
|
"non_null": false
|
|
7204
7392
|
},
|
|
7205
|
-
"varName": "
|
|
7393
|
+
"varName": "policyRuleTrackingAlert"
|
|
7206
7394
|
},
|
|
7207
7395
|
"event": {
|
|
7208
|
-
"alias": "
|
|
7396
|
+
"alias": "policyRuleTrackingEventEvent: event",
|
|
7209
7397
|
"args": {},
|
|
7210
7398
|
"deprecationReason": null,
|
|
7211
7399
|
"description": null,
|
|
@@ -7213,9 +7401,9 @@
|
|
|
7213
7401
|
"isDeprecated": false,
|
|
7214
7402
|
"name": "event",
|
|
7215
7403
|
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.tracking.event",
|
|
7216
|
-
"requestStr": "$
|
|
7404
|
+
"requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
|
|
7217
7405
|
"required": true,
|
|
7218
|
-
"responseStr": "event:$
|
|
7406
|
+
"responseStr": "event:$policyRuleTrackingEvent ",
|
|
7219
7407
|
"type": {
|
|
7220
7408
|
"definition": {
|
|
7221
7409
|
"description": "Returns data if an alert is sent for a rule",
|
|
@@ -7257,7 +7445,7 @@
|
|
|
7257
7445
|
"name": "PolicyRuleTrackingEvent",
|
|
7258
7446
|
"non_null": false
|
|
7259
7447
|
},
|
|
7260
|
-
"varName": "
|
|
7448
|
+
"varName": "policyRuleTrackingEvent"
|
|
7261
7449
|
}
|
|
7262
7450
|
},
|
|
7263
7451
|
"inputFields": null,
|
|
@@ -7274,7 +7462,7 @@
|
|
|
7274
7462
|
"name": "PolicyTracking",
|
|
7275
7463
|
"non_null": false
|
|
7276
7464
|
},
|
|
7277
|
-
"varName": "
|
|
7465
|
+
"varName": "policyTracking"
|
|
7278
7466
|
}
|
|
7279
7467
|
},
|
|
7280
7468
|
"inputFields": null,
|
|
@@ -7291,7 +7479,7 @@
|
|
|
7291
7479
|
"name": "InternetFirewallRule",
|
|
7292
7480
|
"non_null": false
|
|
7293
7481
|
},
|
|
7294
|
-
"varName": "
|
|
7482
|
+
"varName": "internetFirewallRule"
|
|
7295
7483
|
}
|
|
7296
7484
|
},
|
|
7297
7485
|
"inputFields": null,
|
|
@@ -7310,7 +7498,7 @@
|
|
|
7310
7498
|
"name": "InternetFirewallRulePayload",
|
|
7311
7499
|
"non_null": false
|
|
7312
7500
|
},
|
|
7313
|
-
"varName": "
|
|
7501
|
+
"varName": "internetFirewallRulePayload"
|
|
7314
7502
|
},
|
|
7315
7503
|
"sections": {
|
|
7316
7504
|
"args": {},
|
|
@@ -7320,16 +7508,16 @@
|
|
|
7320
7508
|
"isDeprecated": false,
|
|
7321
7509
|
"name": "sections",
|
|
7322
7510
|
"path": "internetFirewall.discardPolicyRevision.policy.sections",
|
|
7323
|
-
"requestStr": "$
|
|
7511
|
+
"requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
|
|
7324
7512
|
"required": true,
|
|
7325
|
-
"responseStr": "sections:$
|
|
7513
|
+
"responseStr": "sections:$policySectionPayload ",
|
|
7326
7514
|
"type": {
|
|
7327
7515
|
"definition": {
|
|
7328
7516
|
"description": null,
|
|
7329
7517
|
"enumValues": null,
|
|
7330
7518
|
"fields": {
|
|
7331
7519
|
"audit": {
|
|
7332
|
-
"alias": "
|
|
7520
|
+
"alias": "policyElementAuditAudit: audit",
|
|
7333
7521
|
"args": {},
|
|
7334
7522
|
"deprecationReason": null,
|
|
7335
7523
|
"description": null,
|
|
@@ -7337,9 +7525,9 @@
|
|
|
7337
7525
|
"isDeprecated": false,
|
|
7338
7526
|
"name": "audit",
|
|
7339
7527
|
"path": "internetFirewall.discardPolicyRevision.policy.sections.audit",
|
|
7340
|
-
"requestStr": "$
|
|
7528
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
7341
7529
|
"required": true,
|
|
7342
|
-
"responseStr": "audit:$
|
|
7530
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
7343
7531
|
"type": {
|
|
7344
7532
|
"definition": {
|
|
7345
7533
|
"description": null,
|
|
@@ -7402,10 +7590,10 @@
|
|
|
7402
7590
|
"name": "PolicyElementAudit",
|
|
7403
7591
|
"non_null": false
|
|
7404
7592
|
},
|
|
7405
|
-
"varName": "
|
|
7593
|
+
"varName": "policyElementAudit"
|
|
7406
7594
|
},
|
|
7407
7595
|
"properties": {
|
|
7408
|
-
"alias": "
|
|
7596
|
+
"alias": "policyElementPropertiesEnumProperties: properties",
|
|
7409
7597
|
"args": {},
|
|
7410
7598
|
"deprecationReason": null,
|
|
7411
7599
|
"description": null,
|
|
@@ -7483,7 +7671,7 @@
|
|
|
7483
7671
|
"varName": "properties"
|
|
7484
7672
|
},
|
|
7485
7673
|
"section": {
|
|
7486
|
-
"alias": "
|
|
7674
|
+
"alias": "policySectionInfoSection: section",
|
|
7487
7675
|
"args": {},
|
|
7488
7676
|
"deprecationReason": null,
|
|
7489
7677
|
"description": null,
|
|
@@ -7491,9 +7679,9 @@
|
|
|
7491
7679
|
"isDeprecated": false,
|
|
7492
7680
|
"name": "section",
|
|
7493
7681
|
"path": "internetFirewall.discardPolicyRevision.policy.sections.section",
|
|
7494
|
-
"requestStr": "$
|
|
7682
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
7495
7683
|
"required": true,
|
|
7496
|
-
"responseStr": "section:$
|
|
7684
|
+
"responseStr": "section:$policySectionInfo ",
|
|
7497
7685
|
"type": {
|
|
7498
7686
|
"definition": {
|
|
7499
7687
|
"description": "Define settings for a policy section",
|
|
@@ -7556,7 +7744,7 @@
|
|
|
7556
7744
|
"name": "PolicySectionInfo",
|
|
7557
7745
|
"non_null": false
|
|
7558
7746
|
},
|
|
7559
|
-
"varName": "
|
|
7747
|
+
"varName": "policySectionInfo"
|
|
7560
7748
|
}
|
|
7561
7749
|
},
|
|
7562
7750
|
"inputFields": null,
|
|
@@ -7575,7 +7763,7 @@
|
|
|
7575
7763
|
"name": "PolicySectionPayload",
|
|
7576
7764
|
"non_null": false
|
|
7577
7765
|
},
|
|
7578
|
-
"varName": "
|
|
7766
|
+
"varName": "policySectionPayload"
|
|
7579
7767
|
}
|
|
7580
7768
|
},
|
|
7581
7769
|
"inputFields": null,
|
|
@@ -7591,10 +7779,10 @@
|
|
|
7591
7779
|
"name": "InternetFirewallPolicy",
|
|
7592
7780
|
"non_null": false
|
|
7593
7781
|
},
|
|
7594
|
-
"varName": "
|
|
7782
|
+
"varName": "internetFirewallPolicy"
|
|
7595
7783
|
},
|
|
7596
7784
|
"status": {
|
|
7597
|
-
"alias": "
|
|
7785
|
+
"alias": "policyMutationStatusStatus: status",
|
|
7598
7786
|
"args": {},
|
|
7599
7787
|
"deprecationReason": null,
|
|
7600
7788
|
"description": null,
|
|
@@ -7654,7 +7842,7 @@
|
|
|
7654
7842
|
"name": "InternetFirewallPolicyMutationPayload",
|
|
7655
7843
|
"non_null": false
|
|
7656
7844
|
},
|
|
7657
|
-
"varName": "
|
|
7845
|
+
"varName": "internetFirewallPolicyMutationPayload"
|
|
7658
7846
|
}
|
|
7659
7847
|
},
|
|
7660
7848
|
"inputFields": null,
|
|
@@ -7670,7 +7858,7 @@
|
|
|
7670
7858
|
"name": "InternetFirewallPolicyMutations",
|
|
7671
7859
|
"non_null": false
|
|
7672
7860
|
},
|
|
7673
|
-
"varName": "
|
|
7861
|
+
"varName": "internetFirewallPolicyMutations"
|
|
7674
7862
|
}
|
|
7675
7863
|
},
|
|
7676
7864
|
"inputFields": null,
|
|
@@ -7687,14 +7875,14 @@
|
|
|
7687
7875
|
"non_null": false
|
|
7688
7876
|
},
|
|
7689
7877
|
"variablesPayload": {
|
|
7690
|
-
"
|
|
7691
|
-
"
|
|
7878
|
+
"internetFirewallPolicyMutationInput": {
|
|
7879
|
+
"policyMutationRevisionInput": {
|
|
7692
7880
|
"id": {
|
|
7693
7881
|
"id": "ID"
|
|
7694
7882
|
}
|
|
7695
7883
|
}
|
|
7696
7884
|
},
|
|
7697
|
-
"
|
|
7885
|
+
"policyDiscardRevisionInput": {
|
|
7698
7886
|
"id": {
|
|
7699
7887
|
"id": "ID"
|
|
7700
7888
|
}
|