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": "updatePolicy___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "updatePolicy.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$wanFirewallPolicyUpdateInput:WanFirewallPolicyUpdateInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$wanFirewallPolicyUpdateInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"name": "WanFirewallPolicyUpdateInput",
|
|
95
95
|
"non_null": false
|
|
96
96
|
},
|
|
97
|
-
"varName": "
|
|
97
|
+
"varName": "wanFirewallPolicyUpdateInput"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"deprecationReason": null,
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"id_str": "wanFirewall___input",
|
|
120
120
|
"name": "input",
|
|
121
121
|
"path": "wanFirewall.input",
|
|
122
|
-
"requestStr": "$
|
|
122
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
123
123
|
"required": false,
|
|
124
|
-
"responseStr": "input:$
|
|
124
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
125
125
|
"type": {
|
|
126
126
|
"definition": {
|
|
127
127
|
"description": null,
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
"id_str": "wanFirewall___input___revision",
|
|
135
135
|
"name": "revision",
|
|
136
136
|
"path": "wanFirewall.input.revision",
|
|
137
|
-
"requestStr": "$
|
|
137
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
138
138
|
"required": false,
|
|
139
|
-
"responseStr": "revision:$
|
|
139
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
140
140
|
"type": {
|
|
141
141
|
"definition": {
|
|
142
142
|
"description": null,
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"name": "PolicyMutationRevisionInput",
|
|
175
175
|
"non_null": false
|
|
176
176
|
},
|
|
177
|
-
"varName": "
|
|
177
|
+
"varName": "policyMutationRevisionInput"
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
"interfaces": null,
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"name": "WanFirewallPolicyMutationInput",
|
|
190
190
|
"non_null": false
|
|
191
191
|
},
|
|
192
|
-
"varName": "
|
|
192
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
195
|
"deprecationReason": null,
|
|
@@ -214,6 +214,7 @@
|
|
|
214
214
|
"CustomCategoryRef": true,
|
|
215
215
|
"CustomService": true,
|
|
216
216
|
"DayOfWeek": true,
|
|
217
|
+
"DeviceAttributes": true,
|
|
217
218
|
"DeviceProfileRef": true,
|
|
218
219
|
"FloatingSubnetRef": true,
|
|
219
220
|
"GlobalIpRangeRef": true,
|
|
@@ -268,15 +269,34 @@
|
|
|
268
269
|
"isDeprecated": false,
|
|
269
270
|
"name": "policy",
|
|
270
271
|
"operationArgs": {
|
|
271
|
-
"
|
|
272
|
+
"accountId": {
|
|
273
|
+
"defaultValue": null,
|
|
274
|
+
"description": null,
|
|
275
|
+
"id_str": "accountId",
|
|
276
|
+
"name": "accountId",
|
|
277
|
+
"path": "accountId",
|
|
278
|
+
"requestStr": "$accountId:ID! ",
|
|
279
|
+
"required": true,
|
|
280
|
+
"responseStr": "accountId:$accountId ",
|
|
281
|
+
"type": {
|
|
282
|
+
"kind": [
|
|
283
|
+
"NON_NULL",
|
|
284
|
+
"SCALAR"
|
|
285
|
+
],
|
|
286
|
+
"name": "ID",
|
|
287
|
+
"non_null": false
|
|
288
|
+
},
|
|
289
|
+
"varName": "accountId"
|
|
290
|
+
},
|
|
291
|
+
"wanFirewallPolicyMutationInput": {
|
|
272
292
|
"defaultValue": null,
|
|
273
293
|
"description": null,
|
|
274
294
|
"id_str": "wanFirewall___input",
|
|
275
295
|
"name": "input",
|
|
276
296
|
"path": "wanFirewall.input",
|
|
277
|
-
"requestStr": "$
|
|
297
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
278
298
|
"required": false,
|
|
279
|
-
"responseStr": "input:$
|
|
299
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
280
300
|
"type": {
|
|
281
301
|
"definition": {
|
|
282
302
|
"description": null,
|
|
@@ -289,9 +309,9 @@
|
|
|
289
309
|
"id_str": "wanFirewall___input___revision",
|
|
290
310
|
"name": "revision",
|
|
291
311
|
"path": "wanFirewall.input.revision",
|
|
292
|
-
"requestStr": "$
|
|
312
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
293
313
|
"required": false,
|
|
294
|
-
"responseStr": "revision:$
|
|
314
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
295
315
|
"type": {
|
|
296
316
|
"definition": {
|
|
297
317
|
"description": null,
|
|
@@ -329,7 +349,7 @@
|
|
|
329
349
|
"name": "PolicyMutationRevisionInput",
|
|
330
350
|
"non_null": false
|
|
331
351
|
},
|
|
332
|
-
"varName": "
|
|
352
|
+
"varName": "policyMutationRevisionInput"
|
|
333
353
|
}
|
|
334
354
|
},
|
|
335
355
|
"interfaces": null,
|
|
@@ -344,17 +364,17 @@
|
|
|
344
364
|
"name": "WanFirewallPolicyMutationInput",
|
|
345
365
|
"non_null": false
|
|
346
366
|
},
|
|
347
|
-
"varName": "
|
|
367
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
348
368
|
},
|
|
349
|
-
"
|
|
369
|
+
"wanFirewallPolicyUpdateInput": {
|
|
350
370
|
"defaultValue": null,
|
|
351
371
|
"description": null,
|
|
352
372
|
"id_str": "updatePolicy___input",
|
|
353
373
|
"name": "input",
|
|
354
374
|
"path": "updatePolicy.input",
|
|
355
|
-
"requestStr": "$
|
|
375
|
+
"requestStr": "$wanFirewallPolicyUpdateInput:WanFirewallPolicyUpdateInput! ",
|
|
356
376
|
"required": true,
|
|
357
|
-
"responseStr": "input:$
|
|
377
|
+
"responseStr": "input:$wanFirewallPolicyUpdateInput ",
|
|
358
378
|
"type": {
|
|
359
379
|
"definition": {
|
|
360
380
|
"description": null,
|
|
@@ -417,26 +437,7 @@
|
|
|
417
437
|
"name": "WanFirewallPolicyUpdateInput",
|
|
418
438
|
"non_null": false
|
|
419
439
|
},
|
|
420
|
-
"varName": "
|
|
421
|
-
},
|
|
422
|
-
"accountId": {
|
|
423
|
-
"defaultValue": null,
|
|
424
|
-
"description": null,
|
|
425
|
-
"id_str": "accountId",
|
|
426
|
-
"name": "accountId",
|
|
427
|
-
"path": "accountId",
|
|
428
|
-
"requestStr": "$accountId:ID! ",
|
|
429
|
-
"required": true,
|
|
430
|
-
"responseStr": "accountId:$accountId ",
|
|
431
|
-
"type": {
|
|
432
|
-
"kind": [
|
|
433
|
-
"NON_NULL",
|
|
434
|
-
"SCALAR"
|
|
435
|
-
],
|
|
436
|
-
"name": "ID",
|
|
437
|
-
"non_null": false
|
|
438
|
-
},
|
|
439
|
-
"varName": "accountId"
|
|
440
|
+
"varName": "wanFirewallPolicyUpdateInput"
|
|
440
441
|
}
|
|
441
442
|
},
|
|
442
443
|
"path": "mutation.policy.wanFirewall.updatePolicy",
|
|
@@ -453,9 +454,9 @@
|
|
|
453
454
|
"id_str": "wanFirewall___input",
|
|
454
455
|
"name": "input",
|
|
455
456
|
"path": "wanFirewall.input",
|
|
456
|
-
"requestStr": "$
|
|
457
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
457
458
|
"required": false,
|
|
458
|
-
"responseStr": "input:$
|
|
459
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
459
460
|
"type": {
|
|
460
461
|
"definition": {
|
|
461
462
|
"description": null,
|
|
@@ -468,9 +469,9 @@
|
|
|
468
469
|
"id_str": "wanFirewall___input___revision",
|
|
469
470
|
"name": "revision",
|
|
470
471
|
"path": "wanFirewall.input.revision",
|
|
471
|
-
"requestStr": "$
|
|
472
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
472
473
|
"required": false,
|
|
473
|
-
"responseStr": "revision:$
|
|
474
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
474
475
|
"type": {
|
|
475
476
|
"definition": {
|
|
476
477
|
"description": null,
|
|
@@ -508,7 +509,7 @@
|
|
|
508
509
|
"name": "PolicyMutationRevisionInput",
|
|
509
510
|
"non_null": false
|
|
510
511
|
},
|
|
511
|
-
"varName": "
|
|
512
|
+
"varName": "policyMutationRevisionInput"
|
|
512
513
|
}
|
|
513
514
|
},
|
|
514
515
|
"interfaces": null,
|
|
@@ -523,7 +524,7 @@
|
|
|
523
524
|
"name": "WanFirewallPolicyMutationInput",
|
|
524
525
|
"non_null": false
|
|
525
526
|
},
|
|
526
|
-
"varName": "
|
|
527
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
527
528
|
}
|
|
528
529
|
},
|
|
529
530
|
"deprecationReason": null,
|
|
@@ -532,9 +533,9 @@
|
|
|
532
533
|
"isDeprecated": false,
|
|
533
534
|
"name": "wanFirewall",
|
|
534
535
|
"path": "wanFirewall",
|
|
535
|
-
"requestStr": "$
|
|
536
|
+
"requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
|
|
536
537
|
"required": false,
|
|
537
|
-
"responseStr": "wanFirewall:$
|
|
538
|
+
"responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
|
|
538
539
|
"type": {
|
|
539
540
|
"definition": {
|
|
540
541
|
"description": "The Wan Firewall Policy information returned to the caller in the API response.",
|
|
@@ -548,9 +549,9 @@
|
|
|
548
549
|
"id_str": "updatePolicy___input",
|
|
549
550
|
"name": "input",
|
|
550
551
|
"path": "updatePolicy.input",
|
|
551
|
-
"requestStr": "$
|
|
552
|
+
"requestStr": "$wanFirewallPolicyUpdateInput:WanFirewallPolicyUpdateInput! ",
|
|
552
553
|
"required": true,
|
|
553
|
-
"responseStr": "input:$
|
|
554
|
+
"responseStr": "input:$wanFirewallPolicyUpdateInput ",
|
|
554
555
|
"type": {
|
|
555
556
|
"definition": {
|
|
556
557
|
"description": null,
|
|
@@ -613,7 +614,7 @@
|
|
|
613
614
|
"name": "WanFirewallPolicyUpdateInput",
|
|
614
615
|
"non_null": false
|
|
615
616
|
},
|
|
616
|
-
"varName": "
|
|
617
|
+
"varName": "wanFirewallPolicyUpdateInput"
|
|
617
618
|
}
|
|
618
619
|
},
|
|
619
620
|
"deprecationReason": null,
|
|
@@ -622,16 +623,16 @@
|
|
|
622
623
|
"isDeprecated": false,
|
|
623
624
|
"name": "updatePolicy",
|
|
624
625
|
"path": "wanFirewall.updatePolicy",
|
|
625
|
-
"requestStr": "$
|
|
626
|
+
"requestStr": "$wanFirewallPolicyMutationPayload:WanFirewallPolicyMutationPayload! ",
|
|
626
627
|
"required": true,
|
|
627
|
-
"responseStr": "updatePolicy:$
|
|
628
|
+
"responseStr": "updatePolicy:$wanFirewallPolicyMutationPayload ",
|
|
628
629
|
"type": {
|
|
629
630
|
"definition": {
|
|
630
631
|
"description": "Wan Firewall policy information provided in the API response",
|
|
631
632
|
"enumValues": null,
|
|
632
633
|
"fields": {
|
|
633
634
|
"errors": {
|
|
634
|
-
"alias": "
|
|
635
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
635
636
|
"args": {},
|
|
636
637
|
"deprecationReason": null,
|
|
637
638
|
"description": null,
|
|
@@ -639,9 +640,9 @@
|
|
|
639
640
|
"isDeprecated": false,
|
|
640
641
|
"name": "errors",
|
|
641
642
|
"path": "wanFirewall.updatePolicy.errors",
|
|
642
|
-
"requestStr": "$
|
|
643
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
643
644
|
"required": true,
|
|
644
|
-
"responseStr": "errors:$
|
|
645
|
+
"responseStr": "errors:$policyMutationError ",
|
|
645
646
|
"type": {
|
|
646
647
|
"definition": {
|
|
647
648
|
"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\"",
|
|
@@ -704,10 +705,10 @@
|
|
|
704
705
|
"name": "PolicyMutationError",
|
|
705
706
|
"non_null": false
|
|
706
707
|
},
|
|
707
|
-
"varName": "
|
|
708
|
+
"varName": "policyMutationError"
|
|
708
709
|
},
|
|
709
710
|
"policy": {
|
|
710
|
-
"alias": "
|
|
711
|
+
"alias": "wanFirewallPolicyPolicy: policy",
|
|
711
712
|
"args": {},
|
|
712
713
|
"deprecationReason": null,
|
|
713
714
|
"description": null,
|
|
@@ -715,9 +716,9 @@
|
|
|
715
716
|
"isDeprecated": false,
|
|
716
717
|
"name": "policy",
|
|
717
718
|
"path": "wanFirewall.updatePolicy.policy",
|
|
718
|
-
"requestStr": "$
|
|
719
|
+
"requestStr": "$wanFirewallPolicy:WanFirewallPolicy ",
|
|
719
720
|
"required": false,
|
|
720
|
-
"responseStr": "policy:$
|
|
721
|
+
"responseStr": "policy:$wanFirewallPolicy ",
|
|
721
722
|
"type": {
|
|
722
723
|
"definition": {
|
|
723
724
|
"description": null,
|
|
@@ -731,9 +732,9 @@
|
|
|
731
732
|
"isDeprecated": false,
|
|
732
733
|
"name": "audit",
|
|
733
734
|
"path": "wanFirewall.updatePolicy.policy.audit",
|
|
734
|
-
"requestStr": "$
|
|
735
|
+
"requestStr": "$policyAudit:PolicyAudit ",
|
|
735
736
|
"required": false,
|
|
736
|
-
"responseStr": "audit:$
|
|
737
|
+
"responseStr": "audit:$policyAudit ",
|
|
737
738
|
"type": {
|
|
738
739
|
"definition": {
|
|
739
740
|
"description": null,
|
|
@@ -795,7 +796,7 @@
|
|
|
795
796
|
"name": "PolicyAudit",
|
|
796
797
|
"non_null": false
|
|
797
798
|
},
|
|
798
|
-
"varName": "
|
|
799
|
+
"varName": "policyAudit"
|
|
799
800
|
},
|
|
800
801
|
"enabled": {
|
|
801
802
|
"args": {},
|
|
@@ -826,9 +827,9 @@
|
|
|
826
827
|
"isDeprecated": false,
|
|
827
828
|
"name": "revision",
|
|
828
829
|
"path": "wanFirewall.updatePolicy.policy.revision",
|
|
829
|
-
"requestStr": "$
|
|
830
|
+
"requestStr": "$policyRevision:PolicyRevision ",
|
|
830
831
|
"required": false,
|
|
831
|
-
"responseStr": "revision:$
|
|
832
|
+
"responseStr": "revision:$policyRevision ",
|
|
832
833
|
"type": {
|
|
833
834
|
"definition": {
|
|
834
835
|
"description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
|
|
@@ -974,7 +975,7 @@
|
|
|
974
975
|
"name": "PolicyRevision",
|
|
975
976
|
"non_null": false
|
|
976
977
|
},
|
|
977
|
-
"varName": "
|
|
978
|
+
"varName": "policyRevision"
|
|
978
979
|
},
|
|
979
980
|
"rules": {
|
|
980
981
|
"args": {},
|
|
@@ -984,16 +985,16 @@
|
|
|
984
985
|
"isDeprecated": false,
|
|
985
986
|
"name": "rules",
|
|
986
987
|
"path": "wanFirewall.updatePolicy.policy.rules",
|
|
987
|
-
"requestStr": "$
|
|
988
|
+
"requestStr": "$wanFirewallRulePayload:[WanFirewallRulePayload]! ",
|
|
988
989
|
"required": true,
|
|
989
|
-
"responseStr": "rules:$
|
|
990
|
+
"responseStr": "rules:$wanFirewallRulePayload ",
|
|
990
991
|
"type": {
|
|
991
992
|
"definition": {
|
|
992
993
|
"description": "Wan Firewall policy information for a specific revision",
|
|
993
994
|
"enumValues": null,
|
|
994
995
|
"fields": {
|
|
995
996
|
"audit": {
|
|
996
|
-
"alias": "
|
|
997
|
+
"alias": "policyElementAuditAudit: audit",
|
|
997
998
|
"args": {},
|
|
998
999
|
"deprecationReason": null,
|
|
999
1000
|
"description": null,
|
|
@@ -1001,9 +1002,9 @@
|
|
|
1001
1002
|
"isDeprecated": false,
|
|
1002
1003
|
"name": "audit",
|
|
1003
1004
|
"path": "wanFirewall.updatePolicy.policy.rules.audit",
|
|
1004
|
-
"requestStr": "$
|
|
1005
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
1005
1006
|
"required": true,
|
|
1006
|
-
"responseStr": "audit:$
|
|
1007
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
1007
1008
|
"type": {
|
|
1008
1009
|
"definition": {
|
|
1009
1010
|
"description": null,
|
|
@@ -1066,10 +1067,10 @@
|
|
|
1066
1067
|
"name": "PolicyElementAudit",
|
|
1067
1068
|
"non_null": false
|
|
1068
1069
|
},
|
|
1069
|
-
"varName": "
|
|
1070
|
+
"varName": "policyElementAudit"
|
|
1070
1071
|
},
|
|
1071
1072
|
"properties": {
|
|
1072
|
-
"alias": "
|
|
1073
|
+
"alias": "policyElementPropertiesEnumProperties: properties",
|
|
1073
1074
|
"args": {},
|
|
1074
1075
|
"deprecationReason": null,
|
|
1075
1076
|
"description": null,
|
|
@@ -1147,7 +1148,7 @@
|
|
|
1147
1148
|
"varName": "properties"
|
|
1148
1149
|
},
|
|
1149
1150
|
"rule": {
|
|
1150
|
-
"alias": "
|
|
1151
|
+
"alias": "wanFirewallRuleRule: rule",
|
|
1151
1152
|
"args": {},
|
|
1152
1153
|
"deprecationReason": null,
|
|
1153
1154
|
"description": null,
|
|
@@ -1155,16 +1156,16 @@
|
|
|
1155
1156
|
"isDeprecated": false,
|
|
1156
1157
|
"name": "rule",
|
|
1157
1158
|
"path": "wanFirewall.updatePolicy.policy.rules.rule",
|
|
1158
|
-
"requestStr": "$
|
|
1159
|
+
"requestStr": "$wanFirewallRule:WanFirewallRule! ",
|
|
1159
1160
|
"required": true,
|
|
1160
|
-
"responseStr": "rule:$
|
|
1161
|
+
"responseStr": "rule:$wanFirewallRule ",
|
|
1161
1162
|
"type": {
|
|
1162
1163
|
"definition": {
|
|
1163
1164
|
"description": null,
|
|
1164
1165
|
"enumValues": null,
|
|
1165
1166
|
"fields": {
|
|
1166
1167
|
"action": {
|
|
1167
|
-
"alias": "
|
|
1168
|
+
"alias": "wanFirewallActionEnumAction: action",
|
|
1168
1169
|
"args": {},
|
|
1169
1170
|
"deprecationReason": null,
|
|
1170
1171
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1216,7 +1217,7 @@
|
|
|
1216
1217
|
"varName": "action"
|
|
1217
1218
|
},
|
|
1218
1219
|
"application": {
|
|
1219
|
-
"alias": "
|
|
1220
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
1220
1221
|
"args": {},
|
|
1221
1222
|
"deprecationReason": null,
|
|
1222
1223
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1224,16 +1225,16 @@
|
|
|
1224
1225
|
"isDeprecated": false,
|
|
1225
1226
|
"name": "application",
|
|
1226
1227
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.application",
|
|
1227
|
-
"requestStr": "$
|
|
1228
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
1228
1229
|
"required": true,
|
|
1229
|
-
"responseStr": "application:$
|
|
1230
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
1230
1231
|
"type": {
|
|
1231
1232
|
"definition": {
|
|
1232
1233
|
"description": "Application match criteria set",
|
|
1233
1234
|
"enumValues": null,
|
|
1234
1235
|
"fields": {
|
|
1235
1236
|
"appCategory": {
|
|
1236
|
-
"alias": "
|
|
1237
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
1237
1238
|
"args": {},
|
|
1238
1239
|
"deprecationReason": null,
|
|
1239
1240
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1241,9 +1242,9 @@
|
|
|
1241
1242
|
"isDeprecated": false,
|
|
1242
1243
|
"name": "appCategory",
|
|
1243
1244
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.application.appCategory",
|
|
1244
|
-
"requestStr": "$
|
|
1245
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
1245
1246
|
"required": true,
|
|
1246
|
-
"responseStr": "appCategory:$
|
|
1247
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1247
1248
|
"type": {
|
|
1248
1249
|
"definition": {
|
|
1249
1250
|
"description": null,
|
|
@@ -1308,10 +1309,10 @@
|
|
|
1308
1309
|
"name": "ApplicationCategoryRef",
|
|
1309
1310
|
"non_null": false
|
|
1310
1311
|
},
|
|
1311
|
-
"varName": "
|
|
1312
|
+
"varName": "applicationCategoryRef"
|
|
1312
1313
|
},
|
|
1313
1314
|
"application": {
|
|
1314
|
-
"alias": "
|
|
1315
|
+
"alias": "applicationRefApplication: application",
|
|
1315
1316
|
"args": {},
|
|
1316
1317
|
"deprecationReason": null,
|
|
1317
1318
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1319,9 +1320,9 @@
|
|
|
1319
1320
|
"isDeprecated": false,
|
|
1320
1321
|
"name": "application",
|
|
1321
1322
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.application.application",
|
|
1322
|
-
"requestStr": "$
|
|
1323
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
1323
1324
|
"required": true,
|
|
1324
|
-
"responseStr": "application:$
|
|
1325
|
+
"responseStr": "application:$applicationRef ",
|
|
1325
1326
|
"type": {
|
|
1326
1327
|
"definition": {
|
|
1327
1328
|
"description": null,
|
|
@@ -1386,10 +1387,10 @@
|
|
|
1386
1387
|
"name": "ApplicationRef",
|
|
1387
1388
|
"non_null": false
|
|
1388
1389
|
},
|
|
1389
|
-
"varName": "
|
|
1390
|
+
"varName": "applicationRef"
|
|
1390
1391
|
},
|
|
1391
1392
|
"customApp": {
|
|
1392
|
-
"alias": "
|
|
1393
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
1393
1394
|
"args": {},
|
|
1394
1395
|
"deprecationReason": null,
|
|
1395
1396
|
"description": "Custom (user-defined) applications",
|
|
@@ -1397,9 +1398,9 @@
|
|
|
1397
1398
|
"isDeprecated": false,
|
|
1398
1399
|
"name": "customApp",
|
|
1399
1400
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.application.customApp",
|
|
1400
|
-
"requestStr": "$
|
|
1401
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
1401
1402
|
"required": true,
|
|
1402
|
-
"responseStr": "customApp:$
|
|
1403
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
1403
1404
|
"type": {
|
|
1404
1405
|
"definition": {
|
|
1405
1406
|
"description": null,
|
|
@@ -1464,10 +1465,10 @@
|
|
|
1464
1465
|
"name": "CustomApplicationRef",
|
|
1465
1466
|
"non_null": false
|
|
1466
1467
|
},
|
|
1467
|
-
"varName": "
|
|
1468
|
+
"varName": "customApplicationRef"
|
|
1468
1469
|
},
|
|
1469
1470
|
"customCategory": {
|
|
1470
|
-
"alias": "
|
|
1471
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
1471
1472
|
"args": {},
|
|
1472
1473
|
"deprecationReason": null,
|
|
1473
1474
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1475,9 +1476,9 @@
|
|
|
1475
1476
|
"isDeprecated": false,
|
|
1476
1477
|
"name": "customCategory",
|
|
1477
1478
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.application.customCategory",
|
|
1478
|
-
"requestStr": "$
|
|
1479
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
1479
1480
|
"required": true,
|
|
1480
|
-
"responseStr": "customCategory:$
|
|
1481
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
1481
1482
|
"type": {
|
|
1482
1483
|
"definition": {
|
|
1483
1484
|
"description": null,
|
|
@@ -1542,7 +1543,7 @@
|
|
|
1542
1543
|
"name": "CustomCategoryRef",
|
|
1543
1544
|
"non_null": false
|
|
1544
1545
|
},
|
|
1545
|
-
"varName": "
|
|
1546
|
+
"varName": "customCategoryRef"
|
|
1546
1547
|
},
|
|
1547
1548
|
"domain": {
|
|
1548
1549
|
"args": {},
|
|
@@ -1591,7 +1592,7 @@
|
|
|
1591
1592
|
"varName": "fqdn"
|
|
1592
1593
|
},
|
|
1593
1594
|
"globalIpRange": {
|
|
1594
|
-
"alias": "
|
|
1595
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
1595
1596
|
"args": {},
|
|
1596
1597
|
"deprecationReason": null,
|
|
1597
1598
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1599,9 +1600,9 @@
|
|
|
1599
1600
|
"isDeprecated": false,
|
|
1600
1601
|
"name": "globalIpRange",
|
|
1601
1602
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.application.globalIpRange",
|
|
1602
|
-
"requestStr": "$
|
|
1603
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
1603
1604
|
"required": true,
|
|
1604
|
-
"responseStr": "globalIpRange:$
|
|
1605
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1605
1606
|
"type": {
|
|
1606
1607
|
"definition": {
|
|
1607
1608
|
"description": null,
|
|
@@ -1666,7 +1667,7 @@
|
|
|
1666
1667
|
"name": "GlobalIpRangeRef",
|
|
1667
1668
|
"non_null": false
|
|
1668
1669
|
},
|
|
1669
|
-
"varName": "
|
|
1670
|
+
"varName": "globalIpRangeRef"
|
|
1670
1671
|
},
|
|
1671
1672
|
"ip": {
|
|
1672
1673
|
"args": {},
|
|
@@ -1692,7 +1693,7 @@
|
|
|
1692
1693
|
"varName": "ip"
|
|
1693
1694
|
},
|
|
1694
1695
|
"ipRange": {
|
|
1695
|
-
"alias": "
|
|
1696
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
1696
1697
|
"args": {},
|
|
1697
1698
|
"deprecationReason": null,
|
|
1698
1699
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1700,9 +1701,9 @@
|
|
|
1700
1701
|
"isDeprecated": false,
|
|
1701
1702
|
"name": "ipRange",
|
|
1702
1703
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.application.ipRange",
|
|
1703
|
-
"requestStr": "$
|
|
1704
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
1704
1705
|
"required": true,
|
|
1705
|
-
"responseStr": "ipRange:$
|
|
1706
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
1706
1707
|
"type": {
|
|
1707
1708
|
"definition": {
|
|
1708
1709
|
"description": "Inclusive range of IPs",
|
|
@@ -1767,10 +1768,10 @@
|
|
|
1767
1768
|
"name": "IpAddressRange",
|
|
1768
1769
|
"non_null": false
|
|
1769
1770
|
},
|
|
1770
|
-
"varName": "
|
|
1771
|
+
"varName": "ipAddressRange"
|
|
1771
1772
|
},
|
|
1772
1773
|
"sanctionedAppsCategory": {
|
|
1773
|
-
"alias": "
|
|
1774
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
1774
1775
|
"args": {},
|
|
1775
1776
|
"deprecationReason": null,
|
|
1776
1777
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1778,9 +1779,9 @@
|
|
|
1778
1779
|
"isDeprecated": false,
|
|
1779
1780
|
"name": "sanctionedAppsCategory",
|
|
1780
1781
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.application.sanctionedAppsCategory",
|
|
1781
|
-
"requestStr": "$
|
|
1782
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
1782
1783
|
"required": true,
|
|
1783
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
1784
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1784
1785
|
"type": {
|
|
1785
1786
|
"definition": {
|
|
1786
1787
|
"description": null,
|
|
@@ -1845,7 +1846,7 @@
|
|
|
1845
1846
|
"name": "SanctionedAppsCategoryRef",
|
|
1846
1847
|
"non_null": false
|
|
1847
1848
|
},
|
|
1848
|
-
"varName": "
|
|
1849
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
1849
1850
|
},
|
|
1850
1851
|
"subnet": {
|
|
1851
1852
|
"args": {},
|
|
@@ -1885,10 +1886,10 @@
|
|
|
1885
1886
|
"name": "WanFirewallApplication",
|
|
1886
1887
|
"non_null": false
|
|
1887
1888
|
},
|
|
1888
|
-
"varName": "
|
|
1889
|
+
"varName": "wanFirewallApplication"
|
|
1889
1890
|
},
|
|
1890
1891
|
"connectionOrigin": {
|
|
1891
|
-
"alias": "
|
|
1892
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
1892
1893
|
"args": {},
|
|
1893
1894
|
"deprecationReason": null,
|
|
1894
1895
|
"description": "Connection origin of the traffic",
|
|
@@ -1940,7 +1941,7 @@
|
|
|
1940
1941
|
"varName": "connectionOrigin"
|
|
1941
1942
|
},
|
|
1942
1943
|
"country": {
|
|
1943
|
-
"alias": "
|
|
1944
|
+
"alias": "countryRefCountry: country",
|
|
1944
1945
|
"args": {},
|
|
1945
1946
|
"deprecationReason": null,
|
|
1946
1947
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1948,9 +1949,9 @@
|
|
|
1948
1949
|
"isDeprecated": false,
|
|
1949
1950
|
"name": "country",
|
|
1950
1951
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.country",
|
|
1951
|
-
"requestStr": "$
|
|
1952
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1952
1953
|
"required": true,
|
|
1953
|
-
"responseStr": "country:$
|
|
1954
|
+
"responseStr": "country:$countryRef ",
|
|
1954
1955
|
"type": {
|
|
1955
1956
|
"definition": {
|
|
1956
1957
|
"description": null,
|
|
@@ -2015,7 +2016,7 @@
|
|
|
2015
2016
|
"name": "CountryRef",
|
|
2016
2017
|
"non_null": false
|
|
2017
2018
|
},
|
|
2018
|
-
"varName": "
|
|
2019
|
+
"varName": "countryRef"
|
|
2019
2020
|
},
|
|
2020
2021
|
"description": {
|
|
2021
2022
|
"args": {},
|
|
@@ -2039,7 +2040,7 @@
|
|
|
2039
2040
|
"varName": "description"
|
|
2040
2041
|
},
|
|
2041
2042
|
"destination": {
|
|
2042
|
-
"alias": "
|
|
2043
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
2043
2044
|
"args": {},
|
|
2044
2045
|
"deprecationReason": null,
|
|
2045
2046
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2047,16 +2048,16 @@
|
|
|
2047
2048
|
"isDeprecated": false,
|
|
2048
2049
|
"name": "destination",
|
|
2049
2050
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination",
|
|
2050
|
-
"requestStr": "$
|
|
2051
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
2051
2052
|
"required": true,
|
|
2052
|
-
"responseStr": "destination:$
|
|
2053
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
2053
2054
|
"type": {
|
|
2054
2055
|
"definition": {
|
|
2055
2056
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
2056
2057
|
"enumValues": null,
|
|
2057
2058
|
"fields": {
|
|
2058
2059
|
"floatingSubnet": {
|
|
2059
|
-
"alias": "
|
|
2060
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
2060
2061
|
"args": {},
|
|
2061
2062
|
"deprecationReason": null,
|
|
2062
2063
|
"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.",
|
|
@@ -2064,9 +2065,9 @@
|
|
|
2064
2065
|
"isDeprecated": false,
|
|
2065
2066
|
"name": "floatingSubnet",
|
|
2066
2067
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.floatingSubnet",
|
|
2067
|
-
"requestStr": "$
|
|
2068
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
2068
2069
|
"required": true,
|
|
2069
|
-
"responseStr": "floatingSubnet:$
|
|
2070
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
2070
2071
|
"type": {
|
|
2071
2072
|
"definition": {
|
|
2072
2073
|
"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.",
|
|
@@ -2131,10 +2132,10 @@
|
|
|
2131
2132
|
"name": "FloatingSubnetRef",
|
|
2132
2133
|
"non_null": false
|
|
2133
2134
|
},
|
|
2134
|
-
"varName": "
|
|
2135
|
+
"varName": "floatingSubnetRef"
|
|
2135
2136
|
},
|
|
2136
2137
|
"globalIpRange": {
|
|
2137
|
-
"alias": "
|
|
2138
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
2138
2139
|
"args": {},
|
|
2139
2140
|
"deprecationReason": null,
|
|
2140
2141
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2142,9 +2143,9 @@
|
|
|
2142
2143
|
"isDeprecated": false,
|
|
2143
2144
|
"name": "globalIpRange",
|
|
2144
2145
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.globalIpRange",
|
|
2145
|
-
"requestStr": "$
|
|
2146
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
2146
2147
|
"required": true,
|
|
2147
|
-
"responseStr": "globalIpRange:$
|
|
2148
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2148
2149
|
"type": {
|
|
2149
2150
|
"definition": {
|
|
2150
2151
|
"description": null,
|
|
@@ -2209,10 +2210,10 @@
|
|
|
2209
2210
|
"name": "GlobalIpRangeRef",
|
|
2210
2211
|
"non_null": false
|
|
2211
2212
|
},
|
|
2212
|
-
"varName": "
|
|
2213
|
+
"varName": "globalIpRangeRef"
|
|
2213
2214
|
},
|
|
2214
2215
|
"group": {
|
|
2215
|
-
"alias": "
|
|
2216
|
+
"alias": "groupRefGroup: group",
|
|
2216
2217
|
"args": {},
|
|
2217
2218
|
"deprecationReason": null,
|
|
2218
2219
|
"description": "Groups defined for your account",
|
|
@@ -2220,9 +2221,9 @@
|
|
|
2220
2221
|
"isDeprecated": false,
|
|
2221
2222
|
"name": "group",
|
|
2222
2223
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.group",
|
|
2223
|
-
"requestStr": "$
|
|
2224
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
2224
2225
|
"required": true,
|
|
2225
|
-
"responseStr": "group:$
|
|
2226
|
+
"responseStr": "group:$groupRef ",
|
|
2226
2227
|
"type": {
|
|
2227
2228
|
"definition": {
|
|
2228
2229
|
"description": null,
|
|
@@ -2287,10 +2288,10 @@
|
|
|
2287
2288
|
"name": "GroupRef",
|
|
2288
2289
|
"non_null": false
|
|
2289
2290
|
},
|
|
2290
|
-
"varName": "
|
|
2291
|
+
"varName": "groupRef"
|
|
2291
2292
|
},
|
|
2292
2293
|
"host": {
|
|
2293
|
-
"alias": "
|
|
2294
|
+
"alias": "hostRefHost: host",
|
|
2294
2295
|
"args": {},
|
|
2295
2296
|
"deprecationReason": null,
|
|
2296
2297
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2298,9 +2299,9 @@
|
|
|
2298
2299
|
"isDeprecated": false,
|
|
2299
2300
|
"name": "host",
|
|
2300
2301
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.host",
|
|
2301
|
-
"requestStr": "$
|
|
2302
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
2302
2303
|
"required": true,
|
|
2303
|
-
"responseStr": "host:$
|
|
2304
|
+
"responseStr": "host:$hostRef ",
|
|
2304
2305
|
"type": {
|
|
2305
2306
|
"definition": {
|
|
2306
2307
|
"description": null,
|
|
@@ -2365,7 +2366,7 @@
|
|
|
2365
2366
|
"name": "HostRef",
|
|
2366
2367
|
"non_null": false
|
|
2367
2368
|
},
|
|
2368
|
-
"varName": "
|
|
2369
|
+
"varName": "hostRef"
|
|
2369
2370
|
},
|
|
2370
2371
|
"ip": {
|
|
2371
2372
|
"args": {},
|
|
@@ -2391,7 +2392,7 @@
|
|
|
2391
2392
|
"varName": "ip"
|
|
2392
2393
|
},
|
|
2393
2394
|
"ipRange": {
|
|
2394
|
-
"alias": "
|
|
2395
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
2395
2396
|
"args": {},
|
|
2396
2397
|
"deprecationReason": null,
|
|
2397
2398
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2399,9 +2400,9 @@
|
|
|
2399
2400
|
"isDeprecated": false,
|
|
2400
2401
|
"name": "ipRange",
|
|
2401
2402
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.ipRange",
|
|
2402
|
-
"requestStr": "$
|
|
2403
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
2403
2404
|
"required": true,
|
|
2404
|
-
"responseStr": "ipRange:$
|
|
2405
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
2405
2406
|
"type": {
|
|
2406
2407
|
"definition": {
|
|
2407
2408
|
"description": "Inclusive range of IPs",
|
|
@@ -2466,10 +2467,10 @@
|
|
|
2466
2467
|
"name": "IpAddressRange",
|
|
2467
2468
|
"non_null": false
|
|
2468
2469
|
},
|
|
2469
|
-
"varName": "
|
|
2470
|
+
"varName": "ipAddressRange"
|
|
2470
2471
|
},
|
|
2471
2472
|
"networkInterface": {
|
|
2472
|
-
"alias": "
|
|
2473
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
2473
2474
|
"args": {},
|
|
2474
2475
|
"deprecationReason": null,
|
|
2475
2476
|
"description": "Network range defined for a site",
|
|
@@ -2477,9 +2478,9 @@
|
|
|
2477
2478
|
"isDeprecated": false,
|
|
2478
2479
|
"name": "networkInterface",
|
|
2479
2480
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.networkInterface",
|
|
2480
|
-
"requestStr": "$
|
|
2481
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
2481
2482
|
"required": true,
|
|
2482
|
-
"responseStr": "networkInterface:$
|
|
2483
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2483
2484
|
"type": {
|
|
2484
2485
|
"definition": {
|
|
2485
2486
|
"description": null,
|
|
@@ -2544,10 +2545,10 @@
|
|
|
2544
2545
|
"name": "NetworkInterfaceRef",
|
|
2545
2546
|
"non_null": false
|
|
2546
2547
|
},
|
|
2547
|
-
"varName": "
|
|
2548
|
+
"varName": "networkInterfaceRef"
|
|
2548
2549
|
},
|
|
2549
2550
|
"site": {
|
|
2550
|
-
"alias": "
|
|
2551
|
+
"alias": "siteRefSite: site",
|
|
2551
2552
|
"args": {},
|
|
2552
2553
|
"deprecationReason": null,
|
|
2553
2554
|
"description": "Site defined for the account",
|
|
@@ -2555,9 +2556,9 @@
|
|
|
2555
2556
|
"isDeprecated": false,
|
|
2556
2557
|
"name": "site",
|
|
2557
2558
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.site",
|
|
2558
|
-
"requestStr": "$
|
|
2559
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
2559
2560
|
"required": true,
|
|
2560
|
-
"responseStr": "site:$
|
|
2561
|
+
"responseStr": "site:$siteRef ",
|
|
2561
2562
|
"type": {
|
|
2562
2563
|
"definition": {
|
|
2563
2564
|
"description": null,
|
|
@@ -2622,10 +2623,10 @@
|
|
|
2622
2623
|
"name": "SiteRef",
|
|
2623
2624
|
"non_null": false
|
|
2624
2625
|
},
|
|
2625
|
-
"varName": "
|
|
2626
|
+
"varName": "siteRef"
|
|
2626
2627
|
},
|
|
2627
2628
|
"siteNetworkSubnet": {
|
|
2628
|
-
"alias": "
|
|
2629
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
2629
2630
|
"args": {},
|
|
2630
2631
|
"deprecationReason": null,
|
|
2631
2632
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2633,9 +2634,9 @@
|
|
|
2633
2634
|
"isDeprecated": false,
|
|
2634
2635
|
"name": "siteNetworkSubnet",
|
|
2635
2636
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.siteNetworkSubnet",
|
|
2636
|
-
"requestStr": "$
|
|
2637
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
2637
2638
|
"required": true,
|
|
2638
|
-
"responseStr": "siteNetworkSubnet:$
|
|
2639
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2639
2640
|
"type": {
|
|
2640
2641
|
"definition": {
|
|
2641
2642
|
"description": null,
|
|
@@ -2700,7 +2701,7 @@
|
|
|
2700
2701
|
"name": "SiteNetworkSubnetRef",
|
|
2701
2702
|
"non_null": false
|
|
2702
2703
|
},
|
|
2703
|
-
"varName": "
|
|
2704
|
+
"varName": "siteNetworkSubnetRef"
|
|
2704
2705
|
},
|
|
2705
2706
|
"subnet": {
|
|
2706
2707
|
"args": {},
|
|
@@ -2726,7 +2727,7 @@
|
|
|
2726
2727
|
"varName": "subnet"
|
|
2727
2728
|
},
|
|
2728
2729
|
"systemGroup": {
|
|
2729
|
-
"alias": "
|
|
2730
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
2730
2731
|
"args": {},
|
|
2731
2732
|
"deprecationReason": null,
|
|
2732
2733
|
"description": "Predefined Cato groups",
|
|
@@ -2734,9 +2735,9 @@
|
|
|
2734
2735
|
"isDeprecated": false,
|
|
2735
2736
|
"name": "systemGroup",
|
|
2736
2737
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.systemGroup",
|
|
2737
|
-
"requestStr": "$
|
|
2738
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
2738
2739
|
"required": true,
|
|
2739
|
-
"responseStr": "systemGroup:$
|
|
2740
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2740
2741
|
"type": {
|
|
2741
2742
|
"definition": {
|
|
2742
2743
|
"description": null,
|
|
@@ -2801,10 +2802,10 @@
|
|
|
2801
2802
|
"name": "SystemGroupRef",
|
|
2802
2803
|
"non_null": false
|
|
2803
2804
|
},
|
|
2804
|
-
"varName": "
|
|
2805
|
+
"varName": "systemGroupRef"
|
|
2805
2806
|
},
|
|
2806
2807
|
"user": {
|
|
2807
|
-
"alias": "
|
|
2808
|
+
"alias": "userRefUser: user",
|
|
2808
2809
|
"args": {},
|
|
2809
2810
|
"deprecationReason": null,
|
|
2810
2811
|
"description": "Individual users defined for the account",
|
|
@@ -2812,9 +2813,9 @@
|
|
|
2812
2813
|
"isDeprecated": false,
|
|
2813
2814
|
"name": "user",
|
|
2814
2815
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.user",
|
|
2815
|
-
"requestStr": "$
|
|
2816
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
2816
2817
|
"required": true,
|
|
2817
|
-
"responseStr": "user:$
|
|
2818
|
+
"responseStr": "user:$userRef ",
|
|
2818
2819
|
"type": {
|
|
2819
2820
|
"definition": {
|
|
2820
2821
|
"description": null,
|
|
@@ -2879,10 +2880,10 @@
|
|
|
2879
2880
|
"name": "UserRef",
|
|
2880
2881
|
"non_null": false
|
|
2881
2882
|
},
|
|
2882
|
-
"varName": "
|
|
2883
|
+
"varName": "userRef"
|
|
2883
2884
|
},
|
|
2884
2885
|
"usersGroup": {
|
|
2885
|
-
"alias": "
|
|
2886
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
2886
2887
|
"args": {},
|
|
2887
2888
|
"deprecationReason": null,
|
|
2888
2889
|
"description": "Group of users",
|
|
@@ -2890,9 +2891,9 @@
|
|
|
2890
2891
|
"isDeprecated": false,
|
|
2891
2892
|
"name": "usersGroup",
|
|
2892
2893
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.destination.usersGroup",
|
|
2893
|
-
"requestStr": "$
|
|
2894
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
2894
2895
|
"required": true,
|
|
2895
|
-
"responseStr": "usersGroup:$
|
|
2896
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2896
2897
|
"type": {
|
|
2897
2898
|
"definition": {
|
|
2898
2899
|
"description": null,
|
|
@@ -2957,7 +2958,7 @@
|
|
|
2957
2958
|
"name": "UsersGroupRef",
|
|
2958
2959
|
"non_null": false
|
|
2959
2960
|
},
|
|
2960
|
-
"varName": "
|
|
2961
|
+
"varName": "usersGroupRef"
|
|
2961
2962
|
}
|
|
2962
2963
|
},
|
|
2963
2964
|
"inputFields": null,
|
|
@@ -2974,10 +2975,10 @@
|
|
|
2974
2975
|
"name": "WanFirewallDestination",
|
|
2975
2976
|
"non_null": false
|
|
2976
2977
|
},
|
|
2977
|
-
"varName": "
|
|
2978
|
+
"varName": "wanFirewallDestination"
|
|
2978
2979
|
},
|
|
2979
2980
|
"device": {
|
|
2980
|
-
"alias": "
|
|
2981
|
+
"alias": "deviceProfileRefDevice: device",
|
|
2981
2982
|
"args": {},
|
|
2982
2983
|
"deprecationReason": null,
|
|
2983
2984
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2985,9 +2986,9 @@
|
|
|
2985
2986
|
"isDeprecated": false,
|
|
2986
2987
|
"name": "device",
|
|
2987
2988
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.device",
|
|
2988
|
-
"requestStr": "$
|
|
2989
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
2989
2990
|
"required": true,
|
|
2990
|
-
"responseStr": "device:$
|
|
2991
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
2991
2992
|
"type": {
|
|
2992
2993
|
"definition": {
|
|
2993
2994
|
"description": null,
|
|
@@ -3052,10 +3053,182 @@
|
|
|
3052
3053
|
"name": "DeviceProfileRef",
|
|
3053
3054
|
"non_null": false
|
|
3054
3055
|
},
|
|
3055
|
-
"varName": "
|
|
3056
|
+
"varName": "deviceProfileRef"
|
|
3057
|
+
},
|
|
3058
|
+
"deviceAttributes": {
|
|
3059
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
3060
|
+
"args": {},
|
|
3061
|
+
"deprecationReason": null,
|
|
3062
|
+
"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.",
|
|
3063
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___deviceAttributes",
|
|
3064
|
+
"isDeprecated": false,
|
|
3065
|
+
"name": "deviceAttributes",
|
|
3066
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.deviceAttributes",
|
|
3067
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
3068
|
+
"required": true,
|
|
3069
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
3070
|
+
"type": {
|
|
3071
|
+
"definition": {
|
|
3072
|
+
"description": null,
|
|
3073
|
+
"enumValues": null,
|
|
3074
|
+
"fields": {
|
|
3075
|
+
"category": {
|
|
3076
|
+
"args": {},
|
|
3077
|
+
"deprecationReason": null,
|
|
3078
|
+
"description": "The category of the firewall device.",
|
|
3079
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___deviceAttributes___category",
|
|
3080
|
+
"isDeprecated": false,
|
|
3081
|
+
"name": "category",
|
|
3082
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.deviceAttributes.category",
|
|
3083
|
+
"requestStr": "$category:[String]! ",
|
|
3084
|
+
"required": true,
|
|
3085
|
+
"responseStr": "category:$category ",
|
|
3086
|
+
"type": {
|
|
3087
|
+
"kind": [
|
|
3088
|
+
"NON_NULL",
|
|
3089
|
+
"LIST",
|
|
3090
|
+
"NON_NULL",
|
|
3091
|
+
"SCALAR"
|
|
3092
|
+
],
|
|
3093
|
+
"name": "String",
|
|
3094
|
+
"non_null": false
|
|
3095
|
+
},
|
|
3096
|
+
"varName": "category"
|
|
3097
|
+
},
|
|
3098
|
+
"manufacturer": {
|
|
3099
|
+
"args": {},
|
|
3100
|
+
"deprecationReason": null,
|
|
3101
|
+
"description": "The manufacturer of the firewall device.",
|
|
3102
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___deviceAttributes___manufacturer",
|
|
3103
|
+
"isDeprecated": false,
|
|
3104
|
+
"name": "manufacturer",
|
|
3105
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.deviceAttributes.manufacturer",
|
|
3106
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
3107
|
+
"required": true,
|
|
3108
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
3109
|
+
"type": {
|
|
3110
|
+
"kind": [
|
|
3111
|
+
"NON_NULL",
|
|
3112
|
+
"LIST",
|
|
3113
|
+
"NON_NULL",
|
|
3114
|
+
"SCALAR"
|
|
3115
|
+
],
|
|
3116
|
+
"name": "String",
|
|
3117
|
+
"non_null": false
|
|
3118
|
+
},
|
|
3119
|
+
"varName": "manufacturer"
|
|
3120
|
+
},
|
|
3121
|
+
"model": {
|
|
3122
|
+
"args": {},
|
|
3123
|
+
"deprecationReason": null,
|
|
3124
|
+
"description": "The model of the firewall device.",
|
|
3125
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___deviceAttributes___model",
|
|
3126
|
+
"isDeprecated": false,
|
|
3127
|
+
"name": "model",
|
|
3128
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.deviceAttributes.model",
|
|
3129
|
+
"requestStr": "$model:[String]! ",
|
|
3130
|
+
"required": true,
|
|
3131
|
+
"responseStr": "model:$model ",
|
|
3132
|
+
"type": {
|
|
3133
|
+
"kind": [
|
|
3134
|
+
"NON_NULL",
|
|
3135
|
+
"LIST",
|
|
3136
|
+
"NON_NULL",
|
|
3137
|
+
"SCALAR"
|
|
3138
|
+
],
|
|
3139
|
+
"name": "String",
|
|
3140
|
+
"non_null": false
|
|
3141
|
+
},
|
|
3142
|
+
"varName": "model"
|
|
3143
|
+
},
|
|
3144
|
+
"os": {
|
|
3145
|
+
"args": {},
|
|
3146
|
+
"deprecationReason": null,
|
|
3147
|
+
"description": "The operating system of the firewall device.",
|
|
3148
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___deviceAttributes___os",
|
|
3149
|
+
"isDeprecated": false,
|
|
3150
|
+
"name": "os",
|
|
3151
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.deviceAttributes.os",
|
|
3152
|
+
"requestStr": "$os:[String]! ",
|
|
3153
|
+
"required": true,
|
|
3154
|
+
"responseStr": "os:$os ",
|
|
3155
|
+
"type": {
|
|
3156
|
+
"kind": [
|
|
3157
|
+
"NON_NULL",
|
|
3158
|
+
"LIST",
|
|
3159
|
+
"NON_NULL",
|
|
3160
|
+
"SCALAR"
|
|
3161
|
+
],
|
|
3162
|
+
"name": "String",
|
|
3163
|
+
"non_null": false
|
|
3164
|
+
},
|
|
3165
|
+
"varName": "os"
|
|
3166
|
+
},
|
|
3167
|
+
"osVersion": {
|
|
3168
|
+
"args": {},
|
|
3169
|
+
"deprecationReason": null,
|
|
3170
|
+
"description": "The version of the operating system of the firewall device.",
|
|
3171
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___deviceAttributes___osVersion",
|
|
3172
|
+
"isDeprecated": false,
|
|
3173
|
+
"name": "osVersion",
|
|
3174
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.deviceAttributes.osVersion",
|
|
3175
|
+
"requestStr": "$osVersion:[String]! ",
|
|
3176
|
+
"required": true,
|
|
3177
|
+
"responseStr": "osVersion:$osVersion ",
|
|
3178
|
+
"type": {
|
|
3179
|
+
"kind": [
|
|
3180
|
+
"NON_NULL",
|
|
3181
|
+
"LIST",
|
|
3182
|
+
"NON_NULL",
|
|
3183
|
+
"SCALAR"
|
|
3184
|
+
],
|
|
3185
|
+
"name": "String",
|
|
3186
|
+
"non_null": false
|
|
3187
|
+
},
|
|
3188
|
+
"varName": "osVersion"
|
|
3189
|
+
},
|
|
3190
|
+
"type": {
|
|
3191
|
+
"args": {},
|
|
3192
|
+
"deprecationReason": null,
|
|
3193
|
+
"description": "The type of the firewall device.",
|
|
3194
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___deviceAttributes___type",
|
|
3195
|
+
"isDeprecated": false,
|
|
3196
|
+
"name": "type",
|
|
3197
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.deviceAttributes.type",
|
|
3198
|
+
"requestStr": "$type:[String]! ",
|
|
3199
|
+
"required": true,
|
|
3200
|
+
"responseStr": "type:$type ",
|
|
3201
|
+
"type": {
|
|
3202
|
+
"kind": [
|
|
3203
|
+
"NON_NULL",
|
|
3204
|
+
"LIST",
|
|
3205
|
+
"NON_NULL",
|
|
3206
|
+
"SCALAR"
|
|
3207
|
+
],
|
|
3208
|
+
"name": "String",
|
|
3209
|
+
"non_null": false
|
|
3210
|
+
},
|
|
3211
|
+
"varName": "type"
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3214
|
+
"inputFields": null,
|
|
3215
|
+
"interfaces": {},
|
|
3216
|
+
"kind": "OBJECT",
|
|
3217
|
+
"name": "DeviceAttributes",
|
|
3218
|
+
"possibleTypes": null
|
|
3219
|
+
},
|
|
3220
|
+
"indexType": "object",
|
|
3221
|
+
"kind": [
|
|
3222
|
+
"NON_NULL",
|
|
3223
|
+
"OBJECT"
|
|
3224
|
+
],
|
|
3225
|
+
"name": "DeviceAttributes",
|
|
3226
|
+
"non_null": false
|
|
3227
|
+
},
|
|
3228
|
+
"varName": "deviceAttributes"
|
|
3056
3229
|
},
|
|
3057
3230
|
"deviceOS": {
|
|
3058
|
-
"alias": "
|
|
3231
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
3059
3232
|
"args": {},
|
|
3060
3233
|
"deprecationReason": null,
|
|
3061
3234
|
"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.",
|
|
@@ -3127,7 +3300,7 @@
|
|
|
3127
3300
|
"varName": "deviceOS"
|
|
3128
3301
|
},
|
|
3129
3302
|
"direction": {
|
|
3130
|
-
"alias": "
|
|
3303
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
3131
3304
|
"args": {},
|
|
3132
3305
|
"deprecationReason": null,
|
|
3133
3306
|
"description": null,
|
|
@@ -3194,7 +3367,7 @@
|
|
|
3194
3367
|
"varName": "enabled"
|
|
3195
3368
|
},
|
|
3196
3369
|
"exceptions": {
|
|
3197
|
-
"alias": "
|
|
3370
|
+
"alias": "wanFirewallRuleExceptionExceptions: exceptions",
|
|
3198
3371
|
"args": {},
|
|
3199
3372
|
"deprecationReason": null,
|
|
3200
3373
|
"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.",
|
|
@@ -3202,16 +3375,16 @@
|
|
|
3202
3375
|
"isDeprecated": false,
|
|
3203
3376
|
"name": "exceptions",
|
|
3204
3377
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions",
|
|
3205
|
-
"requestStr": "$
|
|
3378
|
+
"requestStr": "$wanFirewallRuleException:[WanFirewallRuleException]! ",
|
|
3206
3379
|
"required": true,
|
|
3207
|
-
"responseStr": "exceptions:$
|
|
3380
|
+
"responseStr": "exceptions:$wanFirewallRuleException ",
|
|
3208
3381
|
"type": {
|
|
3209
3382
|
"definition": {
|
|
3210
3383
|
"description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
|
|
3211
3384
|
"enumValues": null,
|
|
3212
3385
|
"fields": {
|
|
3213
3386
|
"application": {
|
|
3214
|
-
"alias": "
|
|
3387
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
3215
3388
|
"args": {},
|
|
3216
3389
|
"deprecationReason": null,
|
|
3217
3390
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3219,16 +3392,16 @@
|
|
|
3219
3392
|
"isDeprecated": false,
|
|
3220
3393
|
"name": "application",
|
|
3221
3394
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.application",
|
|
3222
|
-
"requestStr": "$
|
|
3395
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
3223
3396
|
"required": true,
|
|
3224
|
-
"responseStr": "application:$
|
|
3397
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
3225
3398
|
"type": {
|
|
3226
3399
|
"definition": {
|
|
3227
3400
|
"description": "Application match criteria set",
|
|
3228
3401
|
"enumValues": null,
|
|
3229
3402
|
"fields": {
|
|
3230
3403
|
"appCategory": {
|
|
3231
|
-
"alias": "
|
|
3404
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
3232
3405
|
"args": {},
|
|
3233
3406
|
"deprecationReason": null,
|
|
3234
3407
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3236,9 +3409,9 @@
|
|
|
3236
3409
|
"isDeprecated": false,
|
|
3237
3410
|
"name": "appCategory",
|
|
3238
3411
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.application.appCategory",
|
|
3239
|
-
"requestStr": "$
|
|
3412
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
3240
3413
|
"required": true,
|
|
3241
|
-
"responseStr": "appCategory:$
|
|
3414
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3242
3415
|
"type": {
|
|
3243
3416
|
"definition": {
|
|
3244
3417
|
"description": null,
|
|
@@ -3303,10 +3476,10 @@
|
|
|
3303
3476
|
"name": "ApplicationCategoryRef",
|
|
3304
3477
|
"non_null": false
|
|
3305
3478
|
},
|
|
3306
|
-
"varName": "
|
|
3479
|
+
"varName": "applicationCategoryRef"
|
|
3307
3480
|
},
|
|
3308
3481
|
"application": {
|
|
3309
|
-
"alias": "
|
|
3482
|
+
"alias": "applicationRefApplication: application",
|
|
3310
3483
|
"args": {},
|
|
3311
3484
|
"deprecationReason": null,
|
|
3312
3485
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3314,9 +3487,9 @@
|
|
|
3314
3487
|
"isDeprecated": false,
|
|
3315
3488
|
"name": "application",
|
|
3316
3489
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.application.application",
|
|
3317
|
-
"requestStr": "$
|
|
3490
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
3318
3491
|
"required": true,
|
|
3319
|
-
"responseStr": "application:$
|
|
3492
|
+
"responseStr": "application:$applicationRef ",
|
|
3320
3493
|
"type": {
|
|
3321
3494
|
"definition": {
|
|
3322
3495
|
"description": null,
|
|
@@ -3381,10 +3554,10 @@
|
|
|
3381
3554
|
"name": "ApplicationRef",
|
|
3382
3555
|
"non_null": false
|
|
3383
3556
|
},
|
|
3384
|
-
"varName": "
|
|
3557
|
+
"varName": "applicationRef"
|
|
3385
3558
|
},
|
|
3386
3559
|
"customApp": {
|
|
3387
|
-
"alias": "
|
|
3560
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
3388
3561
|
"args": {},
|
|
3389
3562
|
"deprecationReason": null,
|
|
3390
3563
|
"description": "Custom (user-defined) applications",
|
|
@@ -3392,9 +3565,9 @@
|
|
|
3392
3565
|
"isDeprecated": false,
|
|
3393
3566
|
"name": "customApp",
|
|
3394
3567
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.application.customApp",
|
|
3395
|
-
"requestStr": "$
|
|
3568
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
3396
3569
|
"required": true,
|
|
3397
|
-
"responseStr": "customApp:$
|
|
3570
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
3398
3571
|
"type": {
|
|
3399
3572
|
"definition": {
|
|
3400
3573
|
"description": null,
|
|
@@ -3459,10 +3632,10 @@
|
|
|
3459
3632
|
"name": "CustomApplicationRef",
|
|
3460
3633
|
"non_null": false
|
|
3461
3634
|
},
|
|
3462
|
-
"varName": "
|
|
3635
|
+
"varName": "customApplicationRef"
|
|
3463
3636
|
},
|
|
3464
3637
|
"customCategory": {
|
|
3465
|
-
"alias": "
|
|
3638
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
3466
3639
|
"args": {},
|
|
3467
3640
|
"deprecationReason": null,
|
|
3468
3641
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3470,9 +3643,9 @@
|
|
|
3470
3643
|
"isDeprecated": false,
|
|
3471
3644
|
"name": "customCategory",
|
|
3472
3645
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.application.customCategory",
|
|
3473
|
-
"requestStr": "$
|
|
3646
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
3474
3647
|
"required": true,
|
|
3475
|
-
"responseStr": "customCategory:$
|
|
3648
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
3476
3649
|
"type": {
|
|
3477
3650
|
"definition": {
|
|
3478
3651
|
"description": null,
|
|
@@ -3537,7 +3710,7 @@
|
|
|
3537
3710
|
"name": "CustomCategoryRef",
|
|
3538
3711
|
"non_null": false
|
|
3539
3712
|
},
|
|
3540
|
-
"varName": "
|
|
3713
|
+
"varName": "customCategoryRef"
|
|
3541
3714
|
},
|
|
3542
3715
|
"domain": {
|
|
3543
3716
|
"args": {},
|
|
@@ -3586,7 +3759,7 @@
|
|
|
3586
3759
|
"varName": "fqdn"
|
|
3587
3760
|
},
|
|
3588
3761
|
"globalIpRange": {
|
|
3589
|
-
"alias": "
|
|
3762
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
3590
3763
|
"args": {},
|
|
3591
3764
|
"deprecationReason": null,
|
|
3592
3765
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3594,9 +3767,9 @@
|
|
|
3594
3767
|
"isDeprecated": false,
|
|
3595
3768
|
"name": "globalIpRange",
|
|
3596
3769
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.application.globalIpRange",
|
|
3597
|
-
"requestStr": "$
|
|
3770
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
3598
3771
|
"required": true,
|
|
3599
|
-
"responseStr": "globalIpRange:$
|
|
3772
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3600
3773
|
"type": {
|
|
3601
3774
|
"definition": {
|
|
3602
3775
|
"description": null,
|
|
@@ -3661,7 +3834,7 @@
|
|
|
3661
3834
|
"name": "GlobalIpRangeRef",
|
|
3662
3835
|
"non_null": false
|
|
3663
3836
|
},
|
|
3664
|
-
"varName": "
|
|
3837
|
+
"varName": "globalIpRangeRef"
|
|
3665
3838
|
},
|
|
3666
3839
|
"ip": {
|
|
3667
3840
|
"args": {},
|
|
@@ -3687,7 +3860,7 @@
|
|
|
3687
3860
|
"varName": "ip"
|
|
3688
3861
|
},
|
|
3689
3862
|
"ipRange": {
|
|
3690
|
-
"alias": "
|
|
3863
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
3691
3864
|
"args": {},
|
|
3692
3865
|
"deprecationReason": null,
|
|
3693
3866
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3695,9 +3868,9 @@
|
|
|
3695
3868
|
"isDeprecated": false,
|
|
3696
3869
|
"name": "ipRange",
|
|
3697
3870
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.application.ipRange",
|
|
3698
|
-
"requestStr": "$
|
|
3871
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
3699
3872
|
"required": true,
|
|
3700
|
-
"responseStr": "ipRange:$
|
|
3873
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
3701
3874
|
"type": {
|
|
3702
3875
|
"definition": {
|
|
3703
3876
|
"description": "Inclusive range of IPs",
|
|
@@ -3762,10 +3935,10 @@
|
|
|
3762
3935
|
"name": "IpAddressRange",
|
|
3763
3936
|
"non_null": false
|
|
3764
3937
|
},
|
|
3765
|
-
"varName": "
|
|
3938
|
+
"varName": "ipAddressRange"
|
|
3766
3939
|
},
|
|
3767
3940
|
"sanctionedAppsCategory": {
|
|
3768
|
-
"alias": "
|
|
3941
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
3769
3942
|
"args": {},
|
|
3770
3943
|
"deprecationReason": null,
|
|
3771
3944
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3773,9 +3946,9 @@
|
|
|
3773
3946
|
"isDeprecated": false,
|
|
3774
3947
|
"name": "sanctionedAppsCategory",
|
|
3775
3948
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.application.sanctionedAppsCategory",
|
|
3776
|
-
"requestStr": "$
|
|
3949
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
3777
3950
|
"required": true,
|
|
3778
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
3951
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3779
3952
|
"type": {
|
|
3780
3953
|
"definition": {
|
|
3781
3954
|
"description": null,
|
|
@@ -3840,7 +4013,7 @@
|
|
|
3840
4013
|
"name": "SanctionedAppsCategoryRef",
|
|
3841
4014
|
"non_null": false
|
|
3842
4015
|
},
|
|
3843
|
-
"varName": "
|
|
4016
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
3844
4017
|
},
|
|
3845
4018
|
"subnet": {
|
|
3846
4019
|
"args": {},
|
|
@@ -3880,10 +4053,10 @@
|
|
|
3880
4053
|
"name": "WanFirewallApplication",
|
|
3881
4054
|
"non_null": false
|
|
3882
4055
|
},
|
|
3883
|
-
"varName": "
|
|
4056
|
+
"varName": "wanFirewallApplication"
|
|
3884
4057
|
},
|
|
3885
4058
|
"connectionOrigin": {
|
|
3886
|
-
"alias": "
|
|
4059
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
3887
4060
|
"args": {},
|
|
3888
4061
|
"deprecationReason": null,
|
|
3889
4062
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -3935,7 +4108,7 @@
|
|
|
3935
4108
|
"varName": "connectionOrigin"
|
|
3936
4109
|
},
|
|
3937
4110
|
"country": {
|
|
3938
|
-
"alias": "
|
|
4111
|
+
"alias": "countryRefCountry: country",
|
|
3939
4112
|
"args": {},
|
|
3940
4113
|
"deprecationReason": null,
|
|
3941
4114
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -3943,9 +4116,9 @@
|
|
|
3943
4116
|
"isDeprecated": false,
|
|
3944
4117
|
"name": "country",
|
|
3945
4118
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.country",
|
|
3946
|
-
"requestStr": "$
|
|
4119
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
3947
4120
|
"required": true,
|
|
3948
|
-
"responseStr": "country:$
|
|
4121
|
+
"responseStr": "country:$countryRef ",
|
|
3949
4122
|
"type": {
|
|
3950
4123
|
"definition": {
|
|
3951
4124
|
"description": null,
|
|
@@ -4010,10 +4183,10 @@
|
|
|
4010
4183
|
"name": "CountryRef",
|
|
4011
4184
|
"non_null": false
|
|
4012
4185
|
},
|
|
4013
|
-
"varName": "
|
|
4186
|
+
"varName": "countryRef"
|
|
4014
4187
|
},
|
|
4015
4188
|
"destination": {
|
|
4016
|
-
"alias": "
|
|
4189
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
4017
4190
|
"args": {},
|
|
4018
4191
|
"deprecationReason": null,
|
|
4019
4192
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4021,16 +4194,16 @@
|
|
|
4021
4194
|
"isDeprecated": false,
|
|
4022
4195
|
"name": "destination",
|
|
4023
4196
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination",
|
|
4024
|
-
"requestStr": "$
|
|
4197
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
4025
4198
|
"required": true,
|
|
4026
|
-
"responseStr": "destination:$
|
|
4199
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
4027
4200
|
"type": {
|
|
4028
4201
|
"definition": {
|
|
4029
4202
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
4030
4203
|
"enumValues": null,
|
|
4031
4204
|
"fields": {
|
|
4032
4205
|
"floatingSubnet": {
|
|
4033
|
-
"alias": "
|
|
4206
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
4034
4207
|
"args": {},
|
|
4035
4208
|
"deprecationReason": null,
|
|
4036
4209
|
"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.",
|
|
@@ -4038,9 +4211,9 @@
|
|
|
4038
4211
|
"isDeprecated": false,
|
|
4039
4212
|
"name": "floatingSubnet",
|
|
4040
4213
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.floatingSubnet",
|
|
4041
|
-
"requestStr": "$
|
|
4214
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
4042
4215
|
"required": true,
|
|
4043
|
-
"responseStr": "floatingSubnet:$
|
|
4216
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
4044
4217
|
"type": {
|
|
4045
4218
|
"definition": {
|
|
4046
4219
|
"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.",
|
|
@@ -4105,10 +4278,10 @@
|
|
|
4105
4278
|
"name": "FloatingSubnetRef",
|
|
4106
4279
|
"non_null": false
|
|
4107
4280
|
},
|
|
4108
|
-
"varName": "
|
|
4281
|
+
"varName": "floatingSubnetRef"
|
|
4109
4282
|
},
|
|
4110
4283
|
"globalIpRange": {
|
|
4111
|
-
"alias": "
|
|
4284
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
4112
4285
|
"args": {},
|
|
4113
4286
|
"deprecationReason": null,
|
|
4114
4287
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4116,9 +4289,9 @@
|
|
|
4116
4289
|
"isDeprecated": false,
|
|
4117
4290
|
"name": "globalIpRange",
|
|
4118
4291
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.globalIpRange",
|
|
4119
|
-
"requestStr": "$
|
|
4292
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4120
4293
|
"required": true,
|
|
4121
|
-
"responseStr": "globalIpRange:$
|
|
4294
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4122
4295
|
"type": {
|
|
4123
4296
|
"definition": {
|
|
4124
4297
|
"description": null,
|
|
@@ -4183,10 +4356,10 @@
|
|
|
4183
4356
|
"name": "GlobalIpRangeRef",
|
|
4184
4357
|
"non_null": false
|
|
4185
4358
|
},
|
|
4186
|
-
"varName": "
|
|
4359
|
+
"varName": "globalIpRangeRef"
|
|
4187
4360
|
},
|
|
4188
4361
|
"group": {
|
|
4189
|
-
"alias": "
|
|
4362
|
+
"alias": "groupRefGroup: group",
|
|
4190
4363
|
"args": {},
|
|
4191
4364
|
"deprecationReason": null,
|
|
4192
4365
|
"description": "Groups defined for your account",
|
|
@@ -4194,9 +4367,9 @@
|
|
|
4194
4367
|
"isDeprecated": false,
|
|
4195
4368
|
"name": "group",
|
|
4196
4369
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.group",
|
|
4197
|
-
"requestStr": "$
|
|
4370
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
4198
4371
|
"required": true,
|
|
4199
|
-
"responseStr": "group:$
|
|
4372
|
+
"responseStr": "group:$groupRef ",
|
|
4200
4373
|
"type": {
|
|
4201
4374
|
"definition": {
|
|
4202
4375
|
"description": null,
|
|
@@ -4261,10 +4434,10 @@
|
|
|
4261
4434
|
"name": "GroupRef",
|
|
4262
4435
|
"non_null": false
|
|
4263
4436
|
},
|
|
4264
|
-
"varName": "
|
|
4437
|
+
"varName": "groupRef"
|
|
4265
4438
|
},
|
|
4266
4439
|
"host": {
|
|
4267
|
-
"alias": "
|
|
4440
|
+
"alias": "hostRefHost: host",
|
|
4268
4441
|
"args": {},
|
|
4269
4442
|
"deprecationReason": null,
|
|
4270
4443
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4272,9 +4445,9 @@
|
|
|
4272
4445
|
"isDeprecated": false,
|
|
4273
4446
|
"name": "host",
|
|
4274
4447
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.host",
|
|
4275
|
-
"requestStr": "$
|
|
4448
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
4276
4449
|
"required": true,
|
|
4277
|
-
"responseStr": "host:$
|
|
4450
|
+
"responseStr": "host:$hostRef ",
|
|
4278
4451
|
"type": {
|
|
4279
4452
|
"definition": {
|
|
4280
4453
|
"description": null,
|
|
@@ -4339,7 +4512,7 @@
|
|
|
4339
4512
|
"name": "HostRef",
|
|
4340
4513
|
"non_null": false
|
|
4341
4514
|
},
|
|
4342
|
-
"varName": "
|
|
4515
|
+
"varName": "hostRef"
|
|
4343
4516
|
},
|
|
4344
4517
|
"ip": {
|
|
4345
4518
|
"args": {},
|
|
@@ -4365,7 +4538,7 @@
|
|
|
4365
4538
|
"varName": "ip"
|
|
4366
4539
|
},
|
|
4367
4540
|
"ipRange": {
|
|
4368
|
-
"alias": "
|
|
4541
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
4369
4542
|
"args": {},
|
|
4370
4543
|
"deprecationReason": null,
|
|
4371
4544
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4373,9 +4546,9 @@
|
|
|
4373
4546
|
"isDeprecated": false,
|
|
4374
4547
|
"name": "ipRange",
|
|
4375
4548
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.ipRange",
|
|
4376
|
-
"requestStr": "$
|
|
4549
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
4377
4550
|
"required": true,
|
|
4378
|
-
"responseStr": "ipRange:$
|
|
4551
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
4379
4552
|
"type": {
|
|
4380
4553
|
"definition": {
|
|
4381
4554
|
"description": "Inclusive range of IPs",
|
|
@@ -4440,10 +4613,10 @@
|
|
|
4440
4613
|
"name": "IpAddressRange",
|
|
4441
4614
|
"non_null": false
|
|
4442
4615
|
},
|
|
4443
|
-
"varName": "
|
|
4616
|
+
"varName": "ipAddressRange"
|
|
4444
4617
|
},
|
|
4445
4618
|
"networkInterface": {
|
|
4446
|
-
"alias": "
|
|
4619
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
4447
4620
|
"args": {},
|
|
4448
4621
|
"deprecationReason": null,
|
|
4449
4622
|
"description": "Network range defined for a site",
|
|
@@ -4451,9 +4624,9 @@
|
|
|
4451
4624
|
"isDeprecated": false,
|
|
4452
4625
|
"name": "networkInterface",
|
|
4453
4626
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.networkInterface",
|
|
4454
|
-
"requestStr": "$
|
|
4627
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
4455
4628
|
"required": true,
|
|
4456
|
-
"responseStr": "networkInterface:$
|
|
4629
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4457
4630
|
"type": {
|
|
4458
4631
|
"definition": {
|
|
4459
4632
|
"description": null,
|
|
@@ -4518,10 +4691,10 @@
|
|
|
4518
4691
|
"name": "NetworkInterfaceRef",
|
|
4519
4692
|
"non_null": false
|
|
4520
4693
|
},
|
|
4521
|
-
"varName": "
|
|
4694
|
+
"varName": "networkInterfaceRef"
|
|
4522
4695
|
},
|
|
4523
4696
|
"site": {
|
|
4524
|
-
"alias": "
|
|
4697
|
+
"alias": "siteRefSite: site",
|
|
4525
4698
|
"args": {},
|
|
4526
4699
|
"deprecationReason": null,
|
|
4527
4700
|
"description": "Site defined for the account",
|
|
@@ -4529,9 +4702,9 @@
|
|
|
4529
4702
|
"isDeprecated": false,
|
|
4530
4703
|
"name": "site",
|
|
4531
4704
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.site",
|
|
4532
|
-
"requestStr": "$
|
|
4705
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
4533
4706
|
"required": true,
|
|
4534
|
-
"responseStr": "site:$
|
|
4707
|
+
"responseStr": "site:$siteRef ",
|
|
4535
4708
|
"type": {
|
|
4536
4709
|
"definition": {
|
|
4537
4710
|
"description": null,
|
|
@@ -4596,10 +4769,10 @@
|
|
|
4596
4769
|
"name": "SiteRef",
|
|
4597
4770
|
"non_null": false
|
|
4598
4771
|
},
|
|
4599
|
-
"varName": "
|
|
4772
|
+
"varName": "siteRef"
|
|
4600
4773
|
},
|
|
4601
4774
|
"siteNetworkSubnet": {
|
|
4602
|
-
"alias": "
|
|
4775
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
4603
4776
|
"args": {},
|
|
4604
4777
|
"deprecationReason": null,
|
|
4605
4778
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4607,9 +4780,9 @@
|
|
|
4607
4780
|
"isDeprecated": false,
|
|
4608
4781
|
"name": "siteNetworkSubnet",
|
|
4609
4782
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.siteNetworkSubnet",
|
|
4610
|
-
"requestStr": "$
|
|
4783
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
4611
4784
|
"required": true,
|
|
4612
|
-
"responseStr": "siteNetworkSubnet:$
|
|
4785
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4613
4786
|
"type": {
|
|
4614
4787
|
"definition": {
|
|
4615
4788
|
"description": null,
|
|
@@ -4674,7 +4847,7 @@
|
|
|
4674
4847
|
"name": "SiteNetworkSubnetRef",
|
|
4675
4848
|
"non_null": false
|
|
4676
4849
|
},
|
|
4677
|
-
"varName": "
|
|
4850
|
+
"varName": "siteNetworkSubnetRef"
|
|
4678
4851
|
},
|
|
4679
4852
|
"subnet": {
|
|
4680
4853
|
"args": {},
|
|
@@ -4700,7 +4873,7 @@
|
|
|
4700
4873
|
"varName": "subnet"
|
|
4701
4874
|
},
|
|
4702
4875
|
"systemGroup": {
|
|
4703
|
-
"alias": "
|
|
4876
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
4704
4877
|
"args": {},
|
|
4705
4878
|
"deprecationReason": null,
|
|
4706
4879
|
"description": "Predefined Cato groups",
|
|
@@ -4708,9 +4881,9 @@
|
|
|
4708
4881
|
"isDeprecated": false,
|
|
4709
4882
|
"name": "systemGroup",
|
|
4710
4883
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.systemGroup",
|
|
4711
|
-
"requestStr": "$
|
|
4884
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
4712
4885
|
"required": true,
|
|
4713
|
-
"responseStr": "systemGroup:$
|
|
4886
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4714
4887
|
"type": {
|
|
4715
4888
|
"definition": {
|
|
4716
4889
|
"description": null,
|
|
@@ -4775,10 +4948,10 @@
|
|
|
4775
4948
|
"name": "SystemGroupRef",
|
|
4776
4949
|
"non_null": false
|
|
4777
4950
|
},
|
|
4778
|
-
"varName": "
|
|
4951
|
+
"varName": "systemGroupRef"
|
|
4779
4952
|
},
|
|
4780
4953
|
"user": {
|
|
4781
|
-
"alias": "
|
|
4954
|
+
"alias": "userRefUser: user",
|
|
4782
4955
|
"args": {},
|
|
4783
4956
|
"deprecationReason": null,
|
|
4784
4957
|
"description": "Individual users defined for the account",
|
|
@@ -4786,9 +4959,9 @@
|
|
|
4786
4959
|
"isDeprecated": false,
|
|
4787
4960
|
"name": "user",
|
|
4788
4961
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.user",
|
|
4789
|
-
"requestStr": "$
|
|
4962
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
4790
4963
|
"required": true,
|
|
4791
|
-
"responseStr": "user:$
|
|
4964
|
+
"responseStr": "user:$userRef ",
|
|
4792
4965
|
"type": {
|
|
4793
4966
|
"definition": {
|
|
4794
4967
|
"description": null,
|
|
@@ -4853,10 +5026,10 @@
|
|
|
4853
5026
|
"name": "UserRef",
|
|
4854
5027
|
"non_null": false
|
|
4855
5028
|
},
|
|
4856
|
-
"varName": "
|
|
5029
|
+
"varName": "userRef"
|
|
4857
5030
|
},
|
|
4858
5031
|
"usersGroup": {
|
|
4859
|
-
"alias": "
|
|
5032
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
4860
5033
|
"args": {},
|
|
4861
5034
|
"deprecationReason": null,
|
|
4862
5035
|
"description": "Group of users",
|
|
@@ -4864,9 +5037,9 @@
|
|
|
4864
5037
|
"isDeprecated": false,
|
|
4865
5038
|
"name": "usersGroup",
|
|
4866
5039
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.destination.usersGroup",
|
|
4867
|
-
"requestStr": "$
|
|
5040
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
4868
5041
|
"required": true,
|
|
4869
|
-
"responseStr": "usersGroup:$
|
|
5042
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
4870
5043
|
"type": {
|
|
4871
5044
|
"definition": {
|
|
4872
5045
|
"description": null,
|
|
@@ -4931,7 +5104,7 @@
|
|
|
4931
5104
|
"name": "UsersGroupRef",
|
|
4932
5105
|
"non_null": false
|
|
4933
5106
|
},
|
|
4934
|
-
"varName": "
|
|
5107
|
+
"varName": "usersGroupRef"
|
|
4935
5108
|
}
|
|
4936
5109
|
},
|
|
4937
5110
|
"inputFields": null,
|
|
@@ -4948,10 +5121,10 @@
|
|
|
4948
5121
|
"name": "WanFirewallDestination",
|
|
4949
5122
|
"non_null": false
|
|
4950
5123
|
},
|
|
4951
|
-
"varName": "
|
|
5124
|
+
"varName": "wanFirewallDestination"
|
|
4952
5125
|
},
|
|
4953
5126
|
"device": {
|
|
4954
|
-
"alias": "
|
|
5127
|
+
"alias": "deviceProfileRefDevice: device",
|
|
4955
5128
|
"args": {},
|
|
4956
5129
|
"deprecationReason": null,
|
|
4957
5130
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -4959,9 +5132,9 @@
|
|
|
4959
5132
|
"isDeprecated": false,
|
|
4960
5133
|
"name": "device",
|
|
4961
5134
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.device",
|
|
4962
|
-
"requestStr": "$
|
|
5135
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
4963
5136
|
"required": true,
|
|
4964
|
-
"responseStr": "device:$
|
|
5137
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
4965
5138
|
"type": {
|
|
4966
5139
|
"definition": {
|
|
4967
5140
|
"description": null,
|
|
@@ -5026,10 +5199,182 @@
|
|
|
5026
5199
|
"name": "DeviceProfileRef",
|
|
5027
5200
|
"non_null": false
|
|
5028
5201
|
},
|
|
5029
|
-
"varName": "
|
|
5202
|
+
"varName": "deviceProfileRef"
|
|
5203
|
+
},
|
|
5204
|
+
"deviceAttributes": {
|
|
5205
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
5206
|
+
"args": {},
|
|
5207
|
+
"deprecationReason": null,
|
|
5208
|
+
"description": "Source Device Attributes matching criteria for the exception.",
|
|
5209
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes",
|
|
5210
|
+
"isDeprecated": false,
|
|
5211
|
+
"name": "deviceAttributes",
|
|
5212
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes",
|
|
5213
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
5214
|
+
"required": true,
|
|
5215
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
5216
|
+
"type": {
|
|
5217
|
+
"definition": {
|
|
5218
|
+
"description": null,
|
|
5219
|
+
"enumValues": null,
|
|
5220
|
+
"fields": {
|
|
5221
|
+
"category": {
|
|
5222
|
+
"args": {},
|
|
5223
|
+
"deprecationReason": null,
|
|
5224
|
+
"description": "The category of the firewall device.",
|
|
5225
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___category",
|
|
5226
|
+
"isDeprecated": false,
|
|
5227
|
+
"name": "category",
|
|
5228
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.category",
|
|
5229
|
+
"requestStr": "$category:[String]! ",
|
|
5230
|
+
"required": true,
|
|
5231
|
+
"responseStr": "category:$category ",
|
|
5232
|
+
"type": {
|
|
5233
|
+
"kind": [
|
|
5234
|
+
"NON_NULL",
|
|
5235
|
+
"LIST",
|
|
5236
|
+
"NON_NULL",
|
|
5237
|
+
"SCALAR"
|
|
5238
|
+
],
|
|
5239
|
+
"name": "String",
|
|
5240
|
+
"non_null": false
|
|
5241
|
+
},
|
|
5242
|
+
"varName": "category"
|
|
5243
|
+
},
|
|
5244
|
+
"manufacturer": {
|
|
5245
|
+
"args": {},
|
|
5246
|
+
"deprecationReason": null,
|
|
5247
|
+
"description": "The manufacturer of the firewall device.",
|
|
5248
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___manufacturer",
|
|
5249
|
+
"isDeprecated": false,
|
|
5250
|
+
"name": "manufacturer",
|
|
5251
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.manufacturer",
|
|
5252
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
5253
|
+
"required": true,
|
|
5254
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
5255
|
+
"type": {
|
|
5256
|
+
"kind": [
|
|
5257
|
+
"NON_NULL",
|
|
5258
|
+
"LIST",
|
|
5259
|
+
"NON_NULL",
|
|
5260
|
+
"SCALAR"
|
|
5261
|
+
],
|
|
5262
|
+
"name": "String",
|
|
5263
|
+
"non_null": false
|
|
5264
|
+
},
|
|
5265
|
+
"varName": "manufacturer"
|
|
5266
|
+
},
|
|
5267
|
+
"model": {
|
|
5268
|
+
"args": {},
|
|
5269
|
+
"deprecationReason": null,
|
|
5270
|
+
"description": "The model of the firewall device.",
|
|
5271
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___model",
|
|
5272
|
+
"isDeprecated": false,
|
|
5273
|
+
"name": "model",
|
|
5274
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.model",
|
|
5275
|
+
"requestStr": "$model:[String]! ",
|
|
5276
|
+
"required": true,
|
|
5277
|
+
"responseStr": "model:$model ",
|
|
5278
|
+
"type": {
|
|
5279
|
+
"kind": [
|
|
5280
|
+
"NON_NULL",
|
|
5281
|
+
"LIST",
|
|
5282
|
+
"NON_NULL",
|
|
5283
|
+
"SCALAR"
|
|
5284
|
+
],
|
|
5285
|
+
"name": "String",
|
|
5286
|
+
"non_null": false
|
|
5287
|
+
},
|
|
5288
|
+
"varName": "model"
|
|
5289
|
+
},
|
|
5290
|
+
"os": {
|
|
5291
|
+
"args": {},
|
|
5292
|
+
"deprecationReason": null,
|
|
5293
|
+
"description": "The operating system of the firewall device.",
|
|
5294
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___os",
|
|
5295
|
+
"isDeprecated": false,
|
|
5296
|
+
"name": "os",
|
|
5297
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.os",
|
|
5298
|
+
"requestStr": "$os:[String]! ",
|
|
5299
|
+
"required": true,
|
|
5300
|
+
"responseStr": "os:$os ",
|
|
5301
|
+
"type": {
|
|
5302
|
+
"kind": [
|
|
5303
|
+
"NON_NULL",
|
|
5304
|
+
"LIST",
|
|
5305
|
+
"NON_NULL",
|
|
5306
|
+
"SCALAR"
|
|
5307
|
+
],
|
|
5308
|
+
"name": "String",
|
|
5309
|
+
"non_null": false
|
|
5310
|
+
},
|
|
5311
|
+
"varName": "os"
|
|
5312
|
+
},
|
|
5313
|
+
"osVersion": {
|
|
5314
|
+
"args": {},
|
|
5315
|
+
"deprecationReason": null,
|
|
5316
|
+
"description": "The version of the operating system of the firewall device.",
|
|
5317
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___osVersion",
|
|
5318
|
+
"isDeprecated": false,
|
|
5319
|
+
"name": "osVersion",
|
|
5320
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.osVersion",
|
|
5321
|
+
"requestStr": "$osVersion:[String]! ",
|
|
5322
|
+
"required": true,
|
|
5323
|
+
"responseStr": "osVersion:$osVersion ",
|
|
5324
|
+
"type": {
|
|
5325
|
+
"kind": [
|
|
5326
|
+
"NON_NULL",
|
|
5327
|
+
"LIST",
|
|
5328
|
+
"NON_NULL",
|
|
5329
|
+
"SCALAR"
|
|
5330
|
+
],
|
|
5331
|
+
"name": "String",
|
|
5332
|
+
"non_null": false
|
|
5333
|
+
},
|
|
5334
|
+
"varName": "osVersion"
|
|
5335
|
+
},
|
|
5336
|
+
"type": {
|
|
5337
|
+
"args": {},
|
|
5338
|
+
"deprecationReason": null,
|
|
5339
|
+
"description": "The type of the firewall device.",
|
|
5340
|
+
"id_str": "wanFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___type",
|
|
5341
|
+
"isDeprecated": false,
|
|
5342
|
+
"name": "type",
|
|
5343
|
+
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.type",
|
|
5344
|
+
"requestStr": "$type:[String]! ",
|
|
5345
|
+
"required": true,
|
|
5346
|
+
"responseStr": "type:$type ",
|
|
5347
|
+
"type": {
|
|
5348
|
+
"kind": [
|
|
5349
|
+
"NON_NULL",
|
|
5350
|
+
"LIST",
|
|
5351
|
+
"NON_NULL",
|
|
5352
|
+
"SCALAR"
|
|
5353
|
+
],
|
|
5354
|
+
"name": "String",
|
|
5355
|
+
"non_null": false
|
|
5356
|
+
},
|
|
5357
|
+
"varName": "type"
|
|
5358
|
+
}
|
|
5359
|
+
},
|
|
5360
|
+
"inputFields": null,
|
|
5361
|
+
"interfaces": {},
|
|
5362
|
+
"kind": "OBJECT",
|
|
5363
|
+
"name": "DeviceAttributes",
|
|
5364
|
+
"possibleTypes": null
|
|
5365
|
+
},
|
|
5366
|
+
"indexType": "object",
|
|
5367
|
+
"kind": [
|
|
5368
|
+
"NON_NULL",
|
|
5369
|
+
"OBJECT"
|
|
5370
|
+
],
|
|
5371
|
+
"name": "DeviceAttributes",
|
|
5372
|
+
"non_null": false
|
|
5373
|
+
},
|
|
5374
|
+
"varName": "deviceAttributes"
|
|
5030
5375
|
},
|
|
5031
5376
|
"deviceOS": {
|
|
5032
|
-
"alias": "
|
|
5377
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
5033
5378
|
"args": {},
|
|
5034
5379
|
"deprecationReason": null,
|
|
5035
5380
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5101,7 +5446,7 @@
|
|
|
5101
5446
|
"varName": "deviceOS"
|
|
5102
5447
|
},
|
|
5103
5448
|
"direction": {
|
|
5104
|
-
"alias": "
|
|
5449
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
5105
5450
|
"args": {},
|
|
5106
5451
|
"deprecationReason": null,
|
|
5107
5452
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5168,7 +5513,7 @@
|
|
|
5168
5513
|
"varName": "name"
|
|
5169
5514
|
},
|
|
5170
5515
|
"service": {
|
|
5171
|
-
"alias": "
|
|
5516
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
5172
5517
|
"args": {},
|
|
5173
5518
|
"deprecationReason": null,
|
|
5174
5519
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5176,16 +5521,16 @@
|
|
|
5176
5521
|
"isDeprecated": false,
|
|
5177
5522
|
"name": "service",
|
|
5178
5523
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.service",
|
|
5179
|
-
"requestStr": "$
|
|
5524
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
5180
5525
|
"required": true,
|
|
5181
|
-
"responseStr": "service:$
|
|
5526
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
5182
5527
|
"type": {
|
|
5183
5528
|
"definition": {
|
|
5184
5529
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
5185
5530
|
"enumValues": null,
|
|
5186
5531
|
"fields": {
|
|
5187
5532
|
"custom": {
|
|
5188
|
-
"alias": "
|
|
5533
|
+
"alias": "customServiceCustom: custom",
|
|
5189
5534
|
"args": {},
|
|
5190
5535
|
"deprecationReason": null,
|
|
5191
5536
|
"description": null,
|
|
@@ -5193,9 +5538,9 @@
|
|
|
5193
5538
|
"isDeprecated": false,
|
|
5194
5539
|
"name": "custom",
|
|
5195
5540
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.service.custom",
|
|
5196
|
-
"requestStr": "$
|
|
5541
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
5197
5542
|
"required": true,
|
|
5198
|
-
"responseStr": "custom:$
|
|
5543
|
+
"responseStr": "custom:$customService ",
|
|
5199
5544
|
"type": {
|
|
5200
5545
|
"definition": {
|
|
5201
5546
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -5224,7 +5569,7 @@
|
|
|
5224
5569
|
"varName": "port"
|
|
5225
5570
|
},
|
|
5226
5571
|
"portRange": {
|
|
5227
|
-
"alias": "
|
|
5572
|
+
"alias": "portRangePortRange: portRange",
|
|
5228
5573
|
"args": {},
|
|
5229
5574
|
"deprecationReason": null,
|
|
5230
5575
|
"description": null,
|
|
@@ -5232,9 +5577,9 @@
|
|
|
5232
5577
|
"isDeprecated": false,
|
|
5233
5578
|
"name": "portRange",
|
|
5234
5579
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.service.custom.portRange",
|
|
5235
|
-
"requestStr": "$
|
|
5580
|
+
"requestStr": "$portRange:PortRange ",
|
|
5236
5581
|
"required": false,
|
|
5237
|
-
"responseStr": "portRange:$
|
|
5582
|
+
"responseStr": "portRange:$portRange ",
|
|
5238
5583
|
"type": {
|
|
5239
5584
|
"definition": {
|
|
5240
5585
|
"description": "Inclusive network port range",
|
|
@@ -5296,10 +5641,10 @@
|
|
|
5296
5641
|
"name": "PortRange",
|
|
5297
5642
|
"non_null": false
|
|
5298
5643
|
},
|
|
5299
|
-
"varName": "
|
|
5644
|
+
"varName": "portRange"
|
|
5300
5645
|
},
|
|
5301
5646
|
"protocol": {
|
|
5302
|
-
"alias": "
|
|
5647
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
5303
5648
|
"args": {},
|
|
5304
5649
|
"deprecationReason": null,
|
|
5305
5650
|
"description": null,
|
|
@@ -5379,10 +5724,10 @@
|
|
|
5379
5724
|
"name": "CustomService",
|
|
5380
5725
|
"non_null": false
|
|
5381
5726
|
},
|
|
5382
|
-
"varName": "
|
|
5727
|
+
"varName": "customService"
|
|
5383
5728
|
},
|
|
5384
5729
|
"standard": {
|
|
5385
|
-
"alias": "
|
|
5730
|
+
"alias": "serviceRefStandard: standard",
|
|
5386
5731
|
"args": {},
|
|
5387
5732
|
"deprecationReason": null,
|
|
5388
5733
|
"description": null,
|
|
@@ -5390,9 +5735,9 @@
|
|
|
5390
5735
|
"isDeprecated": false,
|
|
5391
5736
|
"name": "standard",
|
|
5392
5737
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.service.standard",
|
|
5393
|
-
"requestStr": "$
|
|
5738
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
5394
5739
|
"required": true,
|
|
5395
|
-
"responseStr": "standard:$
|
|
5740
|
+
"responseStr": "standard:$serviceRef ",
|
|
5396
5741
|
"type": {
|
|
5397
5742
|
"definition": {
|
|
5398
5743
|
"description": null,
|
|
@@ -5457,7 +5802,7 @@
|
|
|
5457
5802
|
"name": "ServiceRef",
|
|
5458
5803
|
"non_null": false
|
|
5459
5804
|
},
|
|
5460
|
-
"varName": "
|
|
5805
|
+
"varName": "serviceRef"
|
|
5461
5806
|
}
|
|
5462
5807
|
},
|
|
5463
5808
|
"inputFields": null,
|
|
@@ -5474,10 +5819,10 @@
|
|
|
5474
5819
|
"name": "WanFirewallServiceType",
|
|
5475
5820
|
"non_null": false
|
|
5476
5821
|
},
|
|
5477
|
-
"varName": "
|
|
5822
|
+
"varName": "wanFirewallServiceType"
|
|
5478
5823
|
},
|
|
5479
5824
|
"source": {
|
|
5480
|
-
"alias": "
|
|
5825
|
+
"alias": "wanFirewallSourceSource: source",
|
|
5481
5826
|
"args": {},
|
|
5482
5827
|
"deprecationReason": null,
|
|
5483
5828
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5485,16 +5830,16 @@
|
|
|
5485
5830
|
"isDeprecated": false,
|
|
5486
5831
|
"name": "source",
|
|
5487
5832
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source",
|
|
5488
|
-
"requestStr": "$
|
|
5833
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
5489
5834
|
"required": true,
|
|
5490
|
-
"responseStr": "source:$
|
|
5835
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
5491
5836
|
"type": {
|
|
5492
5837
|
"definition": {
|
|
5493
5838
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
5494
5839
|
"enumValues": null,
|
|
5495
5840
|
"fields": {
|
|
5496
5841
|
"floatingSubnet": {
|
|
5497
|
-
"alias": "
|
|
5842
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
5498
5843
|
"args": {},
|
|
5499
5844
|
"deprecationReason": null,
|
|
5500
5845
|
"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.",
|
|
@@ -5502,9 +5847,9 @@
|
|
|
5502
5847
|
"isDeprecated": false,
|
|
5503
5848
|
"name": "floatingSubnet",
|
|
5504
5849
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.floatingSubnet",
|
|
5505
|
-
"requestStr": "$
|
|
5850
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
5506
5851
|
"required": true,
|
|
5507
|
-
"responseStr": "floatingSubnet:$
|
|
5852
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
5508
5853
|
"type": {
|
|
5509
5854
|
"definition": {
|
|
5510
5855
|
"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.",
|
|
@@ -5569,10 +5914,10 @@
|
|
|
5569
5914
|
"name": "FloatingSubnetRef",
|
|
5570
5915
|
"non_null": false
|
|
5571
5916
|
},
|
|
5572
|
-
"varName": "
|
|
5917
|
+
"varName": "floatingSubnetRef"
|
|
5573
5918
|
},
|
|
5574
5919
|
"globalIpRange": {
|
|
5575
|
-
"alias": "
|
|
5920
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
5576
5921
|
"args": {},
|
|
5577
5922
|
"deprecationReason": null,
|
|
5578
5923
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5580,9 +5925,9 @@
|
|
|
5580
5925
|
"isDeprecated": false,
|
|
5581
5926
|
"name": "globalIpRange",
|
|
5582
5927
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.globalIpRange",
|
|
5583
|
-
"requestStr": "$
|
|
5928
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
5584
5929
|
"required": true,
|
|
5585
|
-
"responseStr": "globalIpRange:$
|
|
5930
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5586
5931
|
"type": {
|
|
5587
5932
|
"definition": {
|
|
5588
5933
|
"description": null,
|
|
@@ -5647,10 +5992,10 @@
|
|
|
5647
5992
|
"name": "GlobalIpRangeRef",
|
|
5648
5993
|
"non_null": false
|
|
5649
5994
|
},
|
|
5650
|
-
"varName": "
|
|
5995
|
+
"varName": "globalIpRangeRef"
|
|
5651
5996
|
},
|
|
5652
5997
|
"group": {
|
|
5653
|
-
"alias": "
|
|
5998
|
+
"alias": "groupRefGroup: group",
|
|
5654
5999
|
"args": {},
|
|
5655
6000
|
"deprecationReason": null,
|
|
5656
6001
|
"description": "Groups defined for your account",
|
|
@@ -5658,9 +6003,9 @@
|
|
|
5658
6003
|
"isDeprecated": false,
|
|
5659
6004
|
"name": "group",
|
|
5660
6005
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.group",
|
|
5661
|
-
"requestStr": "$
|
|
6006
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
5662
6007
|
"required": true,
|
|
5663
|
-
"responseStr": "group:$
|
|
6008
|
+
"responseStr": "group:$groupRef ",
|
|
5664
6009
|
"type": {
|
|
5665
6010
|
"definition": {
|
|
5666
6011
|
"description": null,
|
|
@@ -5725,10 +6070,10 @@
|
|
|
5725
6070
|
"name": "GroupRef",
|
|
5726
6071
|
"non_null": false
|
|
5727
6072
|
},
|
|
5728
|
-
"varName": "
|
|
6073
|
+
"varName": "groupRef"
|
|
5729
6074
|
},
|
|
5730
6075
|
"host": {
|
|
5731
|
-
"alias": "
|
|
6076
|
+
"alias": "hostRefHost: host",
|
|
5732
6077
|
"args": {},
|
|
5733
6078
|
"deprecationReason": null,
|
|
5734
6079
|
"description": "Hosts and servers defined for your account",
|
|
@@ -5736,9 +6081,9 @@
|
|
|
5736
6081
|
"isDeprecated": false,
|
|
5737
6082
|
"name": "host",
|
|
5738
6083
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.host",
|
|
5739
|
-
"requestStr": "$
|
|
6084
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
5740
6085
|
"required": true,
|
|
5741
|
-
"responseStr": "host:$
|
|
6086
|
+
"responseStr": "host:$hostRef ",
|
|
5742
6087
|
"type": {
|
|
5743
6088
|
"definition": {
|
|
5744
6089
|
"description": null,
|
|
@@ -5803,7 +6148,7 @@
|
|
|
5803
6148
|
"name": "HostRef",
|
|
5804
6149
|
"non_null": false
|
|
5805
6150
|
},
|
|
5806
|
-
"varName": "
|
|
6151
|
+
"varName": "hostRef"
|
|
5807
6152
|
},
|
|
5808
6153
|
"ip": {
|
|
5809
6154
|
"args": {},
|
|
@@ -5829,7 +6174,7 @@
|
|
|
5829
6174
|
"varName": "ip"
|
|
5830
6175
|
},
|
|
5831
6176
|
"ipRange": {
|
|
5832
|
-
"alias": "
|
|
6177
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
5833
6178
|
"args": {},
|
|
5834
6179
|
"deprecationReason": null,
|
|
5835
6180
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -5837,9 +6182,9 @@
|
|
|
5837
6182
|
"isDeprecated": false,
|
|
5838
6183
|
"name": "ipRange",
|
|
5839
6184
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.ipRange",
|
|
5840
|
-
"requestStr": "$
|
|
6185
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
5841
6186
|
"required": true,
|
|
5842
|
-
"responseStr": "ipRange:$
|
|
6187
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
5843
6188
|
"type": {
|
|
5844
6189
|
"definition": {
|
|
5845
6190
|
"description": "Inclusive range of IPs",
|
|
@@ -5904,10 +6249,10 @@
|
|
|
5904
6249
|
"name": "IpAddressRange",
|
|
5905
6250
|
"non_null": false
|
|
5906
6251
|
},
|
|
5907
|
-
"varName": "
|
|
6252
|
+
"varName": "ipAddressRange"
|
|
5908
6253
|
},
|
|
5909
6254
|
"networkInterface": {
|
|
5910
|
-
"alias": "
|
|
6255
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
5911
6256
|
"args": {},
|
|
5912
6257
|
"deprecationReason": null,
|
|
5913
6258
|
"description": "Network range defined for a site",
|
|
@@ -5915,9 +6260,9 @@
|
|
|
5915
6260
|
"isDeprecated": false,
|
|
5916
6261
|
"name": "networkInterface",
|
|
5917
6262
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.networkInterface",
|
|
5918
|
-
"requestStr": "$
|
|
6263
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
5919
6264
|
"required": true,
|
|
5920
|
-
"responseStr": "networkInterface:$
|
|
6265
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
5921
6266
|
"type": {
|
|
5922
6267
|
"definition": {
|
|
5923
6268
|
"description": null,
|
|
@@ -5982,10 +6327,10 @@
|
|
|
5982
6327
|
"name": "NetworkInterfaceRef",
|
|
5983
6328
|
"non_null": false
|
|
5984
6329
|
},
|
|
5985
|
-
"varName": "
|
|
6330
|
+
"varName": "networkInterfaceRef"
|
|
5986
6331
|
},
|
|
5987
6332
|
"site": {
|
|
5988
|
-
"alias": "
|
|
6333
|
+
"alias": "siteRefSite: site",
|
|
5989
6334
|
"args": {},
|
|
5990
6335
|
"deprecationReason": null,
|
|
5991
6336
|
"description": "Site defined for the account",
|
|
@@ -5993,9 +6338,9 @@
|
|
|
5993
6338
|
"isDeprecated": false,
|
|
5994
6339
|
"name": "site",
|
|
5995
6340
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.site",
|
|
5996
|
-
"requestStr": "$
|
|
6341
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
5997
6342
|
"required": true,
|
|
5998
|
-
"responseStr": "site:$
|
|
6343
|
+
"responseStr": "site:$siteRef ",
|
|
5999
6344
|
"type": {
|
|
6000
6345
|
"definition": {
|
|
6001
6346
|
"description": null,
|
|
@@ -6060,10 +6405,10 @@
|
|
|
6060
6405
|
"name": "SiteRef",
|
|
6061
6406
|
"non_null": false
|
|
6062
6407
|
},
|
|
6063
|
-
"varName": "
|
|
6408
|
+
"varName": "siteRef"
|
|
6064
6409
|
},
|
|
6065
6410
|
"siteNetworkSubnet": {
|
|
6066
|
-
"alias": "
|
|
6411
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
6067
6412
|
"args": {},
|
|
6068
6413
|
"deprecationReason": null,
|
|
6069
6414
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6071,9 +6416,9 @@
|
|
|
6071
6416
|
"isDeprecated": false,
|
|
6072
6417
|
"name": "siteNetworkSubnet",
|
|
6073
6418
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.siteNetworkSubnet",
|
|
6074
|
-
"requestStr": "$
|
|
6419
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
6075
6420
|
"required": true,
|
|
6076
|
-
"responseStr": "siteNetworkSubnet:$
|
|
6421
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6077
6422
|
"type": {
|
|
6078
6423
|
"definition": {
|
|
6079
6424
|
"description": null,
|
|
@@ -6138,7 +6483,7 @@
|
|
|
6138
6483
|
"name": "SiteNetworkSubnetRef",
|
|
6139
6484
|
"non_null": false
|
|
6140
6485
|
},
|
|
6141
|
-
"varName": "
|
|
6486
|
+
"varName": "siteNetworkSubnetRef"
|
|
6142
6487
|
},
|
|
6143
6488
|
"subnet": {
|
|
6144
6489
|
"args": {},
|
|
@@ -6164,7 +6509,7 @@
|
|
|
6164
6509
|
"varName": "subnet"
|
|
6165
6510
|
},
|
|
6166
6511
|
"systemGroup": {
|
|
6167
|
-
"alias": "
|
|
6512
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
6168
6513
|
"args": {},
|
|
6169
6514
|
"deprecationReason": null,
|
|
6170
6515
|
"description": "Predefined Cato groups",
|
|
@@ -6172,9 +6517,9 @@
|
|
|
6172
6517
|
"isDeprecated": false,
|
|
6173
6518
|
"name": "systemGroup",
|
|
6174
6519
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.systemGroup",
|
|
6175
|
-
"requestStr": "$
|
|
6520
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
6176
6521
|
"required": true,
|
|
6177
|
-
"responseStr": "systemGroup:$
|
|
6522
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6178
6523
|
"type": {
|
|
6179
6524
|
"definition": {
|
|
6180
6525
|
"description": null,
|
|
@@ -6239,10 +6584,10 @@
|
|
|
6239
6584
|
"name": "SystemGroupRef",
|
|
6240
6585
|
"non_null": false
|
|
6241
6586
|
},
|
|
6242
|
-
"varName": "
|
|
6587
|
+
"varName": "systemGroupRef"
|
|
6243
6588
|
},
|
|
6244
6589
|
"user": {
|
|
6245
|
-
"alias": "
|
|
6590
|
+
"alias": "userRefUser: user",
|
|
6246
6591
|
"args": {},
|
|
6247
6592
|
"deprecationReason": null,
|
|
6248
6593
|
"description": "Individual users defined for the account",
|
|
@@ -6250,9 +6595,9 @@
|
|
|
6250
6595
|
"isDeprecated": false,
|
|
6251
6596
|
"name": "user",
|
|
6252
6597
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.user",
|
|
6253
|
-
"requestStr": "$
|
|
6598
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
6254
6599
|
"required": true,
|
|
6255
|
-
"responseStr": "user:$
|
|
6600
|
+
"responseStr": "user:$userRef ",
|
|
6256
6601
|
"type": {
|
|
6257
6602
|
"definition": {
|
|
6258
6603
|
"description": null,
|
|
@@ -6317,10 +6662,10 @@
|
|
|
6317
6662
|
"name": "UserRef",
|
|
6318
6663
|
"non_null": false
|
|
6319
6664
|
},
|
|
6320
|
-
"varName": "
|
|
6665
|
+
"varName": "userRef"
|
|
6321
6666
|
},
|
|
6322
6667
|
"usersGroup": {
|
|
6323
|
-
"alias": "
|
|
6668
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
6324
6669
|
"args": {},
|
|
6325
6670
|
"deprecationReason": null,
|
|
6326
6671
|
"description": "Group of users",
|
|
@@ -6328,9 +6673,9 @@
|
|
|
6328
6673
|
"isDeprecated": false,
|
|
6329
6674
|
"name": "usersGroup",
|
|
6330
6675
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.exceptions.source.usersGroup",
|
|
6331
|
-
"requestStr": "$
|
|
6676
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
6332
6677
|
"required": true,
|
|
6333
|
-
"responseStr": "usersGroup:$
|
|
6678
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6334
6679
|
"type": {
|
|
6335
6680
|
"definition": {
|
|
6336
6681
|
"description": null,
|
|
@@ -6395,7 +6740,7 @@
|
|
|
6395
6740
|
"name": "UsersGroupRef",
|
|
6396
6741
|
"non_null": false
|
|
6397
6742
|
},
|
|
6398
|
-
"varName": "
|
|
6743
|
+
"varName": "usersGroupRef"
|
|
6399
6744
|
}
|
|
6400
6745
|
},
|
|
6401
6746
|
"inputFields": null,
|
|
@@ -6412,7 +6757,7 @@
|
|
|
6412
6757
|
"name": "WanFirewallSource",
|
|
6413
6758
|
"non_null": false
|
|
6414
6759
|
},
|
|
6415
|
-
"varName": "
|
|
6760
|
+
"varName": "wanFirewallSource"
|
|
6416
6761
|
}
|
|
6417
6762
|
},
|
|
6418
6763
|
"inputFields": null,
|
|
@@ -6431,7 +6776,7 @@
|
|
|
6431
6776
|
"name": "WanFirewallRuleException",
|
|
6432
6777
|
"non_null": false
|
|
6433
6778
|
},
|
|
6434
|
-
"varName": "
|
|
6779
|
+
"varName": "wanFirewallRuleException"
|
|
6435
6780
|
},
|
|
6436
6781
|
"id": {
|
|
6437
6782
|
"args": {},
|
|
@@ -6497,7 +6842,7 @@
|
|
|
6497
6842
|
"varName": "name"
|
|
6498
6843
|
},
|
|
6499
6844
|
"schedule": {
|
|
6500
|
-
"alias": "
|
|
6845
|
+
"alias": "policyScheduleSchedule: schedule",
|
|
6501
6846
|
"args": {},
|
|
6502
6847
|
"deprecationReason": null,
|
|
6503
6848
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6505,16 +6850,16 @@
|
|
|
6505
6850
|
"isDeprecated": false,
|
|
6506
6851
|
"name": "schedule",
|
|
6507
6852
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.schedule",
|
|
6508
|
-
"requestStr": "$
|
|
6853
|
+
"requestStr": "$policySchedule:PolicySchedule! ",
|
|
6509
6854
|
"required": true,
|
|
6510
|
-
"responseStr": "schedule:$
|
|
6855
|
+
"responseStr": "schedule:$policySchedule ",
|
|
6511
6856
|
"type": {
|
|
6512
6857
|
"definition": {
|
|
6513
6858
|
"description": null,
|
|
6514
6859
|
"enumValues": null,
|
|
6515
6860
|
"fields": {
|
|
6516
6861
|
"activeOn": {
|
|
6517
|
-
"alias": "
|
|
6862
|
+
"alias": "policyActiveOnEnumActiveOn: activeOn",
|
|
6518
6863
|
"args": {},
|
|
6519
6864
|
"deprecationReason": null,
|
|
6520
6865
|
"description": null,
|
|
@@ -6572,7 +6917,7 @@
|
|
|
6572
6917
|
"varName": "activeOn"
|
|
6573
6918
|
},
|
|
6574
6919
|
"customRecurring": {
|
|
6575
|
-
"alias": "
|
|
6920
|
+
"alias": "policyCustomRecurringCustomRecurring: customRecurring",
|
|
6576
6921
|
"args": {},
|
|
6577
6922
|
"deprecationReason": null,
|
|
6578
6923
|
"description": null,
|
|
@@ -6580,9 +6925,9 @@
|
|
|
6580
6925
|
"isDeprecated": false,
|
|
6581
6926
|
"name": "customRecurring",
|
|
6582
6927
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.schedule.customRecurring",
|
|
6583
|
-
"requestStr": "$
|
|
6928
|
+
"requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
|
|
6584
6929
|
"required": false,
|
|
6585
|
-
"responseStr": "customRecurring:$
|
|
6930
|
+
"responseStr": "customRecurring:$policyCustomRecurring ",
|
|
6586
6931
|
"type": {
|
|
6587
6932
|
"definition": {
|
|
6588
6933
|
"description": "Returns data for a custom recurring time range that a rule is active",
|
|
@@ -6721,10 +7066,10 @@
|
|
|
6721
7066
|
"name": "PolicyCustomRecurring",
|
|
6722
7067
|
"non_null": false
|
|
6723
7068
|
},
|
|
6724
|
-
"varName": "
|
|
7069
|
+
"varName": "policyCustomRecurring"
|
|
6725
7070
|
},
|
|
6726
7071
|
"customTimeframe": {
|
|
6727
|
-
"alias": "
|
|
7072
|
+
"alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
|
|
6728
7073
|
"args": {},
|
|
6729
7074
|
"deprecationReason": null,
|
|
6730
7075
|
"description": null,
|
|
@@ -6732,9 +7077,9 @@
|
|
|
6732
7077
|
"isDeprecated": false,
|
|
6733
7078
|
"name": "customTimeframe",
|
|
6734
7079
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.schedule.customTimeframe",
|
|
6735
|
-
"requestStr": "$
|
|
7080
|
+
"requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
|
|
6736
7081
|
"required": false,
|
|
6737
|
-
"responseStr": "customTimeframe:$
|
|
7082
|
+
"responseStr": "customTimeframe:$policyCustomTimeframe ",
|
|
6738
7083
|
"type": {
|
|
6739
7084
|
"definition": {
|
|
6740
7085
|
"description": "Returns data for a custom one-time time range that a rule is active",
|
|
@@ -6796,7 +7141,7 @@
|
|
|
6796
7141
|
"name": "PolicyCustomTimeframe",
|
|
6797
7142
|
"non_null": false
|
|
6798
7143
|
},
|
|
6799
|
-
"varName": "
|
|
7144
|
+
"varName": "policyCustomTimeframe"
|
|
6800
7145
|
}
|
|
6801
7146
|
},
|
|
6802
7147
|
"inputFields": null,
|
|
@@ -6813,10 +7158,10 @@
|
|
|
6813
7158
|
"name": "PolicySchedule",
|
|
6814
7159
|
"non_null": false
|
|
6815
7160
|
},
|
|
6816
|
-
"varName": "
|
|
7161
|
+
"varName": "policySchedule"
|
|
6817
7162
|
},
|
|
6818
7163
|
"section": {
|
|
6819
|
-
"alias": "
|
|
7164
|
+
"alias": "policySectionInfoSection: section",
|
|
6820
7165
|
"args": {},
|
|
6821
7166
|
"deprecationReason": null,
|
|
6822
7167
|
"description": "Policy section where the rule is located",
|
|
@@ -6824,9 +7169,9 @@
|
|
|
6824
7169
|
"isDeprecated": false,
|
|
6825
7170
|
"name": "section",
|
|
6826
7171
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.section",
|
|
6827
|
-
"requestStr": "$
|
|
7172
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
6828
7173
|
"required": true,
|
|
6829
|
-
"responseStr": "section:$
|
|
7174
|
+
"responseStr": "section:$policySectionInfo ",
|
|
6830
7175
|
"type": {
|
|
6831
7176
|
"definition": {
|
|
6832
7177
|
"description": "Define settings for a policy section",
|
|
@@ -6889,10 +7234,10 @@
|
|
|
6889
7234
|
"name": "PolicySectionInfo",
|
|
6890
7235
|
"non_null": false
|
|
6891
7236
|
},
|
|
6892
|
-
"varName": "
|
|
7237
|
+
"varName": "policySectionInfo"
|
|
6893
7238
|
},
|
|
6894
7239
|
"service": {
|
|
6895
|
-
"alias": "
|
|
7240
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
6896
7241
|
"args": {},
|
|
6897
7242
|
"deprecationReason": null,
|
|
6898
7243
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6900,16 +7245,16 @@
|
|
|
6900
7245
|
"isDeprecated": false,
|
|
6901
7246
|
"name": "service",
|
|
6902
7247
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.service",
|
|
6903
|
-
"requestStr": "$
|
|
7248
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
6904
7249
|
"required": true,
|
|
6905
|
-
"responseStr": "service:$
|
|
7250
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
6906
7251
|
"type": {
|
|
6907
7252
|
"definition": {
|
|
6908
7253
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
6909
7254
|
"enumValues": null,
|
|
6910
7255
|
"fields": {
|
|
6911
7256
|
"custom": {
|
|
6912
|
-
"alias": "
|
|
7257
|
+
"alias": "customServiceCustom: custom",
|
|
6913
7258
|
"args": {},
|
|
6914
7259
|
"deprecationReason": null,
|
|
6915
7260
|
"description": null,
|
|
@@ -6917,9 +7262,9 @@
|
|
|
6917
7262
|
"isDeprecated": false,
|
|
6918
7263
|
"name": "custom",
|
|
6919
7264
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.service.custom",
|
|
6920
|
-
"requestStr": "$
|
|
7265
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
6921
7266
|
"required": true,
|
|
6922
|
-
"responseStr": "custom:$
|
|
7267
|
+
"responseStr": "custom:$customService ",
|
|
6923
7268
|
"type": {
|
|
6924
7269
|
"definition": {
|
|
6925
7270
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -6948,7 +7293,7 @@
|
|
|
6948
7293
|
"varName": "port"
|
|
6949
7294
|
},
|
|
6950
7295
|
"portRange": {
|
|
6951
|
-
"alias": "
|
|
7296
|
+
"alias": "portRangePortRange: portRange",
|
|
6952
7297
|
"args": {},
|
|
6953
7298
|
"deprecationReason": null,
|
|
6954
7299
|
"description": null,
|
|
@@ -6956,9 +7301,9 @@
|
|
|
6956
7301
|
"isDeprecated": false,
|
|
6957
7302
|
"name": "portRange",
|
|
6958
7303
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.service.custom.portRange",
|
|
6959
|
-
"requestStr": "$
|
|
7304
|
+
"requestStr": "$portRange:PortRange ",
|
|
6960
7305
|
"required": false,
|
|
6961
|
-
"responseStr": "portRange:$
|
|
7306
|
+
"responseStr": "portRange:$portRange ",
|
|
6962
7307
|
"type": {
|
|
6963
7308
|
"definition": {
|
|
6964
7309
|
"description": "Inclusive network port range",
|
|
@@ -7020,10 +7365,10 @@
|
|
|
7020
7365
|
"name": "PortRange",
|
|
7021
7366
|
"non_null": false
|
|
7022
7367
|
},
|
|
7023
|
-
"varName": "
|
|
7368
|
+
"varName": "portRange"
|
|
7024
7369
|
},
|
|
7025
7370
|
"protocol": {
|
|
7026
|
-
"alias": "
|
|
7371
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
7027
7372
|
"args": {},
|
|
7028
7373
|
"deprecationReason": null,
|
|
7029
7374
|
"description": null,
|
|
@@ -7103,10 +7448,10 @@
|
|
|
7103
7448
|
"name": "CustomService",
|
|
7104
7449
|
"non_null": false
|
|
7105
7450
|
},
|
|
7106
|
-
"varName": "
|
|
7451
|
+
"varName": "customService"
|
|
7107
7452
|
},
|
|
7108
7453
|
"standard": {
|
|
7109
|
-
"alias": "
|
|
7454
|
+
"alias": "serviceRefStandard: standard",
|
|
7110
7455
|
"args": {},
|
|
7111
7456
|
"deprecationReason": null,
|
|
7112
7457
|
"description": null,
|
|
@@ -7114,9 +7459,9 @@
|
|
|
7114
7459
|
"isDeprecated": false,
|
|
7115
7460
|
"name": "standard",
|
|
7116
7461
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.service.standard",
|
|
7117
|
-
"requestStr": "$
|
|
7462
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
7118
7463
|
"required": true,
|
|
7119
|
-
"responseStr": "standard:$
|
|
7464
|
+
"responseStr": "standard:$serviceRef ",
|
|
7120
7465
|
"type": {
|
|
7121
7466
|
"definition": {
|
|
7122
7467
|
"description": null,
|
|
@@ -7181,7 +7526,7 @@
|
|
|
7181
7526
|
"name": "ServiceRef",
|
|
7182
7527
|
"non_null": false
|
|
7183
7528
|
},
|
|
7184
|
-
"varName": "
|
|
7529
|
+
"varName": "serviceRef"
|
|
7185
7530
|
}
|
|
7186
7531
|
},
|
|
7187
7532
|
"inputFields": null,
|
|
@@ -7198,10 +7543,10 @@
|
|
|
7198
7543
|
"name": "WanFirewallServiceType",
|
|
7199
7544
|
"non_null": false
|
|
7200
7545
|
},
|
|
7201
|
-
"varName": "
|
|
7546
|
+
"varName": "wanFirewallServiceType"
|
|
7202
7547
|
},
|
|
7203
7548
|
"source": {
|
|
7204
|
-
"alias": "
|
|
7549
|
+
"alias": "wanFirewallSourceSource: source",
|
|
7205
7550
|
"args": {},
|
|
7206
7551
|
"deprecationReason": null,
|
|
7207
7552
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7209,16 +7554,16 @@
|
|
|
7209
7554
|
"isDeprecated": false,
|
|
7210
7555
|
"name": "source",
|
|
7211
7556
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source",
|
|
7212
|
-
"requestStr": "$
|
|
7557
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
7213
7558
|
"required": true,
|
|
7214
|
-
"responseStr": "source:$
|
|
7559
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
7215
7560
|
"type": {
|
|
7216
7561
|
"definition": {
|
|
7217
7562
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
7218
7563
|
"enumValues": null,
|
|
7219
7564
|
"fields": {
|
|
7220
7565
|
"floatingSubnet": {
|
|
7221
|
-
"alias": "
|
|
7566
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
7222
7567
|
"args": {},
|
|
7223
7568
|
"deprecationReason": null,
|
|
7224
7569
|
"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.",
|
|
@@ -7226,9 +7571,9 @@
|
|
|
7226
7571
|
"isDeprecated": false,
|
|
7227
7572
|
"name": "floatingSubnet",
|
|
7228
7573
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.floatingSubnet",
|
|
7229
|
-
"requestStr": "$
|
|
7574
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
7230
7575
|
"required": true,
|
|
7231
|
-
"responseStr": "floatingSubnet:$
|
|
7576
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
7232
7577
|
"type": {
|
|
7233
7578
|
"definition": {
|
|
7234
7579
|
"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.",
|
|
@@ -7293,10 +7638,10 @@
|
|
|
7293
7638
|
"name": "FloatingSubnetRef",
|
|
7294
7639
|
"non_null": false
|
|
7295
7640
|
},
|
|
7296
|
-
"varName": "
|
|
7641
|
+
"varName": "floatingSubnetRef"
|
|
7297
7642
|
},
|
|
7298
7643
|
"globalIpRange": {
|
|
7299
|
-
"alias": "
|
|
7644
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
7300
7645
|
"args": {},
|
|
7301
7646
|
"deprecationReason": null,
|
|
7302
7647
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7304,9 +7649,9 @@
|
|
|
7304
7649
|
"isDeprecated": false,
|
|
7305
7650
|
"name": "globalIpRange",
|
|
7306
7651
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.globalIpRange",
|
|
7307
|
-
"requestStr": "$
|
|
7652
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
7308
7653
|
"required": true,
|
|
7309
|
-
"responseStr": "globalIpRange:$
|
|
7654
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7310
7655
|
"type": {
|
|
7311
7656
|
"definition": {
|
|
7312
7657
|
"description": null,
|
|
@@ -7371,10 +7716,10 @@
|
|
|
7371
7716
|
"name": "GlobalIpRangeRef",
|
|
7372
7717
|
"non_null": false
|
|
7373
7718
|
},
|
|
7374
|
-
"varName": "
|
|
7719
|
+
"varName": "globalIpRangeRef"
|
|
7375
7720
|
},
|
|
7376
7721
|
"group": {
|
|
7377
|
-
"alias": "
|
|
7722
|
+
"alias": "groupRefGroup: group",
|
|
7378
7723
|
"args": {},
|
|
7379
7724
|
"deprecationReason": null,
|
|
7380
7725
|
"description": "Groups defined for your account",
|
|
@@ -7382,9 +7727,9 @@
|
|
|
7382
7727
|
"isDeprecated": false,
|
|
7383
7728
|
"name": "group",
|
|
7384
7729
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.group",
|
|
7385
|
-
"requestStr": "$
|
|
7730
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
7386
7731
|
"required": true,
|
|
7387
|
-
"responseStr": "group:$
|
|
7732
|
+
"responseStr": "group:$groupRef ",
|
|
7388
7733
|
"type": {
|
|
7389
7734
|
"definition": {
|
|
7390
7735
|
"description": null,
|
|
@@ -7449,10 +7794,10 @@
|
|
|
7449
7794
|
"name": "GroupRef",
|
|
7450
7795
|
"non_null": false
|
|
7451
7796
|
},
|
|
7452
|
-
"varName": "
|
|
7797
|
+
"varName": "groupRef"
|
|
7453
7798
|
},
|
|
7454
7799
|
"host": {
|
|
7455
|
-
"alias": "
|
|
7800
|
+
"alias": "hostRefHost: host",
|
|
7456
7801
|
"args": {},
|
|
7457
7802
|
"deprecationReason": null,
|
|
7458
7803
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7460,9 +7805,9 @@
|
|
|
7460
7805
|
"isDeprecated": false,
|
|
7461
7806
|
"name": "host",
|
|
7462
7807
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.host",
|
|
7463
|
-
"requestStr": "$
|
|
7808
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
7464
7809
|
"required": true,
|
|
7465
|
-
"responseStr": "host:$
|
|
7810
|
+
"responseStr": "host:$hostRef ",
|
|
7466
7811
|
"type": {
|
|
7467
7812
|
"definition": {
|
|
7468
7813
|
"description": null,
|
|
@@ -7527,7 +7872,7 @@
|
|
|
7527
7872
|
"name": "HostRef",
|
|
7528
7873
|
"non_null": false
|
|
7529
7874
|
},
|
|
7530
|
-
"varName": "
|
|
7875
|
+
"varName": "hostRef"
|
|
7531
7876
|
},
|
|
7532
7877
|
"ip": {
|
|
7533
7878
|
"args": {},
|
|
@@ -7553,7 +7898,7 @@
|
|
|
7553
7898
|
"varName": "ip"
|
|
7554
7899
|
},
|
|
7555
7900
|
"ipRange": {
|
|
7556
|
-
"alias": "
|
|
7901
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
7557
7902
|
"args": {},
|
|
7558
7903
|
"deprecationReason": null,
|
|
7559
7904
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7561,9 +7906,9 @@
|
|
|
7561
7906
|
"isDeprecated": false,
|
|
7562
7907
|
"name": "ipRange",
|
|
7563
7908
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.ipRange",
|
|
7564
|
-
"requestStr": "$
|
|
7909
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
7565
7910
|
"required": true,
|
|
7566
|
-
"responseStr": "ipRange:$
|
|
7911
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
7567
7912
|
"type": {
|
|
7568
7913
|
"definition": {
|
|
7569
7914
|
"description": "Inclusive range of IPs",
|
|
@@ -7628,10 +7973,10 @@
|
|
|
7628
7973
|
"name": "IpAddressRange",
|
|
7629
7974
|
"non_null": false
|
|
7630
7975
|
},
|
|
7631
|
-
"varName": "
|
|
7976
|
+
"varName": "ipAddressRange"
|
|
7632
7977
|
},
|
|
7633
7978
|
"networkInterface": {
|
|
7634
|
-
"alias": "
|
|
7979
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
7635
7980
|
"args": {},
|
|
7636
7981
|
"deprecationReason": null,
|
|
7637
7982
|
"description": "Network range defined for a site",
|
|
@@ -7639,9 +7984,9 @@
|
|
|
7639
7984
|
"isDeprecated": false,
|
|
7640
7985
|
"name": "networkInterface",
|
|
7641
7986
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.networkInterface",
|
|
7642
|
-
"requestStr": "$
|
|
7987
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
7643
7988
|
"required": true,
|
|
7644
|
-
"responseStr": "networkInterface:$
|
|
7989
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7645
7990
|
"type": {
|
|
7646
7991
|
"definition": {
|
|
7647
7992
|
"description": null,
|
|
@@ -7706,10 +8051,10 @@
|
|
|
7706
8051
|
"name": "NetworkInterfaceRef",
|
|
7707
8052
|
"non_null": false
|
|
7708
8053
|
},
|
|
7709
|
-
"varName": "
|
|
8054
|
+
"varName": "networkInterfaceRef"
|
|
7710
8055
|
},
|
|
7711
8056
|
"site": {
|
|
7712
|
-
"alias": "
|
|
8057
|
+
"alias": "siteRefSite: site",
|
|
7713
8058
|
"args": {},
|
|
7714
8059
|
"deprecationReason": null,
|
|
7715
8060
|
"description": "Site defined for the account",
|
|
@@ -7717,9 +8062,9 @@
|
|
|
7717
8062
|
"isDeprecated": false,
|
|
7718
8063
|
"name": "site",
|
|
7719
8064
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.site",
|
|
7720
|
-
"requestStr": "$
|
|
8065
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
7721
8066
|
"required": true,
|
|
7722
|
-
"responseStr": "site:$
|
|
8067
|
+
"responseStr": "site:$siteRef ",
|
|
7723
8068
|
"type": {
|
|
7724
8069
|
"definition": {
|
|
7725
8070
|
"description": null,
|
|
@@ -7784,10 +8129,10 @@
|
|
|
7784
8129
|
"name": "SiteRef",
|
|
7785
8130
|
"non_null": false
|
|
7786
8131
|
},
|
|
7787
|
-
"varName": "
|
|
8132
|
+
"varName": "siteRef"
|
|
7788
8133
|
},
|
|
7789
8134
|
"siteNetworkSubnet": {
|
|
7790
|
-
"alias": "
|
|
8135
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
7791
8136
|
"args": {},
|
|
7792
8137
|
"deprecationReason": null,
|
|
7793
8138
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -7795,9 +8140,9 @@
|
|
|
7795
8140
|
"isDeprecated": false,
|
|
7796
8141
|
"name": "siteNetworkSubnet",
|
|
7797
8142
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.siteNetworkSubnet",
|
|
7798
|
-
"requestStr": "$
|
|
8143
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
7799
8144
|
"required": true,
|
|
7800
|
-
"responseStr": "siteNetworkSubnet:$
|
|
8145
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
7801
8146
|
"type": {
|
|
7802
8147
|
"definition": {
|
|
7803
8148
|
"description": null,
|
|
@@ -7862,7 +8207,7 @@
|
|
|
7862
8207
|
"name": "SiteNetworkSubnetRef",
|
|
7863
8208
|
"non_null": false
|
|
7864
8209
|
},
|
|
7865
|
-
"varName": "
|
|
8210
|
+
"varName": "siteNetworkSubnetRef"
|
|
7866
8211
|
},
|
|
7867
8212
|
"subnet": {
|
|
7868
8213
|
"args": {},
|
|
@@ -7888,7 +8233,7 @@
|
|
|
7888
8233
|
"varName": "subnet"
|
|
7889
8234
|
},
|
|
7890
8235
|
"systemGroup": {
|
|
7891
|
-
"alias": "
|
|
8236
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
7892
8237
|
"args": {},
|
|
7893
8238
|
"deprecationReason": null,
|
|
7894
8239
|
"description": "Predefined Cato groups",
|
|
@@ -7896,9 +8241,9 @@
|
|
|
7896
8241
|
"isDeprecated": false,
|
|
7897
8242
|
"name": "systemGroup",
|
|
7898
8243
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.systemGroup",
|
|
7899
|
-
"requestStr": "$
|
|
8244
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
7900
8245
|
"required": true,
|
|
7901
|
-
"responseStr": "systemGroup:$
|
|
8246
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
7902
8247
|
"type": {
|
|
7903
8248
|
"definition": {
|
|
7904
8249
|
"description": null,
|
|
@@ -7963,10 +8308,10 @@
|
|
|
7963
8308
|
"name": "SystemGroupRef",
|
|
7964
8309
|
"non_null": false
|
|
7965
8310
|
},
|
|
7966
|
-
"varName": "
|
|
8311
|
+
"varName": "systemGroupRef"
|
|
7967
8312
|
},
|
|
7968
8313
|
"user": {
|
|
7969
|
-
"alias": "
|
|
8314
|
+
"alias": "userRefUser: user",
|
|
7970
8315
|
"args": {},
|
|
7971
8316
|
"deprecationReason": null,
|
|
7972
8317
|
"description": "Individual users defined for the account",
|
|
@@ -7974,9 +8319,9 @@
|
|
|
7974
8319
|
"isDeprecated": false,
|
|
7975
8320
|
"name": "user",
|
|
7976
8321
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.user",
|
|
7977
|
-
"requestStr": "$
|
|
8322
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
7978
8323
|
"required": true,
|
|
7979
|
-
"responseStr": "user:$
|
|
8324
|
+
"responseStr": "user:$userRef ",
|
|
7980
8325
|
"type": {
|
|
7981
8326
|
"definition": {
|
|
7982
8327
|
"description": null,
|
|
@@ -8041,10 +8386,10 @@
|
|
|
8041
8386
|
"name": "UserRef",
|
|
8042
8387
|
"non_null": false
|
|
8043
8388
|
},
|
|
8044
|
-
"varName": "
|
|
8389
|
+
"varName": "userRef"
|
|
8045
8390
|
},
|
|
8046
8391
|
"usersGroup": {
|
|
8047
|
-
"alias": "
|
|
8392
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
8048
8393
|
"args": {},
|
|
8049
8394
|
"deprecationReason": null,
|
|
8050
8395
|
"description": "Group of users",
|
|
@@ -8052,9 +8397,9 @@
|
|
|
8052
8397
|
"isDeprecated": false,
|
|
8053
8398
|
"name": "usersGroup",
|
|
8054
8399
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.source.usersGroup",
|
|
8055
|
-
"requestStr": "$
|
|
8400
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
8056
8401
|
"required": true,
|
|
8057
|
-
"responseStr": "usersGroup:$
|
|
8402
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
8058
8403
|
"type": {
|
|
8059
8404
|
"definition": {
|
|
8060
8405
|
"description": null,
|
|
@@ -8119,7 +8464,7 @@
|
|
|
8119
8464
|
"name": "UsersGroupRef",
|
|
8120
8465
|
"non_null": false
|
|
8121
8466
|
},
|
|
8122
|
-
"varName": "
|
|
8467
|
+
"varName": "usersGroupRef"
|
|
8123
8468
|
}
|
|
8124
8469
|
},
|
|
8125
8470
|
"inputFields": null,
|
|
@@ -8136,10 +8481,10 @@
|
|
|
8136
8481
|
"name": "WanFirewallSource",
|
|
8137
8482
|
"non_null": false
|
|
8138
8483
|
},
|
|
8139
|
-
"varName": "
|
|
8484
|
+
"varName": "wanFirewallSource"
|
|
8140
8485
|
},
|
|
8141
8486
|
"tracking": {
|
|
8142
|
-
"alias": "
|
|
8487
|
+
"alias": "policyTrackingTracking: tracking",
|
|
8143
8488
|
"args": {},
|
|
8144
8489
|
"deprecationReason": null,
|
|
8145
8490
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8147,16 +8492,16 @@
|
|
|
8147
8492
|
"isDeprecated": false,
|
|
8148
8493
|
"name": "tracking",
|
|
8149
8494
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.tracking",
|
|
8150
|
-
"requestStr": "$
|
|
8495
|
+
"requestStr": "$policyTracking:PolicyTracking! ",
|
|
8151
8496
|
"required": true,
|
|
8152
|
-
"responseStr": "tracking:$
|
|
8497
|
+
"responseStr": "tracking:$policyTracking ",
|
|
8153
8498
|
"type": {
|
|
8154
8499
|
"definition": {
|
|
8155
8500
|
"description": null,
|
|
8156
8501
|
"enumValues": null,
|
|
8157
8502
|
"fields": {
|
|
8158
8503
|
"alert": {
|
|
8159
|
-
"alias": "
|
|
8504
|
+
"alias": "policyRuleTrackingAlertAlert: alert",
|
|
8160
8505
|
"args": {},
|
|
8161
8506
|
"deprecationReason": null,
|
|
8162
8507
|
"description": null,
|
|
@@ -8164,9 +8509,9 @@
|
|
|
8164
8509
|
"isDeprecated": false,
|
|
8165
8510
|
"name": "alert",
|
|
8166
8511
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.tracking.alert",
|
|
8167
|
-
"requestStr": "$
|
|
8512
|
+
"requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
|
|
8168
8513
|
"required": true,
|
|
8169
|
-
"responseStr": "alert:$
|
|
8514
|
+
"responseStr": "alert:$policyRuleTrackingAlert ",
|
|
8170
8515
|
"type": {
|
|
8171
8516
|
"definition": {
|
|
8172
8517
|
"description": "Returns data for the alert settings for the rule",
|
|
@@ -8194,7 +8539,7 @@
|
|
|
8194
8539
|
"varName": "enabled"
|
|
8195
8540
|
},
|
|
8196
8541
|
"frequency": {
|
|
8197
|
-
"alias": "
|
|
8542
|
+
"alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
|
|
8198
8543
|
"args": {},
|
|
8199
8544
|
"deprecationReason": null,
|
|
8200
8545
|
"description": "Returns data for the alert frequency",
|
|
@@ -8252,7 +8597,7 @@
|
|
|
8252
8597
|
"varName": "frequency"
|
|
8253
8598
|
},
|
|
8254
8599
|
"mailingList": {
|
|
8255
|
-
"alias": "
|
|
8600
|
+
"alias": "subscriptionMailingListRefMailingList: mailingList",
|
|
8256
8601
|
"args": {},
|
|
8257
8602
|
"deprecationReason": null,
|
|
8258
8603
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8260,9 +8605,9 @@
|
|
|
8260
8605
|
"isDeprecated": false,
|
|
8261
8606
|
"name": "mailingList",
|
|
8262
8607
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.tracking.alert.mailingList",
|
|
8263
|
-
"requestStr": "$
|
|
8608
|
+
"requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
|
|
8264
8609
|
"required": true,
|
|
8265
|
-
"responseStr": "mailingList:$
|
|
8610
|
+
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
8266
8611
|
"type": {
|
|
8267
8612
|
"definition": {
|
|
8268
8613
|
"description": null,
|
|
@@ -8327,10 +8672,10 @@
|
|
|
8327
8672
|
"name": "SubscriptionMailingListRef",
|
|
8328
8673
|
"non_null": false
|
|
8329
8674
|
},
|
|
8330
|
-
"varName": "
|
|
8675
|
+
"varName": "subscriptionMailingListRef"
|
|
8331
8676
|
},
|
|
8332
8677
|
"subscriptionGroup": {
|
|
8333
|
-
"alias": "
|
|
8678
|
+
"alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
|
|
8334
8679
|
"args": {},
|
|
8335
8680
|
"deprecationReason": null,
|
|
8336
8681
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8338,9 +8683,9 @@
|
|
|
8338
8683
|
"isDeprecated": false,
|
|
8339
8684
|
"name": "subscriptionGroup",
|
|
8340
8685
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.tracking.alert.subscriptionGroup",
|
|
8341
|
-
"requestStr": "$
|
|
8686
|
+
"requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
|
|
8342
8687
|
"required": true,
|
|
8343
|
-
"responseStr": "subscriptionGroup:$
|
|
8688
|
+
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
8344
8689
|
"type": {
|
|
8345
8690
|
"definition": {
|
|
8346
8691
|
"description": null,
|
|
@@ -8405,10 +8750,10 @@
|
|
|
8405
8750
|
"name": "SubscriptionGroupRef",
|
|
8406
8751
|
"non_null": false
|
|
8407
8752
|
},
|
|
8408
|
-
"varName": "
|
|
8753
|
+
"varName": "subscriptionGroupRef"
|
|
8409
8754
|
},
|
|
8410
8755
|
"webhook": {
|
|
8411
|
-
"alias": "
|
|
8756
|
+
"alias": "subscriptionWebhookRefWebhook: webhook",
|
|
8412
8757
|
"args": {},
|
|
8413
8758
|
"deprecationReason": null,
|
|
8414
8759
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8416,9 +8761,9 @@
|
|
|
8416
8761
|
"isDeprecated": false,
|
|
8417
8762
|
"name": "webhook",
|
|
8418
8763
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.tracking.alert.webhook",
|
|
8419
|
-
"requestStr": "$
|
|
8764
|
+
"requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
|
|
8420
8765
|
"required": true,
|
|
8421
|
-
"responseStr": "webhook:$
|
|
8766
|
+
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
8422
8767
|
"type": {
|
|
8423
8768
|
"definition": {
|
|
8424
8769
|
"description": null,
|
|
@@ -8483,7 +8828,7 @@
|
|
|
8483
8828
|
"name": "SubscriptionWebhookRef",
|
|
8484
8829
|
"non_null": false
|
|
8485
8830
|
},
|
|
8486
|
-
"varName": "
|
|
8831
|
+
"varName": "subscriptionWebhookRef"
|
|
8487
8832
|
}
|
|
8488
8833
|
},
|
|
8489
8834
|
"inputFields": null,
|
|
@@ -8500,10 +8845,10 @@
|
|
|
8500
8845
|
"name": "PolicyRuleTrackingAlert",
|
|
8501
8846
|
"non_null": false
|
|
8502
8847
|
},
|
|
8503
|
-
"varName": "
|
|
8848
|
+
"varName": "policyRuleTrackingAlert"
|
|
8504
8849
|
},
|
|
8505
8850
|
"event": {
|
|
8506
|
-
"alias": "
|
|
8851
|
+
"alias": "policyRuleTrackingEventEvent: event",
|
|
8507
8852
|
"args": {},
|
|
8508
8853
|
"deprecationReason": null,
|
|
8509
8854
|
"description": null,
|
|
@@ -8511,9 +8856,9 @@
|
|
|
8511
8856
|
"isDeprecated": false,
|
|
8512
8857
|
"name": "event",
|
|
8513
8858
|
"path": "wanFirewall.updatePolicy.policy.rules.rule.tracking.event",
|
|
8514
|
-
"requestStr": "$
|
|
8859
|
+
"requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
|
|
8515
8860
|
"required": true,
|
|
8516
|
-
"responseStr": "event:$
|
|
8861
|
+
"responseStr": "event:$policyRuleTrackingEvent ",
|
|
8517
8862
|
"type": {
|
|
8518
8863
|
"definition": {
|
|
8519
8864
|
"description": "Returns data if an alert is sent for a rule",
|
|
@@ -8555,7 +8900,7 @@
|
|
|
8555
8900
|
"name": "PolicyRuleTrackingEvent",
|
|
8556
8901
|
"non_null": false
|
|
8557
8902
|
},
|
|
8558
|
-
"varName": "
|
|
8903
|
+
"varName": "policyRuleTrackingEvent"
|
|
8559
8904
|
}
|
|
8560
8905
|
},
|
|
8561
8906
|
"inputFields": null,
|
|
@@ -8572,7 +8917,7 @@
|
|
|
8572
8917
|
"name": "PolicyTracking",
|
|
8573
8918
|
"non_null": false
|
|
8574
8919
|
},
|
|
8575
|
-
"varName": "
|
|
8920
|
+
"varName": "policyTracking"
|
|
8576
8921
|
}
|
|
8577
8922
|
},
|
|
8578
8923
|
"inputFields": null,
|
|
@@ -8589,7 +8934,7 @@
|
|
|
8589
8934
|
"name": "WanFirewallRule",
|
|
8590
8935
|
"non_null": false
|
|
8591
8936
|
},
|
|
8592
|
-
"varName": "
|
|
8937
|
+
"varName": "wanFirewallRule"
|
|
8593
8938
|
}
|
|
8594
8939
|
},
|
|
8595
8940
|
"inputFields": null,
|
|
@@ -8608,7 +8953,7 @@
|
|
|
8608
8953
|
"name": "WanFirewallRulePayload",
|
|
8609
8954
|
"non_null": false
|
|
8610
8955
|
},
|
|
8611
|
-
"varName": "
|
|
8956
|
+
"varName": "wanFirewallRulePayload"
|
|
8612
8957
|
},
|
|
8613
8958
|
"sections": {
|
|
8614
8959
|
"args": {},
|
|
@@ -8618,16 +8963,16 @@
|
|
|
8618
8963
|
"isDeprecated": false,
|
|
8619
8964
|
"name": "sections",
|
|
8620
8965
|
"path": "wanFirewall.updatePolicy.policy.sections",
|
|
8621
|
-
"requestStr": "$
|
|
8966
|
+
"requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
|
|
8622
8967
|
"required": true,
|
|
8623
|
-
"responseStr": "sections:$
|
|
8968
|
+
"responseStr": "sections:$policySectionPayload ",
|
|
8624
8969
|
"type": {
|
|
8625
8970
|
"definition": {
|
|
8626
8971
|
"description": null,
|
|
8627
8972
|
"enumValues": null,
|
|
8628
8973
|
"fields": {
|
|
8629
8974
|
"audit": {
|
|
8630
|
-
"alias": "
|
|
8975
|
+
"alias": "policyElementAuditAudit: audit",
|
|
8631
8976
|
"args": {},
|
|
8632
8977
|
"deprecationReason": null,
|
|
8633
8978
|
"description": null,
|
|
@@ -8635,9 +8980,9 @@
|
|
|
8635
8980
|
"isDeprecated": false,
|
|
8636
8981
|
"name": "audit",
|
|
8637
8982
|
"path": "wanFirewall.updatePolicy.policy.sections.audit",
|
|
8638
|
-
"requestStr": "$
|
|
8983
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
8639
8984
|
"required": true,
|
|
8640
|
-
"responseStr": "audit:$
|
|
8985
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
8641
8986
|
"type": {
|
|
8642
8987
|
"definition": {
|
|
8643
8988
|
"description": null,
|
|
@@ -8700,10 +9045,10 @@
|
|
|
8700
9045
|
"name": "PolicyElementAudit",
|
|
8701
9046
|
"non_null": false
|
|
8702
9047
|
},
|
|
8703
|
-
"varName": "
|
|
9048
|
+
"varName": "policyElementAudit"
|
|
8704
9049
|
},
|
|
8705
9050
|
"properties": {
|
|
8706
|
-
"alias": "
|
|
9051
|
+
"alias": "policyElementPropertiesEnumProperties: properties",
|
|
8707
9052
|
"args": {},
|
|
8708
9053
|
"deprecationReason": null,
|
|
8709
9054
|
"description": null,
|
|
@@ -8781,7 +9126,7 @@
|
|
|
8781
9126
|
"varName": "properties"
|
|
8782
9127
|
},
|
|
8783
9128
|
"section": {
|
|
8784
|
-
"alias": "
|
|
9129
|
+
"alias": "policySectionInfoSection: section",
|
|
8785
9130
|
"args": {},
|
|
8786
9131
|
"deprecationReason": null,
|
|
8787
9132
|
"description": null,
|
|
@@ -8789,9 +9134,9 @@
|
|
|
8789
9134
|
"isDeprecated": false,
|
|
8790
9135
|
"name": "section",
|
|
8791
9136
|
"path": "wanFirewall.updatePolicy.policy.sections.section",
|
|
8792
|
-
"requestStr": "$
|
|
9137
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
8793
9138
|
"required": true,
|
|
8794
|
-
"responseStr": "section:$
|
|
9139
|
+
"responseStr": "section:$policySectionInfo ",
|
|
8795
9140
|
"type": {
|
|
8796
9141
|
"definition": {
|
|
8797
9142
|
"description": "Define settings for a policy section",
|
|
@@ -8854,7 +9199,7 @@
|
|
|
8854
9199
|
"name": "PolicySectionInfo",
|
|
8855
9200
|
"non_null": false
|
|
8856
9201
|
},
|
|
8857
|
-
"varName": "
|
|
9202
|
+
"varName": "policySectionInfo"
|
|
8858
9203
|
}
|
|
8859
9204
|
},
|
|
8860
9205
|
"inputFields": null,
|
|
@@ -8873,7 +9218,7 @@
|
|
|
8873
9218
|
"name": "PolicySectionPayload",
|
|
8874
9219
|
"non_null": false
|
|
8875
9220
|
},
|
|
8876
|
-
"varName": "
|
|
9221
|
+
"varName": "policySectionPayload"
|
|
8877
9222
|
}
|
|
8878
9223
|
},
|
|
8879
9224
|
"inputFields": null,
|
|
@@ -8889,10 +9234,10 @@
|
|
|
8889
9234
|
"name": "WanFirewallPolicy",
|
|
8890
9235
|
"non_null": false
|
|
8891
9236
|
},
|
|
8892
|
-
"varName": "
|
|
9237
|
+
"varName": "wanFirewallPolicy"
|
|
8893
9238
|
},
|
|
8894
9239
|
"status": {
|
|
8895
|
-
"alias": "
|
|
9240
|
+
"alias": "policyMutationStatusStatus: status",
|
|
8896
9241
|
"args": {},
|
|
8897
9242
|
"deprecationReason": null,
|
|
8898
9243
|
"description": null,
|
|
@@ -8952,7 +9297,7 @@
|
|
|
8952
9297
|
"name": "WanFirewallPolicyMutationPayload",
|
|
8953
9298
|
"non_null": false
|
|
8954
9299
|
},
|
|
8955
|
-
"varName": "
|
|
9300
|
+
"varName": "wanFirewallPolicyMutationPayload"
|
|
8956
9301
|
}
|
|
8957
9302
|
},
|
|
8958
9303
|
"inputFields": null,
|
|
@@ -8968,7 +9313,7 @@
|
|
|
8968
9313
|
"name": "WanFirewallPolicyMutations",
|
|
8969
9314
|
"non_null": false
|
|
8970
9315
|
},
|
|
8971
|
-
"varName": "
|
|
9316
|
+
"varName": "wanFirewallPolicyMutations"
|
|
8972
9317
|
}
|
|
8973
9318
|
},
|
|
8974
9319
|
"inputFields": null,
|
|
@@ -8985,14 +9330,14 @@
|
|
|
8985
9330
|
"non_null": false
|
|
8986
9331
|
},
|
|
8987
9332
|
"variablesPayload": {
|
|
8988
|
-
"
|
|
8989
|
-
"
|
|
9333
|
+
"wanFirewallPolicyMutationInput": {
|
|
9334
|
+
"policyMutationRevisionInput": {
|
|
8990
9335
|
"id": {
|
|
8991
9336
|
"id": "ID"
|
|
8992
9337
|
}
|
|
8993
9338
|
}
|
|
8994
9339
|
},
|
|
8995
|
-
"
|
|
9340
|
+
"wanFirewallPolicyUpdateInput": {
|
|
8996
9341
|
"state": {
|
|
8997
9342
|
"state": "enum(PolicyToggleState)"
|
|
8998
9343
|
}
|