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": "createPolicyRevision___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "createPolicyRevision.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$policyCreateRevisionInput:PolicyCreateRevisionInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$policyCreateRevisionInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"name": "PolicyCreateRevisionInput",
|
|
91
91
|
"non_null": false
|
|
92
92
|
},
|
|
93
|
-
"varName": "
|
|
93
|
+
"varName": "policyCreateRevisionInput"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"deprecationReason": null,
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
"id_str": "wanFirewall___input",
|
|
116
116
|
"name": "input",
|
|
117
117
|
"path": "wanFirewall.input",
|
|
118
|
-
"requestStr": "$
|
|
118
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
119
119
|
"required": false,
|
|
120
|
-
"responseStr": "input:$
|
|
120
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
121
121
|
"type": {
|
|
122
122
|
"definition": {
|
|
123
123
|
"description": null,
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"id_str": "wanFirewall___input___revision",
|
|
131
131
|
"name": "revision",
|
|
132
132
|
"path": "wanFirewall.input.revision",
|
|
133
|
-
"requestStr": "$
|
|
133
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
134
134
|
"required": false,
|
|
135
|
-
"responseStr": "revision:$
|
|
135
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
136
136
|
"type": {
|
|
137
137
|
"definition": {
|
|
138
138
|
"description": null,
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"name": "PolicyMutationRevisionInput",
|
|
171
171
|
"non_null": false
|
|
172
172
|
},
|
|
173
|
-
"varName": "
|
|
173
|
+
"varName": "policyMutationRevisionInput"
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
176
|
"interfaces": null,
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"name": "WanFirewallPolicyMutationInput",
|
|
186
186
|
"non_null": false
|
|
187
187
|
},
|
|
188
|
-
"varName": "
|
|
188
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"deprecationReason": null,
|
|
@@ -210,6 +210,7 @@
|
|
|
210
210
|
"CustomCategoryRef": true,
|
|
211
211
|
"CustomService": true,
|
|
212
212
|
"DayOfWeek": true,
|
|
213
|
+
"DeviceAttributes": true,
|
|
213
214
|
"DeviceProfileRef": true,
|
|
214
215
|
"FloatingSubnetRef": true,
|
|
215
216
|
"GlobalIpRangeRef": true,
|
|
@@ -263,15 +264,34 @@
|
|
|
263
264
|
"isDeprecated": false,
|
|
264
265
|
"name": "policy",
|
|
265
266
|
"operationArgs": {
|
|
266
|
-
"
|
|
267
|
+
"accountId": {
|
|
268
|
+
"defaultValue": null,
|
|
269
|
+
"description": null,
|
|
270
|
+
"id_str": "accountId",
|
|
271
|
+
"name": "accountId",
|
|
272
|
+
"path": "accountId",
|
|
273
|
+
"requestStr": "$accountId:ID! ",
|
|
274
|
+
"required": true,
|
|
275
|
+
"responseStr": "accountId:$accountId ",
|
|
276
|
+
"type": {
|
|
277
|
+
"kind": [
|
|
278
|
+
"NON_NULL",
|
|
279
|
+
"SCALAR"
|
|
280
|
+
],
|
|
281
|
+
"name": "ID",
|
|
282
|
+
"non_null": false
|
|
283
|
+
},
|
|
284
|
+
"varName": "accountId"
|
|
285
|
+
},
|
|
286
|
+
"policyCreateRevisionInput": {
|
|
267
287
|
"defaultValue": null,
|
|
268
288
|
"description": null,
|
|
269
289
|
"id_str": "createPolicyRevision___input",
|
|
270
290
|
"name": "input",
|
|
271
291
|
"path": "createPolicyRevision.input",
|
|
272
|
-
"requestStr": "$
|
|
292
|
+
"requestStr": "$policyCreateRevisionInput:PolicyCreateRevisionInput! ",
|
|
273
293
|
"required": true,
|
|
274
|
-
"responseStr": "input:$
|
|
294
|
+
"responseStr": "input:$policyCreateRevisionInput ",
|
|
275
295
|
"type": {
|
|
276
296
|
"definition": {
|
|
277
297
|
"description": null,
|
|
@@ -330,17 +350,17 @@
|
|
|
330
350
|
"name": "PolicyCreateRevisionInput",
|
|
331
351
|
"non_null": false
|
|
332
352
|
},
|
|
333
|
-
"varName": "
|
|
353
|
+
"varName": "policyCreateRevisionInput"
|
|
334
354
|
},
|
|
335
|
-
"
|
|
355
|
+
"wanFirewallPolicyMutationInput": {
|
|
336
356
|
"defaultValue": null,
|
|
337
357
|
"description": null,
|
|
338
358
|
"id_str": "wanFirewall___input",
|
|
339
359
|
"name": "input",
|
|
340
360
|
"path": "wanFirewall.input",
|
|
341
|
-
"requestStr": "$
|
|
361
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
342
362
|
"required": false,
|
|
343
|
-
"responseStr": "input:$
|
|
363
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
344
364
|
"type": {
|
|
345
365
|
"definition": {
|
|
346
366
|
"description": null,
|
|
@@ -353,9 +373,9 @@
|
|
|
353
373
|
"id_str": "wanFirewall___input___revision",
|
|
354
374
|
"name": "revision",
|
|
355
375
|
"path": "wanFirewall.input.revision",
|
|
356
|
-
"requestStr": "$
|
|
376
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
357
377
|
"required": false,
|
|
358
|
-
"responseStr": "revision:$
|
|
378
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
359
379
|
"type": {
|
|
360
380
|
"definition": {
|
|
361
381
|
"description": null,
|
|
@@ -393,7 +413,7 @@
|
|
|
393
413
|
"name": "PolicyMutationRevisionInput",
|
|
394
414
|
"non_null": false
|
|
395
415
|
},
|
|
396
|
-
"varName": "
|
|
416
|
+
"varName": "policyMutationRevisionInput"
|
|
397
417
|
}
|
|
398
418
|
},
|
|
399
419
|
"interfaces": null,
|
|
@@ -408,26 +428,7 @@
|
|
|
408
428
|
"name": "WanFirewallPolicyMutationInput",
|
|
409
429
|
"non_null": false
|
|
410
430
|
},
|
|
411
|
-
"varName": "
|
|
412
|
-
},
|
|
413
|
-
"accountId": {
|
|
414
|
-
"defaultValue": null,
|
|
415
|
-
"description": null,
|
|
416
|
-
"id_str": "accountId",
|
|
417
|
-
"name": "accountId",
|
|
418
|
-
"path": "accountId",
|
|
419
|
-
"requestStr": "$accountId:ID! ",
|
|
420
|
-
"required": true,
|
|
421
|
-
"responseStr": "accountId:$accountId ",
|
|
422
|
-
"type": {
|
|
423
|
-
"kind": [
|
|
424
|
-
"NON_NULL",
|
|
425
|
-
"SCALAR"
|
|
426
|
-
],
|
|
427
|
-
"name": "ID",
|
|
428
|
-
"non_null": false
|
|
429
|
-
},
|
|
430
|
-
"varName": "accountId"
|
|
431
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
431
432
|
}
|
|
432
433
|
},
|
|
433
434
|
"path": "mutation.policy.wanFirewall.createPolicyRevision",
|
|
@@ -444,9 +445,9 @@
|
|
|
444
445
|
"id_str": "wanFirewall___input",
|
|
445
446
|
"name": "input",
|
|
446
447
|
"path": "wanFirewall.input",
|
|
447
|
-
"requestStr": "$
|
|
448
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
448
449
|
"required": false,
|
|
449
|
-
"responseStr": "input:$
|
|
450
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
450
451
|
"type": {
|
|
451
452
|
"definition": {
|
|
452
453
|
"description": null,
|
|
@@ -459,9 +460,9 @@
|
|
|
459
460
|
"id_str": "wanFirewall___input___revision",
|
|
460
461
|
"name": "revision",
|
|
461
462
|
"path": "wanFirewall.input.revision",
|
|
462
|
-
"requestStr": "$
|
|
463
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
463
464
|
"required": false,
|
|
464
|
-
"responseStr": "revision:$
|
|
465
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
465
466
|
"type": {
|
|
466
467
|
"definition": {
|
|
467
468
|
"description": null,
|
|
@@ -499,7 +500,7 @@
|
|
|
499
500
|
"name": "PolicyMutationRevisionInput",
|
|
500
501
|
"non_null": false
|
|
501
502
|
},
|
|
502
|
-
"varName": "
|
|
503
|
+
"varName": "policyMutationRevisionInput"
|
|
503
504
|
}
|
|
504
505
|
},
|
|
505
506
|
"interfaces": null,
|
|
@@ -514,7 +515,7 @@
|
|
|
514
515
|
"name": "WanFirewallPolicyMutationInput",
|
|
515
516
|
"non_null": false
|
|
516
517
|
},
|
|
517
|
-
"varName": "
|
|
518
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
518
519
|
}
|
|
519
520
|
},
|
|
520
521
|
"deprecationReason": null,
|
|
@@ -523,9 +524,9 @@
|
|
|
523
524
|
"isDeprecated": false,
|
|
524
525
|
"name": "wanFirewall",
|
|
525
526
|
"path": "wanFirewall",
|
|
526
|
-
"requestStr": "$
|
|
527
|
+
"requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
|
|
527
528
|
"required": false,
|
|
528
|
-
"responseStr": "wanFirewall:$
|
|
529
|
+
"responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
|
|
529
530
|
"type": {
|
|
530
531
|
"definition": {
|
|
531
532
|
"description": "The Wan Firewall Policy information returned to the caller in the API response.",
|
|
@@ -539,9 +540,9 @@
|
|
|
539
540
|
"id_str": "createPolicyRevision___input",
|
|
540
541
|
"name": "input",
|
|
541
542
|
"path": "createPolicyRevision.input",
|
|
542
|
-
"requestStr": "$
|
|
543
|
+
"requestStr": "$policyCreateRevisionInput:PolicyCreateRevisionInput! ",
|
|
543
544
|
"required": true,
|
|
544
|
-
"responseStr": "input:$
|
|
545
|
+
"responseStr": "input:$policyCreateRevisionInput ",
|
|
545
546
|
"type": {
|
|
546
547
|
"definition": {
|
|
547
548
|
"description": null,
|
|
@@ -600,7 +601,7 @@
|
|
|
600
601
|
"name": "PolicyCreateRevisionInput",
|
|
601
602
|
"non_null": false
|
|
602
603
|
},
|
|
603
|
-
"varName": "
|
|
604
|
+
"varName": "policyCreateRevisionInput"
|
|
604
605
|
}
|
|
605
606
|
},
|
|
606
607
|
"deprecationReason": null,
|
|
@@ -609,16 +610,16 @@
|
|
|
609
610
|
"isDeprecated": false,
|
|
610
611
|
"name": "createPolicyRevision",
|
|
611
612
|
"path": "wanFirewall.createPolicyRevision",
|
|
612
|
-
"requestStr": "$
|
|
613
|
+
"requestStr": "$wanFirewallPolicyMutationPayload:WanFirewallPolicyMutationPayload! ",
|
|
613
614
|
"required": true,
|
|
614
|
-
"responseStr": "createPolicyRevision:$
|
|
615
|
+
"responseStr": "createPolicyRevision:$wanFirewallPolicyMutationPayload ",
|
|
615
616
|
"type": {
|
|
616
617
|
"definition": {
|
|
617
618
|
"description": "Wan Firewall policy information provided in the API response",
|
|
618
619
|
"enumValues": null,
|
|
619
620
|
"fields": {
|
|
620
621
|
"errors": {
|
|
621
|
-
"alias": "
|
|
622
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
622
623
|
"args": {},
|
|
623
624
|
"deprecationReason": null,
|
|
624
625
|
"description": null,
|
|
@@ -626,9 +627,9 @@
|
|
|
626
627
|
"isDeprecated": false,
|
|
627
628
|
"name": "errors",
|
|
628
629
|
"path": "wanFirewall.createPolicyRevision.errors",
|
|
629
|
-
"requestStr": "$
|
|
630
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
630
631
|
"required": true,
|
|
631
|
-
"responseStr": "errors:$
|
|
632
|
+
"responseStr": "errors:$policyMutationError ",
|
|
632
633
|
"type": {
|
|
633
634
|
"definition": {
|
|
634
635
|
"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\"",
|
|
@@ -691,10 +692,10 @@
|
|
|
691
692
|
"name": "PolicyMutationError",
|
|
692
693
|
"non_null": false
|
|
693
694
|
},
|
|
694
|
-
"varName": "
|
|
695
|
+
"varName": "policyMutationError"
|
|
695
696
|
},
|
|
696
697
|
"policy": {
|
|
697
|
-
"alias": "
|
|
698
|
+
"alias": "wanFirewallPolicyPolicy: policy",
|
|
698
699
|
"args": {},
|
|
699
700
|
"deprecationReason": null,
|
|
700
701
|
"description": null,
|
|
@@ -702,9 +703,9 @@
|
|
|
702
703
|
"isDeprecated": false,
|
|
703
704
|
"name": "policy",
|
|
704
705
|
"path": "wanFirewall.createPolicyRevision.policy",
|
|
705
|
-
"requestStr": "$
|
|
706
|
+
"requestStr": "$wanFirewallPolicy:WanFirewallPolicy ",
|
|
706
707
|
"required": false,
|
|
707
|
-
"responseStr": "policy:$
|
|
708
|
+
"responseStr": "policy:$wanFirewallPolicy ",
|
|
708
709
|
"type": {
|
|
709
710
|
"definition": {
|
|
710
711
|
"description": null,
|
|
@@ -718,9 +719,9 @@
|
|
|
718
719
|
"isDeprecated": false,
|
|
719
720
|
"name": "audit",
|
|
720
721
|
"path": "wanFirewall.createPolicyRevision.policy.audit",
|
|
721
|
-
"requestStr": "$
|
|
722
|
+
"requestStr": "$policyAudit:PolicyAudit ",
|
|
722
723
|
"required": false,
|
|
723
|
-
"responseStr": "audit:$
|
|
724
|
+
"responseStr": "audit:$policyAudit ",
|
|
724
725
|
"type": {
|
|
725
726
|
"definition": {
|
|
726
727
|
"description": null,
|
|
@@ -782,7 +783,7 @@
|
|
|
782
783
|
"name": "PolicyAudit",
|
|
783
784
|
"non_null": false
|
|
784
785
|
},
|
|
785
|
-
"varName": "
|
|
786
|
+
"varName": "policyAudit"
|
|
786
787
|
},
|
|
787
788
|
"enabled": {
|
|
788
789
|
"args": {},
|
|
@@ -813,9 +814,9 @@
|
|
|
813
814
|
"isDeprecated": false,
|
|
814
815
|
"name": "revision",
|
|
815
816
|
"path": "wanFirewall.createPolicyRevision.policy.revision",
|
|
816
|
-
"requestStr": "$
|
|
817
|
+
"requestStr": "$policyRevision:PolicyRevision ",
|
|
817
818
|
"required": false,
|
|
818
|
-
"responseStr": "revision:$
|
|
819
|
+
"responseStr": "revision:$policyRevision ",
|
|
819
820
|
"type": {
|
|
820
821
|
"definition": {
|
|
821
822
|
"description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
|
|
@@ -961,7 +962,7 @@
|
|
|
961
962
|
"name": "PolicyRevision",
|
|
962
963
|
"non_null": false
|
|
963
964
|
},
|
|
964
|
-
"varName": "
|
|
965
|
+
"varName": "policyRevision"
|
|
965
966
|
},
|
|
966
967
|
"rules": {
|
|
967
968
|
"args": {},
|
|
@@ -971,16 +972,16 @@
|
|
|
971
972
|
"isDeprecated": false,
|
|
972
973
|
"name": "rules",
|
|
973
974
|
"path": "wanFirewall.createPolicyRevision.policy.rules",
|
|
974
|
-
"requestStr": "$
|
|
975
|
+
"requestStr": "$wanFirewallRulePayload:[WanFirewallRulePayload]! ",
|
|
975
976
|
"required": true,
|
|
976
|
-
"responseStr": "rules:$
|
|
977
|
+
"responseStr": "rules:$wanFirewallRulePayload ",
|
|
977
978
|
"type": {
|
|
978
979
|
"definition": {
|
|
979
980
|
"description": "Wan Firewall policy information for a specific revision",
|
|
980
981
|
"enumValues": null,
|
|
981
982
|
"fields": {
|
|
982
983
|
"audit": {
|
|
983
|
-
"alias": "
|
|
984
|
+
"alias": "policyElementAuditAudit: audit",
|
|
984
985
|
"args": {},
|
|
985
986
|
"deprecationReason": null,
|
|
986
987
|
"description": null,
|
|
@@ -988,9 +989,9 @@
|
|
|
988
989
|
"isDeprecated": false,
|
|
989
990
|
"name": "audit",
|
|
990
991
|
"path": "wanFirewall.createPolicyRevision.policy.rules.audit",
|
|
991
|
-
"requestStr": "$
|
|
992
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
992
993
|
"required": true,
|
|
993
|
-
"responseStr": "audit:$
|
|
994
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
994
995
|
"type": {
|
|
995
996
|
"definition": {
|
|
996
997
|
"description": null,
|
|
@@ -1053,10 +1054,10 @@
|
|
|
1053
1054
|
"name": "PolicyElementAudit",
|
|
1054
1055
|
"non_null": false
|
|
1055
1056
|
},
|
|
1056
|
-
"varName": "
|
|
1057
|
+
"varName": "policyElementAudit"
|
|
1057
1058
|
},
|
|
1058
1059
|
"properties": {
|
|
1059
|
-
"alias": "
|
|
1060
|
+
"alias": "policyElementPropertiesEnumProperties: properties",
|
|
1060
1061
|
"args": {},
|
|
1061
1062
|
"deprecationReason": null,
|
|
1062
1063
|
"description": null,
|
|
@@ -1134,7 +1135,7 @@
|
|
|
1134
1135
|
"varName": "properties"
|
|
1135
1136
|
},
|
|
1136
1137
|
"rule": {
|
|
1137
|
-
"alias": "
|
|
1138
|
+
"alias": "wanFirewallRuleRule: rule",
|
|
1138
1139
|
"args": {},
|
|
1139
1140
|
"deprecationReason": null,
|
|
1140
1141
|
"description": null,
|
|
@@ -1142,16 +1143,16 @@
|
|
|
1142
1143
|
"isDeprecated": false,
|
|
1143
1144
|
"name": "rule",
|
|
1144
1145
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule",
|
|
1145
|
-
"requestStr": "$
|
|
1146
|
+
"requestStr": "$wanFirewallRule:WanFirewallRule! ",
|
|
1146
1147
|
"required": true,
|
|
1147
|
-
"responseStr": "rule:$
|
|
1148
|
+
"responseStr": "rule:$wanFirewallRule ",
|
|
1148
1149
|
"type": {
|
|
1149
1150
|
"definition": {
|
|
1150
1151
|
"description": null,
|
|
1151
1152
|
"enumValues": null,
|
|
1152
1153
|
"fields": {
|
|
1153
1154
|
"action": {
|
|
1154
|
-
"alias": "
|
|
1155
|
+
"alias": "wanFirewallActionEnumAction: action",
|
|
1155
1156
|
"args": {},
|
|
1156
1157
|
"deprecationReason": null,
|
|
1157
1158
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1203,7 +1204,7 @@
|
|
|
1203
1204
|
"varName": "action"
|
|
1204
1205
|
},
|
|
1205
1206
|
"application": {
|
|
1206
|
-
"alias": "
|
|
1207
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
1207
1208
|
"args": {},
|
|
1208
1209
|
"deprecationReason": null,
|
|
1209
1210
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1211,16 +1212,16 @@
|
|
|
1211
1212
|
"isDeprecated": false,
|
|
1212
1213
|
"name": "application",
|
|
1213
1214
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.application",
|
|
1214
|
-
"requestStr": "$
|
|
1215
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
1215
1216
|
"required": true,
|
|
1216
|
-
"responseStr": "application:$
|
|
1217
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
1217
1218
|
"type": {
|
|
1218
1219
|
"definition": {
|
|
1219
1220
|
"description": "Application match criteria set",
|
|
1220
1221
|
"enumValues": null,
|
|
1221
1222
|
"fields": {
|
|
1222
1223
|
"appCategory": {
|
|
1223
|
-
"alias": "
|
|
1224
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
1224
1225
|
"args": {},
|
|
1225
1226
|
"deprecationReason": null,
|
|
1226
1227
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1228,9 +1229,9 @@
|
|
|
1228
1229
|
"isDeprecated": false,
|
|
1229
1230
|
"name": "appCategory",
|
|
1230
1231
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.application.appCategory",
|
|
1231
|
-
"requestStr": "$
|
|
1232
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
1232
1233
|
"required": true,
|
|
1233
|
-
"responseStr": "appCategory:$
|
|
1234
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1234
1235
|
"type": {
|
|
1235
1236
|
"definition": {
|
|
1236
1237
|
"description": null,
|
|
@@ -1295,10 +1296,10 @@
|
|
|
1295
1296
|
"name": "ApplicationCategoryRef",
|
|
1296
1297
|
"non_null": false
|
|
1297
1298
|
},
|
|
1298
|
-
"varName": "
|
|
1299
|
+
"varName": "applicationCategoryRef"
|
|
1299
1300
|
},
|
|
1300
1301
|
"application": {
|
|
1301
|
-
"alias": "
|
|
1302
|
+
"alias": "applicationRefApplication: application",
|
|
1302
1303
|
"args": {},
|
|
1303
1304
|
"deprecationReason": null,
|
|
1304
1305
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1306,9 +1307,9 @@
|
|
|
1306
1307
|
"isDeprecated": false,
|
|
1307
1308
|
"name": "application",
|
|
1308
1309
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.application.application",
|
|
1309
|
-
"requestStr": "$
|
|
1310
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
1310
1311
|
"required": true,
|
|
1311
|
-
"responseStr": "application:$
|
|
1312
|
+
"responseStr": "application:$applicationRef ",
|
|
1312
1313
|
"type": {
|
|
1313
1314
|
"definition": {
|
|
1314
1315
|
"description": null,
|
|
@@ -1373,10 +1374,10 @@
|
|
|
1373
1374
|
"name": "ApplicationRef",
|
|
1374
1375
|
"non_null": false
|
|
1375
1376
|
},
|
|
1376
|
-
"varName": "
|
|
1377
|
+
"varName": "applicationRef"
|
|
1377
1378
|
},
|
|
1378
1379
|
"customApp": {
|
|
1379
|
-
"alias": "
|
|
1380
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
1380
1381
|
"args": {},
|
|
1381
1382
|
"deprecationReason": null,
|
|
1382
1383
|
"description": "Custom (user-defined) applications",
|
|
@@ -1384,9 +1385,9 @@
|
|
|
1384
1385
|
"isDeprecated": false,
|
|
1385
1386
|
"name": "customApp",
|
|
1386
1387
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.application.customApp",
|
|
1387
|
-
"requestStr": "$
|
|
1388
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
1388
1389
|
"required": true,
|
|
1389
|
-
"responseStr": "customApp:$
|
|
1390
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
1390
1391
|
"type": {
|
|
1391
1392
|
"definition": {
|
|
1392
1393
|
"description": null,
|
|
@@ -1451,10 +1452,10 @@
|
|
|
1451
1452
|
"name": "CustomApplicationRef",
|
|
1452
1453
|
"non_null": false
|
|
1453
1454
|
},
|
|
1454
|
-
"varName": "
|
|
1455
|
+
"varName": "customApplicationRef"
|
|
1455
1456
|
},
|
|
1456
1457
|
"customCategory": {
|
|
1457
|
-
"alias": "
|
|
1458
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
1458
1459
|
"args": {},
|
|
1459
1460
|
"deprecationReason": null,
|
|
1460
1461
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1462,9 +1463,9 @@
|
|
|
1462
1463
|
"isDeprecated": false,
|
|
1463
1464
|
"name": "customCategory",
|
|
1464
1465
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.application.customCategory",
|
|
1465
|
-
"requestStr": "$
|
|
1466
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
1466
1467
|
"required": true,
|
|
1467
|
-
"responseStr": "customCategory:$
|
|
1468
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
1468
1469
|
"type": {
|
|
1469
1470
|
"definition": {
|
|
1470
1471
|
"description": null,
|
|
@@ -1529,7 +1530,7 @@
|
|
|
1529
1530
|
"name": "CustomCategoryRef",
|
|
1530
1531
|
"non_null": false
|
|
1531
1532
|
},
|
|
1532
|
-
"varName": "
|
|
1533
|
+
"varName": "customCategoryRef"
|
|
1533
1534
|
},
|
|
1534
1535
|
"domain": {
|
|
1535
1536
|
"args": {},
|
|
@@ -1578,7 +1579,7 @@
|
|
|
1578
1579
|
"varName": "fqdn"
|
|
1579
1580
|
},
|
|
1580
1581
|
"globalIpRange": {
|
|
1581
|
-
"alias": "
|
|
1582
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
1582
1583
|
"args": {},
|
|
1583
1584
|
"deprecationReason": null,
|
|
1584
1585
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1586,9 +1587,9 @@
|
|
|
1586
1587
|
"isDeprecated": false,
|
|
1587
1588
|
"name": "globalIpRange",
|
|
1588
1589
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.application.globalIpRange",
|
|
1589
|
-
"requestStr": "$
|
|
1590
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
1590
1591
|
"required": true,
|
|
1591
|
-
"responseStr": "globalIpRange:$
|
|
1592
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1592
1593
|
"type": {
|
|
1593
1594
|
"definition": {
|
|
1594
1595
|
"description": null,
|
|
@@ -1653,7 +1654,7 @@
|
|
|
1653
1654
|
"name": "GlobalIpRangeRef",
|
|
1654
1655
|
"non_null": false
|
|
1655
1656
|
},
|
|
1656
|
-
"varName": "
|
|
1657
|
+
"varName": "globalIpRangeRef"
|
|
1657
1658
|
},
|
|
1658
1659
|
"ip": {
|
|
1659
1660
|
"args": {},
|
|
@@ -1679,7 +1680,7 @@
|
|
|
1679
1680
|
"varName": "ip"
|
|
1680
1681
|
},
|
|
1681
1682
|
"ipRange": {
|
|
1682
|
-
"alias": "
|
|
1683
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
1683
1684
|
"args": {},
|
|
1684
1685
|
"deprecationReason": null,
|
|
1685
1686
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1687,9 +1688,9 @@
|
|
|
1687
1688
|
"isDeprecated": false,
|
|
1688
1689
|
"name": "ipRange",
|
|
1689
1690
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.application.ipRange",
|
|
1690
|
-
"requestStr": "$
|
|
1691
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
1691
1692
|
"required": true,
|
|
1692
|
-
"responseStr": "ipRange:$
|
|
1693
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
1693
1694
|
"type": {
|
|
1694
1695
|
"definition": {
|
|
1695
1696
|
"description": "Inclusive range of IPs",
|
|
@@ -1754,10 +1755,10 @@
|
|
|
1754
1755
|
"name": "IpAddressRange",
|
|
1755
1756
|
"non_null": false
|
|
1756
1757
|
},
|
|
1757
|
-
"varName": "
|
|
1758
|
+
"varName": "ipAddressRange"
|
|
1758
1759
|
},
|
|
1759
1760
|
"sanctionedAppsCategory": {
|
|
1760
|
-
"alias": "
|
|
1761
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
1761
1762
|
"args": {},
|
|
1762
1763
|
"deprecationReason": null,
|
|
1763
1764
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1765,9 +1766,9 @@
|
|
|
1765
1766
|
"isDeprecated": false,
|
|
1766
1767
|
"name": "sanctionedAppsCategory",
|
|
1767
1768
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.application.sanctionedAppsCategory",
|
|
1768
|
-
"requestStr": "$
|
|
1769
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
1769
1770
|
"required": true,
|
|
1770
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
1771
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1771
1772
|
"type": {
|
|
1772
1773
|
"definition": {
|
|
1773
1774
|
"description": null,
|
|
@@ -1832,7 +1833,7 @@
|
|
|
1832
1833
|
"name": "SanctionedAppsCategoryRef",
|
|
1833
1834
|
"non_null": false
|
|
1834
1835
|
},
|
|
1835
|
-
"varName": "
|
|
1836
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
1836
1837
|
},
|
|
1837
1838
|
"subnet": {
|
|
1838
1839
|
"args": {},
|
|
@@ -1872,10 +1873,10 @@
|
|
|
1872
1873
|
"name": "WanFirewallApplication",
|
|
1873
1874
|
"non_null": false
|
|
1874
1875
|
},
|
|
1875
|
-
"varName": "
|
|
1876
|
+
"varName": "wanFirewallApplication"
|
|
1876
1877
|
},
|
|
1877
1878
|
"connectionOrigin": {
|
|
1878
|
-
"alias": "
|
|
1879
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
1879
1880
|
"args": {},
|
|
1880
1881
|
"deprecationReason": null,
|
|
1881
1882
|
"description": "Connection origin of the traffic",
|
|
@@ -1927,7 +1928,7 @@
|
|
|
1927
1928
|
"varName": "connectionOrigin"
|
|
1928
1929
|
},
|
|
1929
1930
|
"country": {
|
|
1930
|
-
"alias": "
|
|
1931
|
+
"alias": "countryRefCountry: country",
|
|
1931
1932
|
"args": {},
|
|
1932
1933
|
"deprecationReason": null,
|
|
1933
1934
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1935,9 +1936,9 @@
|
|
|
1935
1936
|
"isDeprecated": false,
|
|
1936
1937
|
"name": "country",
|
|
1937
1938
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.country",
|
|
1938
|
-
"requestStr": "$
|
|
1939
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1939
1940
|
"required": true,
|
|
1940
|
-
"responseStr": "country:$
|
|
1941
|
+
"responseStr": "country:$countryRef ",
|
|
1941
1942
|
"type": {
|
|
1942
1943
|
"definition": {
|
|
1943
1944
|
"description": null,
|
|
@@ -2002,7 +2003,7 @@
|
|
|
2002
2003
|
"name": "CountryRef",
|
|
2003
2004
|
"non_null": false
|
|
2004
2005
|
},
|
|
2005
|
-
"varName": "
|
|
2006
|
+
"varName": "countryRef"
|
|
2006
2007
|
},
|
|
2007
2008
|
"description": {
|
|
2008
2009
|
"args": {},
|
|
@@ -2026,7 +2027,7 @@
|
|
|
2026
2027
|
"varName": "description"
|
|
2027
2028
|
},
|
|
2028
2029
|
"destination": {
|
|
2029
|
-
"alias": "
|
|
2030
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
2030
2031
|
"args": {},
|
|
2031
2032
|
"deprecationReason": null,
|
|
2032
2033
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2034,16 +2035,16 @@
|
|
|
2034
2035
|
"isDeprecated": false,
|
|
2035
2036
|
"name": "destination",
|
|
2036
2037
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination",
|
|
2037
|
-
"requestStr": "$
|
|
2038
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
2038
2039
|
"required": true,
|
|
2039
|
-
"responseStr": "destination:$
|
|
2040
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
2040
2041
|
"type": {
|
|
2041
2042
|
"definition": {
|
|
2042
2043
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
2043
2044
|
"enumValues": null,
|
|
2044
2045
|
"fields": {
|
|
2045
2046
|
"floatingSubnet": {
|
|
2046
|
-
"alias": "
|
|
2047
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
2047
2048
|
"args": {},
|
|
2048
2049
|
"deprecationReason": null,
|
|
2049
2050
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -2051,9 +2052,9 @@
|
|
|
2051
2052
|
"isDeprecated": false,
|
|
2052
2053
|
"name": "floatingSubnet",
|
|
2053
2054
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.floatingSubnet",
|
|
2054
|
-
"requestStr": "$
|
|
2055
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
2055
2056
|
"required": true,
|
|
2056
|
-
"responseStr": "floatingSubnet:$
|
|
2057
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
2057
2058
|
"type": {
|
|
2058
2059
|
"definition": {
|
|
2059
2060
|
"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.",
|
|
@@ -2118,10 +2119,10 @@
|
|
|
2118
2119
|
"name": "FloatingSubnetRef",
|
|
2119
2120
|
"non_null": false
|
|
2120
2121
|
},
|
|
2121
|
-
"varName": "
|
|
2122
|
+
"varName": "floatingSubnetRef"
|
|
2122
2123
|
},
|
|
2123
2124
|
"globalIpRange": {
|
|
2124
|
-
"alias": "
|
|
2125
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
2125
2126
|
"args": {},
|
|
2126
2127
|
"deprecationReason": null,
|
|
2127
2128
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2129,9 +2130,9 @@
|
|
|
2129
2130
|
"isDeprecated": false,
|
|
2130
2131
|
"name": "globalIpRange",
|
|
2131
2132
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.globalIpRange",
|
|
2132
|
-
"requestStr": "$
|
|
2133
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
2133
2134
|
"required": true,
|
|
2134
|
-
"responseStr": "globalIpRange:$
|
|
2135
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2135
2136
|
"type": {
|
|
2136
2137
|
"definition": {
|
|
2137
2138
|
"description": null,
|
|
@@ -2196,10 +2197,10 @@
|
|
|
2196
2197
|
"name": "GlobalIpRangeRef",
|
|
2197
2198
|
"non_null": false
|
|
2198
2199
|
},
|
|
2199
|
-
"varName": "
|
|
2200
|
+
"varName": "globalIpRangeRef"
|
|
2200
2201
|
},
|
|
2201
2202
|
"group": {
|
|
2202
|
-
"alias": "
|
|
2203
|
+
"alias": "groupRefGroup: group",
|
|
2203
2204
|
"args": {},
|
|
2204
2205
|
"deprecationReason": null,
|
|
2205
2206
|
"description": "Groups defined for your account",
|
|
@@ -2207,9 +2208,9 @@
|
|
|
2207
2208
|
"isDeprecated": false,
|
|
2208
2209
|
"name": "group",
|
|
2209
2210
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.group",
|
|
2210
|
-
"requestStr": "$
|
|
2211
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
2211
2212
|
"required": true,
|
|
2212
|
-
"responseStr": "group:$
|
|
2213
|
+
"responseStr": "group:$groupRef ",
|
|
2213
2214
|
"type": {
|
|
2214
2215
|
"definition": {
|
|
2215
2216
|
"description": null,
|
|
@@ -2274,10 +2275,10 @@
|
|
|
2274
2275
|
"name": "GroupRef",
|
|
2275
2276
|
"non_null": false
|
|
2276
2277
|
},
|
|
2277
|
-
"varName": "
|
|
2278
|
+
"varName": "groupRef"
|
|
2278
2279
|
},
|
|
2279
2280
|
"host": {
|
|
2280
|
-
"alias": "
|
|
2281
|
+
"alias": "hostRefHost: host",
|
|
2281
2282
|
"args": {},
|
|
2282
2283
|
"deprecationReason": null,
|
|
2283
2284
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2285,9 +2286,9 @@
|
|
|
2285
2286
|
"isDeprecated": false,
|
|
2286
2287
|
"name": "host",
|
|
2287
2288
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.host",
|
|
2288
|
-
"requestStr": "$
|
|
2289
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
2289
2290
|
"required": true,
|
|
2290
|
-
"responseStr": "host:$
|
|
2291
|
+
"responseStr": "host:$hostRef ",
|
|
2291
2292
|
"type": {
|
|
2292
2293
|
"definition": {
|
|
2293
2294
|
"description": null,
|
|
@@ -2352,7 +2353,7 @@
|
|
|
2352
2353
|
"name": "HostRef",
|
|
2353
2354
|
"non_null": false
|
|
2354
2355
|
},
|
|
2355
|
-
"varName": "
|
|
2356
|
+
"varName": "hostRef"
|
|
2356
2357
|
},
|
|
2357
2358
|
"ip": {
|
|
2358
2359
|
"args": {},
|
|
@@ -2378,7 +2379,7 @@
|
|
|
2378
2379
|
"varName": "ip"
|
|
2379
2380
|
},
|
|
2380
2381
|
"ipRange": {
|
|
2381
|
-
"alias": "
|
|
2382
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
2382
2383
|
"args": {},
|
|
2383
2384
|
"deprecationReason": null,
|
|
2384
2385
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2386,9 +2387,9 @@
|
|
|
2386
2387
|
"isDeprecated": false,
|
|
2387
2388
|
"name": "ipRange",
|
|
2388
2389
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.ipRange",
|
|
2389
|
-
"requestStr": "$
|
|
2390
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
2390
2391
|
"required": true,
|
|
2391
|
-
"responseStr": "ipRange:$
|
|
2392
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
2392
2393
|
"type": {
|
|
2393
2394
|
"definition": {
|
|
2394
2395
|
"description": "Inclusive range of IPs",
|
|
@@ -2453,10 +2454,10 @@
|
|
|
2453
2454
|
"name": "IpAddressRange",
|
|
2454
2455
|
"non_null": false
|
|
2455
2456
|
},
|
|
2456
|
-
"varName": "
|
|
2457
|
+
"varName": "ipAddressRange"
|
|
2457
2458
|
},
|
|
2458
2459
|
"networkInterface": {
|
|
2459
|
-
"alias": "
|
|
2460
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
2460
2461
|
"args": {},
|
|
2461
2462
|
"deprecationReason": null,
|
|
2462
2463
|
"description": "Network range defined for a site",
|
|
@@ -2464,9 +2465,9 @@
|
|
|
2464
2465
|
"isDeprecated": false,
|
|
2465
2466
|
"name": "networkInterface",
|
|
2466
2467
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.networkInterface",
|
|
2467
|
-
"requestStr": "$
|
|
2468
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
2468
2469
|
"required": true,
|
|
2469
|
-
"responseStr": "networkInterface:$
|
|
2470
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2470
2471
|
"type": {
|
|
2471
2472
|
"definition": {
|
|
2472
2473
|
"description": null,
|
|
@@ -2531,10 +2532,10 @@
|
|
|
2531
2532
|
"name": "NetworkInterfaceRef",
|
|
2532
2533
|
"non_null": false
|
|
2533
2534
|
},
|
|
2534
|
-
"varName": "
|
|
2535
|
+
"varName": "networkInterfaceRef"
|
|
2535
2536
|
},
|
|
2536
2537
|
"site": {
|
|
2537
|
-
"alias": "
|
|
2538
|
+
"alias": "siteRefSite: site",
|
|
2538
2539
|
"args": {},
|
|
2539
2540
|
"deprecationReason": null,
|
|
2540
2541
|
"description": "Site defined for the account",
|
|
@@ -2542,9 +2543,9 @@
|
|
|
2542
2543
|
"isDeprecated": false,
|
|
2543
2544
|
"name": "site",
|
|
2544
2545
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.site",
|
|
2545
|
-
"requestStr": "$
|
|
2546
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
2546
2547
|
"required": true,
|
|
2547
|
-
"responseStr": "site:$
|
|
2548
|
+
"responseStr": "site:$siteRef ",
|
|
2548
2549
|
"type": {
|
|
2549
2550
|
"definition": {
|
|
2550
2551
|
"description": null,
|
|
@@ -2609,10 +2610,10 @@
|
|
|
2609
2610
|
"name": "SiteRef",
|
|
2610
2611
|
"non_null": false
|
|
2611
2612
|
},
|
|
2612
|
-
"varName": "
|
|
2613
|
+
"varName": "siteRef"
|
|
2613
2614
|
},
|
|
2614
2615
|
"siteNetworkSubnet": {
|
|
2615
|
-
"alias": "
|
|
2616
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
2616
2617
|
"args": {},
|
|
2617
2618
|
"deprecationReason": null,
|
|
2618
2619
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2620,9 +2621,9 @@
|
|
|
2620
2621
|
"isDeprecated": false,
|
|
2621
2622
|
"name": "siteNetworkSubnet",
|
|
2622
2623
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.siteNetworkSubnet",
|
|
2623
|
-
"requestStr": "$
|
|
2624
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
2624
2625
|
"required": true,
|
|
2625
|
-
"responseStr": "siteNetworkSubnet:$
|
|
2626
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2626
2627
|
"type": {
|
|
2627
2628
|
"definition": {
|
|
2628
2629
|
"description": null,
|
|
@@ -2687,7 +2688,7 @@
|
|
|
2687
2688
|
"name": "SiteNetworkSubnetRef",
|
|
2688
2689
|
"non_null": false
|
|
2689
2690
|
},
|
|
2690
|
-
"varName": "
|
|
2691
|
+
"varName": "siteNetworkSubnetRef"
|
|
2691
2692
|
},
|
|
2692
2693
|
"subnet": {
|
|
2693
2694
|
"args": {},
|
|
@@ -2713,7 +2714,7 @@
|
|
|
2713
2714
|
"varName": "subnet"
|
|
2714
2715
|
},
|
|
2715
2716
|
"systemGroup": {
|
|
2716
|
-
"alias": "
|
|
2717
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
2717
2718
|
"args": {},
|
|
2718
2719
|
"deprecationReason": null,
|
|
2719
2720
|
"description": "Predefined Cato groups",
|
|
@@ -2721,9 +2722,9 @@
|
|
|
2721
2722
|
"isDeprecated": false,
|
|
2722
2723
|
"name": "systemGroup",
|
|
2723
2724
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.systemGroup",
|
|
2724
|
-
"requestStr": "$
|
|
2725
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
2725
2726
|
"required": true,
|
|
2726
|
-
"responseStr": "systemGroup:$
|
|
2727
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2727
2728
|
"type": {
|
|
2728
2729
|
"definition": {
|
|
2729
2730
|
"description": null,
|
|
@@ -2788,10 +2789,10 @@
|
|
|
2788
2789
|
"name": "SystemGroupRef",
|
|
2789
2790
|
"non_null": false
|
|
2790
2791
|
},
|
|
2791
|
-
"varName": "
|
|
2792
|
+
"varName": "systemGroupRef"
|
|
2792
2793
|
},
|
|
2793
2794
|
"user": {
|
|
2794
|
-
"alias": "
|
|
2795
|
+
"alias": "userRefUser: user",
|
|
2795
2796
|
"args": {},
|
|
2796
2797
|
"deprecationReason": null,
|
|
2797
2798
|
"description": "Individual users defined for the account",
|
|
@@ -2799,9 +2800,9 @@
|
|
|
2799
2800
|
"isDeprecated": false,
|
|
2800
2801
|
"name": "user",
|
|
2801
2802
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.user",
|
|
2802
|
-
"requestStr": "$
|
|
2803
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
2803
2804
|
"required": true,
|
|
2804
|
-
"responseStr": "user:$
|
|
2805
|
+
"responseStr": "user:$userRef ",
|
|
2805
2806
|
"type": {
|
|
2806
2807
|
"definition": {
|
|
2807
2808
|
"description": null,
|
|
@@ -2866,10 +2867,10 @@
|
|
|
2866
2867
|
"name": "UserRef",
|
|
2867
2868
|
"non_null": false
|
|
2868
2869
|
},
|
|
2869
|
-
"varName": "
|
|
2870
|
+
"varName": "userRef"
|
|
2870
2871
|
},
|
|
2871
2872
|
"usersGroup": {
|
|
2872
|
-
"alias": "
|
|
2873
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
2873
2874
|
"args": {},
|
|
2874
2875
|
"deprecationReason": null,
|
|
2875
2876
|
"description": "Group of users",
|
|
@@ -2877,9 +2878,9 @@
|
|
|
2877
2878
|
"isDeprecated": false,
|
|
2878
2879
|
"name": "usersGroup",
|
|
2879
2880
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.destination.usersGroup",
|
|
2880
|
-
"requestStr": "$
|
|
2881
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
2881
2882
|
"required": true,
|
|
2882
|
-
"responseStr": "usersGroup:$
|
|
2883
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2883
2884
|
"type": {
|
|
2884
2885
|
"definition": {
|
|
2885
2886
|
"description": null,
|
|
@@ -2944,7 +2945,7 @@
|
|
|
2944
2945
|
"name": "UsersGroupRef",
|
|
2945
2946
|
"non_null": false
|
|
2946
2947
|
},
|
|
2947
|
-
"varName": "
|
|
2948
|
+
"varName": "usersGroupRef"
|
|
2948
2949
|
}
|
|
2949
2950
|
},
|
|
2950
2951
|
"inputFields": null,
|
|
@@ -2961,10 +2962,10 @@
|
|
|
2961
2962
|
"name": "WanFirewallDestination",
|
|
2962
2963
|
"non_null": false
|
|
2963
2964
|
},
|
|
2964
|
-
"varName": "
|
|
2965
|
+
"varName": "wanFirewallDestination"
|
|
2965
2966
|
},
|
|
2966
2967
|
"device": {
|
|
2967
|
-
"alias": "
|
|
2968
|
+
"alias": "deviceProfileRefDevice: device",
|
|
2968
2969
|
"args": {},
|
|
2969
2970
|
"deprecationReason": null,
|
|
2970
2971
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2972,9 +2973,9 @@
|
|
|
2972
2973
|
"isDeprecated": false,
|
|
2973
2974
|
"name": "device",
|
|
2974
2975
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.device",
|
|
2975
|
-
"requestStr": "$
|
|
2976
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
2976
2977
|
"required": true,
|
|
2977
|
-
"responseStr": "device:$
|
|
2978
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
2978
2979
|
"type": {
|
|
2979
2980
|
"definition": {
|
|
2980
2981
|
"description": null,
|
|
@@ -3039,10 +3040,182 @@
|
|
|
3039
3040
|
"name": "DeviceProfileRef",
|
|
3040
3041
|
"non_null": false
|
|
3041
3042
|
},
|
|
3042
|
-
"varName": "
|
|
3043
|
+
"varName": "deviceProfileRef"
|
|
3044
|
+
},
|
|
3045
|
+
"deviceAttributes": {
|
|
3046
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
3047
|
+
"args": {},
|
|
3048
|
+
"deprecationReason": null,
|
|
3049
|
+
"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.",
|
|
3050
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes",
|
|
3051
|
+
"isDeprecated": false,
|
|
3052
|
+
"name": "deviceAttributes",
|
|
3053
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes",
|
|
3054
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
3055
|
+
"required": true,
|
|
3056
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
3057
|
+
"type": {
|
|
3058
|
+
"definition": {
|
|
3059
|
+
"description": null,
|
|
3060
|
+
"enumValues": null,
|
|
3061
|
+
"fields": {
|
|
3062
|
+
"category": {
|
|
3063
|
+
"args": {},
|
|
3064
|
+
"deprecationReason": null,
|
|
3065
|
+
"description": "The category of the firewall device.",
|
|
3066
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___category",
|
|
3067
|
+
"isDeprecated": false,
|
|
3068
|
+
"name": "category",
|
|
3069
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.category",
|
|
3070
|
+
"requestStr": "$category:[String]! ",
|
|
3071
|
+
"required": true,
|
|
3072
|
+
"responseStr": "category:$category ",
|
|
3073
|
+
"type": {
|
|
3074
|
+
"kind": [
|
|
3075
|
+
"NON_NULL",
|
|
3076
|
+
"LIST",
|
|
3077
|
+
"NON_NULL",
|
|
3078
|
+
"SCALAR"
|
|
3079
|
+
],
|
|
3080
|
+
"name": "String",
|
|
3081
|
+
"non_null": false
|
|
3082
|
+
},
|
|
3083
|
+
"varName": "category"
|
|
3084
|
+
},
|
|
3085
|
+
"manufacturer": {
|
|
3086
|
+
"args": {},
|
|
3087
|
+
"deprecationReason": null,
|
|
3088
|
+
"description": "The manufacturer of the firewall device.",
|
|
3089
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___manufacturer",
|
|
3090
|
+
"isDeprecated": false,
|
|
3091
|
+
"name": "manufacturer",
|
|
3092
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.manufacturer",
|
|
3093
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
3094
|
+
"required": true,
|
|
3095
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
3096
|
+
"type": {
|
|
3097
|
+
"kind": [
|
|
3098
|
+
"NON_NULL",
|
|
3099
|
+
"LIST",
|
|
3100
|
+
"NON_NULL",
|
|
3101
|
+
"SCALAR"
|
|
3102
|
+
],
|
|
3103
|
+
"name": "String",
|
|
3104
|
+
"non_null": false
|
|
3105
|
+
},
|
|
3106
|
+
"varName": "manufacturer"
|
|
3107
|
+
},
|
|
3108
|
+
"model": {
|
|
3109
|
+
"args": {},
|
|
3110
|
+
"deprecationReason": null,
|
|
3111
|
+
"description": "The model of the firewall device.",
|
|
3112
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___model",
|
|
3113
|
+
"isDeprecated": false,
|
|
3114
|
+
"name": "model",
|
|
3115
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.model",
|
|
3116
|
+
"requestStr": "$model:[String]! ",
|
|
3117
|
+
"required": true,
|
|
3118
|
+
"responseStr": "model:$model ",
|
|
3119
|
+
"type": {
|
|
3120
|
+
"kind": [
|
|
3121
|
+
"NON_NULL",
|
|
3122
|
+
"LIST",
|
|
3123
|
+
"NON_NULL",
|
|
3124
|
+
"SCALAR"
|
|
3125
|
+
],
|
|
3126
|
+
"name": "String",
|
|
3127
|
+
"non_null": false
|
|
3128
|
+
},
|
|
3129
|
+
"varName": "model"
|
|
3130
|
+
},
|
|
3131
|
+
"os": {
|
|
3132
|
+
"args": {},
|
|
3133
|
+
"deprecationReason": null,
|
|
3134
|
+
"description": "The operating system of the firewall device.",
|
|
3135
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___os",
|
|
3136
|
+
"isDeprecated": false,
|
|
3137
|
+
"name": "os",
|
|
3138
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.os",
|
|
3139
|
+
"requestStr": "$os:[String]! ",
|
|
3140
|
+
"required": true,
|
|
3141
|
+
"responseStr": "os:$os ",
|
|
3142
|
+
"type": {
|
|
3143
|
+
"kind": [
|
|
3144
|
+
"NON_NULL",
|
|
3145
|
+
"LIST",
|
|
3146
|
+
"NON_NULL",
|
|
3147
|
+
"SCALAR"
|
|
3148
|
+
],
|
|
3149
|
+
"name": "String",
|
|
3150
|
+
"non_null": false
|
|
3151
|
+
},
|
|
3152
|
+
"varName": "os"
|
|
3153
|
+
},
|
|
3154
|
+
"osVersion": {
|
|
3155
|
+
"args": {},
|
|
3156
|
+
"deprecationReason": null,
|
|
3157
|
+
"description": "The version of the operating system of the firewall device.",
|
|
3158
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___osVersion",
|
|
3159
|
+
"isDeprecated": false,
|
|
3160
|
+
"name": "osVersion",
|
|
3161
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.osVersion",
|
|
3162
|
+
"requestStr": "$osVersion:[String]! ",
|
|
3163
|
+
"required": true,
|
|
3164
|
+
"responseStr": "osVersion:$osVersion ",
|
|
3165
|
+
"type": {
|
|
3166
|
+
"kind": [
|
|
3167
|
+
"NON_NULL",
|
|
3168
|
+
"LIST",
|
|
3169
|
+
"NON_NULL",
|
|
3170
|
+
"SCALAR"
|
|
3171
|
+
],
|
|
3172
|
+
"name": "String",
|
|
3173
|
+
"non_null": false
|
|
3174
|
+
},
|
|
3175
|
+
"varName": "osVersion"
|
|
3176
|
+
},
|
|
3177
|
+
"type": {
|
|
3178
|
+
"args": {},
|
|
3179
|
+
"deprecationReason": null,
|
|
3180
|
+
"description": "The type of the firewall device.",
|
|
3181
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___type",
|
|
3182
|
+
"isDeprecated": false,
|
|
3183
|
+
"name": "type",
|
|
3184
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.type",
|
|
3185
|
+
"requestStr": "$type:[String]! ",
|
|
3186
|
+
"required": true,
|
|
3187
|
+
"responseStr": "type:$type ",
|
|
3188
|
+
"type": {
|
|
3189
|
+
"kind": [
|
|
3190
|
+
"NON_NULL",
|
|
3191
|
+
"LIST",
|
|
3192
|
+
"NON_NULL",
|
|
3193
|
+
"SCALAR"
|
|
3194
|
+
],
|
|
3195
|
+
"name": "String",
|
|
3196
|
+
"non_null": false
|
|
3197
|
+
},
|
|
3198
|
+
"varName": "type"
|
|
3199
|
+
}
|
|
3200
|
+
},
|
|
3201
|
+
"inputFields": null,
|
|
3202
|
+
"interfaces": {},
|
|
3203
|
+
"kind": "OBJECT",
|
|
3204
|
+
"name": "DeviceAttributes",
|
|
3205
|
+
"possibleTypes": null
|
|
3206
|
+
},
|
|
3207
|
+
"indexType": "object",
|
|
3208
|
+
"kind": [
|
|
3209
|
+
"NON_NULL",
|
|
3210
|
+
"OBJECT"
|
|
3211
|
+
],
|
|
3212
|
+
"name": "DeviceAttributes",
|
|
3213
|
+
"non_null": false
|
|
3214
|
+
},
|
|
3215
|
+
"varName": "deviceAttributes"
|
|
3043
3216
|
},
|
|
3044
3217
|
"deviceOS": {
|
|
3045
|
-
"alias": "
|
|
3218
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
3046
3219
|
"args": {},
|
|
3047
3220
|
"deprecationReason": null,
|
|
3048
3221
|
"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.",
|
|
@@ -3114,7 +3287,7 @@
|
|
|
3114
3287
|
"varName": "deviceOS"
|
|
3115
3288
|
},
|
|
3116
3289
|
"direction": {
|
|
3117
|
-
"alias": "
|
|
3290
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
3118
3291
|
"args": {},
|
|
3119
3292
|
"deprecationReason": null,
|
|
3120
3293
|
"description": null,
|
|
@@ -3181,7 +3354,7 @@
|
|
|
3181
3354
|
"varName": "enabled"
|
|
3182
3355
|
},
|
|
3183
3356
|
"exceptions": {
|
|
3184
|
-
"alias": "
|
|
3357
|
+
"alias": "wanFirewallRuleExceptionExceptions: exceptions",
|
|
3185
3358
|
"args": {},
|
|
3186
3359
|
"deprecationReason": null,
|
|
3187
3360
|
"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.",
|
|
@@ -3189,16 +3362,16 @@
|
|
|
3189
3362
|
"isDeprecated": false,
|
|
3190
3363
|
"name": "exceptions",
|
|
3191
3364
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions",
|
|
3192
|
-
"requestStr": "$
|
|
3365
|
+
"requestStr": "$wanFirewallRuleException:[WanFirewallRuleException]! ",
|
|
3193
3366
|
"required": true,
|
|
3194
|
-
"responseStr": "exceptions:$
|
|
3367
|
+
"responseStr": "exceptions:$wanFirewallRuleException ",
|
|
3195
3368
|
"type": {
|
|
3196
3369
|
"definition": {
|
|
3197
3370
|
"description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
|
|
3198
3371
|
"enumValues": null,
|
|
3199
3372
|
"fields": {
|
|
3200
3373
|
"application": {
|
|
3201
|
-
"alias": "
|
|
3374
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
3202
3375
|
"args": {},
|
|
3203
3376
|
"deprecationReason": null,
|
|
3204
3377
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3206,16 +3379,16 @@
|
|
|
3206
3379
|
"isDeprecated": false,
|
|
3207
3380
|
"name": "application",
|
|
3208
3381
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.application",
|
|
3209
|
-
"requestStr": "$
|
|
3382
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
3210
3383
|
"required": true,
|
|
3211
|
-
"responseStr": "application:$
|
|
3384
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
3212
3385
|
"type": {
|
|
3213
3386
|
"definition": {
|
|
3214
3387
|
"description": "Application match criteria set",
|
|
3215
3388
|
"enumValues": null,
|
|
3216
3389
|
"fields": {
|
|
3217
3390
|
"appCategory": {
|
|
3218
|
-
"alias": "
|
|
3391
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
3219
3392
|
"args": {},
|
|
3220
3393
|
"deprecationReason": null,
|
|
3221
3394
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3223,9 +3396,9 @@
|
|
|
3223
3396
|
"isDeprecated": false,
|
|
3224
3397
|
"name": "appCategory",
|
|
3225
3398
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.application.appCategory",
|
|
3226
|
-
"requestStr": "$
|
|
3399
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
3227
3400
|
"required": true,
|
|
3228
|
-
"responseStr": "appCategory:$
|
|
3401
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3229
3402
|
"type": {
|
|
3230
3403
|
"definition": {
|
|
3231
3404
|
"description": null,
|
|
@@ -3290,10 +3463,10 @@
|
|
|
3290
3463
|
"name": "ApplicationCategoryRef",
|
|
3291
3464
|
"non_null": false
|
|
3292
3465
|
},
|
|
3293
|
-
"varName": "
|
|
3466
|
+
"varName": "applicationCategoryRef"
|
|
3294
3467
|
},
|
|
3295
3468
|
"application": {
|
|
3296
|
-
"alias": "
|
|
3469
|
+
"alias": "applicationRefApplication: application",
|
|
3297
3470
|
"args": {},
|
|
3298
3471
|
"deprecationReason": null,
|
|
3299
3472
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3301,9 +3474,9 @@
|
|
|
3301
3474
|
"isDeprecated": false,
|
|
3302
3475
|
"name": "application",
|
|
3303
3476
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.application.application",
|
|
3304
|
-
"requestStr": "$
|
|
3477
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
3305
3478
|
"required": true,
|
|
3306
|
-
"responseStr": "application:$
|
|
3479
|
+
"responseStr": "application:$applicationRef ",
|
|
3307
3480
|
"type": {
|
|
3308
3481
|
"definition": {
|
|
3309
3482
|
"description": null,
|
|
@@ -3368,10 +3541,10 @@
|
|
|
3368
3541
|
"name": "ApplicationRef",
|
|
3369
3542
|
"non_null": false
|
|
3370
3543
|
},
|
|
3371
|
-
"varName": "
|
|
3544
|
+
"varName": "applicationRef"
|
|
3372
3545
|
},
|
|
3373
3546
|
"customApp": {
|
|
3374
|
-
"alias": "
|
|
3547
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
3375
3548
|
"args": {},
|
|
3376
3549
|
"deprecationReason": null,
|
|
3377
3550
|
"description": "Custom (user-defined) applications",
|
|
@@ -3379,9 +3552,9 @@
|
|
|
3379
3552
|
"isDeprecated": false,
|
|
3380
3553
|
"name": "customApp",
|
|
3381
3554
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.application.customApp",
|
|
3382
|
-
"requestStr": "$
|
|
3555
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
3383
3556
|
"required": true,
|
|
3384
|
-
"responseStr": "customApp:$
|
|
3557
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
3385
3558
|
"type": {
|
|
3386
3559
|
"definition": {
|
|
3387
3560
|
"description": null,
|
|
@@ -3446,10 +3619,10 @@
|
|
|
3446
3619
|
"name": "CustomApplicationRef",
|
|
3447
3620
|
"non_null": false
|
|
3448
3621
|
},
|
|
3449
|
-
"varName": "
|
|
3622
|
+
"varName": "customApplicationRef"
|
|
3450
3623
|
},
|
|
3451
3624
|
"customCategory": {
|
|
3452
|
-
"alias": "
|
|
3625
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
3453
3626
|
"args": {},
|
|
3454
3627
|
"deprecationReason": null,
|
|
3455
3628
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3457,9 +3630,9 @@
|
|
|
3457
3630
|
"isDeprecated": false,
|
|
3458
3631
|
"name": "customCategory",
|
|
3459
3632
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.application.customCategory",
|
|
3460
|
-
"requestStr": "$
|
|
3633
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
3461
3634
|
"required": true,
|
|
3462
|
-
"responseStr": "customCategory:$
|
|
3635
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
3463
3636
|
"type": {
|
|
3464
3637
|
"definition": {
|
|
3465
3638
|
"description": null,
|
|
@@ -3524,7 +3697,7 @@
|
|
|
3524
3697
|
"name": "CustomCategoryRef",
|
|
3525
3698
|
"non_null": false
|
|
3526
3699
|
},
|
|
3527
|
-
"varName": "
|
|
3700
|
+
"varName": "customCategoryRef"
|
|
3528
3701
|
},
|
|
3529
3702
|
"domain": {
|
|
3530
3703
|
"args": {},
|
|
@@ -3573,7 +3746,7 @@
|
|
|
3573
3746
|
"varName": "fqdn"
|
|
3574
3747
|
},
|
|
3575
3748
|
"globalIpRange": {
|
|
3576
|
-
"alias": "
|
|
3749
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
3577
3750
|
"args": {},
|
|
3578
3751
|
"deprecationReason": null,
|
|
3579
3752
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3581,9 +3754,9 @@
|
|
|
3581
3754
|
"isDeprecated": false,
|
|
3582
3755
|
"name": "globalIpRange",
|
|
3583
3756
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.application.globalIpRange",
|
|
3584
|
-
"requestStr": "$
|
|
3757
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
3585
3758
|
"required": true,
|
|
3586
|
-
"responseStr": "globalIpRange:$
|
|
3759
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3587
3760
|
"type": {
|
|
3588
3761
|
"definition": {
|
|
3589
3762
|
"description": null,
|
|
@@ -3648,7 +3821,7 @@
|
|
|
3648
3821
|
"name": "GlobalIpRangeRef",
|
|
3649
3822
|
"non_null": false
|
|
3650
3823
|
},
|
|
3651
|
-
"varName": "
|
|
3824
|
+
"varName": "globalIpRangeRef"
|
|
3652
3825
|
},
|
|
3653
3826
|
"ip": {
|
|
3654
3827
|
"args": {},
|
|
@@ -3674,7 +3847,7 @@
|
|
|
3674
3847
|
"varName": "ip"
|
|
3675
3848
|
},
|
|
3676
3849
|
"ipRange": {
|
|
3677
|
-
"alias": "
|
|
3850
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
3678
3851
|
"args": {},
|
|
3679
3852
|
"deprecationReason": null,
|
|
3680
3853
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3682,9 +3855,9 @@
|
|
|
3682
3855
|
"isDeprecated": false,
|
|
3683
3856
|
"name": "ipRange",
|
|
3684
3857
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.application.ipRange",
|
|
3685
|
-
"requestStr": "$
|
|
3858
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
3686
3859
|
"required": true,
|
|
3687
|
-
"responseStr": "ipRange:$
|
|
3860
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
3688
3861
|
"type": {
|
|
3689
3862
|
"definition": {
|
|
3690
3863
|
"description": "Inclusive range of IPs",
|
|
@@ -3749,10 +3922,10 @@
|
|
|
3749
3922
|
"name": "IpAddressRange",
|
|
3750
3923
|
"non_null": false
|
|
3751
3924
|
},
|
|
3752
|
-
"varName": "
|
|
3925
|
+
"varName": "ipAddressRange"
|
|
3753
3926
|
},
|
|
3754
3927
|
"sanctionedAppsCategory": {
|
|
3755
|
-
"alias": "
|
|
3928
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
3756
3929
|
"args": {},
|
|
3757
3930
|
"deprecationReason": null,
|
|
3758
3931
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3760,9 +3933,9 @@
|
|
|
3760
3933
|
"isDeprecated": false,
|
|
3761
3934
|
"name": "sanctionedAppsCategory",
|
|
3762
3935
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.application.sanctionedAppsCategory",
|
|
3763
|
-
"requestStr": "$
|
|
3936
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
3764
3937
|
"required": true,
|
|
3765
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
3938
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3766
3939
|
"type": {
|
|
3767
3940
|
"definition": {
|
|
3768
3941
|
"description": null,
|
|
@@ -3827,7 +4000,7 @@
|
|
|
3827
4000
|
"name": "SanctionedAppsCategoryRef",
|
|
3828
4001
|
"non_null": false
|
|
3829
4002
|
},
|
|
3830
|
-
"varName": "
|
|
4003
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
3831
4004
|
},
|
|
3832
4005
|
"subnet": {
|
|
3833
4006
|
"args": {},
|
|
@@ -3867,10 +4040,10 @@
|
|
|
3867
4040
|
"name": "WanFirewallApplication",
|
|
3868
4041
|
"non_null": false
|
|
3869
4042
|
},
|
|
3870
|
-
"varName": "
|
|
4043
|
+
"varName": "wanFirewallApplication"
|
|
3871
4044
|
},
|
|
3872
4045
|
"connectionOrigin": {
|
|
3873
|
-
"alias": "
|
|
4046
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
3874
4047
|
"args": {},
|
|
3875
4048
|
"deprecationReason": null,
|
|
3876
4049
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -3922,7 +4095,7 @@
|
|
|
3922
4095
|
"varName": "connectionOrigin"
|
|
3923
4096
|
},
|
|
3924
4097
|
"country": {
|
|
3925
|
-
"alias": "
|
|
4098
|
+
"alias": "countryRefCountry: country",
|
|
3926
4099
|
"args": {},
|
|
3927
4100
|
"deprecationReason": null,
|
|
3928
4101
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -3930,9 +4103,9 @@
|
|
|
3930
4103
|
"isDeprecated": false,
|
|
3931
4104
|
"name": "country",
|
|
3932
4105
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.country",
|
|
3933
|
-
"requestStr": "$
|
|
4106
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
3934
4107
|
"required": true,
|
|
3935
|
-
"responseStr": "country:$
|
|
4108
|
+
"responseStr": "country:$countryRef ",
|
|
3936
4109
|
"type": {
|
|
3937
4110
|
"definition": {
|
|
3938
4111
|
"description": null,
|
|
@@ -3997,10 +4170,10 @@
|
|
|
3997
4170
|
"name": "CountryRef",
|
|
3998
4171
|
"non_null": false
|
|
3999
4172
|
},
|
|
4000
|
-
"varName": "
|
|
4173
|
+
"varName": "countryRef"
|
|
4001
4174
|
},
|
|
4002
4175
|
"destination": {
|
|
4003
|
-
"alias": "
|
|
4176
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
4004
4177
|
"args": {},
|
|
4005
4178
|
"deprecationReason": null,
|
|
4006
4179
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4008,16 +4181,16 @@
|
|
|
4008
4181
|
"isDeprecated": false,
|
|
4009
4182
|
"name": "destination",
|
|
4010
4183
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination",
|
|
4011
|
-
"requestStr": "$
|
|
4184
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
4012
4185
|
"required": true,
|
|
4013
|
-
"responseStr": "destination:$
|
|
4186
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
4014
4187
|
"type": {
|
|
4015
4188
|
"definition": {
|
|
4016
4189
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
4017
4190
|
"enumValues": null,
|
|
4018
4191
|
"fields": {
|
|
4019
4192
|
"floatingSubnet": {
|
|
4020
|
-
"alias": "
|
|
4193
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
4021
4194
|
"args": {},
|
|
4022
4195
|
"deprecationReason": null,
|
|
4023
4196
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4025,9 +4198,9 @@
|
|
|
4025
4198
|
"isDeprecated": false,
|
|
4026
4199
|
"name": "floatingSubnet",
|
|
4027
4200
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.floatingSubnet",
|
|
4028
|
-
"requestStr": "$
|
|
4201
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
4029
4202
|
"required": true,
|
|
4030
|
-
"responseStr": "floatingSubnet:$
|
|
4203
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
4031
4204
|
"type": {
|
|
4032
4205
|
"definition": {
|
|
4033
4206
|
"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.",
|
|
@@ -4092,10 +4265,10 @@
|
|
|
4092
4265
|
"name": "FloatingSubnetRef",
|
|
4093
4266
|
"non_null": false
|
|
4094
4267
|
},
|
|
4095
|
-
"varName": "
|
|
4268
|
+
"varName": "floatingSubnetRef"
|
|
4096
4269
|
},
|
|
4097
4270
|
"globalIpRange": {
|
|
4098
|
-
"alias": "
|
|
4271
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
4099
4272
|
"args": {},
|
|
4100
4273
|
"deprecationReason": null,
|
|
4101
4274
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4103,9 +4276,9 @@
|
|
|
4103
4276
|
"isDeprecated": false,
|
|
4104
4277
|
"name": "globalIpRange",
|
|
4105
4278
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.globalIpRange",
|
|
4106
|
-
"requestStr": "$
|
|
4279
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4107
4280
|
"required": true,
|
|
4108
|
-
"responseStr": "globalIpRange:$
|
|
4281
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4109
4282
|
"type": {
|
|
4110
4283
|
"definition": {
|
|
4111
4284
|
"description": null,
|
|
@@ -4170,10 +4343,10 @@
|
|
|
4170
4343
|
"name": "GlobalIpRangeRef",
|
|
4171
4344
|
"non_null": false
|
|
4172
4345
|
},
|
|
4173
|
-
"varName": "
|
|
4346
|
+
"varName": "globalIpRangeRef"
|
|
4174
4347
|
},
|
|
4175
4348
|
"group": {
|
|
4176
|
-
"alias": "
|
|
4349
|
+
"alias": "groupRefGroup: group",
|
|
4177
4350
|
"args": {},
|
|
4178
4351
|
"deprecationReason": null,
|
|
4179
4352
|
"description": "Groups defined for your account",
|
|
@@ -4181,9 +4354,9 @@
|
|
|
4181
4354
|
"isDeprecated": false,
|
|
4182
4355
|
"name": "group",
|
|
4183
4356
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.group",
|
|
4184
|
-
"requestStr": "$
|
|
4357
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
4185
4358
|
"required": true,
|
|
4186
|
-
"responseStr": "group:$
|
|
4359
|
+
"responseStr": "group:$groupRef ",
|
|
4187
4360
|
"type": {
|
|
4188
4361
|
"definition": {
|
|
4189
4362
|
"description": null,
|
|
@@ -4248,10 +4421,10 @@
|
|
|
4248
4421
|
"name": "GroupRef",
|
|
4249
4422
|
"non_null": false
|
|
4250
4423
|
},
|
|
4251
|
-
"varName": "
|
|
4424
|
+
"varName": "groupRef"
|
|
4252
4425
|
},
|
|
4253
4426
|
"host": {
|
|
4254
|
-
"alias": "
|
|
4427
|
+
"alias": "hostRefHost: host",
|
|
4255
4428
|
"args": {},
|
|
4256
4429
|
"deprecationReason": null,
|
|
4257
4430
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4259,9 +4432,9 @@
|
|
|
4259
4432
|
"isDeprecated": false,
|
|
4260
4433
|
"name": "host",
|
|
4261
4434
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.host",
|
|
4262
|
-
"requestStr": "$
|
|
4435
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
4263
4436
|
"required": true,
|
|
4264
|
-
"responseStr": "host:$
|
|
4437
|
+
"responseStr": "host:$hostRef ",
|
|
4265
4438
|
"type": {
|
|
4266
4439
|
"definition": {
|
|
4267
4440
|
"description": null,
|
|
@@ -4326,7 +4499,7 @@
|
|
|
4326
4499
|
"name": "HostRef",
|
|
4327
4500
|
"non_null": false
|
|
4328
4501
|
},
|
|
4329
|
-
"varName": "
|
|
4502
|
+
"varName": "hostRef"
|
|
4330
4503
|
},
|
|
4331
4504
|
"ip": {
|
|
4332
4505
|
"args": {},
|
|
@@ -4352,7 +4525,7 @@
|
|
|
4352
4525
|
"varName": "ip"
|
|
4353
4526
|
},
|
|
4354
4527
|
"ipRange": {
|
|
4355
|
-
"alias": "
|
|
4528
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
4356
4529
|
"args": {},
|
|
4357
4530
|
"deprecationReason": null,
|
|
4358
4531
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4360,9 +4533,9 @@
|
|
|
4360
4533
|
"isDeprecated": false,
|
|
4361
4534
|
"name": "ipRange",
|
|
4362
4535
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.ipRange",
|
|
4363
|
-
"requestStr": "$
|
|
4536
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
4364
4537
|
"required": true,
|
|
4365
|
-
"responseStr": "ipRange:$
|
|
4538
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
4366
4539
|
"type": {
|
|
4367
4540
|
"definition": {
|
|
4368
4541
|
"description": "Inclusive range of IPs",
|
|
@@ -4427,10 +4600,10 @@
|
|
|
4427
4600
|
"name": "IpAddressRange",
|
|
4428
4601
|
"non_null": false
|
|
4429
4602
|
},
|
|
4430
|
-
"varName": "
|
|
4603
|
+
"varName": "ipAddressRange"
|
|
4431
4604
|
},
|
|
4432
4605
|
"networkInterface": {
|
|
4433
|
-
"alias": "
|
|
4606
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
4434
4607
|
"args": {},
|
|
4435
4608
|
"deprecationReason": null,
|
|
4436
4609
|
"description": "Network range defined for a site",
|
|
@@ -4438,9 +4611,9 @@
|
|
|
4438
4611
|
"isDeprecated": false,
|
|
4439
4612
|
"name": "networkInterface",
|
|
4440
4613
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.networkInterface",
|
|
4441
|
-
"requestStr": "$
|
|
4614
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
4442
4615
|
"required": true,
|
|
4443
|
-
"responseStr": "networkInterface:$
|
|
4616
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4444
4617
|
"type": {
|
|
4445
4618
|
"definition": {
|
|
4446
4619
|
"description": null,
|
|
@@ -4505,10 +4678,10 @@
|
|
|
4505
4678
|
"name": "NetworkInterfaceRef",
|
|
4506
4679
|
"non_null": false
|
|
4507
4680
|
},
|
|
4508
|
-
"varName": "
|
|
4681
|
+
"varName": "networkInterfaceRef"
|
|
4509
4682
|
},
|
|
4510
4683
|
"site": {
|
|
4511
|
-
"alias": "
|
|
4684
|
+
"alias": "siteRefSite: site",
|
|
4512
4685
|
"args": {},
|
|
4513
4686
|
"deprecationReason": null,
|
|
4514
4687
|
"description": "Site defined for the account",
|
|
@@ -4516,9 +4689,9 @@
|
|
|
4516
4689
|
"isDeprecated": false,
|
|
4517
4690
|
"name": "site",
|
|
4518
4691
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.site",
|
|
4519
|
-
"requestStr": "$
|
|
4692
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
4520
4693
|
"required": true,
|
|
4521
|
-
"responseStr": "site:$
|
|
4694
|
+
"responseStr": "site:$siteRef ",
|
|
4522
4695
|
"type": {
|
|
4523
4696
|
"definition": {
|
|
4524
4697
|
"description": null,
|
|
@@ -4583,10 +4756,10 @@
|
|
|
4583
4756
|
"name": "SiteRef",
|
|
4584
4757
|
"non_null": false
|
|
4585
4758
|
},
|
|
4586
|
-
"varName": "
|
|
4759
|
+
"varName": "siteRef"
|
|
4587
4760
|
},
|
|
4588
4761
|
"siteNetworkSubnet": {
|
|
4589
|
-
"alias": "
|
|
4762
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
4590
4763
|
"args": {},
|
|
4591
4764
|
"deprecationReason": null,
|
|
4592
4765
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4594,9 +4767,9 @@
|
|
|
4594
4767
|
"isDeprecated": false,
|
|
4595
4768
|
"name": "siteNetworkSubnet",
|
|
4596
4769
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.siteNetworkSubnet",
|
|
4597
|
-
"requestStr": "$
|
|
4770
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
4598
4771
|
"required": true,
|
|
4599
|
-
"responseStr": "siteNetworkSubnet:$
|
|
4772
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4600
4773
|
"type": {
|
|
4601
4774
|
"definition": {
|
|
4602
4775
|
"description": null,
|
|
@@ -4661,7 +4834,7 @@
|
|
|
4661
4834
|
"name": "SiteNetworkSubnetRef",
|
|
4662
4835
|
"non_null": false
|
|
4663
4836
|
},
|
|
4664
|
-
"varName": "
|
|
4837
|
+
"varName": "siteNetworkSubnetRef"
|
|
4665
4838
|
},
|
|
4666
4839
|
"subnet": {
|
|
4667
4840
|
"args": {},
|
|
@@ -4687,7 +4860,7 @@
|
|
|
4687
4860
|
"varName": "subnet"
|
|
4688
4861
|
},
|
|
4689
4862
|
"systemGroup": {
|
|
4690
|
-
"alias": "
|
|
4863
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
4691
4864
|
"args": {},
|
|
4692
4865
|
"deprecationReason": null,
|
|
4693
4866
|
"description": "Predefined Cato groups",
|
|
@@ -4695,9 +4868,9 @@
|
|
|
4695
4868
|
"isDeprecated": false,
|
|
4696
4869
|
"name": "systemGroup",
|
|
4697
4870
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.systemGroup",
|
|
4698
|
-
"requestStr": "$
|
|
4871
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
4699
4872
|
"required": true,
|
|
4700
|
-
"responseStr": "systemGroup:$
|
|
4873
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4701
4874
|
"type": {
|
|
4702
4875
|
"definition": {
|
|
4703
4876
|
"description": null,
|
|
@@ -4762,10 +4935,10 @@
|
|
|
4762
4935
|
"name": "SystemGroupRef",
|
|
4763
4936
|
"non_null": false
|
|
4764
4937
|
},
|
|
4765
|
-
"varName": "
|
|
4938
|
+
"varName": "systemGroupRef"
|
|
4766
4939
|
},
|
|
4767
4940
|
"user": {
|
|
4768
|
-
"alias": "
|
|
4941
|
+
"alias": "userRefUser: user",
|
|
4769
4942
|
"args": {},
|
|
4770
4943
|
"deprecationReason": null,
|
|
4771
4944
|
"description": "Individual users defined for the account",
|
|
@@ -4773,9 +4946,9 @@
|
|
|
4773
4946
|
"isDeprecated": false,
|
|
4774
4947
|
"name": "user",
|
|
4775
4948
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.user",
|
|
4776
|
-
"requestStr": "$
|
|
4949
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
4777
4950
|
"required": true,
|
|
4778
|
-
"responseStr": "user:$
|
|
4951
|
+
"responseStr": "user:$userRef ",
|
|
4779
4952
|
"type": {
|
|
4780
4953
|
"definition": {
|
|
4781
4954
|
"description": null,
|
|
@@ -4840,10 +5013,10 @@
|
|
|
4840
5013
|
"name": "UserRef",
|
|
4841
5014
|
"non_null": false
|
|
4842
5015
|
},
|
|
4843
|
-
"varName": "
|
|
5016
|
+
"varName": "userRef"
|
|
4844
5017
|
},
|
|
4845
5018
|
"usersGroup": {
|
|
4846
|
-
"alias": "
|
|
5019
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
4847
5020
|
"args": {},
|
|
4848
5021
|
"deprecationReason": null,
|
|
4849
5022
|
"description": "Group of users",
|
|
@@ -4851,9 +5024,9 @@
|
|
|
4851
5024
|
"isDeprecated": false,
|
|
4852
5025
|
"name": "usersGroup",
|
|
4853
5026
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.usersGroup",
|
|
4854
|
-
"requestStr": "$
|
|
5027
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
4855
5028
|
"required": true,
|
|
4856
|
-
"responseStr": "usersGroup:$
|
|
5029
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
4857
5030
|
"type": {
|
|
4858
5031
|
"definition": {
|
|
4859
5032
|
"description": null,
|
|
@@ -4918,7 +5091,7 @@
|
|
|
4918
5091
|
"name": "UsersGroupRef",
|
|
4919
5092
|
"non_null": false
|
|
4920
5093
|
},
|
|
4921
|
-
"varName": "
|
|
5094
|
+
"varName": "usersGroupRef"
|
|
4922
5095
|
}
|
|
4923
5096
|
},
|
|
4924
5097
|
"inputFields": null,
|
|
@@ -4935,10 +5108,10 @@
|
|
|
4935
5108
|
"name": "WanFirewallDestination",
|
|
4936
5109
|
"non_null": false
|
|
4937
5110
|
},
|
|
4938
|
-
"varName": "
|
|
5111
|
+
"varName": "wanFirewallDestination"
|
|
4939
5112
|
},
|
|
4940
5113
|
"device": {
|
|
4941
|
-
"alias": "
|
|
5114
|
+
"alias": "deviceProfileRefDevice: device",
|
|
4942
5115
|
"args": {},
|
|
4943
5116
|
"deprecationReason": null,
|
|
4944
5117
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -4946,9 +5119,9 @@
|
|
|
4946
5119
|
"isDeprecated": false,
|
|
4947
5120
|
"name": "device",
|
|
4948
5121
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.device",
|
|
4949
|
-
"requestStr": "$
|
|
5122
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
4950
5123
|
"required": true,
|
|
4951
|
-
"responseStr": "device:$
|
|
5124
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
4952
5125
|
"type": {
|
|
4953
5126
|
"definition": {
|
|
4954
5127
|
"description": null,
|
|
@@ -5013,10 +5186,182 @@
|
|
|
5013
5186
|
"name": "DeviceProfileRef",
|
|
5014
5187
|
"non_null": false
|
|
5015
5188
|
},
|
|
5016
|
-
"varName": "
|
|
5189
|
+
"varName": "deviceProfileRef"
|
|
5190
|
+
},
|
|
5191
|
+
"deviceAttributes": {
|
|
5192
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
5193
|
+
"args": {},
|
|
5194
|
+
"deprecationReason": null,
|
|
5195
|
+
"description": "Source Device Attributes matching criteria for the exception.",
|
|
5196
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes",
|
|
5197
|
+
"isDeprecated": false,
|
|
5198
|
+
"name": "deviceAttributes",
|
|
5199
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes",
|
|
5200
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
5201
|
+
"required": true,
|
|
5202
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
5203
|
+
"type": {
|
|
5204
|
+
"definition": {
|
|
5205
|
+
"description": null,
|
|
5206
|
+
"enumValues": null,
|
|
5207
|
+
"fields": {
|
|
5208
|
+
"category": {
|
|
5209
|
+
"args": {},
|
|
5210
|
+
"deprecationReason": null,
|
|
5211
|
+
"description": "The category of the firewall device.",
|
|
5212
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___category",
|
|
5213
|
+
"isDeprecated": false,
|
|
5214
|
+
"name": "category",
|
|
5215
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.category",
|
|
5216
|
+
"requestStr": "$category:[String]! ",
|
|
5217
|
+
"required": true,
|
|
5218
|
+
"responseStr": "category:$category ",
|
|
5219
|
+
"type": {
|
|
5220
|
+
"kind": [
|
|
5221
|
+
"NON_NULL",
|
|
5222
|
+
"LIST",
|
|
5223
|
+
"NON_NULL",
|
|
5224
|
+
"SCALAR"
|
|
5225
|
+
],
|
|
5226
|
+
"name": "String",
|
|
5227
|
+
"non_null": false
|
|
5228
|
+
},
|
|
5229
|
+
"varName": "category"
|
|
5230
|
+
},
|
|
5231
|
+
"manufacturer": {
|
|
5232
|
+
"args": {},
|
|
5233
|
+
"deprecationReason": null,
|
|
5234
|
+
"description": "The manufacturer of the firewall device.",
|
|
5235
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___manufacturer",
|
|
5236
|
+
"isDeprecated": false,
|
|
5237
|
+
"name": "manufacturer",
|
|
5238
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.manufacturer",
|
|
5239
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
5240
|
+
"required": true,
|
|
5241
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
5242
|
+
"type": {
|
|
5243
|
+
"kind": [
|
|
5244
|
+
"NON_NULL",
|
|
5245
|
+
"LIST",
|
|
5246
|
+
"NON_NULL",
|
|
5247
|
+
"SCALAR"
|
|
5248
|
+
],
|
|
5249
|
+
"name": "String",
|
|
5250
|
+
"non_null": false
|
|
5251
|
+
},
|
|
5252
|
+
"varName": "manufacturer"
|
|
5253
|
+
},
|
|
5254
|
+
"model": {
|
|
5255
|
+
"args": {},
|
|
5256
|
+
"deprecationReason": null,
|
|
5257
|
+
"description": "The model of the firewall device.",
|
|
5258
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___model",
|
|
5259
|
+
"isDeprecated": false,
|
|
5260
|
+
"name": "model",
|
|
5261
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.model",
|
|
5262
|
+
"requestStr": "$model:[String]! ",
|
|
5263
|
+
"required": true,
|
|
5264
|
+
"responseStr": "model:$model ",
|
|
5265
|
+
"type": {
|
|
5266
|
+
"kind": [
|
|
5267
|
+
"NON_NULL",
|
|
5268
|
+
"LIST",
|
|
5269
|
+
"NON_NULL",
|
|
5270
|
+
"SCALAR"
|
|
5271
|
+
],
|
|
5272
|
+
"name": "String",
|
|
5273
|
+
"non_null": false
|
|
5274
|
+
},
|
|
5275
|
+
"varName": "model"
|
|
5276
|
+
},
|
|
5277
|
+
"os": {
|
|
5278
|
+
"args": {},
|
|
5279
|
+
"deprecationReason": null,
|
|
5280
|
+
"description": "The operating system of the firewall device.",
|
|
5281
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___os",
|
|
5282
|
+
"isDeprecated": false,
|
|
5283
|
+
"name": "os",
|
|
5284
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.os",
|
|
5285
|
+
"requestStr": "$os:[String]! ",
|
|
5286
|
+
"required": true,
|
|
5287
|
+
"responseStr": "os:$os ",
|
|
5288
|
+
"type": {
|
|
5289
|
+
"kind": [
|
|
5290
|
+
"NON_NULL",
|
|
5291
|
+
"LIST",
|
|
5292
|
+
"NON_NULL",
|
|
5293
|
+
"SCALAR"
|
|
5294
|
+
],
|
|
5295
|
+
"name": "String",
|
|
5296
|
+
"non_null": false
|
|
5297
|
+
},
|
|
5298
|
+
"varName": "os"
|
|
5299
|
+
},
|
|
5300
|
+
"osVersion": {
|
|
5301
|
+
"args": {},
|
|
5302
|
+
"deprecationReason": null,
|
|
5303
|
+
"description": "The version of the operating system of the firewall device.",
|
|
5304
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___osVersion",
|
|
5305
|
+
"isDeprecated": false,
|
|
5306
|
+
"name": "osVersion",
|
|
5307
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.osVersion",
|
|
5308
|
+
"requestStr": "$osVersion:[String]! ",
|
|
5309
|
+
"required": true,
|
|
5310
|
+
"responseStr": "osVersion:$osVersion ",
|
|
5311
|
+
"type": {
|
|
5312
|
+
"kind": [
|
|
5313
|
+
"NON_NULL",
|
|
5314
|
+
"LIST",
|
|
5315
|
+
"NON_NULL",
|
|
5316
|
+
"SCALAR"
|
|
5317
|
+
],
|
|
5318
|
+
"name": "String",
|
|
5319
|
+
"non_null": false
|
|
5320
|
+
},
|
|
5321
|
+
"varName": "osVersion"
|
|
5322
|
+
},
|
|
5323
|
+
"type": {
|
|
5324
|
+
"args": {},
|
|
5325
|
+
"deprecationReason": null,
|
|
5326
|
+
"description": "The type of the firewall device.",
|
|
5327
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___type",
|
|
5328
|
+
"isDeprecated": false,
|
|
5329
|
+
"name": "type",
|
|
5330
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.type",
|
|
5331
|
+
"requestStr": "$type:[String]! ",
|
|
5332
|
+
"required": true,
|
|
5333
|
+
"responseStr": "type:$type ",
|
|
5334
|
+
"type": {
|
|
5335
|
+
"kind": [
|
|
5336
|
+
"NON_NULL",
|
|
5337
|
+
"LIST",
|
|
5338
|
+
"NON_NULL",
|
|
5339
|
+
"SCALAR"
|
|
5340
|
+
],
|
|
5341
|
+
"name": "String",
|
|
5342
|
+
"non_null": false
|
|
5343
|
+
},
|
|
5344
|
+
"varName": "type"
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
5347
|
+
"inputFields": null,
|
|
5348
|
+
"interfaces": {},
|
|
5349
|
+
"kind": "OBJECT",
|
|
5350
|
+
"name": "DeviceAttributes",
|
|
5351
|
+
"possibleTypes": null
|
|
5352
|
+
},
|
|
5353
|
+
"indexType": "object",
|
|
5354
|
+
"kind": [
|
|
5355
|
+
"NON_NULL",
|
|
5356
|
+
"OBJECT"
|
|
5357
|
+
],
|
|
5358
|
+
"name": "DeviceAttributes",
|
|
5359
|
+
"non_null": false
|
|
5360
|
+
},
|
|
5361
|
+
"varName": "deviceAttributes"
|
|
5017
5362
|
},
|
|
5018
5363
|
"deviceOS": {
|
|
5019
|
-
"alias": "
|
|
5364
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
5020
5365
|
"args": {},
|
|
5021
5366
|
"deprecationReason": null,
|
|
5022
5367
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5088,7 +5433,7 @@
|
|
|
5088
5433
|
"varName": "deviceOS"
|
|
5089
5434
|
},
|
|
5090
5435
|
"direction": {
|
|
5091
|
-
"alias": "
|
|
5436
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
5092
5437
|
"args": {},
|
|
5093
5438
|
"deprecationReason": null,
|
|
5094
5439
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5155,7 +5500,7 @@
|
|
|
5155
5500
|
"varName": "name"
|
|
5156
5501
|
},
|
|
5157
5502
|
"service": {
|
|
5158
|
-
"alias": "
|
|
5503
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
5159
5504
|
"args": {},
|
|
5160
5505
|
"deprecationReason": null,
|
|
5161
5506
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5163,16 +5508,16 @@
|
|
|
5163
5508
|
"isDeprecated": false,
|
|
5164
5509
|
"name": "service",
|
|
5165
5510
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.service",
|
|
5166
|
-
"requestStr": "$
|
|
5511
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
5167
5512
|
"required": true,
|
|
5168
|
-
"responseStr": "service:$
|
|
5513
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
5169
5514
|
"type": {
|
|
5170
5515
|
"definition": {
|
|
5171
5516
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
5172
5517
|
"enumValues": null,
|
|
5173
5518
|
"fields": {
|
|
5174
5519
|
"custom": {
|
|
5175
|
-
"alias": "
|
|
5520
|
+
"alias": "customServiceCustom: custom",
|
|
5176
5521
|
"args": {},
|
|
5177
5522
|
"deprecationReason": null,
|
|
5178
5523
|
"description": null,
|
|
@@ -5180,9 +5525,9 @@
|
|
|
5180
5525
|
"isDeprecated": false,
|
|
5181
5526
|
"name": "custom",
|
|
5182
5527
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.service.custom",
|
|
5183
|
-
"requestStr": "$
|
|
5528
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
5184
5529
|
"required": true,
|
|
5185
|
-
"responseStr": "custom:$
|
|
5530
|
+
"responseStr": "custom:$customService ",
|
|
5186
5531
|
"type": {
|
|
5187
5532
|
"definition": {
|
|
5188
5533
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -5211,7 +5556,7 @@
|
|
|
5211
5556
|
"varName": "port"
|
|
5212
5557
|
},
|
|
5213
5558
|
"portRange": {
|
|
5214
|
-
"alias": "
|
|
5559
|
+
"alias": "portRangePortRange: portRange",
|
|
5215
5560
|
"args": {},
|
|
5216
5561
|
"deprecationReason": null,
|
|
5217
5562
|
"description": null,
|
|
@@ -5219,9 +5564,9 @@
|
|
|
5219
5564
|
"isDeprecated": false,
|
|
5220
5565
|
"name": "portRange",
|
|
5221
5566
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.service.custom.portRange",
|
|
5222
|
-
"requestStr": "$
|
|
5567
|
+
"requestStr": "$portRange:PortRange ",
|
|
5223
5568
|
"required": false,
|
|
5224
|
-
"responseStr": "portRange:$
|
|
5569
|
+
"responseStr": "portRange:$portRange ",
|
|
5225
5570
|
"type": {
|
|
5226
5571
|
"definition": {
|
|
5227
5572
|
"description": "Inclusive network port range",
|
|
@@ -5283,10 +5628,10 @@
|
|
|
5283
5628
|
"name": "PortRange",
|
|
5284
5629
|
"non_null": false
|
|
5285
5630
|
},
|
|
5286
|
-
"varName": "
|
|
5631
|
+
"varName": "portRange"
|
|
5287
5632
|
},
|
|
5288
5633
|
"protocol": {
|
|
5289
|
-
"alias": "
|
|
5634
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
5290
5635
|
"args": {},
|
|
5291
5636
|
"deprecationReason": null,
|
|
5292
5637
|
"description": null,
|
|
@@ -5366,10 +5711,10 @@
|
|
|
5366
5711
|
"name": "CustomService",
|
|
5367
5712
|
"non_null": false
|
|
5368
5713
|
},
|
|
5369
|
-
"varName": "
|
|
5714
|
+
"varName": "customService"
|
|
5370
5715
|
},
|
|
5371
5716
|
"standard": {
|
|
5372
|
-
"alias": "
|
|
5717
|
+
"alias": "serviceRefStandard: standard",
|
|
5373
5718
|
"args": {},
|
|
5374
5719
|
"deprecationReason": null,
|
|
5375
5720
|
"description": null,
|
|
@@ -5377,9 +5722,9 @@
|
|
|
5377
5722
|
"isDeprecated": false,
|
|
5378
5723
|
"name": "standard",
|
|
5379
5724
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.service.standard",
|
|
5380
|
-
"requestStr": "$
|
|
5725
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
5381
5726
|
"required": true,
|
|
5382
|
-
"responseStr": "standard:$
|
|
5727
|
+
"responseStr": "standard:$serviceRef ",
|
|
5383
5728
|
"type": {
|
|
5384
5729
|
"definition": {
|
|
5385
5730
|
"description": null,
|
|
@@ -5444,7 +5789,7 @@
|
|
|
5444
5789
|
"name": "ServiceRef",
|
|
5445
5790
|
"non_null": false
|
|
5446
5791
|
},
|
|
5447
|
-
"varName": "
|
|
5792
|
+
"varName": "serviceRef"
|
|
5448
5793
|
}
|
|
5449
5794
|
},
|
|
5450
5795
|
"inputFields": null,
|
|
@@ -5461,10 +5806,10 @@
|
|
|
5461
5806
|
"name": "WanFirewallServiceType",
|
|
5462
5807
|
"non_null": false
|
|
5463
5808
|
},
|
|
5464
|
-
"varName": "
|
|
5809
|
+
"varName": "wanFirewallServiceType"
|
|
5465
5810
|
},
|
|
5466
5811
|
"source": {
|
|
5467
|
-
"alias": "
|
|
5812
|
+
"alias": "wanFirewallSourceSource: source",
|
|
5468
5813
|
"args": {},
|
|
5469
5814
|
"deprecationReason": null,
|
|
5470
5815
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5472,16 +5817,16 @@
|
|
|
5472
5817
|
"isDeprecated": false,
|
|
5473
5818
|
"name": "source",
|
|
5474
5819
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source",
|
|
5475
|
-
"requestStr": "$
|
|
5820
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
5476
5821
|
"required": true,
|
|
5477
|
-
"responseStr": "source:$
|
|
5822
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
5478
5823
|
"type": {
|
|
5479
5824
|
"definition": {
|
|
5480
5825
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
5481
5826
|
"enumValues": null,
|
|
5482
5827
|
"fields": {
|
|
5483
5828
|
"floatingSubnet": {
|
|
5484
|
-
"alias": "
|
|
5829
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
5485
5830
|
"args": {},
|
|
5486
5831
|
"deprecationReason": null,
|
|
5487
5832
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -5489,9 +5834,9 @@
|
|
|
5489
5834
|
"isDeprecated": false,
|
|
5490
5835
|
"name": "floatingSubnet",
|
|
5491
5836
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.floatingSubnet",
|
|
5492
|
-
"requestStr": "$
|
|
5837
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
5493
5838
|
"required": true,
|
|
5494
|
-
"responseStr": "floatingSubnet:$
|
|
5839
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
5495
5840
|
"type": {
|
|
5496
5841
|
"definition": {
|
|
5497
5842
|
"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.",
|
|
@@ -5556,10 +5901,10 @@
|
|
|
5556
5901
|
"name": "FloatingSubnetRef",
|
|
5557
5902
|
"non_null": false
|
|
5558
5903
|
},
|
|
5559
|
-
"varName": "
|
|
5904
|
+
"varName": "floatingSubnetRef"
|
|
5560
5905
|
},
|
|
5561
5906
|
"globalIpRange": {
|
|
5562
|
-
"alias": "
|
|
5907
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
5563
5908
|
"args": {},
|
|
5564
5909
|
"deprecationReason": null,
|
|
5565
5910
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5567,9 +5912,9 @@
|
|
|
5567
5912
|
"isDeprecated": false,
|
|
5568
5913
|
"name": "globalIpRange",
|
|
5569
5914
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.globalIpRange",
|
|
5570
|
-
"requestStr": "$
|
|
5915
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
5571
5916
|
"required": true,
|
|
5572
|
-
"responseStr": "globalIpRange:$
|
|
5917
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5573
5918
|
"type": {
|
|
5574
5919
|
"definition": {
|
|
5575
5920
|
"description": null,
|
|
@@ -5634,10 +5979,10 @@
|
|
|
5634
5979
|
"name": "GlobalIpRangeRef",
|
|
5635
5980
|
"non_null": false
|
|
5636
5981
|
},
|
|
5637
|
-
"varName": "
|
|
5982
|
+
"varName": "globalIpRangeRef"
|
|
5638
5983
|
},
|
|
5639
5984
|
"group": {
|
|
5640
|
-
"alias": "
|
|
5985
|
+
"alias": "groupRefGroup: group",
|
|
5641
5986
|
"args": {},
|
|
5642
5987
|
"deprecationReason": null,
|
|
5643
5988
|
"description": "Groups defined for your account",
|
|
@@ -5645,9 +5990,9 @@
|
|
|
5645
5990
|
"isDeprecated": false,
|
|
5646
5991
|
"name": "group",
|
|
5647
5992
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.group",
|
|
5648
|
-
"requestStr": "$
|
|
5993
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
5649
5994
|
"required": true,
|
|
5650
|
-
"responseStr": "group:$
|
|
5995
|
+
"responseStr": "group:$groupRef ",
|
|
5651
5996
|
"type": {
|
|
5652
5997
|
"definition": {
|
|
5653
5998
|
"description": null,
|
|
@@ -5712,10 +6057,10 @@
|
|
|
5712
6057
|
"name": "GroupRef",
|
|
5713
6058
|
"non_null": false
|
|
5714
6059
|
},
|
|
5715
|
-
"varName": "
|
|
6060
|
+
"varName": "groupRef"
|
|
5716
6061
|
},
|
|
5717
6062
|
"host": {
|
|
5718
|
-
"alias": "
|
|
6063
|
+
"alias": "hostRefHost: host",
|
|
5719
6064
|
"args": {},
|
|
5720
6065
|
"deprecationReason": null,
|
|
5721
6066
|
"description": "Hosts and servers defined for your account",
|
|
@@ -5723,9 +6068,9 @@
|
|
|
5723
6068
|
"isDeprecated": false,
|
|
5724
6069
|
"name": "host",
|
|
5725
6070
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.host",
|
|
5726
|
-
"requestStr": "$
|
|
6071
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
5727
6072
|
"required": true,
|
|
5728
|
-
"responseStr": "host:$
|
|
6073
|
+
"responseStr": "host:$hostRef ",
|
|
5729
6074
|
"type": {
|
|
5730
6075
|
"definition": {
|
|
5731
6076
|
"description": null,
|
|
@@ -5790,7 +6135,7 @@
|
|
|
5790
6135
|
"name": "HostRef",
|
|
5791
6136
|
"non_null": false
|
|
5792
6137
|
},
|
|
5793
|
-
"varName": "
|
|
6138
|
+
"varName": "hostRef"
|
|
5794
6139
|
},
|
|
5795
6140
|
"ip": {
|
|
5796
6141
|
"args": {},
|
|
@@ -5816,7 +6161,7 @@
|
|
|
5816
6161
|
"varName": "ip"
|
|
5817
6162
|
},
|
|
5818
6163
|
"ipRange": {
|
|
5819
|
-
"alias": "
|
|
6164
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
5820
6165
|
"args": {},
|
|
5821
6166
|
"deprecationReason": null,
|
|
5822
6167
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -5824,9 +6169,9 @@
|
|
|
5824
6169
|
"isDeprecated": false,
|
|
5825
6170
|
"name": "ipRange",
|
|
5826
6171
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.ipRange",
|
|
5827
|
-
"requestStr": "$
|
|
6172
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
5828
6173
|
"required": true,
|
|
5829
|
-
"responseStr": "ipRange:$
|
|
6174
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
5830
6175
|
"type": {
|
|
5831
6176
|
"definition": {
|
|
5832
6177
|
"description": "Inclusive range of IPs",
|
|
@@ -5891,10 +6236,10 @@
|
|
|
5891
6236
|
"name": "IpAddressRange",
|
|
5892
6237
|
"non_null": false
|
|
5893
6238
|
},
|
|
5894
|
-
"varName": "
|
|
6239
|
+
"varName": "ipAddressRange"
|
|
5895
6240
|
},
|
|
5896
6241
|
"networkInterface": {
|
|
5897
|
-
"alias": "
|
|
6242
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
5898
6243
|
"args": {},
|
|
5899
6244
|
"deprecationReason": null,
|
|
5900
6245
|
"description": "Network range defined for a site",
|
|
@@ -5902,9 +6247,9 @@
|
|
|
5902
6247
|
"isDeprecated": false,
|
|
5903
6248
|
"name": "networkInterface",
|
|
5904
6249
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.networkInterface",
|
|
5905
|
-
"requestStr": "$
|
|
6250
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
5906
6251
|
"required": true,
|
|
5907
|
-
"responseStr": "networkInterface:$
|
|
6252
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
5908
6253
|
"type": {
|
|
5909
6254
|
"definition": {
|
|
5910
6255
|
"description": null,
|
|
@@ -5969,10 +6314,10 @@
|
|
|
5969
6314
|
"name": "NetworkInterfaceRef",
|
|
5970
6315
|
"non_null": false
|
|
5971
6316
|
},
|
|
5972
|
-
"varName": "
|
|
6317
|
+
"varName": "networkInterfaceRef"
|
|
5973
6318
|
},
|
|
5974
6319
|
"site": {
|
|
5975
|
-
"alias": "
|
|
6320
|
+
"alias": "siteRefSite: site",
|
|
5976
6321
|
"args": {},
|
|
5977
6322
|
"deprecationReason": null,
|
|
5978
6323
|
"description": "Site defined for the account",
|
|
@@ -5980,9 +6325,9 @@
|
|
|
5980
6325
|
"isDeprecated": false,
|
|
5981
6326
|
"name": "site",
|
|
5982
6327
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.site",
|
|
5983
|
-
"requestStr": "$
|
|
6328
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
5984
6329
|
"required": true,
|
|
5985
|
-
"responseStr": "site:$
|
|
6330
|
+
"responseStr": "site:$siteRef ",
|
|
5986
6331
|
"type": {
|
|
5987
6332
|
"definition": {
|
|
5988
6333
|
"description": null,
|
|
@@ -6047,10 +6392,10 @@
|
|
|
6047
6392
|
"name": "SiteRef",
|
|
6048
6393
|
"non_null": false
|
|
6049
6394
|
},
|
|
6050
|
-
"varName": "
|
|
6395
|
+
"varName": "siteRef"
|
|
6051
6396
|
},
|
|
6052
6397
|
"siteNetworkSubnet": {
|
|
6053
|
-
"alias": "
|
|
6398
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
6054
6399
|
"args": {},
|
|
6055
6400
|
"deprecationReason": null,
|
|
6056
6401
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6058,9 +6403,9 @@
|
|
|
6058
6403
|
"isDeprecated": false,
|
|
6059
6404
|
"name": "siteNetworkSubnet",
|
|
6060
6405
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.siteNetworkSubnet",
|
|
6061
|
-
"requestStr": "$
|
|
6406
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
6062
6407
|
"required": true,
|
|
6063
|
-
"responseStr": "siteNetworkSubnet:$
|
|
6408
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6064
6409
|
"type": {
|
|
6065
6410
|
"definition": {
|
|
6066
6411
|
"description": null,
|
|
@@ -6125,7 +6470,7 @@
|
|
|
6125
6470
|
"name": "SiteNetworkSubnetRef",
|
|
6126
6471
|
"non_null": false
|
|
6127
6472
|
},
|
|
6128
|
-
"varName": "
|
|
6473
|
+
"varName": "siteNetworkSubnetRef"
|
|
6129
6474
|
},
|
|
6130
6475
|
"subnet": {
|
|
6131
6476
|
"args": {},
|
|
@@ -6151,7 +6496,7 @@
|
|
|
6151
6496
|
"varName": "subnet"
|
|
6152
6497
|
},
|
|
6153
6498
|
"systemGroup": {
|
|
6154
|
-
"alias": "
|
|
6499
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
6155
6500
|
"args": {},
|
|
6156
6501
|
"deprecationReason": null,
|
|
6157
6502
|
"description": "Predefined Cato groups",
|
|
@@ -6159,9 +6504,9 @@
|
|
|
6159
6504
|
"isDeprecated": false,
|
|
6160
6505
|
"name": "systemGroup",
|
|
6161
6506
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.systemGroup",
|
|
6162
|
-
"requestStr": "$
|
|
6507
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
6163
6508
|
"required": true,
|
|
6164
|
-
"responseStr": "systemGroup:$
|
|
6509
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6165
6510
|
"type": {
|
|
6166
6511
|
"definition": {
|
|
6167
6512
|
"description": null,
|
|
@@ -6226,10 +6571,10 @@
|
|
|
6226
6571
|
"name": "SystemGroupRef",
|
|
6227
6572
|
"non_null": false
|
|
6228
6573
|
},
|
|
6229
|
-
"varName": "
|
|
6574
|
+
"varName": "systemGroupRef"
|
|
6230
6575
|
},
|
|
6231
6576
|
"user": {
|
|
6232
|
-
"alias": "
|
|
6577
|
+
"alias": "userRefUser: user",
|
|
6233
6578
|
"args": {},
|
|
6234
6579
|
"deprecationReason": null,
|
|
6235
6580
|
"description": "Individual users defined for the account",
|
|
@@ -6237,9 +6582,9 @@
|
|
|
6237
6582
|
"isDeprecated": false,
|
|
6238
6583
|
"name": "user",
|
|
6239
6584
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.user",
|
|
6240
|
-
"requestStr": "$
|
|
6585
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
6241
6586
|
"required": true,
|
|
6242
|
-
"responseStr": "user:$
|
|
6587
|
+
"responseStr": "user:$userRef ",
|
|
6243
6588
|
"type": {
|
|
6244
6589
|
"definition": {
|
|
6245
6590
|
"description": null,
|
|
@@ -6304,10 +6649,10 @@
|
|
|
6304
6649
|
"name": "UserRef",
|
|
6305
6650
|
"non_null": false
|
|
6306
6651
|
},
|
|
6307
|
-
"varName": "
|
|
6652
|
+
"varName": "userRef"
|
|
6308
6653
|
},
|
|
6309
6654
|
"usersGroup": {
|
|
6310
|
-
"alias": "
|
|
6655
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
6311
6656
|
"args": {},
|
|
6312
6657
|
"deprecationReason": null,
|
|
6313
6658
|
"description": "Group of users",
|
|
@@ -6315,9 +6660,9 @@
|
|
|
6315
6660
|
"isDeprecated": false,
|
|
6316
6661
|
"name": "usersGroup",
|
|
6317
6662
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.usersGroup",
|
|
6318
|
-
"requestStr": "$
|
|
6663
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
6319
6664
|
"required": true,
|
|
6320
|
-
"responseStr": "usersGroup:$
|
|
6665
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6321
6666
|
"type": {
|
|
6322
6667
|
"definition": {
|
|
6323
6668
|
"description": null,
|
|
@@ -6382,7 +6727,7 @@
|
|
|
6382
6727
|
"name": "UsersGroupRef",
|
|
6383
6728
|
"non_null": false
|
|
6384
6729
|
},
|
|
6385
|
-
"varName": "
|
|
6730
|
+
"varName": "usersGroupRef"
|
|
6386
6731
|
}
|
|
6387
6732
|
},
|
|
6388
6733
|
"inputFields": null,
|
|
@@ -6399,7 +6744,7 @@
|
|
|
6399
6744
|
"name": "WanFirewallSource",
|
|
6400
6745
|
"non_null": false
|
|
6401
6746
|
},
|
|
6402
|
-
"varName": "
|
|
6747
|
+
"varName": "wanFirewallSource"
|
|
6403
6748
|
}
|
|
6404
6749
|
},
|
|
6405
6750
|
"inputFields": null,
|
|
@@ -6418,7 +6763,7 @@
|
|
|
6418
6763
|
"name": "WanFirewallRuleException",
|
|
6419
6764
|
"non_null": false
|
|
6420
6765
|
},
|
|
6421
|
-
"varName": "
|
|
6766
|
+
"varName": "wanFirewallRuleException"
|
|
6422
6767
|
},
|
|
6423
6768
|
"id": {
|
|
6424
6769
|
"args": {},
|
|
@@ -6484,7 +6829,7 @@
|
|
|
6484
6829
|
"varName": "name"
|
|
6485
6830
|
},
|
|
6486
6831
|
"schedule": {
|
|
6487
|
-
"alias": "
|
|
6832
|
+
"alias": "policyScheduleSchedule: schedule",
|
|
6488
6833
|
"args": {},
|
|
6489
6834
|
"deprecationReason": null,
|
|
6490
6835
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6492,16 +6837,16 @@
|
|
|
6492
6837
|
"isDeprecated": false,
|
|
6493
6838
|
"name": "schedule",
|
|
6494
6839
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.schedule",
|
|
6495
|
-
"requestStr": "$
|
|
6840
|
+
"requestStr": "$policySchedule:PolicySchedule! ",
|
|
6496
6841
|
"required": true,
|
|
6497
|
-
"responseStr": "schedule:$
|
|
6842
|
+
"responseStr": "schedule:$policySchedule ",
|
|
6498
6843
|
"type": {
|
|
6499
6844
|
"definition": {
|
|
6500
6845
|
"description": null,
|
|
6501
6846
|
"enumValues": null,
|
|
6502
6847
|
"fields": {
|
|
6503
6848
|
"activeOn": {
|
|
6504
|
-
"alias": "
|
|
6849
|
+
"alias": "policyActiveOnEnumActiveOn: activeOn",
|
|
6505
6850
|
"args": {},
|
|
6506
6851
|
"deprecationReason": null,
|
|
6507
6852
|
"description": null,
|
|
@@ -6559,7 +6904,7 @@
|
|
|
6559
6904
|
"varName": "activeOn"
|
|
6560
6905
|
},
|
|
6561
6906
|
"customRecurring": {
|
|
6562
|
-
"alias": "
|
|
6907
|
+
"alias": "policyCustomRecurringCustomRecurring: customRecurring",
|
|
6563
6908
|
"args": {},
|
|
6564
6909
|
"deprecationReason": null,
|
|
6565
6910
|
"description": null,
|
|
@@ -6567,9 +6912,9 @@
|
|
|
6567
6912
|
"isDeprecated": false,
|
|
6568
6913
|
"name": "customRecurring",
|
|
6569
6914
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.schedule.customRecurring",
|
|
6570
|
-
"requestStr": "$
|
|
6915
|
+
"requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
|
|
6571
6916
|
"required": false,
|
|
6572
|
-
"responseStr": "customRecurring:$
|
|
6917
|
+
"responseStr": "customRecurring:$policyCustomRecurring ",
|
|
6573
6918
|
"type": {
|
|
6574
6919
|
"definition": {
|
|
6575
6920
|
"description": "Returns data for a custom recurring time range that a rule is active",
|
|
@@ -6708,10 +7053,10 @@
|
|
|
6708
7053
|
"name": "PolicyCustomRecurring",
|
|
6709
7054
|
"non_null": false
|
|
6710
7055
|
},
|
|
6711
|
-
"varName": "
|
|
7056
|
+
"varName": "policyCustomRecurring"
|
|
6712
7057
|
},
|
|
6713
7058
|
"customTimeframe": {
|
|
6714
|
-
"alias": "
|
|
7059
|
+
"alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
|
|
6715
7060
|
"args": {},
|
|
6716
7061
|
"deprecationReason": null,
|
|
6717
7062
|
"description": null,
|
|
@@ -6719,9 +7064,9 @@
|
|
|
6719
7064
|
"isDeprecated": false,
|
|
6720
7065
|
"name": "customTimeframe",
|
|
6721
7066
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.schedule.customTimeframe",
|
|
6722
|
-
"requestStr": "$
|
|
7067
|
+
"requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
|
|
6723
7068
|
"required": false,
|
|
6724
|
-
"responseStr": "customTimeframe:$
|
|
7069
|
+
"responseStr": "customTimeframe:$policyCustomTimeframe ",
|
|
6725
7070
|
"type": {
|
|
6726
7071
|
"definition": {
|
|
6727
7072
|
"description": "Returns data for a custom one-time time range that a rule is active",
|
|
@@ -6783,7 +7128,7 @@
|
|
|
6783
7128
|
"name": "PolicyCustomTimeframe",
|
|
6784
7129
|
"non_null": false
|
|
6785
7130
|
},
|
|
6786
|
-
"varName": "
|
|
7131
|
+
"varName": "policyCustomTimeframe"
|
|
6787
7132
|
}
|
|
6788
7133
|
},
|
|
6789
7134
|
"inputFields": null,
|
|
@@ -6800,10 +7145,10 @@
|
|
|
6800
7145
|
"name": "PolicySchedule",
|
|
6801
7146
|
"non_null": false
|
|
6802
7147
|
},
|
|
6803
|
-
"varName": "
|
|
7148
|
+
"varName": "policySchedule"
|
|
6804
7149
|
},
|
|
6805
7150
|
"section": {
|
|
6806
|
-
"alias": "
|
|
7151
|
+
"alias": "policySectionInfoSection: section",
|
|
6807
7152
|
"args": {},
|
|
6808
7153
|
"deprecationReason": null,
|
|
6809
7154
|
"description": "Policy section where the rule is located",
|
|
@@ -6811,9 +7156,9 @@
|
|
|
6811
7156
|
"isDeprecated": false,
|
|
6812
7157
|
"name": "section",
|
|
6813
7158
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.section",
|
|
6814
|
-
"requestStr": "$
|
|
7159
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
6815
7160
|
"required": true,
|
|
6816
|
-
"responseStr": "section:$
|
|
7161
|
+
"responseStr": "section:$policySectionInfo ",
|
|
6817
7162
|
"type": {
|
|
6818
7163
|
"definition": {
|
|
6819
7164
|
"description": "Define settings for a policy section",
|
|
@@ -6876,10 +7221,10 @@
|
|
|
6876
7221
|
"name": "PolicySectionInfo",
|
|
6877
7222
|
"non_null": false
|
|
6878
7223
|
},
|
|
6879
|
-
"varName": "
|
|
7224
|
+
"varName": "policySectionInfo"
|
|
6880
7225
|
},
|
|
6881
7226
|
"service": {
|
|
6882
|
-
"alias": "
|
|
7227
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
6883
7228
|
"args": {},
|
|
6884
7229
|
"deprecationReason": null,
|
|
6885
7230
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6887,16 +7232,16 @@
|
|
|
6887
7232
|
"isDeprecated": false,
|
|
6888
7233
|
"name": "service",
|
|
6889
7234
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.service",
|
|
6890
|
-
"requestStr": "$
|
|
7235
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
6891
7236
|
"required": true,
|
|
6892
|
-
"responseStr": "service:$
|
|
7237
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
6893
7238
|
"type": {
|
|
6894
7239
|
"definition": {
|
|
6895
7240
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
6896
7241
|
"enumValues": null,
|
|
6897
7242
|
"fields": {
|
|
6898
7243
|
"custom": {
|
|
6899
|
-
"alias": "
|
|
7244
|
+
"alias": "customServiceCustom: custom",
|
|
6900
7245
|
"args": {},
|
|
6901
7246
|
"deprecationReason": null,
|
|
6902
7247
|
"description": null,
|
|
@@ -6904,9 +7249,9 @@
|
|
|
6904
7249
|
"isDeprecated": false,
|
|
6905
7250
|
"name": "custom",
|
|
6906
7251
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.service.custom",
|
|
6907
|
-
"requestStr": "$
|
|
7252
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
6908
7253
|
"required": true,
|
|
6909
|
-
"responseStr": "custom:$
|
|
7254
|
+
"responseStr": "custom:$customService ",
|
|
6910
7255
|
"type": {
|
|
6911
7256
|
"definition": {
|
|
6912
7257
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -6935,7 +7280,7 @@
|
|
|
6935
7280
|
"varName": "port"
|
|
6936
7281
|
},
|
|
6937
7282
|
"portRange": {
|
|
6938
|
-
"alias": "
|
|
7283
|
+
"alias": "portRangePortRange: portRange",
|
|
6939
7284
|
"args": {},
|
|
6940
7285
|
"deprecationReason": null,
|
|
6941
7286
|
"description": null,
|
|
@@ -6943,9 +7288,9 @@
|
|
|
6943
7288
|
"isDeprecated": false,
|
|
6944
7289
|
"name": "portRange",
|
|
6945
7290
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.service.custom.portRange",
|
|
6946
|
-
"requestStr": "$
|
|
7291
|
+
"requestStr": "$portRange:PortRange ",
|
|
6947
7292
|
"required": false,
|
|
6948
|
-
"responseStr": "portRange:$
|
|
7293
|
+
"responseStr": "portRange:$portRange ",
|
|
6949
7294
|
"type": {
|
|
6950
7295
|
"definition": {
|
|
6951
7296
|
"description": "Inclusive network port range",
|
|
@@ -7007,10 +7352,10 @@
|
|
|
7007
7352
|
"name": "PortRange",
|
|
7008
7353
|
"non_null": false
|
|
7009
7354
|
},
|
|
7010
|
-
"varName": "
|
|
7355
|
+
"varName": "portRange"
|
|
7011
7356
|
},
|
|
7012
7357
|
"protocol": {
|
|
7013
|
-
"alias": "
|
|
7358
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
7014
7359
|
"args": {},
|
|
7015
7360
|
"deprecationReason": null,
|
|
7016
7361
|
"description": null,
|
|
@@ -7090,10 +7435,10 @@
|
|
|
7090
7435
|
"name": "CustomService",
|
|
7091
7436
|
"non_null": false
|
|
7092
7437
|
},
|
|
7093
|
-
"varName": "
|
|
7438
|
+
"varName": "customService"
|
|
7094
7439
|
},
|
|
7095
7440
|
"standard": {
|
|
7096
|
-
"alias": "
|
|
7441
|
+
"alias": "serviceRefStandard: standard",
|
|
7097
7442
|
"args": {},
|
|
7098
7443
|
"deprecationReason": null,
|
|
7099
7444
|
"description": null,
|
|
@@ -7101,9 +7446,9 @@
|
|
|
7101
7446
|
"isDeprecated": false,
|
|
7102
7447
|
"name": "standard",
|
|
7103
7448
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.service.standard",
|
|
7104
|
-
"requestStr": "$
|
|
7449
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
7105
7450
|
"required": true,
|
|
7106
|
-
"responseStr": "standard:$
|
|
7451
|
+
"responseStr": "standard:$serviceRef ",
|
|
7107
7452
|
"type": {
|
|
7108
7453
|
"definition": {
|
|
7109
7454
|
"description": null,
|
|
@@ -7168,7 +7513,7 @@
|
|
|
7168
7513
|
"name": "ServiceRef",
|
|
7169
7514
|
"non_null": false
|
|
7170
7515
|
},
|
|
7171
|
-
"varName": "
|
|
7516
|
+
"varName": "serviceRef"
|
|
7172
7517
|
}
|
|
7173
7518
|
},
|
|
7174
7519
|
"inputFields": null,
|
|
@@ -7185,10 +7530,10 @@
|
|
|
7185
7530
|
"name": "WanFirewallServiceType",
|
|
7186
7531
|
"non_null": false
|
|
7187
7532
|
},
|
|
7188
|
-
"varName": "
|
|
7533
|
+
"varName": "wanFirewallServiceType"
|
|
7189
7534
|
},
|
|
7190
7535
|
"source": {
|
|
7191
|
-
"alias": "
|
|
7536
|
+
"alias": "wanFirewallSourceSource: source",
|
|
7192
7537
|
"args": {},
|
|
7193
7538
|
"deprecationReason": null,
|
|
7194
7539
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7196,16 +7541,16 @@
|
|
|
7196
7541
|
"isDeprecated": false,
|
|
7197
7542
|
"name": "source",
|
|
7198
7543
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source",
|
|
7199
|
-
"requestStr": "$
|
|
7544
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
7200
7545
|
"required": true,
|
|
7201
|
-
"responseStr": "source:$
|
|
7546
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
7202
7547
|
"type": {
|
|
7203
7548
|
"definition": {
|
|
7204
7549
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
7205
7550
|
"enumValues": null,
|
|
7206
7551
|
"fields": {
|
|
7207
7552
|
"floatingSubnet": {
|
|
7208
|
-
"alias": "
|
|
7553
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
7209
7554
|
"args": {},
|
|
7210
7555
|
"deprecationReason": null,
|
|
7211
7556
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -7213,9 +7558,9 @@
|
|
|
7213
7558
|
"isDeprecated": false,
|
|
7214
7559
|
"name": "floatingSubnet",
|
|
7215
7560
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.floatingSubnet",
|
|
7216
|
-
"requestStr": "$
|
|
7561
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
7217
7562
|
"required": true,
|
|
7218
|
-
"responseStr": "floatingSubnet:$
|
|
7563
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
7219
7564
|
"type": {
|
|
7220
7565
|
"definition": {
|
|
7221
7566
|
"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.",
|
|
@@ -7280,10 +7625,10 @@
|
|
|
7280
7625
|
"name": "FloatingSubnetRef",
|
|
7281
7626
|
"non_null": false
|
|
7282
7627
|
},
|
|
7283
|
-
"varName": "
|
|
7628
|
+
"varName": "floatingSubnetRef"
|
|
7284
7629
|
},
|
|
7285
7630
|
"globalIpRange": {
|
|
7286
|
-
"alias": "
|
|
7631
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
7287
7632
|
"args": {},
|
|
7288
7633
|
"deprecationReason": null,
|
|
7289
7634
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7291,9 +7636,9 @@
|
|
|
7291
7636
|
"isDeprecated": false,
|
|
7292
7637
|
"name": "globalIpRange",
|
|
7293
7638
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.globalIpRange",
|
|
7294
|
-
"requestStr": "$
|
|
7639
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
7295
7640
|
"required": true,
|
|
7296
|
-
"responseStr": "globalIpRange:$
|
|
7641
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7297
7642
|
"type": {
|
|
7298
7643
|
"definition": {
|
|
7299
7644
|
"description": null,
|
|
@@ -7358,10 +7703,10 @@
|
|
|
7358
7703
|
"name": "GlobalIpRangeRef",
|
|
7359
7704
|
"non_null": false
|
|
7360
7705
|
},
|
|
7361
|
-
"varName": "
|
|
7706
|
+
"varName": "globalIpRangeRef"
|
|
7362
7707
|
},
|
|
7363
7708
|
"group": {
|
|
7364
|
-
"alias": "
|
|
7709
|
+
"alias": "groupRefGroup: group",
|
|
7365
7710
|
"args": {},
|
|
7366
7711
|
"deprecationReason": null,
|
|
7367
7712
|
"description": "Groups defined for your account",
|
|
@@ -7369,9 +7714,9 @@
|
|
|
7369
7714
|
"isDeprecated": false,
|
|
7370
7715
|
"name": "group",
|
|
7371
7716
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.group",
|
|
7372
|
-
"requestStr": "$
|
|
7717
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
7373
7718
|
"required": true,
|
|
7374
|
-
"responseStr": "group:$
|
|
7719
|
+
"responseStr": "group:$groupRef ",
|
|
7375
7720
|
"type": {
|
|
7376
7721
|
"definition": {
|
|
7377
7722
|
"description": null,
|
|
@@ -7436,10 +7781,10 @@
|
|
|
7436
7781
|
"name": "GroupRef",
|
|
7437
7782
|
"non_null": false
|
|
7438
7783
|
},
|
|
7439
|
-
"varName": "
|
|
7784
|
+
"varName": "groupRef"
|
|
7440
7785
|
},
|
|
7441
7786
|
"host": {
|
|
7442
|
-
"alias": "
|
|
7787
|
+
"alias": "hostRefHost: host",
|
|
7443
7788
|
"args": {},
|
|
7444
7789
|
"deprecationReason": null,
|
|
7445
7790
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7447,9 +7792,9 @@
|
|
|
7447
7792
|
"isDeprecated": false,
|
|
7448
7793
|
"name": "host",
|
|
7449
7794
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.host",
|
|
7450
|
-
"requestStr": "$
|
|
7795
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
7451
7796
|
"required": true,
|
|
7452
|
-
"responseStr": "host:$
|
|
7797
|
+
"responseStr": "host:$hostRef ",
|
|
7453
7798
|
"type": {
|
|
7454
7799
|
"definition": {
|
|
7455
7800
|
"description": null,
|
|
@@ -7514,7 +7859,7 @@
|
|
|
7514
7859
|
"name": "HostRef",
|
|
7515
7860
|
"non_null": false
|
|
7516
7861
|
},
|
|
7517
|
-
"varName": "
|
|
7862
|
+
"varName": "hostRef"
|
|
7518
7863
|
},
|
|
7519
7864
|
"ip": {
|
|
7520
7865
|
"args": {},
|
|
@@ -7540,7 +7885,7 @@
|
|
|
7540
7885
|
"varName": "ip"
|
|
7541
7886
|
},
|
|
7542
7887
|
"ipRange": {
|
|
7543
|
-
"alias": "
|
|
7888
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
7544
7889
|
"args": {},
|
|
7545
7890
|
"deprecationReason": null,
|
|
7546
7891
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7548,9 +7893,9 @@
|
|
|
7548
7893
|
"isDeprecated": false,
|
|
7549
7894
|
"name": "ipRange",
|
|
7550
7895
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.ipRange",
|
|
7551
|
-
"requestStr": "$
|
|
7896
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
7552
7897
|
"required": true,
|
|
7553
|
-
"responseStr": "ipRange:$
|
|
7898
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
7554
7899
|
"type": {
|
|
7555
7900
|
"definition": {
|
|
7556
7901
|
"description": "Inclusive range of IPs",
|
|
@@ -7615,10 +7960,10 @@
|
|
|
7615
7960
|
"name": "IpAddressRange",
|
|
7616
7961
|
"non_null": false
|
|
7617
7962
|
},
|
|
7618
|
-
"varName": "
|
|
7963
|
+
"varName": "ipAddressRange"
|
|
7619
7964
|
},
|
|
7620
7965
|
"networkInterface": {
|
|
7621
|
-
"alias": "
|
|
7966
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
7622
7967
|
"args": {},
|
|
7623
7968
|
"deprecationReason": null,
|
|
7624
7969
|
"description": "Network range defined for a site",
|
|
@@ -7626,9 +7971,9 @@
|
|
|
7626
7971
|
"isDeprecated": false,
|
|
7627
7972
|
"name": "networkInterface",
|
|
7628
7973
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.networkInterface",
|
|
7629
|
-
"requestStr": "$
|
|
7974
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
7630
7975
|
"required": true,
|
|
7631
|
-
"responseStr": "networkInterface:$
|
|
7976
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7632
7977
|
"type": {
|
|
7633
7978
|
"definition": {
|
|
7634
7979
|
"description": null,
|
|
@@ -7693,10 +8038,10 @@
|
|
|
7693
8038
|
"name": "NetworkInterfaceRef",
|
|
7694
8039
|
"non_null": false
|
|
7695
8040
|
},
|
|
7696
|
-
"varName": "
|
|
8041
|
+
"varName": "networkInterfaceRef"
|
|
7697
8042
|
},
|
|
7698
8043
|
"site": {
|
|
7699
|
-
"alias": "
|
|
8044
|
+
"alias": "siteRefSite: site",
|
|
7700
8045
|
"args": {},
|
|
7701
8046
|
"deprecationReason": null,
|
|
7702
8047
|
"description": "Site defined for the account",
|
|
@@ -7704,9 +8049,9 @@
|
|
|
7704
8049
|
"isDeprecated": false,
|
|
7705
8050
|
"name": "site",
|
|
7706
8051
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.site",
|
|
7707
|
-
"requestStr": "$
|
|
8052
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
7708
8053
|
"required": true,
|
|
7709
|
-
"responseStr": "site:$
|
|
8054
|
+
"responseStr": "site:$siteRef ",
|
|
7710
8055
|
"type": {
|
|
7711
8056
|
"definition": {
|
|
7712
8057
|
"description": null,
|
|
@@ -7771,10 +8116,10 @@
|
|
|
7771
8116
|
"name": "SiteRef",
|
|
7772
8117
|
"non_null": false
|
|
7773
8118
|
},
|
|
7774
|
-
"varName": "
|
|
8119
|
+
"varName": "siteRef"
|
|
7775
8120
|
},
|
|
7776
8121
|
"siteNetworkSubnet": {
|
|
7777
|
-
"alias": "
|
|
8122
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
7778
8123
|
"args": {},
|
|
7779
8124
|
"deprecationReason": null,
|
|
7780
8125
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -7782,9 +8127,9 @@
|
|
|
7782
8127
|
"isDeprecated": false,
|
|
7783
8128
|
"name": "siteNetworkSubnet",
|
|
7784
8129
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.siteNetworkSubnet",
|
|
7785
|
-
"requestStr": "$
|
|
8130
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
7786
8131
|
"required": true,
|
|
7787
|
-
"responseStr": "siteNetworkSubnet:$
|
|
8132
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
7788
8133
|
"type": {
|
|
7789
8134
|
"definition": {
|
|
7790
8135
|
"description": null,
|
|
@@ -7849,7 +8194,7 @@
|
|
|
7849
8194
|
"name": "SiteNetworkSubnetRef",
|
|
7850
8195
|
"non_null": false
|
|
7851
8196
|
},
|
|
7852
|
-
"varName": "
|
|
8197
|
+
"varName": "siteNetworkSubnetRef"
|
|
7853
8198
|
},
|
|
7854
8199
|
"subnet": {
|
|
7855
8200
|
"args": {},
|
|
@@ -7875,7 +8220,7 @@
|
|
|
7875
8220
|
"varName": "subnet"
|
|
7876
8221
|
},
|
|
7877
8222
|
"systemGroup": {
|
|
7878
|
-
"alias": "
|
|
8223
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
7879
8224
|
"args": {},
|
|
7880
8225
|
"deprecationReason": null,
|
|
7881
8226
|
"description": "Predefined Cato groups",
|
|
@@ -7883,9 +8228,9 @@
|
|
|
7883
8228
|
"isDeprecated": false,
|
|
7884
8229
|
"name": "systemGroup",
|
|
7885
8230
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.systemGroup",
|
|
7886
|
-
"requestStr": "$
|
|
8231
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
7887
8232
|
"required": true,
|
|
7888
|
-
"responseStr": "systemGroup:$
|
|
8233
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
7889
8234
|
"type": {
|
|
7890
8235
|
"definition": {
|
|
7891
8236
|
"description": null,
|
|
@@ -7950,10 +8295,10 @@
|
|
|
7950
8295
|
"name": "SystemGroupRef",
|
|
7951
8296
|
"non_null": false
|
|
7952
8297
|
},
|
|
7953
|
-
"varName": "
|
|
8298
|
+
"varName": "systemGroupRef"
|
|
7954
8299
|
},
|
|
7955
8300
|
"user": {
|
|
7956
|
-
"alias": "
|
|
8301
|
+
"alias": "userRefUser: user",
|
|
7957
8302
|
"args": {},
|
|
7958
8303
|
"deprecationReason": null,
|
|
7959
8304
|
"description": "Individual users defined for the account",
|
|
@@ -7961,9 +8306,9 @@
|
|
|
7961
8306
|
"isDeprecated": false,
|
|
7962
8307
|
"name": "user",
|
|
7963
8308
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.user",
|
|
7964
|
-
"requestStr": "$
|
|
8309
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
7965
8310
|
"required": true,
|
|
7966
|
-
"responseStr": "user:$
|
|
8311
|
+
"responseStr": "user:$userRef ",
|
|
7967
8312
|
"type": {
|
|
7968
8313
|
"definition": {
|
|
7969
8314
|
"description": null,
|
|
@@ -8028,10 +8373,10 @@
|
|
|
8028
8373
|
"name": "UserRef",
|
|
8029
8374
|
"non_null": false
|
|
8030
8375
|
},
|
|
8031
|
-
"varName": "
|
|
8376
|
+
"varName": "userRef"
|
|
8032
8377
|
},
|
|
8033
8378
|
"usersGroup": {
|
|
8034
|
-
"alias": "
|
|
8379
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
8035
8380
|
"args": {},
|
|
8036
8381
|
"deprecationReason": null,
|
|
8037
8382
|
"description": "Group of users",
|
|
@@ -8039,9 +8384,9 @@
|
|
|
8039
8384
|
"isDeprecated": false,
|
|
8040
8385
|
"name": "usersGroup",
|
|
8041
8386
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.source.usersGroup",
|
|
8042
|
-
"requestStr": "$
|
|
8387
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
8043
8388
|
"required": true,
|
|
8044
|
-
"responseStr": "usersGroup:$
|
|
8389
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
8045
8390
|
"type": {
|
|
8046
8391
|
"definition": {
|
|
8047
8392
|
"description": null,
|
|
@@ -8106,7 +8451,7 @@
|
|
|
8106
8451
|
"name": "UsersGroupRef",
|
|
8107
8452
|
"non_null": false
|
|
8108
8453
|
},
|
|
8109
|
-
"varName": "
|
|
8454
|
+
"varName": "usersGroupRef"
|
|
8110
8455
|
}
|
|
8111
8456
|
},
|
|
8112
8457
|
"inputFields": null,
|
|
@@ -8123,10 +8468,10 @@
|
|
|
8123
8468
|
"name": "WanFirewallSource",
|
|
8124
8469
|
"non_null": false
|
|
8125
8470
|
},
|
|
8126
|
-
"varName": "
|
|
8471
|
+
"varName": "wanFirewallSource"
|
|
8127
8472
|
},
|
|
8128
8473
|
"tracking": {
|
|
8129
|
-
"alias": "
|
|
8474
|
+
"alias": "policyTrackingTracking: tracking",
|
|
8130
8475
|
"args": {},
|
|
8131
8476
|
"deprecationReason": null,
|
|
8132
8477
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8134,16 +8479,16 @@
|
|
|
8134
8479
|
"isDeprecated": false,
|
|
8135
8480
|
"name": "tracking",
|
|
8136
8481
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.tracking",
|
|
8137
|
-
"requestStr": "$
|
|
8482
|
+
"requestStr": "$policyTracking:PolicyTracking! ",
|
|
8138
8483
|
"required": true,
|
|
8139
|
-
"responseStr": "tracking:$
|
|
8484
|
+
"responseStr": "tracking:$policyTracking ",
|
|
8140
8485
|
"type": {
|
|
8141
8486
|
"definition": {
|
|
8142
8487
|
"description": null,
|
|
8143
8488
|
"enumValues": null,
|
|
8144
8489
|
"fields": {
|
|
8145
8490
|
"alert": {
|
|
8146
|
-
"alias": "
|
|
8491
|
+
"alias": "policyRuleTrackingAlertAlert: alert",
|
|
8147
8492
|
"args": {},
|
|
8148
8493
|
"deprecationReason": null,
|
|
8149
8494
|
"description": null,
|
|
@@ -8151,9 +8496,9 @@
|
|
|
8151
8496
|
"isDeprecated": false,
|
|
8152
8497
|
"name": "alert",
|
|
8153
8498
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.tracking.alert",
|
|
8154
|
-
"requestStr": "$
|
|
8499
|
+
"requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
|
|
8155
8500
|
"required": true,
|
|
8156
|
-
"responseStr": "alert:$
|
|
8501
|
+
"responseStr": "alert:$policyRuleTrackingAlert ",
|
|
8157
8502
|
"type": {
|
|
8158
8503
|
"definition": {
|
|
8159
8504
|
"description": "Returns data for the alert settings for the rule",
|
|
@@ -8181,7 +8526,7 @@
|
|
|
8181
8526
|
"varName": "enabled"
|
|
8182
8527
|
},
|
|
8183
8528
|
"frequency": {
|
|
8184
|
-
"alias": "
|
|
8529
|
+
"alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
|
|
8185
8530
|
"args": {},
|
|
8186
8531
|
"deprecationReason": null,
|
|
8187
8532
|
"description": "Returns data for the alert frequency",
|
|
@@ -8239,7 +8584,7 @@
|
|
|
8239
8584
|
"varName": "frequency"
|
|
8240
8585
|
},
|
|
8241
8586
|
"mailingList": {
|
|
8242
|
-
"alias": "
|
|
8587
|
+
"alias": "subscriptionMailingListRefMailingList: mailingList",
|
|
8243
8588
|
"args": {},
|
|
8244
8589
|
"deprecationReason": null,
|
|
8245
8590
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8247,9 +8592,9 @@
|
|
|
8247
8592
|
"isDeprecated": false,
|
|
8248
8593
|
"name": "mailingList",
|
|
8249
8594
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.tracking.alert.mailingList",
|
|
8250
|
-
"requestStr": "$
|
|
8595
|
+
"requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
|
|
8251
8596
|
"required": true,
|
|
8252
|
-
"responseStr": "mailingList:$
|
|
8597
|
+
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
8253
8598
|
"type": {
|
|
8254
8599
|
"definition": {
|
|
8255
8600
|
"description": null,
|
|
@@ -8314,10 +8659,10 @@
|
|
|
8314
8659
|
"name": "SubscriptionMailingListRef",
|
|
8315
8660
|
"non_null": false
|
|
8316
8661
|
},
|
|
8317
|
-
"varName": "
|
|
8662
|
+
"varName": "subscriptionMailingListRef"
|
|
8318
8663
|
},
|
|
8319
8664
|
"subscriptionGroup": {
|
|
8320
|
-
"alias": "
|
|
8665
|
+
"alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
|
|
8321
8666
|
"args": {},
|
|
8322
8667
|
"deprecationReason": null,
|
|
8323
8668
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8325,9 +8670,9 @@
|
|
|
8325
8670
|
"isDeprecated": false,
|
|
8326
8671
|
"name": "subscriptionGroup",
|
|
8327
8672
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.tracking.alert.subscriptionGroup",
|
|
8328
|
-
"requestStr": "$
|
|
8673
|
+
"requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
|
|
8329
8674
|
"required": true,
|
|
8330
|
-
"responseStr": "subscriptionGroup:$
|
|
8675
|
+
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
8331
8676
|
"type": {
|
|
8332
8677
|
"definition": {
|
|
8333
8678
|
"description": null,
|
|
@@ -8392,10 +8737,10 @@
|
|
|
8392
8737
|
"name": "SubscriptionGroupRef",
|
|
8393
8738
|
"non_null": false
|
|
8394
8739
|
},
|
|
8395
|
-
"varName": "
|
|
8740
|
+
"varName": "subscriptionGroupRef"
|
|
8396
8741
|
},
|
|
8397
8742
|
"webhook": {
|
|
8398
|
-
"alias": "
|
|
8743
|
+
"alias": "subscriptionWebhookRefWebhook: webhook",
|
|
8399
8744
|
"args": {},
|
|
8400
8745
|
"deprecationReason": null,
|
|
8401
8746
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8403,9 +8748,9 @@
|
|
|
8403
8748
|
"isDeprecated": false,
|
|
8404
8749
|
"name": "webhook",
|
|
8405
8750
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.tracking.alert.webhook",
|
|
8406
|
-
"requestStr": "$
|
|
8751
|
+
"requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
|
|
8407
8752
|
"required": true,
|
|
8408
|
-
"responseStr": "webhook:$
|
|
8753
|
+
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
8409
8754
|
"type": {
|
|
8410
8755
|
"definition": {
|
|
8411
8756
|
"description": null,
|
|
@@ -8470,7 +8815,7 @@
|
|
|
8470
8815
|
"name": "SubscriptionWebhookRef",
|
|
8471
8816
|
"non_null": false
|
|
8472
8817
|
},
|
|
8473
|
-
"varName": "
|
|
8818
|
+
"varName": "subscriptionWebhookRef"
|
|
8474
8819
|
}
|
|
8475
8820
|
},
|
|
8476
8821
|
"inputFields": null,
|
|
@@ -8487,10 +8832,10 @@
|
|
|
8487
8832
|
"name": "PolicyRuleTrackingAlert",
|
|
8488
8833
|
"non_null": false
|
|
8489
8834
|
},
|
|
8490
|
-
"varName": "
|
|
8835
|
+
"varName": "policyRuleTrackingAlert"
|
|
8491
8836
|
},
|
|
8492
8837
|
"event": {
|
|
8493
|
-
"alias": "
|
|
8838
|
+
"alias": "policyRuleTrackingEventEvent: event",
|
|
8494
8839
|
"args": {},
|
|
8495
8840
|
"deprecationReason": null,
|
|
8496
8841
|
"description": null,
|
|
@@ -8498,9 +8843,9 @@
|
|
|
8498
8843
|
"isDeprecated": false,
|
|
8499
8844
|
"name": "event",
|
|
8500
8845
|
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.tracking.event",
|
|
8501
|
-
"requestStr": "$
|
|
8846
|
+
"requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
|
|
8502
8847
|
"required": true,
|
|
8503
|
-
"responseStr": "event:$
|
|
8848
|
+
"responseStr": "event:$policyRuleTrackingEvent ",
|
|
8504
8849
|
"type": {
|
|
8505
8850
|
"definition": {
|
|
8506
8851
|
"description": "Returns data if an alert is sent for a rule",
|
|
@@ -8542,7 +8887,7 @@
|
|
|
8542
8887
|
"name": "PolicyRuleTrackingEvent",
|
|
8543
8888
|
"non_null": false
|
|
8544
8889
|
},
|
|
8545
|
-
"varName": "
|
|
8890
|
+
"varName": "policyRuleTrackingEvent"
|
|
8546
8891
|
}
|
|
8547
8892
|
},
|
|
8548
8893
|
"inputFields": null,
|
|
@@ -8559,7 +8904,7 @@
|
|
|
8559
8904
|
"name": "PolicyTracking",
|
|
8560
8905
|
"non_null": false
|
|
8561
8906
|
},
|
|
8562
|
-
"varName": "
|
|
8907
|
+
"varName": "policyTracking"
|
|
8563
8908
|
}
|
|
8564
8909
|
},
|
|
8565
8910
|
"inputFields": null,
|
|
@@ -8576,7 +8921,7 @@
|
|
|
8576
8921
|
"name": "WanFirewallRule",
|
|
8577
8922
|
"non_null": false
|
|
8578
8923
|
},
|
|
8579
|
-
"varName": "
|
|
8924
|
+
"varName": "wanFirewallRule"
|
|
8580
8925
|
}
|
|
8581
8926
|
},
|
|
8582
8927
|
"inputFields": null,
|
|
@@ -8595,7 +8940,7 @@
|
|
|
8595
8940
|
"name": "WanFirewallRulePayload",
|
|
8596
8941
|
"non_null": false
|
|
8597
8942
|
},
|
|
8598
|
-
"varName": "
|
|
8943
|
+
"varName": "wanFirewallRulePayload"
|
|
8599
8944
|
},
|
|
8600
8945
|
"sections": {
|
|
8601
8946
|
"args": {},
|
|
@@ -8605,16 +8950,16 @@
|
|
|
8605
8950
|
"isDeprecated": false,
|
|
8606
8951
|
"name": "sections",
|
|
8607
8952
|
"path": "wanFirewall.createPolicyRevision.policy.sections",
|
|
8608
|
-
"requestStr": "$
|
|
8953
|
+
"requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
|
|
8609
8954
|
"required": true,
|
|
8610
|
-
"responseStr": "sections:$
|
|
8955
|
+
"responseStr": "sections:$policySectionPayload ",
|
|
8611
8956
|
"type": {
|
|
8612
8957
|
"definition": {
|
|
8613
8958
|
"description": null,
|
|
8614
8959
|
"enumValues": null,
|
|
8615
8960
|
"fields": {
|
|
8616
8961
|
"audit": {
|
|
8617
|
-
"alias": "
|
|
8962
|
+
"alias": "policyElementAuditAudit: audit",
|
|
8618
8963
|
"args": {},
|
|
8619
8964
|
"deprecationReason": null,
|
|
8620
8965
|
"description": null,
|
|
@@ -8622,9 +8967,9 @@
|
|
|
8622
8967
|
"isDeprecated": false,
|
|
8623
8968
|
"name": "audit",
|
|
8624
8969
|
"path": "wanFirewall.createPolicyRevision.policy.sections.audit",
|
|
8625
|
-
"requestStr": "$
|
|
8970
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
8626
8971
|
"required": true,
|
|
8627
|
-
"responseStr": "audit:$
|
|
8972
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
8628
8973
|
"type": {
|
|
8629
8974
|
"definition": {
|
|
8630
8975
|
"description": null,
|
|
@@ -8687,10 +9032,10 @@
|
|
|
8687
9032
|
"name": "PolicyElementAudit",
|
|
8688
9033
|
"non_null": false
|
|
8689
9034
|
},
|
|
8690
|
-
"varName": "
|
|
9035
|
+
"varName": "policyElementAudit"
|
|
8691
9036
|
},
|
|
8692
9037
|
"properties": {
|
|
8693
|
-
"alias": "
|
|
9038
|
+
"alias": "policyElementPropertiesEnumProperties: properties",
|
|
8694
9039
|
"args": {},
|
|
8695
9040
|
"deprecationReason": null,
|
|
8696
9041
|
"description": null,
|
|
@@ -8768,7 +9113,7 @@
|
|
|
8768
9113
|
"varName": "properties"
|
|
8769
9114
|
},
|
|
8770
9115
|
"section": {
|
|
8771
|
-
"alias": "
|
|
9116
|
+
"alias": "policySectionInfoSection: section",
|
|
8772
9117
|
"args": {},
|
|
8773
9118
|
"deprecationReason": null,
|
|
8774
9119
|
"description": null,
|
|
@@ -8776,9 +9121,9 @@
|
|
|
8776
9121
|
"isDeprecated": false,
|
|
8777
9122
|
"name": "section",
|
|
8778
9123
|
"path": "wanFirewall.createPolicyRevision.policy.sections.section",
|
|
8779
|
-
"requestStr": "$
|
|
9124
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
8780
9125
|
"required": true,
|
|
8781
|
-
"responseStr": "section:$
|
|
9126
|
+
"responseStr": "section:$policySectionInfo ",
|
|
8782
9127
|
"type": {
|
|
8783
9128
|
"definition": {
|
|
8784
9129
|
"description": "Define settings for a policy section",
|
|
@@ -8841,7 +9186,7 @@
|
|
|
8841
9186
|
"name": "PolicySectionInfo",
|
|
8842
9187
|
"non_null": false
|
|
8843
9188
|
},
|
|
8844
|
-
"varName": "
|
|
9189
|
+
"varName": "policySectionInfo"
|
|
8845
9190
|
}
|
|
8846
9191
|
},
|
|
8847
9192
|
"inputFields": null,
|
|
@@ -8860,7 +9205,7 @@
|
|
|
8860
9205
|
"name": "PolicySectionPayload",
|
|
8861
9206
|
"non_null": false
|
|
8862
9207
|
},
|
|
8863
|
-
"varName": "
|
|
9208
|
+
"varName": "policySectionPayload"
|
|
8864
9209
|
}
|
|
8865
9210
|
},
|
|
8866
9211
|
"inputFields": null,
|
|
@@ -8876,10 +9221,10 @@
|
|
|
8876
9221
|
"name": "WanFirewallPolicy",
|
|
8877
9222
|
"non_null": false
|
|
8878
9223
|
},
|
|
8879
|
-
"varName": "
|
|
9224
|
+
"varName": "wanFirewallPolicy"
|
|
8880
9225
|
},
|
|
8881
9226
|
"status": {
|
|
8882
|
-
"alias": "
|
|
9227
|
+
"alias": "policyMutationStatusStatus: status",
|
|
8883
9228
|
"args": {},
|
|
8884
9229
|
"deprecationReason": null,
|
|
8885
9230
|
"description": null,
|
|
@@ -8939,7 +9284,7 @@
|
|
|
8939
9284
|
"name": "WanFirewallPolicyMutationPayload",
|
|
8940
9285
|
"non_null": false
|
|
8941
9286
|
},
|
|
8942
|
-
"varName": "
|
|
9287
|
+
"varName": "wanFirewallPolicyMutationPayload"
|
|
8943
9288
|
}
|
|
8944
9289
|
},
|
|
8945
9290
|
"inputFields": null,
|
|
@@ -8955,7 +9300,7 @@
|
|
|
8955
9300
|
"name": "WanFirewallPolicyMutations",
|
|
8956
9301
|
"non_null": false
|
|
8957
9302
|
},
|
|
8958
|
-
"varName": "
|
|
9303
|
+
"varName": "wanFirewallPolicyMutations"
|
|
8959
9304
|
}
|
|
8960
9305
|
},
|
|
8961
9306
|
"inputFields": null,
|
|
@@ -8972,7 +9317,7 @@
|
|
|
8972
9317
|
"non_null": false
|
|
8973
9318
|
},
|
|
8974
9319
|
"variablesPayload": {
|
|
8975
|
-
"
|
|
9320
|
+
"policyCreateRevisionInput": {
|
|
8976
9321
|
"description": {
|
|
8977
9322
|
"description": "String"
|
|
8978
9323
|
},
|
|
@@ -8980,8 +9325,8 @@
|
|
|
8980
9325
|
"name": "String"
|
|
8981
9326
|
}
|
|
8982
9327
|
},
|
|
8983
|
-
"
|
|
8984
|
-
"
|
|
9328
|
+
"wanFirewallPolicyMutationInput": {
|
|
9329
|
+
"policyMutationRevisionInput": {
|
|
8985
9330
|
"id": {
|
|
8986
9331
|
"id": "ID"
|
|
8987
9332
|
}
|