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": "publishPolicyRevision___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "publishPolicyRevision.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$policyPublishRevisionInput:PolicyPublishRevisionInput ",
|
|
33
33
|
"required": false,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$policyPublishRevisionInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": "Published revision is the active policy\napplied on the traffic.\nIn addition, when a policy is published, revision changes become visible\nto other admins, and rules locked by the revision become unlocked",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"name": "PolicyPublishRevisionInput",
|
|
88
88
|
"non_null": false
|
|
89
89
|
},
|
|
90
|
-
"varName": "
|
|
90
|
+
"varName": "policyPublishRevisionInput"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"deprecationReason": null,
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"id_str": "wanFirewall___input",
|
|
113
113
|
"name": "input",
|
|
114
114
|
"path": "wanFirewall.input",
|
|
115
|
-
"requestStr": "$
|
|
115
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
116
116
|
"required": false,
|
|
117
|
-
"responseStr": "input:$
|
|
117
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
118
118
|
"type": {
|
|
119
119
|
"definition": {
|
|
120
120
|
"description": null,
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"id_str": "wanFirewall___input___revision",
|
|
128
128
|
"name": "revision",
|
|
129
129
|
"path": "wanFirewall.input.revision",
|
|
130
|
-
"requestStr": "$
|
|
130
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
131
131
|
"required": false,
|
|
132
|
-
"responseStr": "revision:$
|
|
132
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
133
133
|
"type": {
|
|
134
134
|
"definition": {
|
|
135
135
|
"description": null,
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"name": "PolicyMutationRevisionInput",
|
|
168
168
|
"non_null": false
|
|
169
169
|
},
|
|
170
|
-
"varName": "
|
|
170
|
+
"varName": "policyMutationRevisionInput"
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
173
|
"interfaces": null,
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"name": "WanFirewallPolicyMutationInput",
|
|
183
183
|
"non_null": false
|
|
184
184
|
},
|
|
185
|
-
"varName": "
|
|
185
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
188
|
"deprecationReason": null,
|
|
@@ -207,6 +207,7 @@
|
|
|
207
207
|
"CustomCategoryRef": true,
|
|
208
208
|
"CustomService": true,
|
|
209
209
|
"DayOfWeek": true,
|
|
210
|
+
"DeviceAttributes": true,
|
|
210
211
|
"DeviceProfileRef": true,
|
|
211
212
|
"FloatingSubnetRef": true,
|
|
212
213
|
"GlobalIpRangeRef": true,
|
|
@@ -260,15 +261,34 @@
|
|
|
260
261
|
"isDeprecated": false,
|
|
261
262
|
"name": "policy",
|
|
262
263
|
"operationArgs": {
|
|
263
|
-
"
|
|
264
|
+
"accountId": {
|
|
265
|
+
"defaultValue": null,
|
|
266
|
+
"description": null,
|
|
267
|
+
"id_str": "accountId",
|
|
268
|
+
"name": "accountId",
|
|
269
|
+
"path": "accountId",
|
|
270
|
+
"requestStr": "$accountId:ID! ",
|
|
271
|
+
"required": true,
|
|
272
|
+
"responseStr": "accountId:$accountId ",
|
|
273
|
+
"type": {
|
|
274
|
+
"kind": [
|
|
275
|
+
"NON_NULL",
|
|
276
|
+
"SCALAR"
|
|
277
|
+
],
|
|
278
|
+
"name": "ID",
|
|
279
|
+
"non_null": false
|
|
280
|
+
},
|
|
281
|
+
"varName": "accountId"
|
|
282
|
+
},
|
|
283
|
+
"policyPublishRevisionInput": {
|
|
264
284
|
"defaultValue": null,
|
|
265
285
|
"description": null,
|
|
266
286
|
"id_str": "publishPolicyRevision___input",
|
|
267
287
|
"name": "input",
|
|
268
288
|
"path": "publishPolicyRevision.input",
|
|
269
|
-
"requestStr": "$
|
|
289
|
+
"requestStr": "$policyPublishRevisionInput:PolicyPublishRevisionInput ",
|
|
270
290
|
"required": false,
|
|
271
|
-
"responseStr": "input:$
|
|
291
|
+
"responseStr": "input:$policyPublishRevisionInput ",
|
|
272
292
|
"type": {
|
|
273
293
|
"definition": {
|
|
274
294
|
"description": "Published revision is the active policy\napplied on the traffic.\nIn addition, when a policy is published, revision changes become visible\nto other admins, and rules locked by the revision become unlocked",
|
|
@@ -324,17 +344,17 @@
|
|
|
324
344
|
"name": "PolicyPublishRevisionInput",
|
|
325
345
|
"non_null": false
|
|
326
346
|
},
|
|
327
|
-
"varName": "
|
|
347
|
+
"varName": "policyPublishRevisionInput"
|
|
328
348
|
},
|
|
329
|
-
"
|
|
349
|
+
"wanFirewallPolicyMutationInput": {
|
|
330
350
|
"defaultValue": null,
|
|
331
351
|
"description": null,
|
|
332
352
|
"id_str": "wanFirewall___input",
|
|
333
353
|
"name": "input",
|
|
334
354
|
"path": "wanFirewall.input",
|
|
335
|
-
"requestStr": "$
|
|
355
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
336
356
|
"required": false,
|
|
337
|
-
"responseStr": "input:$
|
|
357
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
338
358
|
"type": {
|
|
339
359
|
"definition": {
|
|
340
360
|
"description": null,
|
|
@@ -347,9 +367,9 @@
|
|
|
347
367
|
"id_str": "wanFirewall___input___revision",
|
|
348
368
|
"name": "revision",
|
|
349
369
|
"path": "wanFirewall.input.revision",
|
|
350
|
-
"requestStr": "$
|
|
370
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
351
371
|
"required": false,
|
|
352
|
-
"responseStr": "revision:$
|
|
372
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
353
373
|
"type": {
|
|
354
374
|
"definition": {
|
|
355
375
|
"description": null,
|
|
@@ -387,7 +407,7 @@
|
|
|
387
407
|
"name": "PolicyMutationRevisionInput",
|
|
388
408
|
"non_null": false
|
|
389
409
|
},
|
|
390
|
-
"varName": "
|
|
410
|
+
"varName": "policyMutationRevisionInput"
|
|
391
411
|
}
|
|
392
412
|
},
|
|
393
413
|
"interfaces": null,
|
|
@@ -402,26 +422,7 @@
|
|
|
402
422
|
"name": "WanFirewallPolicyMutationInput",
|
|
403
423
|
"non_null": false
|
|
404
424
|
},
|
|
405
|
-
"varName": "
|
|
406
|
-
},
|
|
407
|
-
"accountId": {
|
|
408
|
-
"defaultValue": null,
|
|
409
|
-
"description": null,
|
|
410
|
-
"id_str": "accountId",
|
|
411
|
-
"name": "accountId",
|
|
412
|
-
"path": "accountId",
|
|
413
|
-
"requestStr": "$accountId:ID! ",
|
|
414
|
-
"required": true,
|
|
415
|
-
"responseStr": "accountId:$accountId ",
|
|
416
|
-
"type": {
|
|
417
|
-
"kind": [
|
|
418
|
-
"NON_NULL",
|
|
419
|
-
"SCALAR"
|
|
420
|
-
],
|
|
421
|
-
"name": "ID",
|
|
422
|
-
"non_null": false
|
|
423
|
-
},
|
|
424
|
-
"varName": "accountId"
|
|
425
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
425
426
|
}
|
|
426
427
|
},
|
|
427
428
|
"path": "mutation.policy.wanFirewall.publishPolicyRevision",
|
|
@@ -438,9 +439,9 @@
|
|
|
438
439
|
"id_str": "wanFirewall___input",
|
|
439
440
|
"name": "input",
|
|
440
441
|
"path": "wanFirewall.input",
|
|
441
|
-
"requestStr": "$
|
|
442
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
442
443
|
"required": false,
|
|
443
|
-
"responseStr": "input:$
|
|
444
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
444
445
|
"type": {
|
|
445
446
|
"definition": {
|
|
446
447
|
"description": null,
|
|
@@ -453,9 +454,9 @@
|
|
|
453
454
|
"id_str": "wanFirewall___input___revision",
|
|
454
455
|
"name": "revision",
|
|
455
456
|
"path": "wanFirewall.input.revision",
|
|
456
|
-
"requestStr": "$
|
|
457
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
457
458
|
"required": false,
|
|
458
|
-
"responseStr": "revision:$
|
|
459
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
459
460
|
"type": {
|
|
460
461
|
"definition": {
|
|
461
462
|
"description": null,
|
|
@@ -493,7 +494,7 @@
|
|
|
493
494
|
"name": "PolicyMutationRevisionInput",
|
|
494
495
|
"non_null": false
|
|
495
496
|
},
|
|
496
|
-
"varName": "
|
|
497
|
+
"varName": "policyMutationRevisionInput"
|
|
497
498
|
}
|
|
498
499
|
},
|
|
499
500
|
"interfaces": null,
|
|
@@ -508,7 +509,7 @@
|
|
|
508
509
|
"name": "WanFirewallPolicyMutationInput",
|
|
509
510
|
"non_null": false
|
|
510
511
|
},
|
|
511
|
-
"varName": "
|
|
512
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
512
513
|
}
|
|
513
514
|
},
|
|
514
515
|
"deprecationReason": null,
|
|
@@ -517,9 +518,9 @@
|
|
|
517
518
|
"isDeprecated": false,
|
|
518
519
|
"name": "wanFirewall",
|
|
519
520
|
"path": "wanFirewall",
|
|
520
|
-
"requestStr": "$
|
|
521
|
+
"requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
|
|
521
522
|
"required": false,
|
|
522
|
-
"responseStr": "wanFirewall:$
|
|
523
|
+
"responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
|
|
523
524
|
"type": {
|
|
524
525
|
"definition": {
|
|
525
526
|
"description": "The Wan Firewall Policy information returned to the caller in the API response.",
|
|
@@ -533,9 +534,9 @@
|
|
|
533
534
|
"id_str": "publishPolicyRevision___input",
|
|
534
535
|
"name": "input",
|
|
535
536
|
"path": "publishPolicyRevision.input",
|
|
536
|
-
"requestStr": "$
|
|
537
|
+
"requestStr": "$policyPublishRevisionInput:PolicyPublishRevisionInput ",
|
|
537
538
|
"required": false,
|
|
538
|
-
"responseStr": "input:$
|
|
539
|
+
"responseStr": "input:$policyPublishRevisionInput ",
|
|
539
540
|
"type": {
|
|
540
541
|
"definition": {
|
|
541
542
|
"description": "Published revision is the active policy\napplied on the traffic.\nIn addition, when a policy is published, revision changes become visible\nto other admins, and rules locked by the revision become unlocked",
|
|
@@ -591,7 +592,7 @@
|
|
|
591
592
|
"name": "PolicyPublishRevisionInput",
|
|
592
593
|
"non_null": false
|
|
593
594
|
},
|
|
594
|
-
"varName": "
|
|
595
|
+
"varName": "policyPublishRevisionInput"
|
|
595
596
|
}
|
|
596
597
|
},
|
|
597
598
|
"deprecationReason": null,
|
|
@@ -600,16 +601,16 @@
|
|
|
600
601
|
"isDeprecated": false,
|
|
601
602
|
"name": "publishPolicyRevision",
|
|
602
603
|
"path": "wanFirewall.publishPolicyRevision",
|
|
603
|
-
"requestStr": "$
|
|
604
|
+
"requestStr": "$wanFirewallPolicyMutationPayload:WanFirewallPolicyMutationPayload! ",
|
|
604
605
|
"required": true,
|
|
605
|
-
"responseStr": "publishPolicyRevision:$
|
|
606
|
+
"responseStr": "publishPolicyRevision:$wanFirewallPolicyMutationPayload ",
|
|
606
607
|
"type": {
|
|
607
608
|
"definition": {
|
|
608
609
|
"description": "Wan Firewall policy information provided in the API response",
|
|
609
610
|
"enumValues": null,
|
|
610
611
|
"fields": {
|
|
611
612
|
"errors": {
|
|
612
|
-
"alias": "
|
|
613
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
613
614
|
"args": {},
|
|
614
615
|
"deprecationReason": null,
|
|
615
616
|
"description": null,
|
|
@@ -617,9 +618,9 @@
|
|
|
617
618
|
"isDeprecated": false,
|
|
618
619
|
"name": "errors",
|
|
619
620
|
"path": "wanFirewall.publishPolicyRevision.errors",
|
|
620
|
-
"requestStr": "$
|
|
621
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
621
622
|
"required": true,
|
|
622
|
-
"responseStr": "errors:$
|
|
623
|
+
"responseStr": "errors:$policyMutationError ",
|
|
623
624
|
"type": {
|
|
624
625
|
"definition": {
|
|
625
626
|
"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\"",
|
|
@@ -682,10 +683,10 @@
|
|
|
682
683
|
"name": "PolicyMutationError",
|
|
683
684
|
"non_null": false
|
|
684
685
|
},
|
|
685
|
-
"varName": "
|
|
686
|
+
"varName": "policyMutationError"
|
|
686
687
|
},
|
|
687
688
|
"policy": {
|
|
688
|
-
"alias": "
|
|
689
|
+
"alias": "wanFirewallPolicyPolicy: policy",
|
|
689
690
|
"args": {},
|
|
690
691
|
"deprecationReason": null,
|
|
691
692
|
"description": null,
|
|
@@ -693,9 +694,9 @@
|
|
|
693
694
|
"isDeprecated": false,
|
|
694
695
|
"name": "policy",
|
|
695
696
|
"path": "wanFirewall.publishPolicyRevision.policy",
|
|
696
|
-
"requestStr": "$
|
|
697
|
+
"requestStr": "$wanFirewallPolicy:WanFirewallPolicy ",
|
|
697
698
|
"required": false,
|
|
698
|
-
"responseStr": "policy:$
|
|
699
|
+
"responseStr": "policy:$wanFirewallPolicy ",
|
|
699
700
|
"type": {
|
|
700
701
|
"definition": {
|
|
701
702
|
"description": null,
|
|
@@ -709,9 +710,9 @@
|
|
|
709
710
|
"isDeprecated": false,
|
|
710
711
|
"name": "audit",
|
|
711
712
|
"path": "wanFirewall.publishPolicyRevision.policy.audit",
|
|
712
|
-
"requestStr": "$
|
|
713
|
+
"requestStr": "$policyAudit:PolicyAudit ",
|
|
713
714
|
"required": false,
|
|
714
|
-
"responseStr": "audit:$
|
|
715
|
+
"responseStr": "audit:$policyAudit ",
|
|
715
716
|
"type": {
|
|
716
717
|
"definition": {
|
|
717
718
|
"description": null,
|
|
@@ -773,7 +774,7 @@
|
|
|
773
774
|
"name": "PolicyAudit",
|
|
774
775
|
"non_null": false
|
|
775
776
|
},
|
|
776
|
-
"varName": "
|
|
777
|
+
"varName": "policyAudit"
|
|
777
778
|
},
|
|
778
779
|
"enabled": {
|
|
779
780
|
"args": {},
|
|
@@ -804,9 +805,9 @@
|
|
|
804
805
|
"isDeprecated": false,
|
|
805
806
|
"name": "revision",
|
|
806
807
|
"path": "wanFirewall.publishPolicyRevision.policy.revision",
|
|
807
|
-
"requestStr": "$
|
|
808
|
+
"requestStr": "$policyRevision:PolicyRevision ",
|
|
808
809
|
"required": false,
|
|
809
|
-
"responseStr": "revision:$
|
|
810
|
+
"responseStr": "revision:$policyRevision ",
|
|
810
811
|
"type": {
|
|
811
812
|
"definition": {
|
|
812
813
|
"description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
|
|
@@ -952,7 +953,7 @@
|
|
|
952
953
|
"name": "PolicyRevision",
|
|
953
954
|
"non_null": false
|
|
954
955
|
},
|
|
955
|
-
"varName": "
|
|
956
|
+
"varName": "policyRevision"
|
|
956
957
|
},
|
|
957
958
|
"rules": {
|
|
958
959
|
"args": {},
|
|
@@ -962,16 +963,16 @@
|
|
|
962
963
|
"isDeprecated": false,
|
|
963
964
|
"name": "rules",
|
|
964
965
|
"path": "wanFirewall.publishPolicyRevision.policy.rules",
|
|
965
|
-
"requestStr": "$
|
|
966
|
+
"requestStr": "$wanFirewallRulePayload:[WanFirewallRulePayload]! ",
|
|
966
967
|
"required": true,
|
|
967
|
-
"responseStr": "rules:$
|
|
968
|
+
"responseStr": "rules:$wanFirewallRulePayload ",
|
|
968
969
|
"type": {
|
|
969
970
|
"definition": {
|
|
970
971
|
"description": "Wan Firewall policy information for a specific revision",
|
|
971
972
|
"enumValues": null,
|
|
972
973
|
"fields": {
|
|
973
974
|
"audit": {
|
|
974
|
-
"alias": "
|
|
975
|
+
"alias": "policyElementAuditAudit: audit",
|
|
975
976
|
"args": {},
|
|
976
977
|
"deprecationReason": null,
|
|
977
978
|
"description": null,
|
|
@@ -979,9 +980,9 @@
|
|
|
979
980
|
"isDeprecated": false,
|
|
980
981
|
"name": "audit",
|
|
981
982
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.audit",
|
|
982
|
-
"requestStr": "$
|
|
983
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
983
984
|
"required": true,
|
|
984
|
-
"responseStr": "audit:$
|
|
985
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
985
986
|
"type": {
|
|
986
987
|
"definition": {
|
|
987
988
|
"description": null,
|
|
@@ -1044,10 +1045,10 @@
|
|
|
1044
1045
|
"name": "PolicyElementAudit",
|
|
1045
1046
|
"non_null": false
|
|
1046
1047
|
},
|
|
1047
|
-
"varName": "
|
|
1048
|
+
"varName": "policyElementAudit"
|
|
1048
1049
|
},
|
|
1049
1050
|
"properties": {
|
|
1050
|
-
"alias": "
|
|
1051
|
+
"alias": "policyElementPropertiesEnumProperties: properties",
|
|
1051
1052
|
"args": {},
|
|
1052
1053
|
"deprecationReason": null,
|
|
1053
1054
|
"description": null,
|
|
@@ -1125,7 +1126,7 @@
|
|
|
1125
1126
|
"varName": "properties"
|
|
1126
1127
|
},
|
|
1127
1128
|
"rule": {
|
|
1128
|
-
"alias": "
|
|
1129
|
+
"alias": "wanFirewallRuleRule: rule",
|
|
1129
1130
|
"args": {},
|
|
1130
1131
|
"deprecationReason": null,
|
|
1131
1132
|
"description": null,
|
|
@@ -1133,16 +1134,16 @@
|
|
|
1133
1134
|
"isDeprecated": false,
|
|
1134
1135
|
"name": "rule",
|
|
1135
1136
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule",
|
|
1136
|
-
"requestStr": "$
|
|
1137
|
+
"requestStr": "$wanFirewallRule:WanFirewallRule! ",
|
|
1137
1138
|
"required": true,
|
|
1138
|
-
"responseStr": "rule:$
|
|
1139
|
+
"responseStr": "rule:$wanFirewallRule ",
|
|
1139
1140
|
"type": {
|
|
1140
1141
|
"definition": {
|
|
1141
1142
|
"description": null,
|
|
1142
1143
|
"enumValues": null,
|
|
1143
1144
|
"fields": {
|
|
1144
1145
|
"action": {
|
|
1145
|
-
"alias": "
|
|
1146
|
+
"alias": "wanFirewallActionEnumAction: action",
|
|
1146
1147
|
"args": {},
|
|
1147
1148
|
"deprecationReason": null,
|
|
1148
1149
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1194,7 +1195,7 @@
|
|
|
1194
1195
|
"varName": "action"
|
|
1195
1196
|
},
|
|
1196
1197
|
"application": {
|
|
1197
|
-
"alias": "
|
|
1198
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
1198
1199
|
"args": {},
|
|
1199
1200
|
"deprecationReason": null,
|
|
1200
1201
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1202,16 +1203,16 @@
|
|
|
1202
1203
|
"isDeprecated": false,
|
|
1203
1204
|
"name": "application",
|
|
1204
1205
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.application",
|
|
1205
|
-
"requestStr": "$
|
|
1206
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
1206
1207
|
"required": true,
|
|
1207
|
-
"responseStr": "application:$
|
|
1208
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
1208
1209
|
"type": {
|
|
1209
1210
|
"definition": {
|
|
1210
1211
|
"description": "Application match criteria set",
|
|
1211
1212
|
"enumValues": null,
|
|
1212
1213
|
"fields": {
|
|
1213
1214
|
"appCategory": {
|
|
1214
|
-
"alias": "
|
|
1215
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
1215
1216
|
"args": {},
|
|
1216
1217
|
"deprecationReason": null,
|
|
1217
1218
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1219,9 +1220,9 @@
|
|
|
1219
1220
|
"isDeprecated": false,
|
|
1220
1221
|
"name": "appCategory",
|
|
1221
1222
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.application.appCategory",
|
|
1222
|
-
"requestStr": "$
|
|
1223
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
1223
1224
|
"required": true,
|
|
1224
|
-
"responseStr": "appCategory:$
|
|
1225
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1225
1226
|
"type": {
|
|
1226
1227
|
"definition": {
|
|
1227
1228
|
"description": null,
|
|
@@ -1286,10 +1287,10 @@
|
|
|
1286
1287
|
"name": "ApplicationCategoryRef",
|
|
1287
1288
|
"non_null": false
|
|
1288
1289
|
},
|
|
1289
|
-
"varName": "
|
|
1290
|
+
"varName": "applicationCategoryRef"
|
|
1290
1291
|
},
|
|
1291
1292
|
"application": {
|
|
1292
|
-
"alias": "
|
|
1293
|
+
"alias": "applicationRefApplication: application",
|
|
1293
1294
|
"args": {},
|
|
1294
1295
|
"deprecationReason": null,
|
|
1295
1296
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1297,9 +1298,9 @@
|
|
|
1297
1298
|
"isDeprecated": false,
|
|
1298
1299
|
"name": "application",
|
|
1299
1300
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.application.application",
|
|
1300
|
-
"requestStr": "$
|
|
1301
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
1301
1302
|
"required": true,
|
|
1302
|
-
"responseStr": "application:$
|
|
1303
|
+
"responseStr": "application:$applicationRef ",
|
|
1303
1304
|
"type": {
|
|
1304
1305
|
"definition": {
|
|
1305
1306
|
"description": null,
|
|
@@ -1364,10 +1365,10 @@
|
|
|
1364
1365
|
"name": "ApplicationRef",
|
|
1365
1366
|
"non_null": false
|
|
1366
1367
|
},
|
|
1367
|
-
"varName": "
|
|
1368
|
+
"varName": "applicationRef"
|
|
1368
1369
|
},
|
|
1369
1370
|
"customApp": {
|
|
1370
|
-
"alias": "
|
|
1371
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
1371
1372
|
"args": {},
|
|
1372
1373
|
"deprecationReason": null,
|
|
1373
1374
|
"description": "Custom (user-defined) applications",
|
|
@@ -1375,9 +1376,9 @@
|
|
|
1375
1376
|
"isDeprecated": false,
|
|
1376
1377
|
"name": "customApp",
|
|
1377
1378
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.application.customApp",
|
|
1378
|
-
"requestStr": "$
|
|
1379
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
1379
1380
|
"required": true,
|
|
1380
|
-
"responseStr": "customApp:$
|
|
1381
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
1381
1382
|
"type": {
|
|
1382
1383
|
"definition": {
|
|
1383
1384
|
"description": null,
|
|
@@ -1442,10 +1443,10 @@
|
|
|
1442
1443
|
"name": "CustomApplicationRef",
|
|
1443
1444
|
"non_null": false
|
|
1444
1445
|
},
|
|
1445
|
-
"varName": "
|
|
1446
|
+
"varName": "customApplicationRef"
|
|
1446
1447
|
},
|
|
1447
1448
|
"customCategory": {
|
|
1448
|
-
"alias": "
|
|
1449
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
1449
1450
|
"args": {},
|
|
1450
1451
|
"deprecationReason": null,
|
|
1451
1452
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1453,9 +1454,9 @@
|
|
|
1453
1454
|
"isDeprecated": false,
|
|
1454
1455
|
"name": "customCategory",
|
|
1455
1456
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.application.customCategory",
|
|
1456
|
-
"requestStr": "$
|
|
1457
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
1457
1458
|
"required": true,
|
|
1458
|
-
"responseStr": "customCategory:$
|
|
1459
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
1459
1460
|
"type": {
|
|
1460
1461
|
"definition": {
|
|
1461
1462
|
"description": null,
|
|
@@ -1520,7 +1521,7 @@
|
|
|
1520
1521
|
"name": "CustomCategoryRef",
|
|
1521
1522
|
"non_null": false
|
|
1522
1523
|
},
|
|
1523
|
-
"varName": "
|
|
1524
|
+
"varName": "customCategoryRef"
|
|
1524
1525
|
},
|
|
1525
1526
|
"domain": {
|
|
1526
1527
|
"args": {},
|
|
@@ -1569,7 +1570,7 @@
|
|
|
1569
1570
|
"varName": "fqdn"
|
|
1570
1571
|
},
|
|
1571
1572
|
"globalIpRange": {
|
|
1572
|
-
"alias": "
|
|
1573
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
1573
1574
|
"args": {},
|
|
1574
1575
|
"deprecationReason": null,
|
|
1575
1576
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1577,9 +1578,9 @@
|
|
|
1577
1578
|
"isDeprecated": false,
|
|
1578
1579
|
"name": "globalIpRange",
|
|
1579
1580
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.application.globalIpRange",
|
|
1580
|
-
"requestStr": "$
|
|
1581
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
1581
1582
|
"required": true,
|
|
1582
|
-
"responseStr": "globalIpRange:$
|
|
1583
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1583
1584
|
"type": {
|
|
1584
1585
|
"definition": {
|
|
1585
1586
|
"description": null,
|
|
@@ -1644,7 +1645,7 @@
|
|
|
1644
1645
|
"name": "GlobalIpRangeRef",
|
|
1645
1646
|
"non_null": false
|
|
1646
1647
|
},
|
|
1647
|
-
"varName": "
|
|
1648
|
+
"varName": "globalIpRangeRef"
|
|
1648
1649
|
},
|
|
1649
1650
|
"ip": {
|
|
1650
1651
|
"args": {},
|
|
@@ -1670,7 +1671,7 @@
|
|
|
1670
1671
|
"varName": "ip"
|
|
1671
1672
|
},
|
|
1672
1673
|
"ipRange": {
|
|
1673
|
-
"alias": "
|
|
1674
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
1674
1675
|
"args": {},
|
|
1675
1676
|
"deprecationReason": null,
|
|
1676
1677
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1678,9 +1679,9 @@
|
|
|
1678
1679
|
"isDeprecated": false,
|
|
1679
1680
|
"name": "ipRange",
|
|
1680
1681
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.application.ipRange",
|
|
1681
|
-
"requestStr": "$
|
|
1682
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
1682
1683
|
"required": true,
|
|
1683
|
-
"responseStr": "ipRange:$
|
|
1684
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
1684
1685
|
"type": {
|
|
1685
1686
|
"definition": {
|
|
1686
1687
|
"description": "Inclusive range of IPs",
|
|
@@ -1745,10 +1746,10 @@
|
|
|
1745
1746
|
"name": "IpAddressRange",
|
|
1746
1747
|
"non_null": false
|
|
1747
1748
|
},
|
|
1748
|
-
"varName": "
|
|
1749
|
+
"varName": "ipAddressRange"
|
|
1749
1750
|
},
|
|
1750
1751
|
"sanctionedAppsCategory": {
|
|
1751
|
-
"alias": "
|
|
1752
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
1752
1753
|
"args": {},
|
|
1753
1754
|
"deprecationReason": null,
|
|
1754
1755
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1756,9 +1757,9 @@
|
|
|
1756
1757
|
"isDeprecated": false,
|
|
1757
1758
|
"name": "sanctionedAppsCategory",
|
|
1758
1759
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.application.sanctionedAppsCategory",
|
|
1759
|
-
"requestStr": "$
|
|
1760
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
1760
1761
|
"required": true,
|
|
1761
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
1762
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1762
1763
|
"type": {
|
|
1763
1764
|
"definition": {
|
|
1764
1765
|
"description": null,
|
|
@@ -1823,7 +1824,7 @@
|
|
|
1823
1824
|
"name": "SanctionedAppsCategoryRef",
|
|
1824
1825
|
"non_null": false
|
|
1825
1826
|
},
|
|
1826
|
-
"varName": "
|
|
1827
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
1827
1828
|
},
|
|
1828
1829
|
"subnet": {
|
|
1829
1830
|
"args": {},
|
|
@@ -1863,10 +1864,10 @@
|
|
|
1863
1864
|
"name": "WanFirewallApplication",
|
|
1864
1865
|
"non_null": false
|
|
1865
1866
|
},
|
|
1866
|
-
"varName": "
|
|
1867
|
+
"varName": "wanFirewallApplication"
|
|
1867
1868
|
},
|
|
1868
1869
|
"connectionOrigin": {
|
|
1869
|
-
"alias": "
|
|
1870
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
1870
1871
|
"args": {},
|
|
1871
1872
|
"deprecationReason": null,
|
|
1872
1873
|
"description": "Connection origin of the traffic",
|
|
@@ -1918,7 +1919,7 @@
|
|
|
1918
1919
|
"varName": "connectionOrigin"
|
|
1919
1920
|
},
|
|
1920
1921
|
"country": {
|
|
1921
|
-
"alias": "
|
|
1922
|
+
"alias": "countryRefCountry: country",
|
|
1922
1923
|
"args": {},
|
|
1923
1924
|
"deprecationReason": null,
|
|
1924
1925
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1926,9 +1927,9 @@
|
|
|
1926
1927
|
"isDeprecated": false,
|
|
1927
1928
|
"name": "country",
|
|
1928
1929
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.country",
|
|
1929
|
-
"requestStr": "$
|
|
1930
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1930
1931
|
"required": true,
|
|
1931
|
-
"responseStr": "country:$
|
|
1932
|
+
"responseStr": "country:$countryRef ",
|
|
1932
1933
|
"type": {
|
|
1933
1934
|
"definition": {
|
|
1934
1935
|
"description": null,
|
|
@@ -1993,7 +1994,7 @@
|
|
|
1993
1994
|
"name": "CountryRef",
|
|
1994
1995
|
"non_null": false
|
|
1995
1996
|
},
|
|
1996
|
-
"varName": "
|
|
1997
|
+
"varName": "countryRef"
|
|
1997
1998
|
},
|
|
1998
1999
|
"description": {
|
|
1999
2000
|
"args": {},
|
|
@@ -2017,7 +2018,7 @@
|
|
|
2017
2018
|
"varName": "description"
|
|
2018
2019
|
},
|
|
2019
2020
|
"destination": {
|
|
2020
|
-
"alias": "
|
|
2021
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
2021
2022
|
"args": {},
|
|
2022
2023
|
"deprecationReason": null,
|
|
2023
2024
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2025,16 +2026,16 @@
|
|
|
2025
2026
|
"isDeprecated": false,
|
|
2026
2027
|
"name": "destination",
|
|
2027
2028
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination",
|
|
2028
|
-
"requestStr": "$
|
|
2029
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
2029
2030
|
"required": true,
|
|
2030
|
-
"responseStr": "destination:$
|
|
2031
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
2031
2032
|
"type": {
|
|
2032
2033
|
"definition": {
|
|
2033
2034
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
2034
2035
|
"enumValues": null,
|
|
2035
2036
|
"fields": {
|
|
2036
2037
|
"floatingSubnet": {
|
|
2037
|
-
"alias": "
|
|
2038
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
2038
2039
|
"args": {},
|
|
2039
2040
|
"deprecationReason": null,
|
|
2040
2041
|
"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.",
|
|
@@ -2042,9 +2043,9 @@
|
|
|
2042
2043
|
"isDeprecated": false,
|
|
2043
2044
|
"name": "floatingSubnet",
|
|
2044
2045
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.floatingSubnet",
|
|
2045
|
-
"requestStr": "$
|
|
2046
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
2046
2047
|
"required": true,
|
|
2047
|
-
"responseStr": "floatingSubnet:$
|
|
2048
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
2048
2049
|
"type": {
|
|
2049
2050
|
"definition": {
|
|
2050
2051
|
"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.",
|
|
@@ -2109,10 +2110,10 @@
|
|
|
2109
2110
|
"name": "FloatingSubnetRef",
|
|
2110
2111
|
"non_null": false
|
|
2111
2112
|
},
|
|
2112
|
-
"varName": "
|
|
2113
|
+
"varName": "floatingSubnetRef"
|
|
2113
2114
|
},
|
|
2114
2115
|
"globalIpRange": {
|
|
2115
|
-
"alias": "
|
|
2116
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
2116
2117
|
"args": {},
|
|
2117
2118
|
"deprecationReason": null,
|
|
2118
2119
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2120,9 +2121,9 @@
|
|
|
2120
2121
|
"isDeprecated": false,
|
|
2121
2122
|
"name": "globalIpRange",
|
|
2122
2123
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.globalIpRange",
|
|
2123
|
-
"requestStr": "$
|
|
2124
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
2124
2125
|
"required": true,
|
|
2125
|
-
"responseStr": "globalIpRange:$
|
|
2126
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2126
2127
|
"type": {
|
|
2127
2128
|
"definition": {
|
|
2128
2129
|
"description": null,
|
|
@@ -2187,10 +2188,10 @@
|
|
|
2187
2188
|
"name": "GlobalIpRangeRef",
|
|
2188
2189
|
"non_null": false
|
|
2189
2190
|
},
|
|
2190
|
-
"varName": "
|
|
2191
|
+
"varName": "globalIpRangeRef"
|
|
2191
2192
|
},
|
|
2192
2193
|
"group": {
|
|
2193
|
-
"alias": "
|
|
2194
|
+
"alias": "groupRefGroup: group",
|
|
2194
2195
|
"args": {},
|
|
2195
2196
|
"deprecationReason": null,
|
|
2196
2197
|
"description": "Groups defined for your account",
|
|
@@ -2198,9 +2199,9 @@
|
|
|
2198
2199
|
"isDeprecated": false,
|
|
2199
2200
|
"name": "group",
|
|
2200
2201
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.group",
|
|
2201
|
-
"requestStr": "$
|
|
2202
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
2202
2203
|
"required": true,
|
|
2203
|
-
"responseStr": "group:$
|
|
2204
|
+
"responseStr": "group:$groupRef ",
|
|
2204
2205
|
"type": {
|
|
2205
2206
|
"definition": {
|
|
2206
2207
|
"description": null,
|
|
@@ -2265,10 +2266,10 @@
|
|
|
2265
2266
|
"name": "GroupRef",
|
|
2266
2267
|
"non_null": false
|
|
2267
2268
|
},
|
|
2268
|
-
"varName": "
|
|
2269
|
+
"varName": "groupRef"
|
|
2269
2270
|
},
|
|
2270
2271
|
"host": {
|
|
2271
|
-
"alias": "
|
|
2272
|
+
"alias": "hostRefHost: host",
|
|
2272
2273
|
"args": {},
|
|
2273
2274
|
"deprecationReason": null,
|
|
2274
2275
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2276,9 +2277,9 @@
|
|
|
2276
2277
|
"isDeprecated": false,
|
|
2277
2278
|
"name": "host",
|
|
2278
2279
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.host",
|
|
2279
|
-
"requestStr": "$
|
|
2280
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
2280
2281
|
"required": true,
|
|
2281
|
-
"responseStr": "host:$
|
|
2282
|
+
"responseStr": "host:$hostRef ",
|
|
2282
2283
|
"type": {
|
|
2283
2284
|
"definition": {
|
|
2284
2285
|
"description": null,
|
|
@@ -2343,7 +2344,7 @@
|
|
|
2343
2344
|
"name": "HostRef",
|
|
2344
2345
|
"non_null": false
|
|
2345
2346
|
},
|
|
2346
|
-
"varName": "
|
|
2347
|
+
"varName": "hostRef"
|
|
2347
2348
|
},
|
|
2348
2349
|
"ip": {
|
|
2349
2350
|
"args": {},
|
|
@@ -2369,7 +2370,7 @@
|
|
|
2369
2370
|
"varName": "ip"
|
|
2370
2371
|
},
|
|
2371
2372
|
"ipRange": {
|
|
2372
|
-
"alias": "
|
|
2373
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
2373
2374
|
"args": {},
|
|
2374
2375
|
"deprecationReason": null,
|
|
2375
2376
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2377,9 +2378,9 @@
|
|
|
2377
2378
|
"isDeprecated": false,
|
|
2378
2379
|
"name": "ipRange",
|
|
2379
2380
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.ipRange",
|
|
2380
|
-
"requestStr": "$
|
|
2381
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
2381
2382
|
"required": true,
|
|
2382
|
-
"responseStr": "ipRange:$
|
|
2383
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
2383
2384
|
"type": {
|
|
2384
2385
|
"definition": {
|
|
2385
2386
|
"description": "Inclusive range of IPs",
|
|
@@ -2444,10 +2445,10 @@
|
|
|
2444
2445
|
"name": "IpAddressRange",
|
|
2445
2446
|
"non_null": false
|
|
2446
2447
|
},
|
|
2447
|
-
"varName": "
|
|
2448
|
+
"varName": "ipAddressRange"
|
|
2448
2449
|
},
|
|
2449
2450
|
"networkInterface": {
|
|
2450
|
-
"alias": "
|
|
2451
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
2451
2452
|
"args": {},
|
|
2452
2453
|
"deprecationReason": null,
|
|
2453
2454
|
"description": "Network range defined for a site",
|
|
@@ -2455,9 +2456,9 @@
|
|
|
2455
2456
|
"isDeprecated": false,
|
|
2456
2457
|
"name": "networkInterface",
|
|
2457
2458
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.networkInterface",
|
|
2458
|
-
"requestStr": "$
|
|
2459
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
2459
2460
|
"required": true,
|
|
2460
|
-
"responseStr": "networkInterface:$
|
|
2461
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2461
2462
|
"type": {
|
|
2462
2463
|
"definition": {
|
|
2463
2464
|
"description": null,
|
|
@@ -2522,10 +2523,10 @@
|
|
|
2522
2523
|
"name": "NetworkInterfaceRef",
|
|
2523
2524
|
"non_null": false
|
|
2524
2525
|
},
|
|
2525
|
-
"varName": "
|
|
2526
|
+
"varName": "networkInterfaceRef"
|
|
2526
2527
|
},
|
|
2527
2528
|
"site": {
|
|
2528
|
-
"alias": "
|
|
2529
|
+
"alias": "siteRefSite: site",
|
|
2529
2530
|
"args": {},
|
|
2530
2531
|
"deprecationReason": null,
|
|
2531
2532
|
"description": "Site defined for the account",
|
|
@@ -2533,9 +2534,9 @@
|
|
|
2533
2534
|
"isDeprecated": false,
|
|
2534
2535
|
"name": "site",
|
|
2535
2536
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.site",
|
|
2536
|
-
"requestStr": "$
|
|
2537
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
2537
2538
|
"required": true,
|
|
2538
|
-
"responseStr": "site:$
|
|
2539
|
+
"responseStr": "site:$siteRef ",
|
|
2539
2540
|
"type": {
|
|
2540
2541
|
"definition": {
|
|
2541
2542
|
"description": null,
|
|
@@ -2600,10 +2601,10 @@
|
|
|
2600
2601
|
"name": "SiteRef",
|
|
2601
2602
|
"non_null": false
|
|
2602
2603
|
},
|
|
2603
|
-
"varName": "
|
|
2604
|
+
"varName": "siteRef"
|
|
2604
2605
|
},
|
|
2605
2606
|
"siteNetworkSubnet": {
|
|
2606
|
-
"alias": "
|
|
2607
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
2607
2608
|
"args": {},
|
|
2608
2609
|
"deprecationReason": null,
|
|
2609
2610
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2611,9 +2612,9 @@
|
|
|
2611
2612
|
"isDeprecated": false,
|
|
2612
2613
|
"name": "siteNetworkSubnet",
|
|
2613
2614
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.siteNetworkSubnet",
|
|
2614
|
-
"requestStr": "$
|
|
2615
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
2615
2616
|
"required": true,
|
|
2616
|
-
"responseStr": "siteNetworkSubnet:$
|
|
2617
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2617
2618
|
"type": {
|
|
2618
2619
|
"definition": {
|
|
2619
2620
|
"description": null,
|
|
@@ -2678,7 +2679,7 @@
|
|
|
2678
2679
|
"name": "SiteNetworkSubnetRef",
|
|
2679
2680
|
"non_null": false
|
|
2680
2681
|
},
|
|
2681
|
-
"varName": "
|
|
2682
|
+
"varName": "siteNetworkSubnetRef"
|
|
2682
2683
|
},
|
|
2683
2684
|
"subnet": {
|
|
2684
2685
|
"args": {},
|
|
@@ -2704,7 +2705,7 @@
|
|
|
2704
2705
|
"varName": "subnet"
|
|
2705
2706
|
},
|
|
2706
2707
|
"systemGroup": {
|
|
2707
|
-
"alias": "
|
|
2708
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
2708
2709
|
"args": {},
|
|
2709
2710
|
"deprecationReason": null,
|
|
2710
2711
|
"description": "Predefined Cato groups",
|
|
@@ -2712,9 +2713,9 @@
|
|
|
2712
2713
|
"isDeprecated": false,
|
|
2713
2714
|
"name": "systemGroup",
|
|
2714
2715
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.systemGroup",
|
|
2715
|
-
"requestStr": "$
|
|
2716
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
2716
2717
|
"required": true,
|
|
2717
|
-
"responseStr": "systemGroup:$
|
|
2718
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2718
2719
|
"type": {
|
|
2719
2720
|
"definition": {
|
|
2720
2721
|
"description": null,
|
|
@@ -2779,10 +2780,10 @@
|
|
|
2779
2780
|
"name": "SystemGroupRef",
|
|
2780
2781
|
"non_null": false
|
|
2781
2782
|
},
|
|
2782
|
-
"varName": "
|
|
2783
|
+
"varName": "systemGroupRef"
|
|
2783
2784
|
},
|
|
2784
2785
|
"user": {
|
|
2785
|
-
"alias": "
|
|
2786
|
+
"alias": "userRefUser: user",
|
|
2786
2787
|
"args": {},
|
|
2787
2788
|
"deprecationReason": null,
|
|
2788
2789
|
"description": "Individual users defined for the account",
|
|
@@ -2790,9 +2791,9 @@
|
|
|
2790
2791
|
"isDeprecated": false,
|
|
2791
2792
|
"name": "user",
|
|
2792
2793
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.user",
|
|
2793
|
-
"requestStr": "$
|
|
2794
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
2794
2795
|
"required": true,
|
|
2795
|
-
"responseStr": "user:$
|
|
2796
|
+
"responseStr": "user:$userRef ",
|
|
2796
2797
|
"type": {
|
|
2797
2798
|
"definition": {
|
|
2798
2799
|
"description": null,
|
|
@@ -2857,10 +2858,10 @@
|
|
|
2857
2858
|
"name": "UserRef",
|
|
2858
2859
|
"non_null": false
|
|
2859
2860
|
},
|
|
2860
|
-
"varName": "
|
|
2861
|
+
"varName": "userRef"
|
|
2861
2862
|
},
|
|
2862
2863
|
"usersGroup": {
|
|
2863
|
-
"alias": "
|
|
2864
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
2864
2865
|
"args": {},
|
|
2865
2866
|
"deprecationReason": null,
|
|
2866
2867
|
"description": "Group of users",
|
|
@@ -2868,9 +2869,9 @@
|
|
|
2868
2869
|
"isDeprecated": false,
|
|
2869
2870
|
"name": "usersGroup",
|
|
2870
2871
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.destination.usersGroup",
|
|
2871
|
-
"requestStr": "$
|
|
2872
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
2872
2873
|
"required": true,
|
|
2873
|
-
"responseStr": "usersGroup:$
|
|
2874
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2874
2875
|
"type": {
|
|
2875
2876
|
"definition": {
|
|
2876
2877
|
"description": null,
|
|
@@ -2935,7 +2936,7 @@
|
|
|
2935
2936
|
"name": "UsersGroupRef",
|
|
2936
2937
|
"non_null": false
|
|
2937
2938
|
},
|
|
2938
|
-
"varName": "
|
|
2939
|
+
"varName": "usersGroupRef"
|
|
2939
2940
|
}
|
|
2940
2941
|
},
|
|
2941
2942
|
"inputFields": null,
|
|
@@ -2952,10 +2953,10 @@
|
|
|
2952
2953
|
"name": "WanFirewallDestination",
|
|
2953
2954
|
"non_null": false
|
|
2954
2955
|
},
|
|
2955
|
-
"varName": "
|
|
2956
|
+
"varName": "wanFirewallDestination"
|
|
2956
2957
|
},
|
|
2957
2958
|
"device": {
|
|
2958
|
-
"alias": "
|
|
2959
|
+
"alias": "deviceProfileRefDevice: device",
|
|
2959
2960
|
"args": {},
|
|
2960
2961
|
"deprecationReason": null,
|
|
2961
2962
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2963,9 +2964,9 @@
|
|
|
2963
2964
|
"isDeprecated": false,
|
|
2964
2965
|
"name": "device",
|
|
2965
2966
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.device",
|
|
2966
|
-
"requestStr": "$
|
|
2967
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
2967
2968
|
"required": true,
|
|
2968
|
-
"responseStr": "device:$
|
|
2969
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
2969
2970
|
"type": {
|
|
2970
2971
|
"definition": {
|
|
2971
2972
|
"description": null,
|
|
@@ -3030,10 +3031,182 @@
|
|
|
3030
3031
|
"name": "DeviceProfileRef",
|
|
3031
3032
|
"non_null": false
|
|
3032
3033
|
},
|
|
3033
|
-
"varName": "
|
|
3034
|
+
"varName": "deviceProfileRef"
|
|
3035
|
+
},
|
|
3036
|
+
"deviceAttributes": {
|
|
3037
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
3038
|
+
"args": {},
|
|
3039
|
+
"deprecationReason": null,
|
|
3040
|
+
"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.",
|
|
3041
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes",
|
|
3042
|
+
"isDeprecated": false,
|
|
3043
|
+
"name": "deviceAttributes",
|
|
3044
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes",
|
|
3045
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
3046
|
+
"required": true,
|
|
3047
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"definition": {
|
|
3050
|
+
"description": null,
|
|
3051
|
+
"enumValues": null,
|
|
3052
|
+
"fields": {
|
|
3053
|
+
"category": {
|
|
3054
|
+
"args": {},
|
|
3055
|
+
"deprecationReason": null,
|
|
3056
|
+
"description": "The category of the firewall device.",
|
|
3057
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___category",
|
|
3058
|
+
"isDeprecated": false,
|
|
3059
|
+
"name": "category",
|
|
3060
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.category",
|
|
3061
|
+
"requestStr": "$category:[String]! ",
|
|
3062
|
+
"required": true,
|
|
3063
|
+
"responseStr": "category:$category ",
|
|
3064
|
+
"type": {
|
|
3065
|
+
"kind": [
|
|
3066
|
+
"NON_NULL",
|
|
3067
|
+
"LIST",
|
|
3068
|
+
"NON_NULL",
|
|
3069
|
+
"SCALAR"
|
|
3070
|
+
],
|
|
3071
|
+
"name": "String",
|
|
3072
|
+
"non_null": false
|
|
3073
|
+
},
|
|
3074
|
+
"varName": "category"
|
|
3075
|
+
},
|
|
3076
|
+
"manufacturer": {
|
|
3077
|
+
"args": {},
|
|
3078
|
+
"deprecationReason": null,
|
|
3079
|
+
"description": "The manufacturer of the firewall device.",
|
|
3080
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___manufacturer",
|
|
3081
|
+
"isDeprecated": false,
|
|
3082
|
+
"name": "manufacturer",
|
|
3083
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.manufacturer",
|
|
3084
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
3085
|
+
"required": true,
|
|
3086
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
3087
|
+
"type": {
|
|
3088
|
+
"kind": [
|
|
3089
|
+
"NON_NULL",
|
|
3090
|
+
"LIST",
|
|
3091
|
+
"NON_NULL",
|
|
3092
|
+
"SCALAR"
|
|
3093
|
+
],
|
|
3094
|
+
"name": "String",
|
|
3095
|
+
"non_null": false
|
|
3096
|
+
},
|
|
3097
|
+
"varName": "manufacturer"
|
|
3098
|
+
},
|
|
3099
|
+
"model": {
|
|
3100
|
+
"args": {},
|
|
3101
|
+
"deprecationReason": null,
|
|
3102
|
+
"description": "The model of the firewall device.",
|
|
3103
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___model",
|
|
3104
|
+
"isDeprecated": false,
|
|
3105
|
+
"name": "model",
|
|
3106
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.model",
|
|
3107
|
+
"requestStr": "$model:[String]! ",
|
|
3108
|
+
"required": true,
|
|
3109
|
+
"responseStr": "model:$model ",
|
|
3110
|
+
"type": {
|
|
3111
|
+
"kind": [
|
|
3112
|
+
"NON_NULL",
|
|
3113
|
+
"LIST",
|
|
3114
|
+
"NON_NULL",
|
|
3115
|
+
"SCALAR"
|
|
3116
|
+
],
|
|
3117
|
+
"name": "String",
|
|
3118
|
+
"non_null": false
|
|
3119
|
+
},
|
|
3120
|
+
"varName": "model"
|
|
3121
|
+
},
|
|
3122
|
+
"os": {
|
|
3123
|
+
"args": {},
|
|
3124
|
+
"deprecationReason": null,
|
|
3125
|
+
"description": "The operating system of the firewall device.",
|
|
3126
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___os",
|
|
3127
|
+
"isDeprecated": false,
|
|
3128
|
+
"name": "os",
|
|
3129
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.os",
|
|
3130
|
+
"requestStr": "$os:[String]! ",
|
|
3131
|
+
"required": true,
|
|
3132
|
+
"responseStr": "os:$os ",
|
|
3133
|
+
"type": {
|
|
3134
|
+
"kind": [
|
|
3135
|
+
"NON_NULL",
|
|
3136
|
+
"LIST",
|
|
3137
|
+
"NON_NULL",
|
|
3138
|
+
"SCALAR"
|
|
3139
|
+
],
|
|
3140
|
+
"name": "String",
|
|
3141
|
+
"non_null": false
|
|
3142
|
+
},
|
|
3143
|
+
"varName": "os"
|
|
3144
|
+
},
|
|
3145
|
+
"osVersion": {
|
|
3146
|
+
"args": {},
|
|
3147
|
+
"deprecationReason": null,
|
|
3148
|
+
"description": "The version of the operating system of the firewall device.",
|
|
3149
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___osVersion",
|
|
3150
|
+
"isDeprecated": false,
|
|
3151
|
+
"name": "osVersion",
|
|
3152
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.osVersion",
|
|
3153
|
+
"requestStr": "$osVersion:[String]! ",
|
|
3154
|
+
"required": true,
|
|
3155
|
+
"responseStr": "osVersion:$osVersion ",
|
|
3156
|
+
"type": {
|
|
3157
|
+
"kind": [
|
|
3158
|
+
"NON_NULL",
|
|
3159
|
+
"LIST",
|
|
3160
|
+
"NON_NULL",
|
|
3161
|
+
"SCALAR"
|
|
3162
|
+
],
|
|
3163
|
+
"name": "String",
|
|
3164
|
+
"non_null": false
|
|
3165
|
+
},
|
|
3166
|
+
"varName": "osVersion"
|
|
3167
|
+
},
|
|
3168
|
+
"type": {
|
|
3169
|
+
"args": {},
|
|
3170
|
+
"deprecationReason": null,
|
|
3171
|
+
"description": "The type of the firewall device.",
|
|
3172
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___type",
|
|
3173
|
+
"isDeprecated": false,
|
|
3174
|
+
"name": "type",
|
|
3175
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.type",
|
|
3176
|
+
"requestStr": "$type:[String]! ",
|
|
3177
|
+
"required": true,
|
|
3178
|
+
"responseStr": "type:$type ",
|
|
3179
|
+
"type": {
|
|
3180
|
+
"kind": [
|
|
3181
|
+
"NON_NULL",
|
|
3182
|
+
"LIST",
|
|
3183
|
+
"NON_NULL",
|
|
3184
|
+
"SCALAR"
|
|
3185
|
+
],
|
|
3186
|
+
"name": "String",
|
|
3187
|
+
"non_null": false
|
|
3188
|
+
},
|
|
3189
|
+
"varName": "type"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3192
|
+
"inputFields": null,
|
|
3193
|
+
"interfaces": {},
|
|
3194
|
+
"kind": "OBJECT",
|
|
3195
|
+
"name": "DeviceAttributes",
|
|
3196
|
+
"possibleTypes": null
|
|
3197
|
+
},
|
|
3198
|
+
"indexType": "object",
|
|
3199
|
+
"kind": [
|
|
3200
|
+
"NON_NULL",
|
|
3201
|
+
"OBJECT"
|
|
3202
|
+
],
|
|
3203
|
+
"name": "DeviceAttributes",
|
|
3204
|
+
"non_null": false
|
|
3205
|
+
},
|
|
3206
|
+
"varName": "deviceAttributes"
|
|
3034
3207
|
},
|
|
3035
3208
|
"deviceOS": {
|
|
3036
|
-
"alias": "
|
|
3209
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
3037
3210
|
"args": {},
|
|
3038
3211
|
"deprecationReason": null,
|
|
3039
3212
|
"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.",
|
|
@@ -3105,7 +3278,7 @@
|
|
|
3105
3278
|
"varName": "deviceOS"
|
|
3106
3279
|
},
|
|
3107
3280
|
"direction": {
|
|
3108
|
-
"alias": "
|
|
3281
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
3109
3282
|
"args": {},
|
|
3110
3283
|
"deprecationReason": null,
|
|
3111
3284
|
"description": null,
|
|
@@ -3172,7 +3345,7 @@
|
|
|
3172
3345
|
"varName": "enabled"
|
|
3173
3346
|
},
|
|
3174
3347
|
"exceptions": {
|
|
3175
|
-
"alias": "
|
|
3348
|
+
"alias": "wanFirewallRuleExceptionExceptions: exceptions",
|
|
3176
3349
|
"args": {},
|
|
3177
3350
|
"deprecationReason": null,
|
|
3178
3351
|
"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.",
|
|
@@ -3180,16 +3353,16 @@
|
|
|
3180
3353
|
"isDeprecated": false,
|
|
3181
3354
|
"name": "exceptions",
|
|
3182
3355
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions",
|
|
3183
|
-
"requestStr": "$
|
|
3356
|
+
"requestStr": "$wanFirewallRuleException:[WanFirewallRuleException]! ",
|
|
3184
3357
|
"required": true,
|
|
3185
|
-
"responseStr": "exceptions:$
|
|
3358
|
+
"responseStr": "exceptions:$wanFirewallRuleException ",
|
|
3186
3359
|
"type": {
|
|
3187
3360
|
"definition": {
|
|
3188
3361
|
"description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
|
|
3189
3362
|
"enumValues": null,
|
|
3190
3363
|
"fields": {
|
|
3191
3364
|
"application": {
|
|
3192
|
-
"alias": "
|
|
3365
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
3193
3366
|
"args": {},
|
|
3194
3367
|
"deprecationReason": null,
|
|
3195
3368
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3197,16 +3370,16 @@
|
|
|
3197
3370
|
"isDeprecated": false,
|
|
3198
3371
|
"name": "application",
|
|
3199
3372
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.application",
|
|
3200
|
-
"requestStr": "$
|
|
3373
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
3201
3374
|
"required": true,
|
|
3202
|
-
"responseStr": "application:$
|
|
3375
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
3203
3376
|
"type": {
|
|
3204
3377
|
"definition": {
|
|
3205
3378
|
"description": "Application match criteria set",
|
|
3206
3379
|
"enumValues": null,
|
|
3207
3380
|
"fields": {
|
|
3208
3381
|
"appCategory": {
|
|
3209
|
-
"alias": "
|
|
3382
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
3210
3383
|
"args": {},
|
|
3211
3384
|
"deprecationReason": null,
|
|
3212
3385
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3214,9 +3387,9 @@
|
|
|
3214
3387
|
"isDeprecated": false,
|
|
3215
3388
|
"name": "appCategory",
|
|
3216
3389
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.application.appCategory",
|
|
3217
|
-
"requestStr": "$
|
|
3390
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
3218
3391
|
"required": true,
|
|
3219
|
-
"responseStr": "appCategory:$
|
|
3392
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3220
3393
|
"type": {
|
|
3221
3394
|
"definition": {
|
|
3222
3395
|
"description": null,
|
|
@@ -3281,10 +3454,10 @@
|
|
|
3281
3454
|
"name": "ApplicationCategoryRef",
|
|
3282
3455
|
"non_null": false
|
|
3283
3456
|
},
|
|
3284
|
-
"varName": "
|
|
3457
|
+
"varName": "applicationCategoryRef"
|
|
3285
3458
|
},
|
|
3286
3459
|
"application": {
|
|
3287
|
-
"alias": "
|
|
3460
|
+
"alias": "applicationRefApplication: application",
|
|
3288
3461
|
"args": {},
|
|
3289
3462
|
"deprecationReason": null,
|
|
3290
3463
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3292,9 +3465,9 @@
|
|
|
3292
3465
|
"isDeprecated": false,
|
|
3293
3466
|
"name": "application",
|
|
3294
3467
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.application.application",
|
|
3295
|
-
"requestStr": "$
|
|
3468
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
3296
3469
|
"required": true,
|
|
3297
|
-
"responseStr": "application:$
|
|
3470
|
+
"responseStr": "application:$applicationRef ",
|
|
3298
3471
|
"type": {
|
|
3299
3472
|
"definition": {
|
|
3300
3473
|
"description": null,
|
|
@@ -3359,10 +3532,10 @@
|
|
|
3359
3532
|
"name": "ApplicationRef",
|
|
3360
3533
|
"non_null": false
|
|
3361
3534
|
},
|
|
3362
|
-
"varName": "
|
|
3535
|
+
"varName": "applicationRef"
|
|
3363
3536
|
},
|
|
3364
3537
|
"customApp": {
|
|
3365
|
-
"alias": "
|
|
3538
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
3366
3539
|
"args": {},
|
|
3367
3540
|
"deprecationReason": null,
|
|
3368
3541
|
"description": "Custom (user-defined) applications",
|
|
@@ -3370,9 +3543,9 @@
|
|
|
3370
3543
|
"isDeprecated": false,
|
|
3371
3544
|
"name": "customApp",
|
|
3372
3545
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.application.customApp",
|
|
3373
|
-
"requestStr": "$
|
|
3546
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
3374
3547
|
"required": true,
|
|
3375
|
-
"responseStr": "customApp:$
|
|
3548
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
3376
3549
|
"type": {
|
|
3377
3550
|
"definition": {
|
|
3378
3551
|
"description": null,
|
|
@@ -3437,10 +3610,10 @@
|
|
|
3437
3610
|
"name": "CustomApplicationRef",
|
|
3438
3611
|
"non_null": false
|
|
3439
3612
|
},
|
|
3440
|
-
"varName": "
|
|
3613
|
+
"varName": "customApplicationRef"
|
|
3441
3614
|
},
|
|
3442
3615
|
"customCategory": {
|
|
3443
|
-
"alias": "
|
|
3616
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
3444
3617
|
"args": {},
|
|
3445
3618
|
"deprecationReason": null,
|
|
3446
3619
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3448,9 +3621,9 @@
|
|
|
3448
3621
|
"isDeprecated": false,
|
|
3449
3622
|
"name": "customCategory",
|
|
3450
3623
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.application.customCategory",
|
|
3451
|
-
"requestStr": "$
|
|
3624
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
3452
3625
|
"required": true,
|
|
3453
|
-
"responseStr": "customCategory:$
|
|
3626
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
3454
3627
|
"type": {
|
|
3455
3628
|
"definition": {
|
|
3456
3629
|
"description": null,
|
|
@@ -3515,7 +3688,7 @@
|
|
|
3515
3688
|
"name": "CustomCategoryRef",
|
|
3516
3689
|
"non_null": false
|
|
3517
3690
|
},
|
|
3518
|
-
"varName": "
|
|
3691
|
+
"varName": "customCategoryRef"
|
|
3519
3692
|
},
|
|
3520
3693
|
"domain": {
|
|
3521
3694
|
"args": {},
|
|
@@ -3564,7 +3737,7 @@
|
|
|
3564
3737
|
"varName": "fqdn"
|
|
3565
3738
|
},
|
|
3566
3739
|
"globalIpRange": {
|
|
3567
|
-
"alias": "
|
|
3740
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
3568
3741
|
"args": {},
|
|
3569
3742
|
"deprecationReason": null,
|
|
3570
3743
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3572,9 +3745,9 @@
|
|
|
3572
3745
|
"isDeprecated": false,
|
|
3573
3746
|
"name": "globalIpRange",
|
|
3574
3747
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.application.globalIpRange",
|
|
3575
|
-
"requestStr": "$
|
|
3748
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
3576
3749
|
"required": true,
|
|
3577
|
-
"responseStr": "globalIpRange:$
|
|
3750
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3578
3751
|
"type": {
|
|
3579
3752
|
"definition": {
|
|
3580
3753
|
"description": null,
|
|
@@ -3639,7 +3812,7 @@
|
|
|
3639
3812
|
"name": "GlobalIpRangeRef",
|
|
3640
3813
|
"non_null": false
|
|
3641
3814
|
},
|
|
3642
|
-
"varName": "
|
|
3815
|
+
"varName": "globalIpRangeRef"
|
|
3643
3816
|
},
|
|
3644
3817
|
"ip": {
|
|
3645
3818
|
"args": {},
|
|
@@ -3665,7 +3838,7 @@
|
|
|
3665
3838
|
"varName": "ip"
|
|
3666
3839
|
},
|
|
3667
3840
|
"ipRange": {
|
|
3668
|
-
"alias": "
|
|
3841
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
3669
3842
|
"args": {},
|
|
3670
3843
|
"deprecationReason": null,
|
|
3671
3844
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3673,9 +3846,9 @@
|
|
|
3673
3846
|
"isDeprecated": false,
|
|
3674
3847
|
"name": "ipRange",
|
|
3675
3848
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.application.ipRange",
|
|
3676
|
-
"requestStr": "$
|
|
3849
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
3677
3850
|
"required": true,
|
|
3678
|
-
"responseStr": "ipRange:$
|
|
3851
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
3679
3852
|
"type": {
|
|
3680
3853
|
"definition": {
|
|
3681
3854
|
"description": "Inclusive range of IPs",
|
|
@@ -3740,10 +3913,10 @@
|
|
|
3740
3913
|
"name": "IpAddressRange",
|
|
3741
3914
|
"non_null": false
|
|
3742
3915
|
},
|
|
3743
|
-
"varName": "
|
|
3916
|
+
"varName": "ipAddressRange"
|
|
3744
3917
|
},
|
|
3745
3918
|
"sanctionedAppsCategory": {
|
|
3746
|
-
"alias": "
|
|
3919
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
3747
3920
|
"args": {},
|
|
3748
3921
|
"deprecationReason": null,
|
|
3749
3922
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3751,9 +3924,9 @@
|
|
|
3751
3924
|
"isDeprecated": false,
|
|
3752
3925
|
"name": "sanctionedAppsCategory",
|
|
3753
3926
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.application.sanctionedAppsCategory",
|
|
3754
|
-
"requestStr": "$
|
|
3927
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
3755
3928
|
"required": true,
|
|
3756
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
3929
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3757
3930
|
"type": {
|
|
3758
3931
|
"definition": {
|
|
3759
3932
|
"description": null,
|
|
@@ -3818,7 +3991,7 @@
|
|
|
3818
3991
|
"name": "SanctionedAppsCategoryRef",
|
|
3819
3992
|
"non_null": false
|
|
3820
3993
|
},
|
|
3821
|
-
"varName": "
|
|
3994
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
3822
3995
|
},
|
|
3823
3996
|
"subnet": {
|
|
3824
3997
|
"args": {},
|
|
@@ -3858,10 +4031,10 @@
|
|
|
3858
4031
|
"name": "WanFirewallApplication",
|
|
3859
4032
|
"non_null": false
|
|
3860
4033
|
},
|
|
3861
|
-
"varName": "
|
|
4034
|
+
"varName": "wanFirewallApplication"
|
|
3862
4035
|
},
|
|
3863
4036
|
"connectionOrigin": {
|
|
3864
|
-
"alias": "
|
|
4037
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
3865
4038
|
"args": {},
|
|
3866
4039
|
"deprecationReason": null,
|
|
3867
4040
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -3913,7 +4086,7 @@
|
|
|
3913
4086
|
"varName": "connectionOrigin"
|
|
3914
4087
|
},
|
|
3915
4088
|
"country": {
|
|
3916
|
-
"alias": "
|
|
4089
|
+
"alias": "countryRefCountry: country",
|
|
3917
4090
|
"args": {},
|
|
3918
4091
|
"deprecationReason": null,
|
|
3919
4092
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -3921,9 +4094,9 @@
|
|
|
3921
4094
|
"isDeprecated": false,
|
|
3922
4095
|
"name": "country",
|
|
3923
4096
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.country",
|
|
3924
|
-
"requestStr": "$
|
|
4097
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
3925
4098
|
"required": true,
|
|
3926
|
-
"responseStr": "country:$
|
|
4099
|
+
"responseStr": "country:$countryRef ",
|
|
3927
4100
|
"type": {
|
|
3928
4101
|
"definition": {
|
|
3929
4102
|
"description": null,
|
|
@@ -3988,10 +4161,10 @@
|
|
|
3988
4161
|
"name": "CountryRef",
|
|
3989
4162
|
"non_null": false
|
|
3990
4163
|
},
|
|
3991
|
-
"varName": "
|
|
4164
|
+
"varName": "countryRef"
|
|
3992
4165
|
},
|
|
3993
4166
|
"destination": {
|
|
3994
|
-
"alias": "
|
|
4167
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
3995
4168
|
"args": {},
|
|
3996
4169
|
"deprecationReason": null,
|
|
3997
4170
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -3999,16 +4172,16 @@
|
|
|
3999
4172
|
"isDeprecated": false,
|
|
4000
4173
|
"name": "destination",
|
|
4001
4174
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination",
|
|
4002
|
-
"requestStr": "$
|
|
4175
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
4003
4176
|
"required": true,
|
|
4004
|
-
"responseStr": "destination:$
|
|
4177
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
4005
4178
|
"type": {
|
|
4006
4179
|
"definition": {
|
|
4007
4180
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
4008
4181
|
"enumValues": null,
|
|
4009
4182
|
"fields": {
|
|
4010
4183
|
"floatingSubnet": {
|
|
4011
|
-
"alias": "
|
|
4184
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
4012
4185
|
"args": {},
|
|
4013
4186
|
"deprecationReason": null,
|
|
4014
4187
|
"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.",
|
|
@@ -4016,9 +4189,9 @@
|
|
|
4016
4189
|
"isDeprecated": false,
|
|
4017
4190
|
"name": "floatingSubnet",
|
|
4018
4191
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.floatingSubnet",
|
|
4019
|
-
"requestStr": "$
|
|
4192
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
4020
4193
|
"required": true,
|
|
4021
|
-
"responseStr": "floatingSubnet:$
|
|
4194
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
4022
4195
|
"type": {
|
|
4023
4196
|
"definition": {
|
|
4024
4197
|
"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.",
|
|
@@ -4083,10 +4256,10 @@
|
|
|
4083
4256
|
"name": "FloatingSubnetRef",
|
|
4084
4257
|
"non_null": false
|
|
4085
4258
|
},
|
|
4086
|
-
"varName": "
|
|
4259
|
+
"varName": "floatingSubnetRef"
|
|
4087
4260
|
},
|
|
4088
4261
|
"globalIpRange": {
|
|
4089
|
-
"alias": "
|
|
4262
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
4090
4263
|
"args": {},
|
|
4091
4264
|
"deprecationReason": null,
|
|
4092
4265
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4094,9 +4267,9 @@
|
|
|
4094
4267
|
"isDeprecated": false,
|
|
4095
4268
|
"name": "globalIpRange",
|
|
4096
4269
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.globalIpRange",
|
|
4097
|
-
"requestStr": "$
|
|
4270
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4098
4271
|
"required": true,
|
|
4099
|
-
"responseStr": "globalIpRange:$
|
|
4272
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4100
4273
|
"type": {
|
|
4101
4274
|
"definition": {
|
|
4102
4275
|
"description": null,
|
|
@@ -4161,10 +4334,10 @@
|
|
|
4161
4334
|
"name": "GlobalIpRangeRef",
|
|
4162
4335
|
"non_null": false
|
|
4163
4336
|
},
|
|
4164
|
-
"varName": "
|
|
4337
|
+
"varName": "globalIpRangeRef"
|
|
4165
4338
|
},
|
|
4166
4339
|
"group": {
|
|
4167
|
-
"alias": "
|
|
4340
|
+
"alias": "groupRefGroup: group",
|
|
4168
4341
|
"args": {},
|
|
4169
4342
|
"deprecationReason": null,
|
|
4170
4343
|
"description": "Groups defined for your account",
|
|
@@ -4172,9 +4345,9 @@
|
|
|
4172
4345
|
"isDeprecated": false,
|
|
4173
4346
|
"name": "group",
|
|
4174
4347
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.group",
|
|
4175
|
-
"requestStr": "$
|
|
4348
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
4176
4349
|
"required": true,
|
|
4177
|
-
"responseStr": "group:$
|
|
4350
|
+
"responseStr": "group:$groupRef ",
|
|
4178
4351
|
"type": {
|
|
4179
4352
|
"definition": {
|
|
4180
4353
|
"description": null,
|
|
@@ -4239,10 +4412,10 @@
|
|
|
4239
4412
|
"name": "GroupRef",
|
|
4240
4413
|
"non_null": false
|
|
4241
4414
|
},
|
|
4242
|
-
"varName": "
|
|
4415
|
+
"varName": "groupRef"
|
|
4243
4416
|
},
|
|
4244
4417
|
"host": {
|
|
4245
|
-
"alias": "
|
|
4418
|
+
"alias": "hostRefHost: host",
|
|
4246
4419
|
"args": {},
|
|
4247
4420
|
"deprecationReason": null,
|
|
4248
4421
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4250,9 +4423,9 @@
|
|
|
4250
4423
|
"isDeprecated": false,
|
|
4251
4424
|
"name": "host",
|
|
4252
4425
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.host",
|
|
4253
|
-
"requestStr": "$
|
|
4426
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
4254
4427
|
"required": true,
|
|
4255
|
-
"responseStr": "host:$
|
|
4428
|
+
"responseStr": "host:$hostRef ",
|
|
4256
4429
|
"type": {
|
|
4257
4430
|
"definition": {
|
|
4258
4431
|
"description": null,
|
|
@@ -4317,7 +4490,7 @@
|
|
|
4317
4490
|
"name": "HostRef",
|
|
4318
4491
|
"non_null": false
|
|
4319
4492
|
},
|
|
4320
|
-
"varName": "
|
|
4493
|
+
"varName": "hostRef"
|
|
4321
4494
|
},
|
|
4322
4495
|
"ip": {
|
|
4323
4496
|
"args": {},
|
|
@@ -4343,7 +4516,7 @@
|
|
|
4343
4516
|
"varName": "ip"
|
|
4344
4517
|
},
|
|
4345
4518
|
"ipRange": {
|
|
4346
|
-
"alias": "
|
|
4519
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
4347
4520
|
"args": {},
|
|
4348
4521
|
"deprecationReason": null,
|
|
4349
4522
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4351,9 +4524,9 @@
|
|
|
4351
4524
|
"isDeprecated": false,
|
|
4352
4525
|
"name": "ipRange",
|
|
4353
4526
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.ipRange",
|
|
4354
|
-
"requestStr": "$
|
|
4527
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
4355
4528
|
"required": true,
|
|
4356
|
-
"responseStr": "ipRange:$
|
|
4529
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
4357
4530
|
"type": {
|
|
4358
4531
|
"definition": {
|
|
4359
4532
|
"description": "Inclusive range of IPs",
|
|
@@ -4418,10 +4591,10 @@
|
|
|
4418
4591
|
"name": "IpAddressRange",
|
|
4419
4592
|
"non_null": false
|
|
4420
4593
|
},
|
|
4421
|
-
"varName": "
|
|
4594
|
+
"varName": "ipAddressRange"
|
|
4422
4595
|
},
|
|
4423
4596
|
"networkInterface": {
|
|
4424
|
-
"alias": "
|
|
4597
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
4425
4598
|
"args": {},
|
|
4426
4599
|
"deprecationReason": null,
|
|
4427
4600
|
"description": "Network range defined for a site",
|
|
@@ -4429,9 +4602,9 @@
|
|
|
4429
4602
|
"isDeprecated": false,
|
|
4430
4603
|
"name": "networkInterface",
|
|
4431
4604
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.networkInterface",
|
|
4432
|
-
"requestStr": "$
|
|
4605
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
4433
4606
|
"required": true,
|
|
4434
|
-
"responseStr": "networkInterface:$
|
|
4607
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4435
4608
|
"type": {
|
|
4436
4609
|
"definition": {
|
|
4437
4610
|
"description": null,
|
|
@@ -4496,10 +4669,10 @@
|
|
|
4496
4669
|
"name": "NetworkInterfaceRef",
|
|
4497
4670
|
"non_null": false
|
|
4498
4671
|
},
|
|
4499
|
-
"varName": "
|
|
4672
|
+
"varName": "networkInterfaceRef"
|
|
4500
4673
|
},
|
|
4501
4674
|
"site": {
|
|
4502
|
-
"alias": "
|
|
4675
|
+
"alias": "siteRefSite: site",
|
|
4503
4676
|
"args": {},
|
|
4504
4677
|
"deprecationReason": null,
|
|
4505
4678
|
"description": "Site defined for the account",
|
|
@@ -4507,9 +4680,9 @@
|
|
|
4507
4680
|
"isDeprecated": false,
|
|
4508
4681
|
"name": "site",
|
|
4509
4682
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.site",
|
|
4510
|
-
"requestStr": "$
|
|
4683
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
4511
4684
|
"required": true,
|
|
4512
|
-
"responseStr": "site:$
|
|
4685
|
+
"responseStr": "site:$siteRef ",
|
|
4513
4686
|
"type": {
|
|
4514
4687
|
"definition": {
|
|
4515
4688
|
"description": null,
|
|
@@ -4574,10 +4747,10 @@
|
|
|
4574
4747
|
"name": "SiteRef",
|
|
4575
4748
|
"non_null": false
|
|
4576
4749
|
},
|
|
4577
|
-
"varName": "
|
|
4750
|
+
"varName": "siteRef"
|
|
4578
4751
|
},
|
|
4579
4752
|
"siteNetworkSubnet": {
|
|
4580
|
-
"alias": "
|
|
4753
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
4581
4754
|
"args": {},
|
|
4582
4755
|
"deprecationReason": null,
|
|
4583
4756
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4585,9 +4758,9 @@
|
|
|
4585
4758
|
"isDeprecated": false,
|
|
4586
4759
|
"name": "siteNetworkSubnet",
|
|
4587
4760
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.siteNetworkSubnet",
|
|
4588
|
-
"requestStr": "$
|
|
4761
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
4589
4762
|
"required": true,
|
|
4590
|
-
"responseStr": "siteNetworkSubnet:$
|
|
4763
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4591
4764
|
"type": {
|
|
4592
4765
|
"definition": {
|
|
4593
4766
|
"description": null,
|
|
@@ -4652,7 +4825,7 @@
|
|
|
4652
4825
|
"name": "SiteNetworkSubnetRef",
|
|
4653
4826
|
"non_null": false
|
|
4654
4827
|
},
|
|
4655
|
-
"varName": "
|
|
4828
|
+
"varName": "siteNetworkSubnetRef"
|
|
4656
4829
|
},
|
|
4657
4830
|
"subnet": {
|
|
4658
4831
|
"args": {},
|
|
@@ -4678,7 +4851,7 @@
|
|
|
4678
4851
|
"varName": "subnet"
|
|
4679
4852
|
},
|
|
4680
4853
|
"systemGroup": {
|
|
4681
|
-
"alias": "
|
|
4854
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
4682
4855
|
"args": {},
|
|
4683
4856
|
"deprecationReason": null,
|
|
4684
4857
|
"description": "Predefined Cato groups",
|
|
@@ -4686,9 +4859,9 @@
|
|
|
4686
4859
|
"isDeprecated": false,
|
|
4687
4860
|
"name": "systemGroup",
|
|
4688
4861
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.systemGroup",
|
|
4689
|
-
"requestStr": "$
|
|
4862
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
4690
4863
|
"required": true,
|
|
4691
|
-
"responseStr": "systemGroup:$
|
|
4864
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4692
4865
|
"type": {
|
|
4693
4866
|
"definition": {
|
|
4694
4867
|
"description": null,
|
|
@@ -4753,10 +4926,10 @@
|
|
|
4753
4926
|
"name": "SystemGroupRef",
|
|
4754
4927
|
"non_null": false
|
|
4755
4928
|
},
|
|
4756
|
-
"varName": "
|
|
4929
|
+
"varName": "systemGroupRef"
|
|
4757
4930
|
},
|
|
4758
4931
|
"user": {
|
|
4759
|
-
"alias": "
|
|
4932
|
+
"alias": "userRefUser: user",
|
|
4760
4933
|
"args": {},
|
|
4761
4934
|
"deprecationReason": null,
|
|
4762
4935
|
"description": "Individual users defined for the account",
|
|
@@ -4764,9 +4937,9 @@
|
|
|
4764
4937
|
"isDeprecated": false,
|
|
4765
4938
|
"name": "user",
|
|
4766
4939
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.user",
|
|
4767
|
-
"requestStr": "$
|
|
4940
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
4768
4941
|
"required": true,
|
|
4769
|
-
"responseStr": "user:$
|
|
4942
|
+
"responseStr": "user:$userRef ",
|
|
4770
4943
|
"type": {
|
|
4771
4944
|
"definition": {
|
|
4772
4945
|
"description": null,
|
|
@@ -4831,10 +5004,10 @@
|
|
|
4831
5004
|
"name": "UserRef",
|
|
4832
5005
|
"non_null": false
|
|
4833
5006
|
},
|
|
4834
|
-
"varName": "
|
|
5007
|
+
"varName": "userRef"
|
|
4835
5008
|
},
|
|
4836
5009
|
"usersGroup": {
|
|
4837
|
-
"alias": "
|
|
5010
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
4838
5011
|
"args": {},
|
|
4839
5012
|
"deprecationReason": null,
|
|
4840
5013
|
"description": "Group of users",
|
|
@@ -4842,9 +5015,9 @@
|
|
|
4842
5015
|
"isDeprecated": false,
|
|
4843
5016
|
"name": "usersGroup",
|
|
4844
5017
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.usersGroup",
|
|
4845
|
-
"requestStr": "$
|
|
5018
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
4846
5019
|
"required": true,
|
|
4847
|
-
"responseStr": "usersGroup:$
|
|
5020
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
4848
5021
|
"type": {
|
|
4849
5022
|
"definition": {
|
|
4850
5023
|
"description": null,
|
|
@@ -4909,7 +5082,7 @@
|
|
|
4909
5082
|
"name": "UsersGroupRef",
|
|
4910
5083
|
"non_null": false
|
|
4911
5084
|
},
|
|
4912
|
-
"varName": "
|
|
5085
|
+
"varName": "usersGroupRef"
|
|
4913
5086
|
}
|
|
4914
5087
|
},
|
|
4915
5088
|
"inputFields": null,
|
|
@@ -4926,10 +5099,10 @@
|
|
|
4926
5099
|
"name": "WanFirewallDestination",
|
|
4927
5100
|
"non_null": false
|
|
4928
5101
|
},
|
|
4929
|
-
"varName": "
|
|
5102
|
+
"varName": "wanFirewallDestination"
|
|
4930
5103
|
},
|
|
4931
5104
|
"device": {
|
|
4932
|
-
"alias": "
|
|
5105
|
+
"alias": "deviceProfileRefDevice: device",
|
|
4933
5106
|
"args": {},
|
|
4934
5107
|
"deprecationReason": null,
|
|
4935
5108
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -4937,9 +5110,9 @@
|
|
|
4937
5110
|
"isDeprecated": false,
|
|
4938
5111
|
"name": "device",
|
|
4939
5112
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.device",
|
|
4940
|
-
"requestStr": "$
|
|
5113
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
4941
5114
|
"required": true,
|
|
4942
|
-
"responseStr": "device:$
|
|
5115
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
4943
5116
|
"type": {
|
|
4944
5117
|
"definition": {
|
|
4945
5118
|
"description": null,
|
|
@@ -5004,10 +5177,182 @@
|
|
|
5004
5177
|
"name": "DeviceProfileRef",
|
|
5005
5178
|
"non_null": false
|
|
5006
5179
|
},
|
|
5007
|
-
"varName": "
|
|
5180
|
+
"varName": "deviceProfileRef"
|
|
5181
|
+
},
|
|
5182
|
+
"deviceAttributes": {
|
|
5183
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
5184
|
+
"args": {},
|
|
5185
|
+
"deprecationReason": null,
|
|
5186
|
+
"description": "Source Device Attributes matching criteria for the exception.",
|
|
5187
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes",
|
|
5188
|
+
"isDeprecated": false,
|
|
5189
|
+
"name": "deviceAttributes",
|
|
5190
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes",
|
|
5191
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
5192
|
+
"required": true,
|
|
5193
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
5194
|
+
"type": {
|
|
5195
|
+
"definition": {
|
|
5196
|
+
"description": null,
|
|
5197
|
+
"enumValues": null,
|
|
5198
|
+
"fields": {
|
|
5199
|
+
"category": {
|
|
5200
|
+
"args": {},
|
|
5201
|
+
"deprecationReason": null,
|
|
5202
|
+
"description": "The category of the firewall device.",
|
|
5203
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___category",
|
|
5204
|
+
"isDeprecated": false,
|
|
5205
|
+
"name": "category",
|
|
5206
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.category",
|
|
5207
|
+
"requestStr": "$category:[String]! ",
|
|
5208
|
+
"required": true,
|
|
5209
|
+
"responseStr": "category:$category ",
|
|
5210
|
+
"type": {
|
|
5211
|
+
"kind": [
|
|
5212
|
+
"NON_NULL",
|
|
5213
|
+
"LIST",
|
|
5214
|
+
"NON_NULL",
|
|
5215
|
+
"SCALAR"
|
|
5216
|
+
],
|
|
5217
|
+
"name": "String",
|
|
5218
|
+
"non_null": false
|
|
5219
|
+
},
|
|
5220
|
+
"varName": "category"
|
|
5221
|
+
},
|
|
5222
|
+
"manufacturer": {
|
|
5223
|
+
"args": {},
|
|
5224
|
+
"deprecationReason": null,
|
|
5225
|
+
"description": "The manufacturer of the firewall device.",
|
|
5226
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___manufacturer",
|
|
5227
|
+
"isDeprecated": false,
|
|
5228
|
+
"name": "manufacturer",
|
|
5229
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.manufacturer",
|
|
5230
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
5231
|
+
"required": true,
|
|
5232
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
5233
|
+
"type": {
|
|
5234
|
+
"kind": [
|
|
5235
|
+
"NON_NULL",
|
|
5236
|
+
"LIST",
|
|
5237
|
+
"NON_NULL",
|
|
5238
|
+
"SCALAR"
|
|
5239
|
+
],
|
|
5240
|
+
"name": "String",
|
|
5241
|
+
"non_null": false
|
|
5242
|
+
},
|
|
5243
|
+
"varName": "manufacturer"
|
|
5244
|
+
},
|
|
5245
|
+
"model": {
|
|
5246
|
+
"args": {},
|
|
5247
|
+
"deprecationReason": null,
|
|
5248
|
+
"description": "The model of the firewall device.",
|
|
5249
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___model",
|
|
5250
|
+
"isDeprecated": false,
|
|
5251
|
+
"name": "model",
|
|
5252
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.model",
|
|
5253
|
+
"requestStr": "$model:[String]! ",
|
|
5254
|
+
"required": true,
|
|
5255
|
+
"responseStr": "model:$model ",
|
|
5256
|
+
"type": {
|
|
5257
|
+
"kind": [
|
|
5258
|
+
"NON_NULL",
|
|
5259
|
+
"LIST",
|
|
5260
|
+
"NON_NULL",
|
|
5261
|
+
"SCALAR"
|
|
5262
|
+
],
|
|
5263
|
+
"name": "String",
|
|
5264
|
+
"non_null": false
|
|
5265
|
+
},
|
|
5266
|
+
"varName": "model"
|
|
5267
|
+
},
|
|
5268
|
+
"os": {
|
|
5269
|
+
"args": {},
|
|
5270
|
+
"deprecationReason": null,
|
|
5271
|
+
"description": "The operating system of the firewall device.",
|
|
5272
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___os",
|
|
5273
|
+
"isDeprecated": false,
|
|
5274
|
+
"name": "os",
|
|
5275
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.os",
|
|
5276
|
+
"requestStr": "$os:[String]! ",
|
|
5277
|
+
"required": true,
|
|
5278
|
+
"responseStr": "os:$os ",
|
|
5279
|
+
"type": {
|
|
5280
|
+
"kind": [
|
|
5281
|
+
"NON_NULL",
|
|
5282
|
+
"LIST",
|
|
5283
|
+
"NON_NULL",
|
|
5284
|
+
"SCALAR"
|
|
5285
|
+
],
|
|
5286
|
+
"name": "String",
|
|
5287
|
+
"non_null": false
|
|
5288
|
+
},
|
|
5289
|
+
"varName": "os"
|
|
5290
|
+
},
|
|
5291
|
+
"osVersion": {
|
|
5292
|
+
"args": {},
|
|
5293
|
+
"deprecationReason": null,
|
|
5294
|
+
"description": "The version of the operating system of the firewall device.",
|
|
5295
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___osVersion",
|
|
5296
|
+
"isDeprecated": false,
|
|
5297
|
+
"name": "osVersion",
|
|
5298
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.osVersion",
|
|
5299
|
+
"requestStr": "$osVersion:[String]! ",
|
|
5300
|
+
"required": true,
|
|
5301
|
+
"responseStr": "osVersion:$osVersion ",
|
|
5302
|
+
"type": {
|
|
5303
|
+
"kind": [
|
|
5304
|
+
"NON_NULL",
|
|
5305
|
+
"LIST",
|
|
5306
|
+
"NON_NULL",
|
|
5307
|
+
"SCALAR"
|
|
5308
|
+
],
|
|
5309
|
+
"name": "String",
|
|
5310
|
+
"non_null": false
|
|
5311
|
+
},
|
|
5312
|
+
"varName": "osVersion"
|
|
5313
|
+
},
|
|
5314
|
+
"type": {
|
|
5315
|
+
"args": {},
|
|
5316
|
+
"deprecationReason": null,
|
|
5317
|
+
"description": "The type of the firewall device.",
|
|
5318
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___type",
|
|
5319
|
+
"isDeprecated": false,
|
|
5320
|
+
"name": "type",
|
|
5321
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.type",
|
|
5322
|
+
"requestStr": "$type:[String]! ",
|
|
5323
|
+
"required": true,
|
|
5324
|
+
"responseStr": "type:$type ",
|
|
5325
|
+
"type": {
|
|
5326
|
+
"kind": [
|
|
5327
|
+
"NON_NULL",
|
|
5328
|
+
"LIST",
|
|
5329
|
+
"NON_NULL",
|
|
5330
|
+
"SCALAR"
|
|
5331
|
+
],
|
|
5332
|
+
"name": "String",
|
|
5333
|
+
"non_null": false
|
|
5334
|
+
},
|
|
5335
|
+
"varName": "type"
|
|
5336
|
+
}
|
|
5337
|
+
},
|
|
5338
|
+
"inputFields": null,
|
|
5339
|
+
"interfaces": {},
|
|
5340
|
+
"kind": "OBJECT",
|
|
5341
|
+
"name": "DeviceAttributes",
|
|
5342
|
+
"possibleTypes": null
|
|
5343
|
+
},
|
|
5344
|
+
"indexType": "object",
|
|
5345
|
+
"kind": [
|
|
5346
|
+
"NON_NULL",
|
|
5347
|
+
"OBJECT"
|
|
5348
|
+
],
|
|
5349
|
+
"name": "DeviceAttributes",
|
|
5350
|
+
"non_null": false
|
|
5351
|
+
},
|
|
5352
|
+
"varName": "deviceAttributes"
|
|
5008
5353
|
},
|
|
5009
5354
|
"deviceOS": {
|
|
5010
|
-
"alias": "
|
|
5355
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
5011
5356
|
"args": {},
|
|
5012
5357
|
"deprecationReason": null,
|
|
5013
5358
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5079,7 +5424,7 @@
|
|
|
5079
5424
|
"varName": "deviceOS"
|
|
5080
5425
|
},
|
|
5081
5426
|
"direction": {
|
|
5082
|
-
"alias": "
|
|
5427
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
5083
5428
|
"args": {},
|
|
5084
5429
|
"deprecationReason": null,
|
|
5085
5430
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5146,7 +5491,7 @@
|
|
|
5146
5491
|
"varName": "name"
|
|
5147
5492
|
},
|
|
5148
5493
|
"service": {
|
|
5149
|
-
"alias": "
|
|
5494
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
5150
5495
|
"args": {},
|
|
5151
5496
|
"deprecationReason": null,
|
|
5152
5497
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5154,16 +5499,16 @@
|
|
|
5154
5499
|
"isDeprecated": false,
|
|
5155
5500
|
"name": "service",
|
|
5156
5501
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.service",
|
|
5157
|
-
"requestStr": "$
|
|
5502
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
5158
5503
|
"required": true,
|
|
5159
|
-
"responseStr": "service:$
|
|
5504
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
5160
5505
|
"type": {
|
|
5161
5506
|
"definition": {
|
|
5162
5507
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
5163
5508
|
"enumValues": null,
|
|
5164
5509
|
"fields": {
|
|
5165
5510
|
"custom": {
|
|
5166
|
-
"alias": "
|
|
5511
|
+
"alias": "customServiceCustom: custom",
|
|
5167
5512
|
"args": {},
|
|
5168
5513
|
"deprecationReason": null,
|
|
5169
5514
|
"description": null,
|
|
@@ -5171,9 +5516,9 @@
|
|
|
5171
5516
|
"isDeprecated": false,
|
|
5172
5517
|
"name": "custom",
|
|
5173
5518
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.service.custom",
|
|
5174
|
-
"requestStr": "$
|
|
5519
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
5175
5520
|
"required": true,
|
|
5176
|
-
"responseStr": "custom:$
|
|
5521
|
+
"responseStr": "custom:$customService ",
|
|
5177
5522
|
"type": {
|
|
5178
5523
|
"definition": {
|
|
5179
5524
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -5202,7 +5547,7 @@
|
|
|
5202
5547
|
"varName": "port"
|
|
5203
5548
|
},
|
|
5204
5549
|
"portRange": {
|
|
5205
|
-
"alias": "
|
|
5550
|
+
"alias": "portRangePortRange: portRange",
|
|
5206
5551
|
"args": {},
|
|
5207
5552
|
"deprecationReason": null,
|
|
5208
5553
|
"description": null,
|
|
@@ -5210,9 +5555,9 @@
|
|
|
5210
5555
|
"isDeprecated": false,
|
|
5211
5556
|
"name": "portRange",
|
|
5212
5557
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.service.custom.portRange",
|
|
5213
|
-
"requestStr": "$
|
|
5558
|
+
"requestStr": "$portRange:PortRange ",
|
|
5214
5559
|
"required": false,
|
|
5215
|
-
"responseStr": "portRange:$
|
|
5560
|
+
"responseStr": "portRange:$portRange ",
|
|
5216
5561
|
"type": {
|
|
5217
5562
|
"definition": {
|
|
5218
5563
|
"description": "Inclusive network port range",
|
|
@@ -5274,10 +5619,10 @@
|
|
|
5274
5619
|
"name": "PortRange",
|
|
5275
5620
|
"non_null": false
|
|
5276
5621
|
},
|
|
5277
|
-
"varName": "
|
|
5622
|
+
"varName": "portRange"
|
|
5278
5623
|
},
|
|
5279
5624
|
"protocol": {
|
|
5280
|
-
"alias": "
|
|
5625
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
5281
5626
|
"args": {},
|
|
5282
5627
|
"deprecationReason": null,
|
|
5283
5628
|
"description": null,
|
|
@@ -5357,10 +5702,10 @@
|
|
|
5357
5702
|
"name": "CustomService",
|
|
5358
5703
|
"non_null": false
|
|
5359
5704
|
},
|
|
5360
|
-
"varName": "
|
|
5705
|
+
"varName": "customService"
|
|
5361
5706
|
},
|
|
5362
5707
|
"standard": {
|
|
5363
|
-
"alias": "
|
|
5708
|
+
"alias": "serviceRefStandard: standard",
|
|
5364
5709
|
"args": {},
|
|
5365
5710
|
"deprecationReason": null,
|
|
5366
5711
|
"description": null,
|
|
@@ -5368,9 +5713,9 @@
|
|
|
5368
5713
|
"isDeprecated": false,
|
|
5369
5714
|
"name": "standard",
|
|
5370
5715
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.service.standard",
|
|
5371
|
-
"requestStr": "$
|
|
5716
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
5372
5717
|
"required": true,
|
|
5373
|
-
"responseStr": "standard:$
|
|
5718
|
+
"responseStr": "standard:$serviceRef ",
|
|
5374
5719
|
"type": {
|
|
5375
5720
|
"definition": {
|
|
5376
5721
|
"description": null,
|
|
@@ -5435,7 +5780,7 @@
|
|
|
5435
5780
|
"name": "ServiceRef",
|
|
5436
5781
|
"non_null": false
|
|
5437
5782
|
},
|
|
5438
|
-
"varName": "
|
|
5783
|
+
"varName": "serviceRef"
|
|
5439
5784
|
}
|
|
5440
5785
|
},
|
|
5441
5786
|
"inputFields": null,
|
|
@@ -5452,10 +5797,10 @@
|
|
|
5452
5797
|
"name": "WanFirewallServiceType",
|
|
5453
5798
|
"non_null": false
|
|
5454
5799
|
},
|
|
5455
|
-
"varName": "
|
|
5800
|
+
"varName": "wanFirewallServiceType"
|
|
5456
5801
|
},
|
|
5457
5802
|
"source": {
|
|
5458
|
-
"alias": "
|
|
5803
|
+
"alias": "wanFirewallSourceSource: source",
|
|
5459
5804
|
"args": {},
|
|
5460
5805
|
"deprecationReason": null,
|
|
5461
5806
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5463,16 +5808,16 @@
|
|
|
5463
5808
|
"isDeprecated": false,
|
|
5464
5809
|
"name": "source",
|
|
5465
5810
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source",
|
|
5466
|
-
"requestStr": "$
|
|
5811
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
5467
5812
|
"required": true,
|
|
5468
|
-
"responseStr": "source:$
|
|
5813
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
5469
5814
|
"type": {
|
|
5470
5815
|
"definition": {
|
|
5471
5816
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
5472
5817
|
"enumValues": null,
|
|
5473
5818
|
"fields": {
|
|
5474
5819
|
"floatingSubnet": {
|
|
5475
|
-
"alias": "
|
|
5820
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
5476
5821
|
"args": {},
|
|
5477
5822
|
"deprecationReason": null,
|
|
5478
5823
|
"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.",
|
|
@@ -5480,9 +5825,9 @@
|
|
|
5480
5825
|
"isDeprecated": false,
|
|
5481
5826
|
"name": "floatingSubnet",
|
|
5482
5827
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.floatingSubnet",
|
|
5483
|
-
"requestStr": "$
|
|
5828
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
5484
5829
|
"required": true,
|
|
5485
|
-
"responseStr": "floatingSubnet:$
|
|
5830
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
5486
5831
|
"type": {
|
|
5487
5832
|
"definition": {
|
|
5488
5833
|
"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.",
|
|
@@ -5547,10 +5892,10 @@
|
|
|
5547
5892
|
"name": "FloatingSubnetRef",
|
|
5548
5893
|
"non_null": false
|
|
5549
5894
|
},
|
|
5550
|
-
"varName": "
|
|
5895
|
+
"varName": "floatingSubnetRef"
|
|
5551
5896
|
},
|
|
5552
5897
|
"globalIpRange": {
|
|
5553
|
-
"alias": "
|
|
5898
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
5554
5899
|
"args": {},
|
|
5555
5900
|
"deprecationReason": null,
|
|
5556
5901
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5558,9 +5903,9 @@
|
|
|
5558
5903
|
"isDeprecated": false,
|
|
5559
5904
|
"name": "globalIpRange",
|
|
5560
5905
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.globalIpRange",
|
|
5561
|
-
"requestStr": "$
|
|
5906
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
5562
5907
|
"required": true,
|
|
5563
|
-
"responseStr": "globalIpRange:$
|
|
5908
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5564
5909
|
"type": {
|
|
5565
5910
|
"definition": {
|
|
5566
5911
|
"description": null,
|
|
@@ -5625,10 +5970,10 @@
|
|
|
5625
5970
|
"name": "GlobalIpRangeRef",
|
|
5626
5971
|
"non_null": false
|
|
5627
5972
|
},
|
|
5628
|
-
"varName": "
|
|
5973
|
+
"varName": "globalIpRangeRef"
|
|
5629
5974
|
},
|
|
5630
5975
|
"group": {
|
|
5631
|
-
"alias": "
|
|
5976
|
+
"alias": "groupRefGroup: group",
|
|
5632
5977
|
"args": {},
|
|
5633
5978
|
"deprecationReason": null,
|
|
5634
5979
|
"description": "Groups defined for your account",
|
|
@@ -5636,9 +5981,9 @@
|
|
|
5636
5981
|
"isDeprecated": false,
|
|
5637
5982
|
"name": "group",
|
|
5638
5983
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.group",
|
|
5639
|
-
"requestStr": "$
|
|
5984
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
5640
5985
|
"required": true,
|
|
5641
|
-
"responseStr": "group:$
|
|
5986
|
+
"responseStr": "group:$groupRef ",
|
|
5642
5987
|
"type": {
|
|
5643
5988
|
"definition": {
|
|
5644
5989
|
"description": null,
|
|
@@ -5703,10 +6048,10 @@
|
|
|
5703
6048
|
"name": "GroupRef",
|
|
5704
6049
|
"non_null": false
|
|
5705
6050
|
},
|
|
5706
|
-
"varName": "
|
|
6051
|
+
"varName": "groupRef"
|
|
5707
6052
|
},
|
|
5708
6053
|
"host": {
|
|
5709
|
-
"alias": "
|
|
6054
|
+
"alias": "hostRefHost: host",
|
|
5710
6055
|
"args": {},
|
|
5711
6056
|
"deprecationReason": null,
|
|
5712
6057
|
"description": "Hosts and servers defined for your account",
|
|
@@ -5714,9 +6059,9 @@
|
|
|
5714
6059
|
"isDeprecated": false,
|
|
5715
6060
|
"name": "host",
|
|
5716
6061
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.host",
|
|
5717
|
-
"requestStr": "$
|
|
6062
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
5718
6063
|
"required": true,
|
|
5719
|
-
"responseStr": "host:$
|
|
6064
|
+
"responseStr": "host:$hostRef ",
|
|
5720
6065
|
"type": {
|
|
5721
6066
|
"definition": {
|
|
5722
6067
|
"description": null,
|
|
@@ -5781,7 +6126,7 @@
|
|
|
5781
6126
|
"name": "HostRef",
|
|
5782
6127
|
"non_null": false
|
|
5783
6128
|
},
|
|
5784
|
-
"varName": "
|
|
6129
|
+
"varName": "hostRef"
|
|
5785
6130
|
},
|
|
5786
6131
|
"ip": {
|
|
5787
6132
|
"args": {},
|
|
@@ -5807,7 +6152,7 @@
|
|
|
5807
6152
|
"varName": "ip"
|
|
5808
6153
|
},
|
|
5809
6154
|
"ipRange": {
|
|
5810
|
-
"alias": "
|
|
6155
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
5811
6156
|
"args": {},
|
|
5812
6157
|
"deprecationReason": null,
|
|
5813
6158
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -5815,9 +6160,9 @@
|
|
|
5815
6160
|
"isDeprecated": false,
|
|
5816
6161
|
"name": "ipRange",
|
|
5817
6162
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.ipRange",
|
|
5818
|
-
"requestStr": "$
|
|
6163
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
5819
6164
|
"required": true,
|
|
5820
|
-
"responseStr": "ipRange:$
|
|
6165
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
5821
6166
|
"type": {
|
|
5822
6167
|
"definition": {
|
|
5823
6168
|
"description": "Inclusive range of IPs",
|
|
@@ -5882,10 +6227,10 @@
|
|
|
5882
6227
|
"name": "IpAddressRange",
|
|
5883
6228
|
"non_null": false
|
|
5884
6229
|
},
|
|
5885
|
-
"varName": "
|
|
6230
|
+
"varName": "ipAddressRange"
|
|
5886
6231
|
},
|
|
5887
6232
|
"networkInterface": {
|
|
5888
|
-
"alias": "
|
|
6233
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
5889
6234
|
"args": {},
|
|
5890
6235
|
"deprecationReason": null,
|
|
5891
6236
|
"description": "Network range defined for a site",
|
|
@@ -5893,9 +6238,9 @@
|
|
|
5893
6238
|
"isDeprecated": false,
|
|
5894
6239
|
"name": "networkInterface",
|
|
5895
6240
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.networkInterface",
|
|
5896
|
-
"requestStr": "$
|
|
6241
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
5897
6242
|
"required": true,
|
|
5898
|
-
"responseStr": "networkInterface:$
|
|
6243
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
5899
6244
|
"type": {
|
|
5900
6245
|
"definition": {
|
|
5901
6246
|
"description": null,
|
|
@@ -5960,10 +6305,10 @@
|
|
|
5960
6305
|
"name": "NetworkInterfaceRef",
|
|
5961
6306
|
"non_null": false
|
|
5962
6307
|
},
|
|
5963
|
-
"varName": "
|
|
6308
|
+
"varName": "networkInterfaceRef"
|
|
5964
6309
|
},
|
|
5965
6310
|
"site": {
|
|
5966
|
-
"alias": "
|
|
6311
|
+
"alias": "siteRefSite: site",
|
|
5967
6312
|
"args": {},
|
|
5968
6313
|
"deprecationReason": null,
|
|
5969
6314
|
"description": "Site defined for the account",
|
|
@@ -5971,9 +6316,9 @@
|
|
|
5971
6316
|
"isDeprecated": false,
|
|
5972
6317
|
"name": "site",
|
|
5973
6318
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.site",
|
|
5974
|
-
"requestStr": "$
|
|
6319
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
5975
6320
|
"required": true,
|
|
5976
|
-
"responseStr": "site:$
|
|
6321
|
+
"responseStr": "site:$siteRef ",
|
|
5977
6322
|
"type": {
|
|
5978
6323
|
"definition": {
|
|
5979
6324
|
"description": null,
|
|
@@ -6038,10 +6383,10 @@
|
|
|
6038
6383
|
"name": "SiteRef",
|
|
6039
6384
|
"non_null": false
|
|
6040
6385
|
},
|
|
6041
|
-
"varName": "
|
|
6386
|
+
"varName": "siteRef"
|
|
6042
6387
|
},
|
|
6043
6388
|
"siteNetworkSubnet": {
|
|
6044
|
-
"alias": "
|
|
6389
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
6045
6390
|
"args": {},
|
|
6046
6391
|
"deprecationReason": null,
|
|
6047
6392
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6049,9 +6394,9 @@
|
|
|
6049
6394
|
"isDeprecated": false,
|
|
6050
6395
|
"name": "siteNetworkSubnet",
|
|
6051
6396
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.siteNetworkSubnet",
|
|
6052
|
-
"requestStr": "$
|
|
6397
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
6053
6398
|
"required": true,
|
|
6054
|
-
"responseStr": "siteNetworkSubnet:$
|
|
6399
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6055
6400
|
"type": {
|
|
6056
6401
|
"definition": {
|
|
6057
6402
|
"description": null,
|
|
@@ -6116,7 +6461,7 @@
|
|
|
6116
6461
|
"name": "SiteNetworkSubnetRef",
|
|
6117
6462
|
"non_null": false
|
|
6118
6463
|
},
|
|
6119
|
-
"varName": "
|
|
6464
|
+
"varName": "siteNetworkSubnetRef"
|
|
6120
6465
|
},
|
|
6121
6466
|
"subnet": {
|
|
6122
6467
|
"args": {},
|
|
@@ -6142,7 +6487,7 @@
|
|
|
6142
6487
|
"varName": "subnet"
|
|
6143
6488
|
},
|
|
6144
6489
|
"systemGroup": {
|
|
6145
|
-
"alias": "
|
|
6490
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
6146
6491
|
"args": {},
|
|
6147
6492
|
"deprecationReason": null,
|
|
6148
6493
|
"description": "Predefined Cato groups",
|
|
@@ -6150,9 +6495,9 @@
|
|
|
6150
6495
|
"isDeprecated": false,
|
|
6151
6496
|
"name": "systemGroup",
|
|
6152
6497
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.systemGroup",
|
|
6153
|
-
"requestStr": "$
|
|
6498
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
6154
6499
|
"required": true,
|
|
6155
|
-
"responseStr": "systemGroup:$
|
|
6500
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6156
6501
|
"type": {
|
|
6157
6502
|
"definition": {
|
|
6158
6503
|
"description": null,
|
|
@@ -6217,10 +6562,10 @@
|
|
|
6217
6562
|
"name": "SystemGroupRef",
|
|
6218
6563
|
"non_null": false
|
|
6219
6564
|
},
|
|
6220
|
-
"varName": "
|
|
6565
|
+
"varName": "systemGroupRef"
|
|
6221
6566
|
},
|
|
6222
6567
|
"user": {
|
|
6223
|
-
"alias": "
|
|
6568
|
+
"alias": "userRefUser: user",
|
|
6224
6569
|
"args": {},
|
|
6225
6570
|
"deprecationReason": null,
|
|
6226
6571
|
"description": "Individual users defined for the account",
|
|
@@ -6228,9 +6573,9 @@
|
|
|
6228
6573
|
"isDeprecated": false,
|
|
6229
6574
|
"name": "user",
|
|
6230
6575
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.user",
|
|
6231
|
-
"requestStr": "$
|
|
6576
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
6232
6577
|
"required": true,
|
|
6233
|
-
"responseStr": "user:$
|
|
6578
|
+
"responseStr": "user:$userRef ",
|
|
6234
6579
|
"type": {
|
|
6235
6580
|
"definition": {
|
|
6236
6581
|
"description": null,
|
|
@@ -6295,10 +6640,10 @@
|
|
|
6295
6640
|
"name": "UserRef",
|
|
6296
6641
|
"non_null": false
|
|
6297
6642
|
},
|
|
6298
|
-
"varName": "
|
|
6643
|
+
"varName": "userRef"
|
|
6299
6644
|
},
|
|
6300
6645
|
"usersGroup": {
|
|
6301
|
-
"alias": "
|
|
6646
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
6302
6647
|
"args": {},
|
|
6303
6648
|
"deprecationReason": null,
|
|
6304
6649
|
"description": "Group of users",
|
|
@@ -6306,9 +6651,9 @@
|
|
|
6306
6651
|
"isDeprecated": false,
|
|
6307
6652
|
"name": "usersGroup",
|
|
6308
6653
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.usersGroup",
|
|
6309
|
-
"requestStr": "$
|
|
6654
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
6310
6655
|
"required": true,
|
|
6311
|
-
"responseStr": "usersGroup:$
|
|
6656
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6312
6657
|
"type": {
|
|
6313
6658
|
"definition": {
|
|
6314
6659
|
"description": null,
|
|
@@ -6373,7 +6718,7 @@
|
|
|
6373
6718
|
"name": "UsersGroupRef",
|
|
6374
6719
|
"non_null": false
|
|
6375
6720
|
},
|
|
6376
|
-
"varName": "
|
|
6721
|
+
"varName": "usersGroupRef"
|
|
6377
6722
|
}
|
|
6378
6723
|
},
|
|
6379
6724
|
"inputFields": null,
|
|
@@ -6390,7 +6735,7 @@
|
|
|
6390
6735
|
"name": "WanFirewallSource",
|
|
6391
6736
|
"non_null": false
|
|
6392
6737
|
},
|
|
6393
|
-
"varName": "
|
|
6738
|
+
"varName": "wanFirewallSource"
|
|
6394
6739
|
}
|
|
6395
6740
|
},
|
|
6396
6741
|
"inputFields": null,
|
|
@@ -6409,7 +6754,7 @@
|
|
|
6409
6754
|
"name": "WanFirewallRuleException",
|
|
6410
6755
|
"non_null": false
|
|
6411
6756
|
},
|
|
6412
|
-
"varName": "
|
|
6757
|
+
"varName": "wanFirewallRuleException"
|
|
6413
6758
|
},
|
|
6414
6759
|
"id": {
|
|
6415
6760
|
"args": {},
|
|
@@ -6475,7 +6820,7 @@
|
|
|
6475
6820
|
"varName": "name"
|
|
6476
6821
|
},
|
|
6477
6822
|
"schedule": {
|
|
6478
|
-
"alias": "
|
|
6823
|
+
"alias": "policyScheduleSchedule: schedule",
|
|
6479
6824
|
"args": {},
|
|
6480
6825
|
"deprecationReason": null,
|
|
6481
6826
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6483,16 +6828,16 @@
|
|
|
6483
6828
|
"isDeprecated": false,
|
|
6484
6829
|
"name": "schedule",
|
|
6485
6830
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.schedule",
|
|
6486
|
-
"requestStr": "$
|
|
6831
|
+
"requestStr": "$policySchedule:PolicySchedule! ",
|
|
6487
6832
|
"required": true,
|
|
6488
|
-
"responseStr": "schedule:$
|
|
6833
|
+
"responseStr": "schedule:$policySchedule ",
|
|
6489
6834
|
"type": {
|
|
6490
6835
|
"definition": {
|
|
6491
6836
|
"description": null,
|
|
6492
6837
|
"enumValues": null,
|
|
6493
6838
|
"fields": {
|
|
6494
6839
|
"activeOn": {
|
|
6495
|
-
"alias": "
|
|
6840
|
+
"alias": "policyActiveOnEnumActiveOn: activeOn",
|
|
6496
6841
|
"args": {},
|
|
6497
6842
|
"deprecationReason": null,
|
|
6498
6843
|
"description": null,
|
|
@@ -6550,7 +6895,7 @@
|
|
|
6550
6895
|
"varName": "activeOn"
|
|
6551
6896
|
},
|
|
6552
6897
|
"customRecurring": {
|
|
6553
|
-
"alias": "
|
|
6898
|
+
"alias": "policyCustomRecurringCustomRecurring: customRecurring",
|
|
6554
6899
|
"args": {},
|
|
6555
6900
|
"deprecationReason": null,
|
|
6556
6901
|
"description": null,
|
|
@@ -6558,9 +6903,9 @@
|
|
|
6558
6903
|
"isDeprecated": false,
|
|
6559
6904
|
"name": "customRecurring",
|
|
6560
6905
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.schedule.customRecurring",
|
|
6561
|
-
"requestStr": "$
|
|
6906
|
+
"requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
|
|
6562
6907
|
"required": false,
|
|
6563
|
-
"responseStr": "customRecurring:$
|
|
6908
|
+
"responseStr": "customRecurring:$policyCustomRecurring ",
|
|
6564
6909
|
"type": {
|
|
6565
6910
|
"definition": {
|
|
6566
6911
|
"description": "Returns data for a custom recurring time range that a rule is active",
|
|
@@ -6699,10 +7044,10 @@
|
|
|
6699
7044
|
"name": "PolicyCustomRecurring",
|
|
6700
7045
|
"non_null": false
|
|
6701
7046
|
},
|
|
6702
|
-
"varName": "
|
|
7047
|
+
"varName": "policyCustomRecurring"
|
|
6703
7048
|
},
|
|
6704
7049
|
"customTimeframe": {
|
|
6705
|
-
"alias": "
|
|
7050
|
+
"alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
|
|
6706
7051
|
"args": {},
|
|
6707
7052
|
"deprecationReason": null,
|
|
6708
7053
|
"description": null,
|
|
@@ -6710,9 +7055,9 @@
|
|
|
6710
7055
|
"isDeprecated": false,
|
|
6711
7056
|
"name": "customTimeframe",
|
|
6712
7057
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.schedule.customTimeframe",
|
|
6713
|
-
"requestStr": "$
|
|
7058
|
+
"requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
|
|
6714
7059
|
"required": false,
|
|
6715
|
-
"responseStr": "customTimeframe:$
|
|
7060
|
+
"responseStr": "customTimeframe:$policyCustomTimeframe ",
|
|
6716
7061
|
"type": {
|
|
6717
7062
|
"definition": {
|
|
6718
7063
|
"description": "Returns data for a custom one-time time range that a rule is active",
|
|
@@ -6774,7 +7119,7 @@
|
|
|
6774
7119
|
"name": "PolicyCustomTimeframe",
|
|
6775
7120
|
"non_null": false
|
|
6776
7121
|
},
|
|
6777
|
-
"varName": "
|
|
7122
|
+
"varName": "policyCustomTimeframe"
|
|
6778
7123
|
}
|
|
6779
7124
|
},
|
|
6780
7125
|
"inputFields": null,
|
|
@@ -6791,10 +7136,10 @@
|
|
|
6791
7136
|
"name": "PolicySchedule",
|
|
6792
7137
|
"non_null": false
|
|
6793
7138
|
},
|
|
6794
|
-
"varName": "
|
|
7139
|
+
"varName": "policySchedule"
|
|
6795
7140
|
},
|
|
6796
7141
|
"section": {
|
|
6797
|
-
"alias": "
|
|
7142
|
+
"alias": "policySectionInfoSection: section",
|
|
6798
7143
|
"args": {},
|
|
6799
7144
|
"deprecationReason": null,
|
|
6800
7145
|
"description": "Policy section where the rule is located",
|
|
@@ -6802,9 +7147,9 @@
|
|
|
6802
7147
|
"isDeprecated": false,
|
|
6803
7148
|
"name": "section",
|
|
6804
7149
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.section",
|
|
6805
|
-
"requestStr": "$
|
|
7150
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
6806
7151
|
"required": true,
|
|
6807
|
-
"responseStr": "section:$
|
|
7152
|
+
"responseStr": "section:$policySectionInfo ",
|
|
6808
7153
|
"type": {
|
|
6809
7154
|
"definition": {
|
|
6810
7155
|
"description": "Define settings for a policy section",
|
|
@@ -6867,10 +7212,10 @@
|
|
|
6867
7212
|
"name": "PolicySectionInfo",
|
|
6868
7213
|
"non_null": false
|
|
6869
7214
|
},
|
|
6870
|
-
"varName": "
|
|
7215
|
+
"varName": "policySectionInfo"
|
|
6871
7216
|
},
|
|
6872
7217
|
"service": {
|
|
6873
|
-
"alias": "
|
|
7218
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
6874
7219
|
"args": {},
|
|
6875
7220
|
"deprecationReason": null,
|
|
6876
7221
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6878,16 +7223,16 @@
|
|
|
6878
7223
|
"isDeprecated": false,
|
|
6879
7224
|
"name": "service",
|
|
6880
7225
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.service",
|
|
6881
|
-
"requestStr": "$
|
|
7226
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
6882
7227
|
"required": true,
|
|
6883
|
-
"responseStr": "service:$
|
|
7228
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
6884
7229
|
"type": {
|
|
6885
7230
|
"definition": {
|
|
6886
7231
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
6887
7232
|
"enumValues": null,
|
|
6888
7233
|
"fields": {
|
|
6889
7234
|
"custom": {
|
|
6890
|
-
"alias": "
|
|
7235
|
+
"alias": "customServiceCustom: custom",
|
|
6891
7236
|
"args": {},
|
|
6892
7237
|
"deprecationReason": null,
|
|
6893
7238
|
"description": null,
|
|
@@ -6895,9 +7240,9 @@
|
|
|
6895
7240
|
"isDeprecated": false,
|
|
6896
7241
|
"name": "custom",
|
|
6897
7242
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.service.custom",
|
|
6898
|
-
"requestStr": "$
|
|
7243
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
6899
7244
|
"required": true,
|
|
6900
|
-
"responseStr": "custom:$
|
|
7245
|
+
"responseStr": "custom:$customService ",
|
|
6901
7246
|
"type": {
|
|
6902
7247
|
"definition": {
|
|
6903
7248
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -6926,7 +7271,7 @@
|
|
|
6926
7271
|
"varName": "port"
|
|
6927
7272
|
},
|
|
6928
7273
|
"portRange": {
|
|
6929
|
-
"alias": "
|
|
7274
|
+
"alias": "portRangePortRange: portRange",
|
|
6930
7275
|
"args": {},
|
|
6931
7276
|
"deprecationReason": null,
|
|
6932
7277
|
"description": null,
|
|
@@ -6934,9 +7279,9 @@
|
|
|
6934
7279
|
"isDeprecated": false,
|
|
6935
7280
|
"name": "portRange",
|
|
6936
7281
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.service.custom.portRange",
|
|
6937
|
-
"requestStr": "$
|
|
7282
|
+
"requestStr": "$portRange:PortRange ",
|
|
6938
7283
|
"required": false,
|
|
6939
|
-
"responseStr": "portRange:$
|
|
7284
|
+
"responseStr": "portRange:$portRange ",
|
|
6940
7285
|
"type": {
|
|
6941
7286
|
"definition": {
|
|
6942
7287
|
"description": "Inclusive network port range",
|
|
@@ -6998,10 +7343,10 @@
|
|
|
6998
7343
|
"name": "PortRange",
|
|
6999
7344
|
"non_null": false
|
|
7000
7345
|
},
|
|
7001
|
-
"varName": "
|
|
7346
|
+
"varName": "portRange"
|
|
7002
7347
|
},
|
|
7003
7348
|
"protocol": {
|
|
7004
|
-
"alias": "
|
|
7349
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
7005
7350
|
"args": {},
|
|
7006
7351
|
"deprecationReason": null,
|
|
7007
7352
|
"description": null,
|
|
@@ -7081,10 +7426,10 @@
|
|
|
7081
7426
|
"name": "CustomService",
|
|
7082
7427
|
"non_null": false
|
|
7083
7428
|
},
|
|
7084
|
-
"varName": "
|
|
7429
|
+
"varName": "customService"
|
|
7085
7430
|
},
|
|
7086
7431
|
"standard": {
|
|
7087
|
-
"alias": "
|
|
7432
|
+
"alias": "serviceRefStandard: standard",
|
|
7088
7433
|
"args": {},
|
|
7089
7434
|
"deprecationReason": null,
|
|
7090
7435
|
"description": null,
|
|
@@ -7092,9 +7437,9 @@
|
|
|
7092
7437
|
"isDeprecated": false,
|
|
7093
7438
|
"name": "standard",
|
|
7094
7439
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.service.standard",
|
|
7095
|
-
"requestStr": "$
|
|
7440
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
7096
7441
|
"required": true,
|
|
7097
|
-
"responseStr": "standard:$
|
|
7442
|
+
"responseStr": "standard:$serviceRef ",
|
|
7098
7443
|
"type": {
|
|
7099
7444
|
"definition": {
|
|
7100
7445
|
"description": null,
|
|
@@ -7159,7 +7504,7 @@
|
|
|
7159
7504
|
"name": "ServiceRef",
|
|
7160
7505
|
"non_null": false
|
|
7161
7506
|
},
|
|
7162
|
-
"varName": "
|
|
7507
|
+
"varName": "serviceRef"
|
|
7163
7508
|
}
|
|
7164
7509
|
},
|
|
7165
7510
|
"inputFields": null,
|
|
@@ -7176,10 +7521,10 @@
|
|
|
7176
7521
|
"name": "WanFirewallServiceType",
|
|
7177
7522
|
"non_null": false
|
|
7178
7523
|
},
|
|
7179
|
-
"varName": "
|
|
7524
|
+
"varName": "wanFirewallServiceType"
|
|
7180
7525
|
},
|
|
7181
7526
|
"source": {
|
|
7182
|
-
"alias": "
|
|
7527
|
+
"alias": "wanFirewallSourceSource: source",
|
|
7183
7528
|
"args": {},
|
|
7184
7529
|
"deprecationReason": null,
|
|
7185
7530
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7187,16 +7532,16 @@
|
|
|
7187
7532
|
"isDeprecated": false,
|
|
7188
7533
|
"name": "source",
|
|
7189
7534
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source",
|
|
7190
|
-
"requestStr": "$
|
|
7535
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
7191
7536
|
"required": true,
|
|
7192
|
-
"responseStr": "source:$
|
|
7537
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
7193
7538
|
"type": {
|
|
7194
7539
|
"definition": {
|
|
7195
7540
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
7196
7541
|
"enumValues": null,
|
|
7197
7542
|
"fields": {
|
|
7198
7543
|
"floatingSubnet": {
|
|
7199
|
-
"alias": "
|
|
7544
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
7200
7545
|
"args": {},
|
|
7201
7546
|
"deprecationReason": null,
|
|
7202
7547
|
"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.",
|
|
@@ -7204,9 +7549,9 @@
|
|
|
7204
7549
|
"isDeprecated": false,
|
|
7205
7550
|
"name": "floatingSubnet",
|
|
7206
7551
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.floatingSubnet",
|
|
7207
|
-
"requestStr": "$
|
|
7552
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
7208
7553
|
"required": true,
|
|
7209
|
-
"responseStr": "floatingSubnet:$
|
|
7554
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
7210
7555
|
"type": {
|
|
7211
7556
|
"definition": {
|
|
7212
7557
|
"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.",
|
|
@@ -7271,10 +7616,10 @@
|
|
|
7271
7616
|
"name": "FloatingSubnetRef",
|
|
7272
7617
|
"non_null": false
|
|
7273
7618
|
},
|
|
7274
|
-
"varName": "
|
|
7619
|
+
"varName": "floatingSubnetRef"
|
|
7275
7620
|
},
|
|
7276
7621
|
"globalIpRange": {
|
|
7277
|
-
"alias": "
|
|
7622
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
7278
7623
|
"args": {},
|
|
7279
7624
|
"deprecationReason": null,
|
|
7280
7625
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7282,9 +7627,9 @@
|
|
|
7282
7627
|
"isDeprecated": false,
|
|
7283
7628
|
"name": "globalIpRange",
|
|
7284
7629
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.globalIpRange",
|
|
7285
|
-
"requestStr": "$
|
|
7630
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
7286
7631
|
"required": true,
|
|
7287
|
-
"responseStr": "globalIpRange:$
|
|
7632
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7288
7633
|
"type": {
|
|
7289
7634
|
"definition": {
|
|
7290
7635
|
"description": null,
|
|
@@ -7349,10 +7694,10 @@
|
|
|
7349
7694
|
"name": "GlobalIpRangeRef",
|
|
7350
7695
|
"non_null": false
|
|
7351
7696
|
},
|
|
7352
|
-
"varName": "
|
|
7697
|
+
"varName": "globalIpRangeRef"
|
|
7353
7698
|
},
|
|
7354
7699
|
"group": {
|
|
7355
|
-
"alias": "
|
|
7700
|
+
"alias": "groupRefGroup: group",
|
|
7356
7701
|
"args": {},
|
|
7357
7702
|
"deprecationReason": null,
|
|
7358
7703
|
"description": "Groups defined for your account",
|
|
@@ -7360,9 +7705,9 @@
|
|
|
7360
7705
|
"isDeprecated": false,
|
|
7361
7706
|
"name": "group",
|
|
7362
7707
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.group",
|
|
7363
|
-
"requestStr": "$
|
|
7708
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
7364
7709
|
"required": true,
|
|
7365
|
-
"responseStr": "group:$
|
|
7710
|
+
"responseStr": "group:$groupRef ",
|
|
7366
7711
|
"type": {
|
|
7367
7712
|
"definition": {
|
|
7368
7713
|
"description": null,
|
|
@@ -7427,10 +7772,10 @@
|
|
|
7427
7772
|
"name": "GroupRef",
|
|
7428
7773
|
"non_null": false
|
|
7429
7774
|
},
|
|
7430
|
-
"varName": "
|
|
7775
|
+
"varName": "groupRef"
|
|
7431
7776
|
},
|
|
7432
7777
|
"host": {
|
|
7433
|
-
"alias": "
|
|
7778
|
+
"alias": "hostRefHost: host",
|
|
7434
7779
|
"args": {},
|
|
7435
7780
|
"deprecationReason": null,
|
|
7436
7781
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7438,9 +7783,9 @@
|
|
|
7438
7783
|
"isDeprecated": false,
|
|
7439
7784
|
"name": "host",
|
|
7440
7785
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.host",
|
|
7441
|
-
"requestStr": "$
|
|
7786
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
7442
7787
|
"required": true,
|
|
7443
|
-
"responseStr": "host:$
|
|
7788
|
+
"responseStr": "host:$hostRef ",
|
|
7444
7789
|
"type": {
|
|
7445
7790
|
"definition": {
|
|
7446
7791
|
"description": null,
|
|
@@ -7505,7 +7850,7 @@
|
|
|
7505
7850
|
"name": "HostRef",
|
|
7506
7851
|
"non_null": false
|
|
7507
7852
|
},
|
|
7508
|
-
"varName": "
|
|
7853
|
+
"varName": "hostRef"
|
|
7509
7854
|
},
|
|
7510
7855
|
"ip": {
|
|
7511
7856
|
"args": {},
|
|
@@ -7531,7 +7876,7 @@
|
|
|
7531
7876
|
"varName": "ip"
|
|
7532
7877
|
},
|
|
7533
7878
|
"ipRange": {
|
|
7534
|
-
"alias": "
|
|
7879
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
7535
7880
|
"args": {},
|
|
7536
7881
|
"deprecationReason": null,
|
|
7537
7882
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7539,9 +7884,9 @@
|
|
|
7539
7884
|
"isDeprecated": false,
|
|
7540
7885
|
"name": "ipRange",
|
|
7541
7886
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.ipRange",
|
|
7542
|
-
"requestStr": "$
|
|
7887
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
7543
7888
|
"required": true,
|
|
7544
|
-
"responseStr": "ipRange:$
|
|
7889
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
7545
7890
|
"type": {
|
|
7546
7891
|
"definition": {
|
|
7547
7892
|
"description": "Inclusive range of IPs",
|
|
@@ -7606,10 +7951,10 @@
|
|
|
7606
7951
|
"name": "IpAddressRange",
|
|
7607
7952
|
"non_null": false
|
|
7608
7953
|
},
|
|
7609
|
-
"varName": "
|
|
7954
|
+
"varName": "ipAddressRange"
|
|
7610
7955
|
},
|
|
7611
7956
|
"networkInterface": {
|
|
7612
|
-
"alias": "
|
|
7957
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
7613
7958
|
"args": {},
|
|
7614
7959
|
"deprecationReason": null,
|
|
7615
7960
|
"description": "Network range defined for a site",
|
|
@@ -7617,9 +7962,9 @@
|
|
|
7617
7962
|
"isDeprecated": false,
|
|
7618
7963
|
"name": "networkInterface",
|
|
7619
7964
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.networkInterface",
|
|
7620
|
-
"requestStr": "$
|
|
7965
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
7621
7966
|
"required": true,
|
|
7622
|
-
"responseStr": "networkInterface:$
|
|
7967
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7623
7968
|
"type": {
|
|
7624
7969
|
"definition": {
|
|
7625
7970
|
"description": null,
|
|
@@ -7684,10 +8029,10 @@
|
|
|
7684
8029
|
"name": "NetworkInterfaceRef",
|
|
7685
8030
|
"non_null": false
|
|
7686
8031
|
},
|
|
7687
|
-
"varName": "
|
|
8032
|
+
"varName": "networkInterfaceRef"
|
|
7688
8033
|
},
|
|
7689
8034
|
"site": {
|
|
7690
|
-
"alias": "
|
|
8035
|
+
"alias": "siteRefSite: site",
|
|
7691
8036
|
"args": {},
|
|
7692
8037
|
"deprecationReason": null,
|
|
7693
8038
|
"description": "Site defined for the account",
|
|
@@ -7695,9 +8040,9 @@
|
|
|
7695
8040
|
"isDeprecated": false,
|
|
7696
8041
|
"name": "site",
|
|
7697
8042
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.site",
|
|
7698
|
-
"requestStr": "$
|
|
8043
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
7699
8044
|
"required": true,
|
|
7700
|
-
"responseStr": "site:$
|
|
8045
|
+
"responseStr": "site:$siteRef ",
|
|
7701
8046
|
"type": {
|
|
7702
8047
|
"definition": {
|
|
7703
8048
|
"description": null,
|
|
@@ -7762,10 +8107,10 @@
|
|
|
7762
8107
|
"name": "SiteRef",
|
|
7763
8108
|
"non_null": false
|
|
7764
8109
|
},
|
|
7765
|
-
"varName": "
|
|
8110
|
+
"varName": "siteRef"
|
|
7766
8111
|
},
|
|
7767
8112
|
"siteNetworkSubnet": {
|
|
7768
|
-
"alias": "
|
|
8113
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
7769
8114
|
"args": {},
|
|
7770
8115
|
"deprecationReason": null,
|
|
7771
8116
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -7773,9 +8118,9 @@
|
|
|
7773
8118
|
"isDeprecated": false,
|
|
7774
8119
|
"name": "siteNetworkSubnet",
|
|
7775
8120
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.siteNetworkSubnet",
|
|
7776
|
-
"requestStr": "$
|
|
8121
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
7777
8122
|
"required": true,
|
|
7778
|
-
"responseStr": "siteNetworkSubnet:$
|
|
8123
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
7779
8124
|
"type": {
|
|
7780
8125
|
"definition": {
|
|
7781
8126
|
"description": null,
|
|
@@ -7840,7 +8185,7 @@
|
|
|
7840
8185
|
"name": "SiteNetworkSubnetRef",
|
|
7841
8186
|
"non_null": false
|
|
7842
8187
|
},
|
|
7843
|
-
"varName": "
|
|
8188
|
+
"varName": "siteNetworkSubnetRef"
|
|
7844
8189
|
},
|
|
7845
8190
|
"subnet": {
|
|
7846
8191
|
"args": {},
|
|
@@ -7866,7 +8211,7 @@
|
|
|
7866
8211
|
"varName": "subnet"
|
|
7867
8212
|
},
|
|
7868
8213
|
"systemGroup": {
|
|
7869
|
-
"alias": "
|
|
8214
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
7870
8215
|
"args": {},
|
|
7871
8216
|
"deprecationReason": null,
|
|
7872
8217
|
"description": "Predefined Cato groups",
|
|
@@ -7874,9 +8219,9 @@
|
|
|
7874
8219
|
"isDeprecated": false,
|
|
7875
8220
|
"name": "systemGroup",
|
|
7876
8221
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.systemGroup",
|
|
7877
|
-
"requestStr": "$
|
|
8222
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
7878
8223
|
"required": true,
|
|
7879
|
-
"responseStr": "systemGroup:$
|
|
8224
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
7880
8225
|
"type": {
|
|
7881
8226
|
"definition": {
|
|
7882
8227
|
"description": null,
|
|
@@ -7941,10 +8286,10 @@
|
|
|
7941
8286
|
"name": "SystemGroupRef",
|
|
7942
8287
|
"non_null": false
|
|
7943
8288
|
},
|
|
7944
|
-
"varName": "
|
|
8289
|
+
"varName": "systemGroupRef"
|
|
7945
8290
|
},
|
|
7946
8291
|
"user": {
|
|
7947
|
-
"alias": "
|
|
8292
|
+
"alias": "userRefUser: user",
|
|
7948
8293
|
"args": {},
|
|
7949
8294
|
"deprecationReason": null,
|
|
7950
8295
|
"description": "Individual users defined for the account",
|
|
@@ -7952,9 +8297,9 @@
|
|
|
7952
8297
|
"isDeprecated": false,
|
|
7953
8298
|
"name": "user",
|
|
7954
8299
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.user",
|
|
7955
|
-
"requestStr": "$
|
|
8300
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
7956
8301
|
"required": true,
|
|
7957
|
-
"responseStr": "user:$
|
|
8302
|
+
"responseStr": "user:$userRef ",
|
|
7958
8303
|
"type": {
|
|
7959
8304
|
"definition": {
|
|
7960
8305
|
"description": null,
|
|
@@ -8019,10 +8364,10 @@
|
|
|
8019
8364
|
"name": "UserRef",
|
|
8020
8365
|
"non_null": false
|
|
8021
8366
|
},
|
|
8022
|
-
"varName": "
|
|
8367
|
+
"varName": "userRef"
|
|
8023
8368
|
},
|
|
8024
8369
|
"usersGroup": {
|
|
8025
|
-
"alias": "
|
|
8370
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
8026
8371
|
"args": {},
|
|
8027
8372
|
"deprecationReason": null,
|
|
8028
8373
|
"description": "Group of users",
|
|
@@ -8030,9 +8375,9 @@
|
|
|
8030
8375
|
"isDeprecated": false,
|
|
8031
8376
|
"name": "usersGroup",
|
|
8032
8377
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.source.usersGroup",
|
|
8033
|
-
"requestStr": "$
|
|
8378
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
8034
8379
|
"required": true,
|
|
8035
|
-
"responseStr": "usersGroup:$
|
|
8380
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
8036
8381
|
"type": {
|
|
8037
8382
|
"definition": {
|
|
8038
8383
|
"description": null,
|
|
@@ -8097,7 +8442,7 @@
|
|
|
8097
8442
|
"name": "UsersGroupRef",
|
|
8098
8443
|
"non_null": false
|
|
8099
8444
|
},
|
|
8100
|
-
"varName": "
|
|
8445
|
+
"varName": "usersGroupRef"
|
|
8101
8446
|
}
|
|
8102
8447
|
},
|
|
8103
8448
|
"inputFields": null,
|
|
@@ -8114,10 +8459,10 @@
|
|
|
8114
8459
|
"name": "WanFirewallSource",
|
|
8115
8460
|
"non_null": false
|
|
8116
8461
|
},
|
|
8117
|
-
"varName": "
|
|
8462
|
+
"varName": "wanFirewallSource"
|
|
8118
8463
|
},
|
|
8119
8464
|
"tracking": {
|
|
8120
|
-
"alias": "
|
|
8465
|
+
"alias": "policyTrackingTracking: tracking",
|
|
8121
8466
|
"args": {},
|
|
8122
8467
|
"deprecationReason": null,
|
|
8123
8468
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8125,16 +8470,16 @@
|
|
|
8125
8470
|
"isDeprecated": false,
|
|
8126
8471
|
"name": "tracking",
|
|
8127
8472
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.tracking",
|
|
8128
|
-
"requestStr": "$
|
|
8473
|
+
"requestStr": "$policyTracking:PolicyTracking! ",
|
|
8129
8474
|
"required": true,
|
|
8130
|
-
"responseStr": "tracking:$
|
|
8475
|
+
"responseStr": "tracking:$policyTracking ",
|
|
8131
8476
|
"type": {
|
|
8132
8477
|
"definition": {
|
|
8133
8478
|
"description": null,
|
|
8134
8479
|
"enumValues": null,
|
|
8135
8480
|
"fields": {
|
|
8136
8481
|
"alert": {
|
|
8137
|
-
"alias": "
|
|
8482
|
+
"alias": "policyRuleTrackingAlertAlert: alert",
|
|
8138
8483
|
"args": {},
|
|
8139
8484
|
"deprecationReason": null,
|
|
8140
8485
|
"description": null,
|
|
@@ -8142,9 +8487,9 @@
|
|
|
8142
8487
|
"isDeprecated": false,
|
|
8143
8488
|
"name": "alert",
|
|
8144
8489
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.tracking.alert",
|
|
8145
|
-
"requestStr": "$
|
|
8490
|
+
"requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
|
|
8146
8491
|
"required": true,
|
|
8147
|
-
"responseStr": "alert:$
|
|
8492
|
+
"responseStr": "alert:$policyRuleTrackingAlert ",
|
|
8148
8493
|
"type": {
|
|
8149
8494
|
"definition": {
|
|
8150
8495
|
"description": "Returns data for the alert settings for the rule",
|
|
@@ -8172,7 +8517,7 @@
|
|
|
8172
8517
|
"varName": "enabled"
|
|
8173
8518
|
},
|
|
8174
8519
|
"frequency": {
|
|
8175
|
-
"alias": "
|
|
8520
|
+
"alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
|
|
8176
8521
|
"args": {},
|
|
8177
8522
|
"deprecationReason": null,
|
|
8178
8523
|
"description": "Returns data for the alert frequency",
|
|
@@ -8230,7 +8575,7 @@
|
|
|
8230
8575
|
"varName": "frequency"
|
|
8231
8576
|
},
|
|
8232
8577
|
"mailingList": {
|
|
8233
|
-
"alias": "
|
|
8578
|
+
"alias": "subscriptionMailingListRefMailingList: mailingList",
|
|
8234
8579
|
"args": {},
|
|
8235
8580
|
"deprecationReason": null,
|
|
8236
8581
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8238,9 +8583,9 @@
|
|
|
8238
8583
|
"isDeprecated": false,
|
|
8239
8584
|
"name": "mailingList",
|
|
8240
8585
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.tracking.alert.mailingList",
|
|
8241
|
-
"requestStr": "$
|
|
8586
|
+
"requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
|
|
8242
8587
|
"required": true,
|
|
8243
|
-
"responseStr": "mailingList:$
|
|
8588
|
+
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
8244
8589
|
"type": {
|
|
8245
8590
|
"definition": {
|
|
8246
8591
|
"description": null,
|
|
@@ -8305,10 +8650,10 @@
|
|
|
8305
8650
|
"name": "SubscriptionMailingListRef",
|
|
8306
8651
|
"non_null": false
|
|
8307
8652
|
},
|
|
8308
|
-
"varName": "
|
|
8653
|
+
"varName": "subscriptionMailingListRef"
|
|
8309
8654
|
},
|
|
8310
8655
|
"subscriptionGroup": {
|
|
8311
|
-
"alias": "
|
|
8656
|
+
"alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
|
|
8312
8657
|
"args": {},
|
|
8313
8658
|
"deprecationReason": null,
|
|
8314
8659
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8316,9 +8661,9 @@
|
|
|
8316
8661
|
"isDeprecated": false,
|
|
8317
8662
|
"name": "subscriptionGroup",
|
|
8318
8663
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.tracking.alert.subscriptionGroup",
|
|
8319
|
-
"requestStr": "$
|
|
8664
|
+
"requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
|
|
8320
8665
|
"required": true,
|
|
8321
|
-
"responseStr": "subscriptionGroup:$
|
|
8666
|
+
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
8322
8667
|
"type": {
|
|
8323
8668
|
"definition": {
|
|
8324
8669
|
"description": null,
|
|
@@ -8383,10 +8728,10 @@
|
|
|
8383
8728
|
"name": "SubscriptionGroupRef",
|
|
8384
8729
|
"non_null": false
|
|
8385
8730
|
},
|
|
8386
|
-
"varName": "
|
|
8731
|
+
"varName": "subscriptionGroupRef"
|
|
8387
8732
|
},
|
|
8388
8733
|
"webhook": {
|
|
8389
|
-
"alias": "
|
|
8734
|
+
"alias": "subscriptionWebhookRefWebhook: webhook",
|
|
8390
8735
|
"args": {},
|
|
8391
8736
|
"deprecationReason": null,
|
|
8392
8737
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8394,9 +8739,9 @@
|
|
|
8394
8739
|
"isDeprecated": false,
|
|
8395
8740
|
"name": "webhook",
|
|
8396
8741
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.tracking.alert.webhook",
|
|
8397
|
-
"requestStr": "$
|
|
8742
|
+
"requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
|
|
8398
8743
|
"required": true,
|
|
8399
|
-
"responseStr": "webhook:$
|
|
8744
|
+
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
8400
8745
|
"type": {
|
|
8401
8746
|
"definition": {
|
|
8402
8747
|
"description": null,
|
|
@@ -8461,7 +8806,7 @@
|
|
|
8461
8806
|
"name": "SubscriptionWebhookRef",
|
|
8462
8807
|
"non_null": false
|
|
8463
8808
|
},
|
|
8464
|
-
"varName": "
|
|
8809
|
+
"varName": "subscriptionWebhookRef"
|
|
8465
8810
|
}
|
|
8466
8811
|
},
|
|
8467
8812
|
"inputFields": null,
|
|
@@ -8478,10 +8823,10 @@
|
|
|
8478
8823
|
"name": "PolicyRuleTrackingAlert",
|
|
8479
8824
|
"non_null": false
|
|
8480
8825
|
},
|
|
8481
|
-
"varName": "
|
|
8826
|
+
"varName": "policyRuleTrackingAlert"
|
|
8482
8827
|
},
|
|
8483
8828
|
"event": {
|
|
8484
|
-
"alias": "
|
|
8829
|
+
"alias": "policyRuleTrackingEventEvent: event",
|
|
8485
8830
|
"args": {},
|
|
8486
8831
|
"deprecationReason": null,
|
|
8487
8832
|
"description": null,
|
|
@@ -8489,9 +8834,9 @@
|
|
|
8489
8834
|
"isDeprecated": false,
|
|
8490
8835
|
"name": "event",
|
|
8491
8836
|
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.tracking.event",
|
|
8492
|
-
"requestStr": "$
|
|
8837
|
+
"requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
|
|
8493
8838
|
"required": true,
|
|
8494
|
-
"responseStr": "event:$
|
|
8839
|
+
"responseStr": "event:$policyRuleTrackingEvent ",
|
|
8495
8840
|
"type": {
|
|
8496
8841
|
"definition": {
|
|
8497
8842
|
"description": "Returns data if an alert is sent for a rule",
|
|
@@ -8533,7 +8878,7 @@
|
|
|
8533
8878
|
"name": "PolicyRuleTrackingEvent",
|
|
8534
8879
|
"non_null": false
|
|
8535
8880
|
},
|
|
8536
|
-
"varName": "
|
|
8881
|
+
"varName": "policyRuleTrackingEvent"
|
|
8537
8882
|
}
|
|
8538
8883
|
},
|
|
8539
8884
|
"inputFields": null,
|
|
@@ -8550,7 +8895,7 @@
|
|
|
8550
8895
|
"name": "PolicyTracking",
|
|
8551
8896
|
"non_null": false
|
|
8552
8897
|
},
|
|
8553
|
-
"varName": "
|
|
8898
|
+
"varName": "policyTracking"
|
|
8554
8899
|
}
|
|
8555
8900
|
},
|
|
8556
8901
|
"inputFields": null,
|
|
@@ -8567,7 +8912,7 @@
|
|
|
8567
8912
|
"name": "WanFirewallRule",
|
|
8568
8913
|
"non_null": false
|
|
8569
8914
|
},
|
|
8570
|
-
"varName": "
|
|
8915
|
+
"varName": "wanFirewallRule"
|
|
8571
8916
|
}
|
|
8572
8917
|
},
|
|
8573
8918
|
"inputFields": null,
|
|
@@ -8586,7 +8931,7 @@
|
|
|
8586
8931
|
"name": "WanFirewallRulePayload",
|
|
8587
8932
|
"non_null": false
|
|
8588
8933
|
},
|
|
8589
|
-
"varName": "
|
|
8934
|
+
"varName": "wanFirewallRulePayload"
|
|
8590
8935
|
},
|
|
8591
8936
|
"sections": {
|
|
8592
8937
|
"args": {},
|
|
@@ -8596,16 +8941,16 @@
|
|
|
8596
8941
|
"isDeprecated": false,
|
|
8597
8942
|
"name": "sections",
|
|
8598
8943
|
"path": "wanFirewall.publishPolicyRevision.policy.sections",
|
|
8599
|
-
"requestStr": "$
|
|
8944
|
+
"requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
|
|
8600
8945
|
"required": true,
|
|
8601
|
-
"responseStr": "sections:$
|
|
8946
|
+
"responseStr": "sections:$policySectionPayload ",
|
|
8602
8947
|
"type": {
|
|
8603
8948
|
"definition": {
|
|
8604
8949
|
"description": null,
|
|
8605
8950
|
"enumValues": null,
|
|
8606
8951
|
"fields": {
|
|
8607
8952
|
"audit": {
|
|
8608
|
-
"alias": "
|
|
8953
|
+
"alias": "policyElementAuditAudit: audit",
|
|
8609
8954
|
"args": {},
|
|
8610
8955
|
"deprecationReason": null,
|
|
8611
8956
|
"description": null,
|
|
@@ -8613,9 +8958,9 @@
|
|
|
8613
8958
|
"isDeprecated": false,
|
|
8614
8959
|
"name": "audit",
|
|
8615
8960
|
"path": "wanFirewall.publishPolicyRevision.policy.sections.audit",
|
|
8616
|
-
"requestStr": "$
|
|
8961
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
8617
8962
|
"required": true,
|
|
8618
|
-
"responseStr": "audit:$
|
|
8963
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
8619
8964
|
"type": {
|
|
8620
8965
|
"definition": {
|
|
8621
8966
|
"description": null,
|
|
@@ -8678,10 +9023,10 @@
|
|
|
8678
9023
|
"name": "PolicyElementAudit",
|
|
8679
9024
|
"non_null": false
|
|
8680
9025
|
},
|
|
8681
|
-
"varName": "
|
|
9026
|
+
"varName": "policyElementAudit"
|
|
8682
9027
|
},
|
|
8683
9028
|
"properties": {
|
|
8684
|
-
"alias": "
|
|
9029
|
+
"alias": "policyElementPropertiesEnumProperties: properties",
|
|
8685
9030
|
"args": {},
|
|
8686
9031
|
"deprecationReason": null,
|
|
8687
9032
|
"description": null,
|
|
@@ -8759,7 +9104,7 @@
|
|
|
8759
9104
|
"varName": "properties"
|
|
8760
9105
|
},
|
|
8761
9106
|
"section": {
|
|
8762
|
-
"alias": "
|
|
9107
|
+
"alias": "policySectionInfoSection: section",
|
|
8763
9108
|
"args": {},
|
|
8764
9109
|
"deprecationReason": null,
|
|
8765
9110
|
"description": null,
|
|
@@ -8767,9 +9112,9 @@
|
|
|
8767
9112
|
"isDeprecated": false,
|
|
8768
9113
|
"name": "section",
|
|
8769
9114
|
"path": "wanFirewall.publishPolicyRevision.policy.sections.section",
|
|
8770
|
-
"requestStr": "$
|
|
9115
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
8771
9116
|
"required": true,
|
|
8772
|
-
"responseStr": "section:$
|
|
9117
|
+
"responseStr": "section:$policySectionInfo ",
|
|
8773
9118
|
"type": {
|
|
8774
9119
|
"definition": {
|
|
8775
9120
|
"description": "Define settings for a policy section",
|
|
@@ -8832,7 +9177,7 @@
|
|
|
8832
9177
|
"name": "PolicySectionInfo",
|
|
8833
9178
|
"non_null": false
|
|
8834
9179
|
},
|
|
8835
|
-
"varName": "
|
|
9180
|
+
"varName": "policySectionInfo"
|
|
8836
9181
|
}
|
|
8837
9182
|
},
|
|
8838
9183
|
"inputFields": null,
|
|
@@ -8851,7 +9196,7 @@
|
|
|
8851
9196
|
"name": "PolicySectionPayload",
|
|
8852
9197
|
"non_null": false
|
|
8853
9198
|
},
|
|
8854
|
-
"varName": "
|
|
9199
|
+
"varName": "policySectionPayload"
|
|
8855
9200
|
}
|
|
8856
9201
|
},
|
|
8857
9202
|
"inputFields": null,
|
|
@@ -8867,10 +9212,10 @@
|
|
|
8867
9212
|
"name": "WanFirewallPolicy",
|
|
8868
9213
|
"non_null": false
|
|
8869
9214
|
},
|
|
8870
|
-
"varName": "
|
|
9215
|
+
"varName": "wanFirewallPolicy"
|
|
8871
9216
|
},
|
|
8872
9217
|
"status": {
|
|
8873
|
-
"alias": "
|
|
9218
|
+
"alias": "policyMutationStatusStatus: status",
|
|
8874
9219
|
"args": {},
|
|
8875
9220
|
"deprecationReason": null,
|
|
8876
9221
|
"description": null,
|
|
@@ -8930,7 +9275,7 @@
|
|
|
8930
9275
|
"name": "WanFirewallPolicyMutationPayload",
|
|
8931
9276
|
"non_null": false
|
|
8932
9277
|
},
|
|
8933
|
-
"varName": "
|
|
9278
|
+
"varName": "wanFirewallPolicyMutationPayload"
|
|
8934
9279
|
}
|
|
8935
9280
|
},
|
|
8936
9281
|
"inputFields": null,
|
|
@@ -8946,7 +9291,7 @@
|
|
|
8946
9291
|
"name": "WanFirewallPolicyMutations",
|
|
8947
9292
|
"non_null": false
|
|
8948
9293
|
},
|
|
8949
|
-
"varName": "
|
|
9294
|
+
"varName": "wanFirewallPolicyMutations"
|
|
8950
9295
|
}
|
|
8951
9296
|
},
|
|
8952
9297
|
"inputFields": null,
|
|
@@ -8963,7 +9308,7 @@
|
|
|
8963
9308
|
"non_null": false
|
|
8964
9309
|
},
|
|
8965
9310
|
"variablesPayload": {
|
|
8966
|
-
"
|
|
9311
|
+
"policyPublishRevisionInput": {
|
|
8967
9312
|
"description": {
|
|
8968
9313
|
"description": "String"
|
|
8969
9314
|
},
|
|
@@ -8971,8 +9316,8 @@
|
|
|
8971
9316
|
"name": "String"
|
|
8972
9317
|
}
|
|
8973
9318
|
},
|
|
8974
|
-
"
|
|
8975
|
-
"
|
|
9319
|
+
"wanFirewallPolicyMutationInput": {
|
|
9320
|
+
"policyMutationRevisionInput": {
|
|
8976
9321
|
"id": {
|
|
8977
9322
|
"id": "ID"
|
|
8978
9323
|
}
|