catocli 1.0.14__py3-none-any.whl → 1.0.17__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 +19 -2
- catocli/__init__.py +1 -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/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- 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_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- 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 +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -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_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -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 +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -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_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -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 +3 -3
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +5 -3
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- catocli-1.0.17.dist-info/RECORD +356 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- 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.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- 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.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- 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.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +45 -45
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.site.addNetworkRange.json +55 -55
- models/mutation.site.addSocketSite.json +45 -45
- models/mutation.site.addStaticHost.json +35 -35
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.site.removeNetworkRange.json +5 -5
- models/mutation.site.removeSite.json +5 -5
- models/mutation.site.removeStaticHost.json +5 -5
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +56 -56
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.site.updateNetworkRange.json +76 -76
- models/mutation.site.updateSiteGeneralDetails.json +75 -75
- models/mutation.site.updateSocketInterface.json +284 -284
- models/mutation.site.updateStaticHost.json +56 -56
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +45 -45
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.sites.addNetworkRange.json +55 -55
- models/mutation.sites.addSocketSite.json +45 -45
- models/mutation.sites.addStaticHost.json +35 -35
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.sites.removeNetworkRange.json +5 -5
- models/mutation.sites.removeSite.json +5 -5
- models/mutation.sites.removeStaticHost.json +5 -5
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +56 -56
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.sites.updateNetworkRange.json +76 -76
- models/mutation.sites.updateSiteGeneralDetails.json +75 -75
- models/mutation.sites.updateSocketInterface.json +284 -284
- models/mutation.sites.updateStaticHost.json +56 -56
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- 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 +113 -89
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +198 -102
- models/query.eventsFeed.json +74 -50
- models/query.eventsTimeSeries.json +186 -114
- models/query.hardwareManagement.json +317 -125
- models/query.licensing.json +971 -434
- models/query.policy.json +10946 -5043
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +869 -869
- models/query.xdr.story.json +637 -637
- schema/catolib.py +12 -12
- catocli-1.0.14.dist-info/RECORD +0 -264
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "moveRule___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "moveRule.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$policyMoveRuleInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": "Move the rule to a different position in the policy",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"id_str": "moveRule___input___to",
|
|
64
64
|
"name": "to",
|
|
65
65
|
"path": "moveRule.input.to",
|
|
66
|
-
"requestStr": "$
|
|
66
|
+
"requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
|
|
67
67
|
"required": false,
|
|
68
|
-
"responseStr": "to:$
|
|
68
|
+
"responseStr": "to:$policyRulePositionInput ",
|
|
69
69
|
"type": {
|
|
70
70
|
"definition": {
|
|
71
71
|
"description": "Parameters required to define the rule position",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"name": "PolicyRulePositionInput",
|
|
170
170
|
"non_null": false
|
|
171
171
|
},
|
|
172
|
-
"varName": "
|
|
172
|
+
"varName": "policyRulePositionInput"
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"interfaces": null,
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"name": "PolicyMoveRuleInput",
|
|
186
186
|
"non_null": false
|
|
187
187
|
},
|
|
188
|
-
"varName": "
|
|
188
|
+
"varName": "policyMoveRuleInput"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"deprecationReason": null,
|
|
@@ -210,9 +210,9 @@
|
|
|
210
210
|
"id_str": "wanFirewall___input",
|
|
211
211
|
"name": "input",
|
|
212
212
|
"path": "wanFirewall.input",
|
|
213
|
-
"requestStr": "$
|
|
213
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
214
214
|
"required": false,
|
|
215
|
-
"responseStr": "input:$
|
|
215
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
216
216
|
"type": {
|
|
217
217
|
"definition": {
|
|
218
218
|
"description": null,
|
|
@@ -225,9 +225,9 @@
|
|
|
225
225
|
"id_str": "wanFirewall___input___revision",
|
|
226
226
|
"name": "revision",
|
|
227
227
|
"path": "wanFirewall.input.revision",
|
|
228
|
-
"requestStr": "$
|
|
228
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
229
229
|
"required": false,
|
|
230
|
-
"responseStr": "revision:$
|
|
230
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
231
231
|
"type": {
|
|
232
232
|
"definition": {
|
|
233
233
|
"description": null,
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"name": "PolicyMutationRevisionInput",
|
|
266
266
|
"non_null": false
|
|
267
267
|
},
|
|
268
|
-
"varName": "
|
|
268
|
+
"varName": "policyMutationRevisionInput"
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
271
|
"interfaces": null,
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"name": "WanFirewallPolicyMutationInput",
|
|
281
281
|
"non_null": false
|
|
282
282
|
},
|
|
283
|
-
"varName": "
|
|
283
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
286
|
"deprecationReason": null,
|
|
@@ -305,6 +305,7 @@
|
|
|
305
305
|
"CustomCategoryRef": true,
|
|
306
306
|
"CustomService": true,
|
|
307
307
|
"DayOfWeek": true,
|
|
308
|
+
"DeviceAttributes": true,
|
|
308
309
|
"DeviceProfileRef": true,
|
|
309
310
|
"FloatingSubnetRef": true,
|
|
310
311
|
"GlobalIpRangeRef": true,
|
|
@@ -356,15 +357,34 @@
|
|
|
356
357
|
"isDeprecated": false,
|
|
357
358
|
"name": "policy",
|
|
358
359
|
"operationArgs": {
|
|
359
|
-
"
|
|
360
|
+
"accountId": {
|
|
361
|
+
"defaultValue": null,
|
|
362
|
+
"description": null,
|
|
363
|
+
"id_str": "accountId",
|
|
364
|
+
"name": "accountId",
|
|
365
|
+
"path": "accountId",
|
|
366
|
+
"requestStr": "$accountId:ID! ",
|
|
367
|
+
"required": true,
|
|
368
|
+
"responseStr": "accountId:$accountId ",
|
|
369
|
+
"type": {
|
|
370
|
+
"kind": [
|
|
371
|
+
"NON_NULL",
|
|
372
|
+
"SCALAR"
|
|
373
|
+
],
|
|
374
|
+
"name": "ID",
|
|
375
|
+
"non_null": false
|
|
376
|
+
},
|
|
377
|
+
"varName": "accountId"
|
|
378
|
+
},
|
|
379
|
+
"policyMoveRuleInput": {
|
|
360
380
|
"defaultValue": null,
|
|
361
381
|
"description": null,
|
|
362
382
|
"id_str": "moveRule___input",
|
|
363
383
|
"name": "input",
|
|
364
384
|
"path": "moveRule.input",
|
|
365
|
-
"requestStr": "$
|
|
385
|
+
"requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
|
|
366
386
|
"required": true,
|
|
367
|
-
"responseStr": "input:$
|
|
387
|
+
"responseStr": "input:$policyMoveRuleInput ",
|
|
368
388
|
"type": {
|
|
369
389
|
"definition": {
|
|
370
390
|
"description": "Move the rule to a different position in the policy",
|
|
@@ -396,9 +416,9 @@
|
|
|
396
416
|
"id_str": "moveRule___input___to",
|
|
397
417
|
"name": "to",
|
|
398
418
|
"path": "moveRule.input.to",
|
|
399
|
-
"requestStr": "$
|
|
419
|
+
"requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
|
|
400
420
|
"required": false,
|
|
401
|
-
"responseStr": "to:$
|
|
421
|
+
"responseStr": "to:$policyRulePositionInput ",
|
|
402
422
|
"type": {
|
|
403
423
|
"definition": {
|
|
404
424
|
"description": "Parameters required to define the rule position",
|
|
@@ -502,7 +522,7 @@
|
|
|
502
522
|
"name": "PolicyRulePositionInput",
|
|
503
523
|
"non_null": false
|
|
504
524
|
},
|
|
505
|
-
"varName": "
|
|
525
|
+
"varName": "policyRulePositionInput"
|
|
506
526
|
}
|
|
507
527
|
},
|
|
508
528
|
"interfaces": null,
|
|
@@ -518,17 +538,17 @@
|
|
|
518
538
|
"name": "PolicyMoveRuleInput",
|
|
519
539
|
"non_null": false
|
|
520
540
|
},
|
|
521
|
-
"varName": "
|
|
541
|
+
"varName": "policyMoveRuleInput"
|
|
522
542
|
},
|
|
523
|
-
"
|
|
543
|
+
"wanFirewallPolicyMutationInput": {
|
|
524
544
|
"defaultValue": null,
|
|
525
545
|
"description": null,
|
|
526
546
|
"id_str": "wanFirewall___input",
|
|
527
547
|
"name": "input",
|
|
528
548
|
"path": "wanFirewall.input",
|
|
529
|
-
"requestStr": "$
|
|
549
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
530
550
|
"required": false,
|
|
531
|
-
"responseStr": "input:$
|
|
551
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
532
552
|
"type": {
|
|
533
553
|
"definition": {
|
|
534
554
|
"description": null,
|
|
@@ -541,9 +561,9 @@
|
|
|
541
561
|
"id_str": "wanFirewall___input___revision",
|
|
542
562
|
"name": "revision",
|
|
543
563
|
"path": "wanFirewall.input.revision",
|
|
544
|
-
"requestStr": "$
|
|
564
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
545
565
|
"required": false,
|
|
546
|
-
"responseStr": "revision:$
|
|
566
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
547
567
|
"type": {
|
|
548
568
|
"definition": {
|
|
549
569
|
"description": null,
|
|
@@ -581,7 +601,7 @@
|
|
|
581
601
|
"name": "PolicyMutationRevisionInput",
|
|
582
602
|
"non_null": false
|
|
583
603
|
},
|
|
584
|
-
"varName": "
|
|
604
|
+
"varName": "policyMutationRevisionInput"
|
|
585
605
|
}
|
|
586
606
|
},
|
|
587
607
|
"interfaces": null,
|
|
@@ -596,26 +616,7 @@
|
|
|
596
616
|
"name": "WanFirewallPolicyMutationInput",
|
|
597
617
|
"non_null": false
|
|
598
618
|
},
|
|
599
|
-
"varName": "
|
|
600
|
-
},
|
|
601
|
-
"accountId": {
|
|
602
|
-
"defaultValue": null,
|
|
603
|
-
"description": null,
|
|
604
|
-
"id_str": "accountId",
|
|
605
|
-
"name": "accountId",
|
|
606
|
-
"path": "accountId",
|
|
607
|
-
"requestStr": "$accountId:ID! ",
|
|
608
|
-
"required": true,
|
|
609
|
-
"responseStr": "accountId:$accountId ",
|
|
610
|
-
"type": {
|
|
611
|
-
"kind": [
|
|
612
|
-
"NON_NULL",
|
|
613
|
-
"SCALAR"
|
|
614
|
-
],
|
|
615
|
-
"name": "ID",
|
|
616
|
-
"non_null": false
|
|
617
|
-
},
|
|
618
|
-
"varName": "accountId"
|
|
619
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
619
620
|
}
|
|
620
621
|
},
|
|
621
622
|
"path": "mutation.policy.wanFirewall.moveRule",
|
|
@@ -632,9 +633,9 @@
|
|
|
632
633
|
"id_str": "wanFirewall___input",
|
|
633
634
|
"name": "input",
|
|
634
635
|
"path": "wanFirewall.input",
|
|
635
|
-
"requestStr": "$
|
|
636
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
636
637
|
"required": false,
|
|
637
|
-
"responseStr": "input:$
|
|
638
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
638
639
|
"type": {
|
|
639
640
|
"definition": {
|
|
640
641
|
"description": null,
|
|
@@ -647,9 +648,9 @@
|
|
|
647
648
|
"id_str": "wanFirewall___input___revision",
|
|
648
649
|
"name": "revision",
|
|
649
650
|
"path": "wanFirewall.input.revision",
|
|
650
|
-
"requestStr": "$
|
|
651
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
651
652
|
"required": false,
|
|
652
|
-
"responseStr": "revision:$
|
|
653
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
653
654
|
"type": {
|
|
654
655
|
"definition": {
|
|
655
656
|
"description": null,
|
|
@@ -687,7 +688,7 @@
|
|
|
687
688
|
"name": "PolicyMutationRevisionInput",
|
|
688
689
|
"non_null": false
|
|
689
690
|
},
|
|
690
|
-
"varName": "
|
|
691
|
+
"varName": "policyMutationRevisionInput"
|
|
691
692
|
}
|
|
692
693
|
},
|
|
693
694
|
"interfaces": null,
|
|
@@ -702,7 +703,7 @@
|
|
|
702
703
|
"name": "WanFirewallPolicyMutationInput",
|
|
703
704
|
"non_null": false
|
|
704
705
|
},
|
|
705
|
-
"varName": "
|
|
706
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
706
707
|
}
|
|
707
708
|
},
|
|
708
709
|
"deprecationReason": null,
|
|
@@ -711,9 +712,9 @@
|
|
|
711
712
|
"isDeprecated": false,
|
|
712
713
|
"name": "wanFirewall",
|
|
713
714
|
"path": "wanFirewall",
|
|
714
|
-
"requestStr": "$
|
|
715
|
+
"requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
|
|
715
716
|
"required": false,
|
|
716
|
-
"responseStr": "wanFirewall:$
|
|
717
|
+
"responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
|
|
717
718
|
"type": {
|
|
718
719
|
"definition": {
|
|
719
720
|
"description": "The Wan Firewall Policy information returned to the caller in the API response.",
|
|
@@ -727,9 +728,9 @@
|
|
|
727
728
|
"id_str": "moveRule___input",
|
|
728
729
|
"name": "input",
|
|
729
730
|
"path": "moveRule.input",
|
|
730
|
-
"requestStr": "$
|
|
731
|
+
"requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
|
|
731
732
|
"required": true,
|
|
732
|
-
"responseStr": "input:$
|
|
733
|
+
"responseStr": "input:$policyMoveRuleInput ",
|
|
733
734
|
"type": {
|
|
734
735
|
"definition": {
|
|
735
736
|
"description": "Move the rule to a different position in the policy",
|
|
@@ -761,9 +762,9 @@
|
|
|
761
762
|
"id_str": "moveRule___input___to",
|
|
762
763
|
"name": "to",
|
|
763
764
|
"path": "moveRule.input.to",
|
|
764
|
-
"requestStr": "$
|
|
765
|
+
"requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
|
|
765
766
|
"required": false,
|
|
766
|
-
"responseStr": "to:$
|
|
767
|
+
"responseStr": "to:$policyRulePositionInput ",
|
|
767
768
|
"type": {
|
|
768
769
|
"definition": {
|
|
769
770
|
"description": "Parameters required to define the rule position",
|
|
@@ -867,7 +868,7 @@
|
|
|
867
868
|
"name": "PolicyRulePositionInput",
|
|
868
869
|
"non_null": false
|
|
869
870
|
},
|
|
870
|
-
"varName": "
|
|
871
|
+
"varName": "policyRulePositionInput"
|
|
871
872
|
}
|
|
872
873
|
},
|
|
873
874
|
"interfaces": null,
|
|
@@ -883,7 +884,7 @@
|
|
|
883
884
|
"name": "PolicyMoveRuleInput",
|
|
884
885
|
"non_null": false
|
|
885
886
|
},
|
|
886
|
-
"varName": "
|
|
887
|
+
"varName": "policyMoveRuleInput"
|
|
887
888
|
}
|
|
888
889
|
},
|
|
889
890
|
"deprecationReason": null,
|
|
@@ -892,16 +893,16 @@
|
|
|
892
893
|
"isDeprecated": false,
|
|
893
894
|
"name": "moveRule",
|
|
894
895
|
"path": "wanFirewall.moveRule",
|
|
895
|
-
"requestStr": "$
|
|
896
|
+
"requestStr": "$wanFirewallRuleMutationPayload:WanFirewallRuleMutationPayload! ",
|
|
896
897
|
"required": true,
|
|
897
|
-
"responseStr": "moveRule:$
|
|
898
|
+
"responseStr": "moveRule:$wanFirewallRuleMutationPayload ",
|
|
898
899
|
"type": {
|
|
899
900
|
"definition": {
|
|
900
901
|
"description": null,
|
|
901
902
|
"enumValues": null,
|
|
902
903
|
"fields": {
|
|
903
904
|
"errors": {
|
|
904
|
-
"alias": "
|
|
905
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
905
906
|
"args": {},
|
|
906
907
|
"deprecationReason": null,
|
|
907
908
|
"description": null,
|
|
@@ -909,9 +910,9 @@
|
|
|
909
910
|
"isDeprecated": false,
|
|
910
911
|
"name": "errors",
|
|
911
912
|
"path": "wanFirewall.moveRule.errors",
|
|
912
|
-
"requestStr": "$
|
|
913
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
913
914
|
"required": true,
|
|
914
|
-
"responseStr": "errors:$
|
|
915
|
+
"responseStr": "errors:$policyMutationError ",
|
|
915
916
|
"type": {
|
|
916
917
|
"definition": {
|
|
917
918
|
"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\"",
|
|
@@ -974,10 +975,10 @@
|
|
|
974
975
|
"name": "PolicyMutationError",
|
|
975
976
|
"non_null": false
|
|
976
977
|
},
|
|
977
|
-
"varName": "
|
|
978
|
+
"varName": "policyMutationError"
|
|
978
979
|
},
|
|
979
980
|
"rule": {
|
|
980
|
-
"alias": "
|
|
981
|
+
"alias": "wanFirewallRulePayloadRule: rule",
|
|
981
982
|
"args": {},
|
|
982
983
|
"deprecationReason": null,
|
|
983
984
|
"description": null,
|
|
@@ -985,9 +986,9 @@
|
|
|
985
986
|
"isDeprecated": false,
|
|
986
987
|
"name": "rule",
|
|
987
988
|
"path": "wanFirewall.moveRule.rule",
|
|
988
|
-
"requestStr": "$
|
|
989
|
+
"requestStr": "$wanFirewallRulePayload:WanFirewallRulePayload ",
|
|
989
990
|
"required": false,
|
|
990
|
-
"responseStr": "rule:$
|
|
991
|
+
"responseStr": "rule:$wanFirewallRulePayload ",
|
|
991
992
|
"type": {
|
|
992
993
|
"definition": {
|
|
993
994
|
"description": "Wan Firewall policy information for a specific revision",
|
|
@@ -1001,9 +1002,9 @@
|
|
|
1001
1002
|
"isDeprecated": false,
|
|
1002
1003
|
"name": "audit",
|
|
1003
1004
|
"path": "wanFirewall.moveRule.rule.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,7 +1067,7 @@
|
|
|
1066
1067
|
"name": "PolicyElementAudit",
|
|
1067
1068
|
"non_null": false
|
|
1068
1069
|
},
|
|
1069
|
-
"varName": "
|
|
1070
|
+
"varName": "policyElementAudit"
|
|
1070
1071
|
},
|
|
1071
1072
|
"properties": {
|
|
1072
1073
|
"args": {},
|
|
@@ -1153,16 +1154,16 @@
|
|
|
1153
1154
|
"isDeprecated": false,
|
|
1154
1155
|
"name": "rule",
|
|
1155
1156
|
"path": "wanFirewall.moveRule.rule.rule",
|
|
1156
|
-
"requestStr": "$
|
|
1157
|
+
"requestStr": "$wanFirewallRule:WanFirewallRule! ",
|
|
1157
1158
|
"required": true,
|
|
1158
|
-
"responseStr": "rule:$
|
|
1159
|
+
"responseStr": "rule:$wanFirewallRule ",
|
|
1159
1160
|
"type": {
|
|
1160
1161
|
"definition": {
|
|
1161
1162
|
"description": null,
|
|
1162
1163
|
"enumValues": null,
|
|
1163
1164
|
"fields": {
|
|
1164
1165
|
"action": {
|
|
1165
|
-
"alias": "
|
|
1166
|
+
"alias": "wanFirewallActionEnumAction: action",
|
|
1166
1167
|
"args": {},
|
|
1167
1168
|
"deprecationReason": null,
|
|
1168
1169
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1214,7 +1215,7 @@
|
|
|
1214
1215
|
"varName": "action"
|
|
1215
1216
|
},
|
|
1216
1217
|
"application": {
|
|
1217
|
-
"alias": "
|
|
1218
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
1218
1219
|
"args": {},
|
|
1219
1220
|
"deprecationReason": null,
|
|
1220
1221
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1222,16 +1223,16 @@
|
|
|
1222
1223
|
"isDeprecated": false,
|
|
1223
1224
|
"name": "application",
|
|
1224
1225
|
"path": "wanFirewall.moveRule.rule.rule.application",
|
|
1225
|
-
"requestStr": "$
|
|
1226
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
1226
1227
|
"required": true,
|
|
1227
|
-
"responseStr": "application:$
|
|
1228
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
1228
1229
|
"type": {
|
|
1229
1230
|
"definition": {
|
|
1230
1231
|
"description": "Application match criteria set",
|
|
1231
1232
|
"enumValues": null,
|
|
1232
1233
|
"fields": {
|
|
1233
1234
|
"appCategory": {
|
|
1234
|
-
"alias": "
|
|
1235
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
1235
1236
|
"args": {},
|
|
1236
1237
|
"deprecationReason": null,
|
|
1237
1238
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1239,9 +1240,9 @@
|
|
|
1239
1240
|
"isDeprecated": false,
|
|
1240
1241
|
"name": "appCategory",
|
|
1241
1242
|
"path": "wanFirewall.moveRule.rule.rule.application.appCategory",
|
|
1242
|
-
"requestStr": "$
|
|
1243
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
1243
1244
|
"required": true,
|
|
1244
|
-
"responseStr": "appCategory:$
|
|
1245
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1245
1246
|
"type": {
|
|
1246
1247
|
"definition": {
|
|
1247
1248
|
"description": null,
|
|
@@ -1306,10 +1307,10 @@
|
|
|
1306
1307
|
"name": "ApplicationCategoryRef",
|
|
1307
1308
|
"non_null": false
|
|
1308
1309
|
},
|
|
1309
|
-
"varName": "
|
|
1310
|
+
"varName": "applicationCategoryRef"
|
|
1310
1311
|
},
|
|
1311
1312
|
"application": {
|
|
1312
|
-
"alias": "
|
|
1313
|
+
"alias": "applicationRefApplication: application",
|
|
1313
1314
|
"args": {},
|
|
1314
1315
|
"deprecationReason": null,
|
|
1315
1316
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1317,9 +1318,9 @@
|
|
|
1317
1318
|
"isDeprecated": false,
|
|
1318
1319
|
"name": "application",
|
|
1319
1320
|
"path": "wanFirewall.moveRule.rule.rule.application.application",
|
|
1320
|
-
"requestStr": "$
|
|
1321
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
1321
1322
|
"required": true,
|
|
1322
|
-
"responseStr": "application:$
|
|
1323
|
+
"responseStr": "application:$applicationRef ",
|
|
1323
1324
|
"type": {
|
|
1324
1325
|
"definition": {
|
|
1325
1326
|
"description": null,
|
|
@@ -1384,10 +1385,10 @@
|
|
|
1384
1385
|
"name": "ApplicationRef",
|
|
1385
1386
|
"non_null": false
|
|
1386
1387
|
},
|
|
1387
|
-
"varName": "
|
|
1388
|
+
"varName": "applicationRef"
|
|
1388
1389
|
},
|
|
1389
1390
|
"customApp": {
|
|
1390
|
-
"alias": "
|
|
1391
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
1391
1392
|
"args": {},
|
|
1392
1393
|
"deprecationReason": null,
|
|
1393
1394
|
"description": "Custom (user-defined) applications",
|
|
@@ -1395,9 +1396,9 @@
|
|
|
1395
1396
|
"isDeprecated": false,
|
|
1396
1397
|
"name": "customApp",
|
|
1397
1398
|
"path": "wanFirewall.moveRule.rule.rule.application.customApp",
|
|
1398
|
-
"requestStr": "$
|
|
1399
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
1399
1400
|
"required": true,
|
|
1400
|
-
"responseStr": "customApp:$
|
|
1401
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
1401
1402
|
"type": {
|
|
1402
1403
|
"definition": {
|
|
1403
1404
|
"description": null,
|
|
@@ -1462,10 +1463,10 @@
|
|
|
1462
1463
|
"name": "CustomApplicationRef",
|
|
1463
1464
|
"non_null": false
|
|
1464
1465
|
},
|
|
1465
|
-
"varName": "
|
|
1466
|
+
"varName": "customApplicationRef"
|
|
1466
1467
|
},
|
|
1467
1468
|
"customCategory": {
|
|
1468
|
-
"alias": "
|
|
1469
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
1469
1470
|
"args": {},
|
|
1470
1471
|
"deprecationReason": null,
|
|
1471
1472
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1473,9 +1474,9 @@
|
|
|
1473
1474
|
"isDeprecated": false,
|
|
1474
1475
|
"name": "customCategory",
|
|
1475
1476
|
"path": "wanFirewall.moveRule.rule.rule.application.customCategory",
|
|
1476
|
-
"requestStr": "$
|
|
1477
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
1477
1478
|
"required": true,
|
|
1478
|
-
"responseStr": "customCategory:$
|
|
1479
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
1479
1480
|
"type": {
|
|
1480
1481
|
"definition": {
|
|
1481
1482
|
"description": null,
|
|
@@ -1540,7 +1541,7 @@
|
|
|
1540
1541
|
"name": "CustomCategoryRef",
|
|
1541
1542
|
"non_null": false
|
|
1542
1543
|
},
|
|
1543
|
-
"varName": "
|
|
1544
|
+
"varName": "customCategoryRef"
|
|
1544
1545
|
},
|
|
1545
1546
|
"domain": {
|
|
1546
1547
|
"args": {},
|
|
@@ -1589,7 +1590,7 @@
|
|
|
1589
1590
|
"varName": "fqdn"
|
|
1590
1591
|
},
|
|
1591
1592
|
"globalIpRange": {
|
|
1592
|
-
"alias": "
|
|
1593
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
1593
1594
|
"args": {},
|
|
1594
1595
|
"deprecationReason": null,
|
|
1595
1596
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1597,9 +1598,9 @@
|
|
|
1597
1598
|
"isDeprecated": false,
|
|
1598
1599
|
"name": "globalIpRange",
|
|
1599
1600
|
"path": "wanFirewall.moveRule.rule.rule.application.globalIpRange",
|
|
1600
|
-
"requestStr": "$
|
|
1601
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
1601
1602
|
"required": true,
|
|
1602
|
-
"responseStr": "globalIpRange:$
|
|
1603
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1603
1604
|
"type": {
|
|
1604
1605
|
"definition": {
|
|
1605
1606
|
"description": null,
|
|
@@ -1664,7 +1665,7 @@
|
|
|
1664
1665
|
"name": "GlobalIpRangeRef",
|
|
1665
1666
|
"non_null": false
|
|
1666
1667
|
},
|
|
1667
|
-
"varName": "
|
|
1668
|
+
"varName": "globalIpRangeRef"
|
|
1668
1669
|
},
|
|
1669
1670
|
"ip": {
|
|
1670
1671
|
"args": {},
|
|
@@ -1690,7 +1691,7 @@
|
|
|
1690
1691
|
"varName": "ip"
|
|
1691
1692
|
},
|
|
1692
1693
|
"ipRange": {
|
|
1693
|
-
"alias": "
|
|
1694
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
1694
1695
|
"args": {},
|
|
1695
1696
|
"deprecationReason": null,
|
|
1696
1697
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1698,9 +1699,9 @@
|
|
|
1698
1699
|
"isDeprecated": false,
|
|
1699
1700
|
"name": "ipRange",
|
|
1700
1701
|
"path": "wanFirewall.moveRule.rule.rule.application.ipRange",
|
|
1701
|
-
"requestStr": "$
|
|
1702
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
1702
1703
|
"required": true,
|
|
1703
|
-
"responseStr": "ipRange:$
|
|
1704
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
1704
1705
|
"type": {
|
|
1705
1706
|
"definition": {
|
|
1706
1707
|
"description": "Inclusive range of IPs",
|
|
@@ -1765,10 +1766,10 @@
|
|
|
1765
1766
|
"name": "IpAddressRange",
|
|
1766
1767
|
"non_null": false
|
|
1767
1768
|
},
|
|
1768
|
-
"varName": "
|
|
1769
|
+
"varName": "ipAddressRange"
|
|
1769
1770
|
},
|
|
1770
1771
|
"sanctionedAppsCategory": {
|
|
1771
|
-
"alias": "
|
|
1772
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
1772
1773
|
"args": {},
|
|
1773
1774
|
"deprecationReason": null,
|
|
1774
1775
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1776,9 +1777,9 @@
|
|
|
1776
1777
|
"isDeprecated": false,
|
|
1777
1778
|
"name": "sanctionedAppsCategory",
|
|
1778
1779
|
"path": "wanFirewall.moveRule.rule.rule.application.sanctionedAppsCategory",
|
|
1779
|
-
"requestStr": "$
|
|
1780
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
1780
1781
|
"required": true,
|
|
1781
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
1782
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1782
1783
|
"type": {
|
|
1783
1784
|
"definition": {
|
|
1784
1785
|
"description": null,
|
|
@@ -1843,7 +1844,7 @@
|
|
|
1843
1844
|
"name": "SanctionedAppsCategoryRef",
|
|
1844
1845
|
"non_null": false
|
|
1845
1846
|
},
|
|
1846
|
-
"varName": "
|
|
1847
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
1847
1848
|
},
|
|
1848
1849
|
"subnet": {
|
|
1849
1850
|
"args": {},
|
|
@@ -1883,10 +1884,10 @@
|
|
|
1883
1884
|
"name": "WanFirewallApplication",
|
|
1884
1885
|
"non_null": false
|
|
1885
1886
|
},
|
|
1886
|
-
"varName": "
|
|
1887
|
+
"varName": "wanFirewallApplication"
|
|
1887
1888
|
},
|
|
1888
1889
|
"connectionOrigin": {
|
|
1889
|
-
"alias": "
|
|
1890
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
1890
1891
|
"args": {},
|
|
1891
1892
|
"deprecationReason": null,
|
|
1892
1893
|
"description": "Connection origin of the traffic",
|
|
@@ -1938,7 +1939,7 @@
|
|
|
1938
1939
|
"varName": "connectionOrigin"
|
|
1939
1940
|
},
|
|
1940
1941
|
"country": {
|
|
1941
|
-
"alias": "
|
|
1942
|
+
"alias": "countryRefCountry: country",
|
|
1942
1943
|
"args": {},
|
|
1943
1944
|
"deprecationReason": null,
|
|
1944
1945
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1946,9 +1947,9 @@
|
|
|
1946
1947
|
"isDeprecated": false,
|
|
1947
1948
|
"name": "country",
|
|
1948
1949
|
"path": "wanFirewall.moveRule.rule.rule.country",
|
|
1949
|
-
"requestStr": "$
|
|
1950
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1950
1951
|
"required": true,
|
|
1951
|
-
"responseStr": "country:$
|
|
1952
|
+
"responseStr": "country:$countryRef ",
|
|
1952
1953
|
"type": {
|
|
1953
1954
|
"definition": {
|
|
1954
1955
|
"description": null,
|
|
@@ -2013,7 +2014,7 @@
|
|
|
2013
2014
|
"name": "CountryRef",
|
|
2014
2015
|
"non_null": false
|
|
2015
2016
|
},
|
|
2016
|
-
"varName": "
|
|
2017
|
+
"varName": "countryRef"
|
|
2017
2018
|
},
|
|
2018
2019
|
"description": {
|
|
2019
2020
|
"args": {},
|
|
@@ -2037,7 +2038,7 @@
|
|
|
2037
2038
|
"varName": "description"
|
|
2038
2039
|
},
|
|
2039
2040
|
"destination": {
|
|
2040
|
-
"alias": "
|
|
2041
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
2041
2042
|
"args": {},
|
|
2042
2043
|
"deprecationReason": null,
|
|
2043
2044
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2045,16 +2046,16 @@
|
|
|
2045
2046
|
"isDeprecated": false,
|
|
2046
2047
|
"name": "destination",
|
|
2047
2048
|
"path": "wanFirewall.moveRule.rule.rule.destination",
|
|
2048
|
-
"requestStr": "$
|
|
2049
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
2049
2050
|
"required": true,
|
|
2050
|
-
"responseStr": "destination:$
|
|
2051
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
2051
2052
|
"type": {
|
|
2052
2053
|
"definition": {
|
|
2053
2054
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
2054
2055
|
"enumValues": null,
|
|
2055
2056
|
"fields": {
|
|
2056
2057
|
"floatingSubnet": {
|
|
2057
|
-
"alias": "
|
|
2058
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
2058
2059
|
"args": {},
|
|
2059
2060
|
"deprecationReason": null,
|
|
2060
2061
|
"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.",
|
|
@@ -2062,9 +2063,9 @@
|
|
|
2062
2063
|
"isDeprecated": false,
|
|
2063
2064
|
"name": "floatingSubnet",
|
|
2064
2065
|
"path": "wanFirewall.moveRule.rule.rule.destination.floatingSubnet",
|
|
2065
|
-
"requestStr": "$
|
|
2066
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
2066
2067
|
"required": true,
|
|
2067
|
-
"responseStr": "floatingSubnet:$
|
|
2068
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
2068
2069
|
"type": {
|
|
2069
2070
|
"definition": {
|
|
2070
2071
|
"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.",
|
|
@@ -2129,10 +2130,10 @@
|
|
|
2129
2130
|
"name": "FloatingSubnetRef",
|
|
2130
2131
|
"non_null": false
|
|
2131
2132
|
},
|
|
2132
|
-
"varName": "
|
|
2133
|
+
"varName": "floatingSubnetRef"
|
|
2133
2134
|
},
|
|
2134
2135
|
"globalIpRange": {
|
|
2135
|
-
"alias": "
|
|
2136
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
2136
2137
|
"args": {},
|
|
2137
2138
|
"deprecationReason": null,
|
|
2138
2139
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2140,9 +2141,9 @@
|
|
|
2140
2141
|
"isDeprecated": false,
|
|
2141
2142
|
"name": "globalIpRange",
|
|
2142
2143
|
"path": "wanFirewall.moveRule.rule.rule.destination.globalIpRange",
|
|
2143
|
-
"requestStr": "$
|
|
2144
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
2144
2145
|
"required": true,
|
|
2145
|
-
"responseStr": "globalIpRange:$
|
|
2146
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2146
2147
|
"type": {
|
|
2147
2148
|
"definition": {
|
|
2148
2149
|
"description": null,
|
|
@@ -2207,10 +2208,10 @@
|
|
|
2207
2208
|
"name": "GlobalIpRangeRef",
|
|
2208
2209
|
"non_null": false
|
|
2209
2210
|
},
|
|
2210
|
-
"varName": "
|
|
2211
|
+
"varName": "globalIpRangeRef"
|
|
2211
2212
|
},
|
|
2212
2213
|
"group": {
|
|
2213
|
-
"alias": "
|
|
2214
|
+
"alias": "groupRefGroup: group",
|
|
2214
2215
|
"args": {},
|
|
2215
2216
|
"deprecationReason": null,
|
|
2216
2217
|
"description": "Groups defined for your account",
|
|
@@ -2218,9 +2219,9 @@
|
|
|
2218
2219
|
"isDeprecated": false,
|
|
2219
2220
|
"name": "group",
|
|
2220
2221
|
"path": "wanFirewall.moveRule.rule.rule.destination.group",
|
|
2221
|
-
"requestStr": "$
|
|
2222
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
2222
2223
|
"required": true,
|
|
2223
|
-
"responseStr": "group:$
|
|
2224
|
+
"responseStr": "group:$groupRef ",
|
|
2224
2225
|
"type": {
|
|
2225
2226
|
"definition": {
|
|
2226
2227
|
"description": null,
|
|
@@ -2285,10 +2286,10 @@
|
|
|
2285
2286
|
"name": "GroupRef",
|
|
2286
2287
|
"non_null": false
|
|
2287
2288
|
},
|
|
2288
|
-
"varName": "
|
|
2289
|
+
"varName": "groupRef"
|
|
2289
2290
|
},
|
|
2290
2291
|
"host": {
|
|
2291
|
-
"alias": "
|
|
2292
|
+
"alias": "hostRefHost: host",
|
|
2292
2293
|
"args": {},
|
|
2293
2294
|
"deprecationReason": null,
|
|
2294
2295
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2296,9 +2297,9 @@
|
|
|
2296
2297
|
"isDeprecated": false,
|
|
2297
2298
|
"name": "host",
|
|
2298
2299
|
"path": "wanFirewall.moveRule.rule.rule.destination.host",
|
|
2299
|
-
"requestStr": "$
|
|
2300
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
2300
2301
|
"required": true,
|
|
2301
|
-
"responseStr": "host:$
|
|
2302
|
+
"responseStr": "host:$hostRef ",
|
|
2302
2303
|
"type": {
|
|
2303
2304
|
"definition": {
|
|
2304
2305
|
"description": null,
|
|
@@ -2363,7 +2364,7 @@
|
|
|
2363
2364
|
"name": "HostRef",
|
|
2364
2365
|
"non_null": false
|
|
2365
2366
|
},
|
|
2366
|
-
"varName": "
|
|
2367
|
+
"varName": "hostRef"
|
|
2367
2368
|
},
|
|
2368
2369
|
"ip": {
|
|
2369
2370
|
"args": {},
|
|
@@ -2389,7 +2390,7 @@
|
|
|
2389
2390
|
"varName": "ip"
|
|
2390
2391
|
},
|
|
2391
2392
|
"ipRange": {
|
|
2392
|
-
"alias": "
|
|
2393
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
2393
2394
|
"args": {},
|
|
2394
2395
|
"deprecationReason": null,
|
|
2395
2396
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2397,9 +2398,9 @@
|
|
|
2397
2398
|
"isDeprecated": false,
|
|
2398
2399
|
"name": "ipRange",
|
|
2399
2400
|
"path": "wanFirewall.moveRule.rule.rule.destination.ipRange",
|
|
2400
|
-
"requestStr": "$
|
|
2401
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
2401
2402
|
"required": true,
|
|
2402
|
-
"responseStr": "ipRange:$
|
|
2403
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
2403
2404
|
"type": {
|
|
2404
2405
|
"definition": {
|
|
2405
2406
|
"description": "Inclusive range of IPs",
|
|
@@ -2464,10 +2465,10 @@
|
|
|
2464
2465
|
"name": "IpAddressRange",
|
|
2465
2466
|
"non_null": false
|
|
2466
2467
|
},
|
|
2467
|
-
"varName": "
|
|
2468
|
+
"varName": "ipAddressRange"
|
|
2468
2469
|
},
|
|
2469
2470
|
"networkInterface": {
|
|
2470
|
-
"alias": "
|
|
2471
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
2471
2472
|
"args": {},
|
|
2472
2473
|
"deprecationReason": null,
|
|
2473
2474
|
"description": "Network range defined for a site",
|
|
@@ -2475,9 +2476,9 @@
|
|
|
2475
2476
|
"isDeprecated": false,
|
|
2476
2477
|
"name": "networkInterface",
|
|
2477
2478
|
"path": "wanFirewall.moveRule.rule.rule.destination.networkInterface",
|
|
2478
|
-
"requestStr": "$
|
|
2479
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
2479
2480
|
"required": true,
|
|
2480
|
-
"responseStr": "networkInterface:$
|
|
2481
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2481
2482
|
"type": {
|
|
2482
2483
|
"definition": {
|
|
2483
2484
|
"description": null,
|
|
@@ -2542,10 +2543,10 @@
|
|
|
2542
2543
|
"name": "NetworkInterfaceRef",
|
|
2543
2544
|
"non_null": false
|
|
2544
2545
|
},
|
|
2545
|
-
"varName": "
|
|
2546
|
+
"varName": "networkInterfaceRef"
|
|
2546
2547
|
},
|
|
2547
2548
|
"site": {
|
|
2548
|
-
"alias": "
|
|
2549
|
+
"alias": "siteRefSite: site",
|
|
2549
2550
|
"args": {},
|
|
2550
2551
|
"deprecationReason": null,
|
|
2551
2552
|
"description": "Site defined for the account",
|
|
@@ -2553,9 +2554,9 @@
|
|
|
2553
2554
|
"isDeprecated": false,
|
|
2554
2555
|
"name": "site",
|
|
2555
2556
|
"path": "wanFirewall.moveRule.rule.rule.destination.site",
|
|
2556
|
-
"requestStr": "$
|
|
2557
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
2557
2558
|
"required": true,
|
|
2558
|
-
"responseStr": "site:$
|
|
2559
|
+
"responseStr": "site:$siteRef ",
|
|
2559
2560
|
"type": {
|
|
2560
2561
|
"definition": {
|
|
2561
2562
|
"description": null,
|
|
@@ -2620,10 +2621,10 @@
|
|
|
2620
2621
|
"name": "SiteRef",
|
|
2621
2622
|
"non_null": false
|
|
2622
2623
|
},
|
|
2623
|
-
"varName": "
|
|
2624
|
+
"varName": "siteRef"
|
|
2624
2625
|
},
|
|
2625
2626
|
"siteNetworkSubnet": {
|
|
2626
|
-
"alias": "
|
|
2627
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
2627
2628
|
"args": {},
|
|
2628
2629
|
"deprecationReason": null,
|
|
2629
2630
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2631,9 +2632,9 @@
|
|
|
2631
2632
|
"isDeprecated": false,
|
|
2632
2633
|
"name": "siteNetworkSubnet",
|
|
2633
2634
|
"path": "wanFirewall.moveRule.rule.rule.destination.siteNetworkSubnet",
|
|
2634
|
-
"requestStr": "$
|
|
2635
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
2635
2636
|
"required": true,
|
|
2636
|
-
"responseStr": "siteNetworkSubnet:$
|
|
2637
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2637
2638
|
"type": {
|
|
2638
2639
|
"definition": {
|
|
2639
2640
|
"description": null,
|
|
@@ -2698,7 +2699,7 @@
|
|
|
2698
2699
|
"name": "SiteNetworkSubnetRef",
|
|
2699
2700
|
"non_null": false
|
|
2700
2701
|
},
|
|
2701
|
-
"varName": "
|
|
2702
|
+
"varName": "siteNetworkSubnetRef"
|
|
2702
2703
|
},
|
|
2703
2704
|
"subnet": {
|
|
2704
2705
|
"args": {},
|
|
@@ -2724,7 +2725,7 @@
|
|
|
2724
2725
|
"varName": "subnet"
|
|
2725
2726
|
},
|
|
2726
2727
|
"systemGroup": {
|
|
2727
|
-
"alias": "
|
|
2728
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
2728
2729
|
"args": {},
|
|
2729
2730
|
"deprecationReason": null,
|
|
2730
2731
|
"description": "Predefined Cato groups",
|
|
@@ -2732,9 +2733,9 @@
|
|
|
2732
2733
|
"isDeprecated": false,
|
|
2733
2734
|
"name": "systemGroup",
|
|
2734
2735
|
"path": "wanFirewall.moveRule.rule.rule.destination.systemGroup",
|
|
2735
|
-
"requestStr": "$
|
|
2736
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
2736
2737
|
"required": true,
|
|
2737
|
-
"responseStr": "systemGroup:$
|
|
2738
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2738
2739
|
"type": {
|
|
2739
2740
|
"definition": {
|
|
2740
2741
|
"description": null,
|
|
@@ -2799,10 +2800,10 @@
|
|
|
2799
2800
|
"name": "SystemGroupRef",
|
|
2800
2801
|
"non_null": false
|
|
2801
2802
|
},
|
|
2802
|
-
"varName": "
|
|
2803
|
+
"varName": "systemGroupRef"
|
|
2803
2804
|
},
|
|
2804
2805
|
"user": {
|
|
2805
|
-
"alias": "
|
|
2806
|
+
"alias": "userRefUser: user",
|
|
2806
2807
|
"args": {},
|
|
2807
2808
|
"deprecationReason": null,
|
|
2808
2809
|
"description": "Individual users defined for the account",
|
|
@@ -2810,9 +2811,9 @@
|
|
|
2810
2811
|
"isDeprecated": false,
|
|
2811
2812
|
"name": "user",
|
|
2812
2813
|
"path": "wanFirewall.moveRule.rule.rule.destination.user",
|
|
2813
|
-
"requestStr": "$
|
|
2814
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
2814
2815
|
"required": true,
|
|
2815
|
-
"responseStr": "user:$
|
|
2816
|
+
"responseStr": "user:$userRef ",
|
|
2816
2817
|
"type": {
|
|
2817
2818
|
"definition": {
|
|
2818
2819
|
"description": null,
|
|
@@ -2877,10 +2878,10 @@
|
|
|
2877
2878
|
"name": "UserRef",
|
|
2878
2879
|
"non_null": false
|
|
2879
2880
|
},
|
|
2880
|
-
"varName": "
|
|
2881
|
+
"varName": "userRef"
|
|
2881
2882
|
},
|
|
2882
2883
|
"usersGroup": {
|
|
2883
|
-
"alias": "
|
|
2884
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
2884
2885
|
"args": {},
|
|
2885
2886
|
"deprecationReason": null,
|
|
2886
2887
|
"description": "Group of users",
|
|
@@ -2888,9 +2889,9 @@
|
|
|
2888
2889
|
"isDeprecated": false,
|
|
2889
2890
|
"name": "usersGroup",
|
|
2890
2891
|
"path": "wanFirewall.moveRule.rule.rule.destination.usersGroup",
|
|
2891
|
-
"requestStr": "$
|
|
2892
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
2892
2893
|
"required": true,
|
|
2893
|
-
"responseStr": "usersGroup:$
|
|
2894
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2894
2895
|
"type": {
|
|
2895
2896
|
"definition": {
|
|
2896
2897
|
"description": null,
|
|
@@ -2955,7 +2956,7 @@
|
|
|
2955
2956
|
"name": "UsersGroupRef",
|
|
2956
2957
|
"non_null": false
|
|
2957
2958
|
},
|
|
2958
|
-
"varName": "
|
|
2959
|
+
"varName": "usersGroupRef"
|
|
2959
2960
|
}
|
|
2960
2961
|
},
|
|
2961
2962
|
"inputFields": null,
|
|
@@ -2972,10 +2973,10 @@
|
|
|
2972
2973
|
"name": "WanFirewallDestination",
|
|
2973
2974
|
"non_null": false
|
|
2974
2975
|
},
|
|
2975
|
-
"varName": "
|
|
2976
|
+
"varName": "wanFirewallDestination"
|
|
2976
2977
|
},
|
|
2977
2978
|
"device": {
|
|
2978
|
-
"alias": "
|
|
2979
|
+
"alias": "deviceProfileRefDevice: device",
|
|
2979
2980
|
"args": {},
|
|
2980
2981
|
"deprecationReason": null,
|
|
2981
2982
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2983,9 +2984,9 @@
|
|
|
2983
2984
|
"isDeprecated": false,
|
|
2984
2985
|
"name": "device",
|
|
2985
2986
|
"path": "wanFirewall.moveRule.rule.rule.device",
|
|
2986
|
-
"requestStr": "$
|
|
2987
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
2987
2988
|
"required": true,
|
|
2988
|
-
"responseStr": "device:$
|
|
2989
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
2989
2990
|
"type": {
|
|
2990
2991
|
"definition": {
|
|
2991
2992
|
"description": null,
|
|
@@ -3050,10 +3051,182 @@
|
|
|
3050
3051
|
"name": "DeviceProfileRef",
|
|
3051
3052
|
"non_null": false
|
|
3052
3053
|
},
|
|
3053
|
-
"varName": "
|
|
3054
|
+
"varName": "deviceProfileRef"
|
|
3055
|
+
},
|
|
3056
|
+
"deviceAttributes": {
|
|
3057
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
3058
|
+
"args": {},
|
|
3059
|
+
"deprecationReason": null,
|
|
3060
|
+
"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.",
|
|
3061
|
+
"id_str": "wanFirewall___moveRule___rule___rule___deviceAttributes",
|
|
3062
|
+
"isDeprecated": false,
|
|
3063
|
+
"name": "deviceAttributes",
|
|
3064
|
+
"path": "wanFirewall.moveRule.rule.rule.deviceAttributes",
|
|
3065
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
3066
|
+
"required": true,
|
|
3067
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
3068
|
+
"type": {
|
|
3069
|
+
"definition": {
|
|
3070
|
+
"description": null,
|
|
3071
|
+
"enumValues": null,
|
|
3072
|
+
"fields": {
|
|
3073
|
+
"category": {
|
|
3074
|
+
"args": {},
|
|
3075
|
+
"deprecationReason": null,
|
|
3076
|
+
"description": "The category of the firewall device.",
|
|
3077
|
+
"id_str": "wanFirewall___moveRule___rule___rule___deviceAttributes___category",
|
|
3078
|
+
"isDeprecated": false,
|
|
3079
|
+
"name": "category",
|
|
3080
|
+
"path": "wanFirewall.moveRule.rule.rule.deviceAttributes.category",
|
|
3081
|
+
"requestStr": "$category:[String]! ",
|
|
3082
|
+
"required": true,
|
|
3083
|
+
"responseStr": "category:$category ",
|
|
3084
|
+
"type": {
|
|
3085
|
+
"kind": [
|
|
3086
|
+
"NON_NULL",
|
|
3087
|
+
"LIST",
|
|
3088
|
+
"NON_NULL",
|
|
3089
|
+
"SCALAR"
|
|
3090
|
+
],
|
|
3091
|
+
"name": "String",
|
|
3092
|
+
"non_null": false
|
|
3093
|
+
},
|
|
3094
|
+
"varName": "category"
|
|
3095
|
+
},
|
|
3096
|
+
"manufacturer": {
|
|
3097
|
+
"args": {},
|
|
3098
|
+
"deprecationReason": null,
|
|
3099
|
+
"description": "The manufacturer of the firewall device.",
|
|
3100
|
+
"id_str": "wanFirewall___moveRule___rule___rule___deviceAttributes___manufacturer",
|
|
3101
|
+
"isDeprecated": false,
|
|
3102
|
+
"name": "manufacturer",
|
|
3103
|
+
"path": "wanFirewall.moveRule.rule.rule.deviceAttributes.manufacturer",
|
|
3104
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
3105
|
+
"required": true,
|
|
3106
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
3107
|
+
"type": {
|
|
3108
|
+
"kind": [
|
|
3109
|
+
"NON_NULL",
|
|
3110
|
+
"LIST",
|
|
3111
|
+
"NON_NULL",
|
|
3112
|
+
"SCALAR"
|
|
3113
|
+
],
|
|
3114
|
+
"name": "String",
|
|
3115
|
+
"non_null": false
|
|
3116
|
+
},
|
|
3117
|
+
"varName": "manufacturer"
|
|
3118
|
+
},
|
|
3119
|
+
"model": {
|
|
3120
|
+
"args": {},
|
|
3121
|
+
"deprecationReason": null,
|
|
3122
|
+
"description": "The model of the firewall device.",
|
|
3123
|
+
"id_str": "wanFirewall___moveRule___rule___rule___deviceAttributes___model",
|
|
3124
|
+
"isDeprecated": false,
|
|
3125
|
+
"name": "model",
|
|
3126
|
+
"path": "wanFirewall.moveRule.rule.rule.deviceAttributes.model",
|
|
3127
|
+
"requestStr": "$model:[String]! ",
|
|
3128
|
+
"required": true,
|
|
3129
|
+
"responseStr": "model:$model ",
|
|
3130
|
+
"type": {
|
|
3131
|
+
"kind": [
|
|
3132
|
+
"NON_NULL",
|
|
3133
|
+
"LIST",
|
|
3134
|
+
"NON_NULL",
|
|
3135
|
+
"SCALAR"
|
|
3136
|
+
],
|
|
3137
|
+
"name": "String",
|
|
3138
|
+
"non_null": false
|
|
3139
|
+
},
|
|
3140
|
+
"varName": "model"
|
|
3141
|
+
},
|
|
3142
|
+
"os": {
|
|
3143
|
+
"args": {},
|
|
3144
|
+
"deprecationReason": null,
|
|
3145
|
+
"description": "The operating system of the firewall device.",
|
|
3146
|
+
"id_str": "wanFirewall___moveRule___rule___rule___deviceAttributes___os",
|
|
3147
|
+
"isDeprecated": false,
|
|
3148
|
+
"name": "os",
|
|
3149
|
+
"path": "wanFirewall.moveRule.rule.rule.deviceAttributes.os",
|
|
3150
|
+
"requestStr": "$os:[String]! ",
|
|
3151
|
+
"required": true,
|
|
3152
|
+
"responseStr": "os:$os ",
|
|
3153
|
+
"type": {
|
|
3154
|
+
"kind": [
|
|
3155
|
+
"NON_NULL",
|
|
3156
|
+
"LIST",
|
|
3157
|
+
"NON_NULL",
|
|
3158
|
+
"SCALAR"
|
|
3159
|
+
],
|
|
3160
|
+
"name": "String",
|
|
3161
|
+
"non_null": false
|
|
3162
|
+
},
|
|
3163
|
+
"varName": "os"
|
|
3164
|
+
},
|
|
3165
|
+
"osVersion": {
|
|
3166
|
+
"args": {},
|
|
3167
|
+
"deprecationReason": null,
|
|
3168
|
+
"description": "The version of the operating system of the firewall device.",
|
|
3169
|
+
"id_str": "wanFirewall___moveRule___rule___rule___deviceAttributes___osVersion",
|
|
3170
|
+
"isDeprecated": false,
|
|
3171
|
+
"name": "osVersion",
|
|
3172
|
+
"path": "wanFirewall.moveRule.rule.rule.deviceAttributes.osVersion",
|
|
3173
|
+
"requestStr": "$osVersion:[String]! ",
|
|
3174
|
+
"required": true,
|
|
3175
|
+
"responseStr": "osVersion:$osVersion ",
|
|
3176
|
+
"type": {
|
|
3177
|
+
"kind": [
|
|
3178
|
+
"NON_NULL",
|
|
3179
|
+
"LIST",
|
|
3180
|
+
"NON_NULL",
|
|
3181
|
+
"SCALAR"
|
|
3182
|
+
],
|
|
3183
|
+
"name": "String",
|
|
3184
|
+
"non_null": false
|
|
3185
|
+
},
|
|
3186
|
+
"varName": "osVersion"
|
|
3187
|
+
},
|
|
3188
|
+
"type": {
|
|
3189
|
+
"args": {},
|
|
3190
|
+
"deprecationReason": null,
|
|
3191
|
+
"description": "The type of the firewall device.",
|
|
3192
|
+
"id_str": "wanFirewall___moveRule___rule___rule___deviceAttributes___type",
|
|
3193
|
+
"isDeprecated": false,
|
|
3194
|
+
"name": "type",
|
|
3195
|
+
"path": "wanFirewall.moveRule.rule.rule.deviceAttributes.type",
|
|
3196
|
+
"requestStr": "$type:[String]! ",
|
|
3197
|
+
"required": true,
|
|
3198
|
+
"responseStr": "type:$type ",
|
|
3199
|
+
"type": {
|
|
3200
|
+
"kind": [
|
|
3201
|
+
"NON_NULL",
|
|
3202
|
+
"LIST",
|
|
3203
|
+
"NON_NULL",
|
|
3204
|
+
"SCALAR"
|
|
3205
|
+
],
|
|
3206
|
+
"name": "String",
|
|
3207
|
+
"non_null": false
|
|
3208
|
+
},
|
|
3209
|
+
"varName": "type"
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
"inputFields": null,
|
|
3213
|
+
"interfaces": {},
|
|
3214
|
+
"kind": "OBJECT",
|
|
3215
|
+
"name": "DeviceAttributes",
|
|
3216
|
+
"possibleTypes": null
|
|
3217
|
+
},
|
|
3218
|
+
"indexType": "object",
|
|
3219
|
+
"kind": [
|
|
3220
|
+
"NON_NULL",
|
|
3221
|
+
"OBJECT"
|
|
3222
|
+
],
|
|
3223
|
+
"name": "DeviceAttributes",
|
|
3224
|
+
"non_null": false
|
|
3225
|
+
},
|
|
3226
|
+
"varName": "deviceAttributes"
|
|
3054
3227
|
},
|
|
3055
3228
|
"deviceOS": {
|
|
3056
|
-
"alias": "
|
|
3229
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
3057
3230
|
"args": {},
|
|
3058
3231
|
"deprecationReason": null,
|
|
3059
3232
|
"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.",
|
|
@@ -3125,7 +3298,7 @@
|
|
|
3125
3298
|
"varName": "deviceOS"
|
|
3126
3299
|
},
|
|
3127
3300
|
"direction": {
|
|
3128
|
-
"alias": "
|
|
3301
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
3129
3302
|
"args": {},
|
|
3130
3303
|
"deprecationReason": null,
|
|
3131
3304
|
"description": null,
|
|
@@ -3192,7 +3365,7 @@
|
|
|
3192
3365
|
"varName": "enabled"
|
|
3193
3366
|
},
|
|
3194
3367
|
"exceptions": {
|
|
3195
|
-
"alias": "
|
|
3368
|
+
"alias": "wanFirewallRuleExceptionExceptions: exceptions",
|
|
3196
3369
|
"args": {},
|
|
3197
3370
|
"deprecationReason": null,
|
|
3198
3371
|
"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.",
|
|
@@ -3200,16 +3373,16 @@
|
|
|
3200
3373
|
"isDeprecated": false,
|
|
3201
3374
|
"name": "exceptions",
|
|
3202
3375
|
"path": "wanFirewall.moveRule.rule.rule.exceptions",
|
|
3203
|
-
"requestStr": "$
|
|
3376
|
+
"requestStr": "$wanFirewallRuleException:[WanFirewallRuleException]! ",
|
|
3204
3377
|
"required": true,
|
|
3205
|
-
"responseStr": "exceptions:$
|
|
3378
|
+
"responseStr": "exceptions:$wanFirewallRuleException ",
|
|
3206
3379
|
"type": {
|
|
3207
3380
|
"definition": {
|
|
3208
3381
|
"description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
|
|
3209
3382
|
"enumValues": null,
|
|
3210
3383
|
"fields": {
|
|
3211
3384
|
"application": {
|
|
3212
|
-
"alias": "
|
|
3385
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
3213
3386
|
"args": {},
|
|
3214
3387
|
"deprecationReason": null,
|
|
3215
3388
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3217,16 +3390,16 @@
|
|
|
3217
3390
|
"isDeprecated": false,
|
|
3218
3391
|
"name": "application",
|
|
3219
3392
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.application",
|
|
3220
|
-
"requestStr": "$
|
|
3393
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
3221
3394
|
"required": true,
|
|
3222
|
-
"responseStr": "application:$
|
|
3395
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
3223
3396
|
"type": {
|
|
3224
3397
|
"definition": {
|
|
3225
3398
|
"description": "Application match criteria set",
|
|
3226
3399
|
"enumValues": null,
|
|
3227
3400
|
"fields": {
|
|
3228
3401
|
"appCategory": {
|
|
3229
|
-
"alias": "
|
|
3402
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
3230
3403
|
"args": {},
|
|
3231
3404
|
"deprecationReason": null,
|
|
3232
3405
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3234,9 +3407,9 @@
|
|
|
3234
3407
|
"isDeprecated": false,
|
|
3235
3408
|
"name": "appCategory",
|
|
3236
3409
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.application.appCategory",
|
|
3237
|
-
"requestStr": "$
|
|
3410
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
3238
3411
|
"required": true,
|
|
3239
|
-
"responseStr": "appCategory:$
|
|
3412
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3240
3413
|
"type": {
|
|
3241
3414
|
"definition": {
|
|
3242
3415
|
"description": null,
|
|
@@ -3301,10 +3474,10 @@
|
|
|
3301
3474
|
"name": "ApplicationCategoryRef",
|
|
3302
3475
|
"non_null": false
|
|
3303
3476
|
},
|
|
3304
|
-
"varName": "
|
|
3477
|
+
"varName": "applicationCategoryRef"
|
|
3305
3478
|
},
|
|
3306
3479
|
"application": {
|
|
3307
|
-
"alias": "
|
|
3480
|
+
"alias": "applicationRefApplication: application",
|
|
3308
3481
|
"args": {},
|
|
3309
3482
|
"deprecationReason": null,
|
|
3310
3483
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3312,9 +3485,9 @@
|
|
|
3312
3485
|
"isDeprecated": false,
|
|
3313
3486
|
"name": "application",
|
|
3314
3487
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.application.application",
|
|
3315
|
-
"requestStr": "$
|
|
3488
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
3316
3489
|
"required": true,
|
|
3317
|
-
"responseStr": "application:$
|
|
3490
|
+
"responseStr": "application:$applicationRef ",
|
|
3318
3491
|
"type": {
|
|
3319
3492
|
"definition": {
|
|
3320
3493
|
"description": null,
|
|
@@ -3379,10 +3552,10 @@
|
|
|
3379
3552
|
"name": "ApplicationRef",
|
|
3380
3553
|
"non_null": false
|
|
3381
3554
|
},
|
|
3382
|
-
"varName": "
|
|
3555
|
+
"varName": "applicationRef"
|
|
3383
3556
|
},
|
|
3384
3557
|
"customApp": {
|
|
3385
|
-
"alias": "
|
|
3558
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
3386
3559
|
"args": {},
|
|
3387
3560
|
"deprecationReason": null,
|
|
3388
3561
|
"description": "Custom (user-defined) applications",
|
|
@@ -3390,9 +3563,9 @@
|
|
|
3390
3563
|
"isDeprecated": false,
|
|
3391
3564
|
"name": "customApp",
|
|
3392
3565
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.application.customApp",
|
|
3393
|
-
"requestStr": "$
|
|
3566
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
3394
3567
|
"required": true,
|
|
3395
|
-
"responseStr": "customApp:$
|
|
3568
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
3396
3569
|
"type": {
|
|
3397
3570
|
"definition": {
|
|
3398
3571
|
"description": null,
|
|
@@ -3457,10 +3630,10 @@
|
|
|
3457
3630
|
"name": "CustomApplicationRef",
|
|
3458
3631
|
"non_null": false
|
|
3459
3632
|
},
|
|
3460
|
-
"varName": "
|
|
3633
|
+
"varName": "customApplicationRef"
|
|
3461
3634
|
},
|
|
3462
3635
|
"customCategory": {
|
|
3463
|
-
"alias": "
|
|
3636
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
3464
3637
|
"args": {},
|
|
3465
3638
|
"deprecationReason": null,
|
|
3466
3639
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3468,9 +3641,9 @@
|
|
|
3468
3641
|
"isDeprecated": false,
|
|
3469
3642
|
"name": "customCategory",
|
|
3470
3643
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.application.customCategory",
|
|
3471
|
-
"requestStr": "$
|
|
3644
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
3472
3645
|
"required": true,
|
|
3473
|
-
"responseStr": "customCategory:$
|
|
3646
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
3474
3647
|
"type": {
|
|
3475
3648
|
"definition": {
|
|
3476
3649
|
"description": null,
|
|
@@ -3535,7 +3708,7 @@
|
|
|
3535
3708
|
"name": "CustomCategoryRef",
|
|
3536
3709
|
"non_null": false
|
|
3537
3710
|
},
|
|
3538
|
-
"varName": "
|
|
3711
|
+
"varName": "customCategoryRef"
|
|
3539
3712
|
},
|
|
3540
3713
|
"domain": {
|
|
3541
3714
|
"args": {},
|
|
@@ -3584,7 +3757,7 @@
|
|
|
3584
3757
|
"varName": "fqdn"
|
|
3585
3758
|
},
|
|
3586
3759
|
"globalIpRange": {
|
|
3587
|
-
"alias": "
|
|
3760
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
3588
3761
|
"args": {},
|
|
3589
3762
|
"deprecationReason": null,
|
|
3590
3763
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3592,9 +3765,9 @@
|
|
|
3592
3765
|
"isDeprecated": false,
|
|
3593
3766
|
"name": "globalIpRange",
|
|
3594
3767
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.application.globalIpRange",
|
|
3595
|
-
"requestStr": "$
|
|
3768
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
3596
3769
|
"required": true,
|
|
3597
|
-
"responseStr": "globalIpRange:$
|
|
3770
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3598
3771
|
"type": {
|
|
3599
3772
|
"definition": {
|
|
3600
3773
|
"description": null,
|
|
@@ -3659,7 +3832,7 @@
|
|
|
3659
3832
|
"name": "GlobalIpRangeRef",
|
|
3660
3833
|
"non_null": false
|
|
3661
3834
|
},
|
|
3662
|
-
"varName": "
|
|
3835
|
+
"varName": "globalIpRangeRef"
|
|
3663
3836
|
},
|
|
3664
3837
|
"ip": {
|
|
3665
3838
|
"args": {},
|
|
@@ -3685,7 +3858,7 @@
|
|
|
3685
3858
|
"varName": "ip"
|
|
3686
3859
|
},
|
|
3687
3860
|
"ipRange": {
|
|
3688
|
-
"alias": "
|
|
3861
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
3689
3862
|
"args": {},
|
|
3690
3863
|
"deprecationReason": null,
|
|
3691
3864
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3693,9 +3866,9 @@
|
|
|
3693
3866
|
"isDeprecated": false,
|
|
3694
3867
|
"name": "ipRange",
|
|
3695
3868
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.application.ipRange",
|
|
3696
|
-
"requestStr": "$
|
|
3869
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
3697
3870
|
"required": true,
|
|
3698
|
-
"responseStr": "ipRange:$
|
|
3871
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
3699
3872
|
"type": {
|
|
3700
3873
|
"definition": {
|
|
3701
3874
|
"description": "Inclusive range of IPs",
|
|
@@ -3760,10 +3933,10 @@
|
|
|
3760
3933
|
"name": "IpAddressRange",
|
|
3761
3934
|
"non_null": false
|
|
3762
3935
|
},
|
|
3763
|
-
"varName": "
|
|
3936
|
+
"varName": "ipAddressRange"
|
|
3764
3937
|
},
|
|
3765
3938
|
"sanctionedAppsCategory": {
|
|
3766
|
-
"alias": "
|
|
3939
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
3767
3940
|
"args": {},
|
|
3768
3941
|
"deprecationReason": null,
|
|
3769
3942
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3771,9 +3944,9 @@
|
|
|
3771
3944
|
"isDeprecated": false,
|
|
3772
3945
|
"name": "sanctionedAppsCategory",
|
|
3773
3946
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.application.sanctionedAppsCategory",
|
|
3774
|
-
"requestStr": "$
|
|
3947
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
3775
3948
|
"required": true,
|
|
3776
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
3949
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3777
3950
|
"type": {
|
|
3778
3951
|
"definition": {
|
|
3779
3952
|
"description": null,
|
|
@@ -3838,7 +4011,7 @@
|
|
|
3838
4011
|
"name": "SanctionedAppsCategoryRef",
|
|
3839
4012
|
"non_null": false
|
|
3840
4013
|
},
|
|
3841
|
-
"varName": "
|
|
4014
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
3842
4015
|
},
|
|
3843
4016
|
"subnet": {
|
|
3844
4017
|
"args": {},
|
|
@@ -3878,10 +4051,10 @@
|
|
|
3878
4051
|
"name": "WanFirewallApplication",
|
|
3879
4052
|
"non_null": false
|
|
3880
4053
|
},
|
|
3881
|
-
"varName": "
|
|
4054
|
+
"varName": "wanFirewallApplication"
|
|
3882
4055
|
},
|
|
3883
4056
|
"connectionOrigin": {
|
|
3884
|
-
"alias": "
|
|
4057
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
3885
4058
|
"args": {},
|
|
3886
4059
|
"deprecationReason": null,
|
|
3887
4060
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -3933,7 +4106,7 @@
|
|
|
3933
4106
|
"varName": "connectionOrigin"
|
|
3934
4107
|
},
|
|
3935
4108
|
"country": {
|
|
3936
|
-
"alias": "
|
|
4109
|
+
"alias": "countryRefCountry: country",
|
|
3937
4110
|
"args": {},
|
|
3938
4111
|
"deprecationReason": null,
|
|
3939
4112
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -3941,9 +4114,9 @@
|
|
|
3941
4114
|
"isDeprecated": false,
|
|
3942
4115
|
"name": "country",
|
|
3943
4116
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.country",
|
|
3944
|
-
"requestStr": "$
|
|
4117
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
3945
4118
|
"required": true,
|
|
3946
|
-
"responseStr": "country:$
|
|
4119
|
+
"responseStr": "country:$countryRef ",
|
|
3947
4120
|
"type": {
|
|
3948
4121
|
"definition": {
|
|
3949
4122
|
"description": null,
|
|
@@ -4008,10 +4181,10 @@
|
|
|
4008
4181
|
"name": "CountryRef",
|
|
4009
4182
|
"non_null": false
|
|
4010
4183
|
},
|
|
4011
|
-
"varName": "
|
|
4184
|
+
"varName": "countryRef"
|
|
4012
4185
|
},
|
|
4013
4186
|
"destination": {
|
|
4014
|
-
"alias": "
|
|
4187
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
4015
4188
|
"args": {},
|
|
4016
4189
|
"deprecationReason": null,
|
|
4017
4190
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4019,16 +4192,16 @@
|
|
|
4019
4192
|
"isDeprecated": false,
|
|
4020
4193
|
"name": "destination",
|
|
4021
4194
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination",
|
|
4022
|
-
"requestStr": "$
|
|
4195
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
4023
4196
|
"required": true,
|
|
4024
|
-
"responseStr": "destination:$
|
|
4197
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
4025
4198
|
"type": {
|
|
4026
4199
|
"definition": {
|
|
4027
4200
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
4028
4201
|
"enumValues": null,
|
|
4029
4202
|
"fields": {
|
|
4030
4203
|
"floatingSubnet": {
|
|
4031
|
-
"alias": "
|
|
4204
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
4032
4205
|
"args": {},
|
|
4033
4206
|
"deprecationReason": null,
|
|
4034
4207
|
"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.",
|
|
@@ -4036,9 +4209,9 @@
|
|
|
4036
4209
|
"isDeprecated": false,
|
|
4037
4210
|
"name": "floatingSubnet",
|
|
4038
4211
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.floatingSubnet",
|
|
4039
|
-
"requestStr": "$
|
|
4212
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
4040
4213
|
"required": true,
|
|
4041
|
-
"responseStr": "floatingSubnet:$
|
|
4214
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
4042
4215
|
"type": {
|
|
4043
4216
|
"definition": {
|
|
4044
4217
|
"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.",
|
|
@@ -4103,10 +4276,10 @@
|
|
|
4103
4276
|
"name": "FloatingSubnetRef",
|
|
4104
4277
|
"non_null": false
|
|
4105
4278
|
},
|
|
4106
|
-
"varName": "
|
|
4279
|
+
"varName": "floatingSubnetRef"
|
|
4107
4280
|
},
|
|
4108
4281
|
"globalIpRange": {
|
|
4109
|
-
"alias": "
|
|
4282
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
4110
4283
|
"args": {},
|
|
4111
4284
|
"deprecationReason": null,
|
|
4112
4285
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4114,9 +4287,9 @@
|
|
|
4114
4287
|
"isDeprecated": false,
|
|
4115
4288
|
"name": "globalIpRange",
|
|
4116
4289
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.globalIpRange",
|
|
4117
|
-
"requestStr": "$
|
|
4290
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4118
4291
|
"required": true,
|
|
4119
|
-
"responseStr": "globalIpRange:$
|
|
4292
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4120
4293
|
"type": {
|
|
4121
4294
|
"definition": {
|
|
4122
4295
|
"description": null,
|
|
@@ -4181,10 +4354,10 @@
|
|
|
4181
4354
|
"name": "GlobalIpRangeRef",
|
|
4182
4355
|
"non_null": false
|
|
4183
4356
|
},
|
|
4184
|
-
"varName": "
|
|
4357
|
+
"varName": "globalIpRangeRef"
|
|
4185
4358
|
},
|
|
4186
4359
|
"group": {
|
|
4187
|
-
"alias": "
|
|
4360
|
+
"alias": "groupRefGroup: group",
|
|
4188
4361
|
"args": {},
|
|
4189
4362
|
"deprecationReason": null,
|
|
4190
4363
|
"description": "Groups defined for your account",
|
|
@@ -4192,9 +4365,9 @@
|
|
|
4192
4365
|
"isDeprecated": false,
|
|
4193
4366
|
"name": "group",
|
|
4194
4367
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.group",
|
|
4195
|
-
"requestStr": "$
|
|
4368
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
4196
4369
|
"required": true,
|
|
4197
|
-
"responseStr": "group:$
|
|
4370
|
+
"responseStr": "group:$groupRef ",
|
|
4198
4371
|
"type": {
|
|
4199
4372
|
"definition": {
|
|
4200
4373
|
"description": null,
|
|
@@ -4259,10 +4432,10 @@
|
|
|
4259
4432
|
"name": "GroupRef",
|
|
4260
4433
|
"non_null": false
|
|
4261
4434
|
},
|
|
4262
|
-
"varName": "
|
|
4435
|
+
"varName": "groupRef"
|
|
4263
4436
|
},
|
|
4264
4437
|
"host": {
|
|
4265
|
-
"alias": "
|
|
4438
|
+
"alias": "hostRefHost: host",
|
|
4266
4439
|
"args": {},
|
|
4267
4440
|
"deprecationReason": null,
|
|
4268
4441
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4270,9 +4443,9 @@
|
|
|
4270
4443
|
"isDeprecated": false,
|
|
4271
4444
|
"name": "host",
|
|
4272
4445
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.host",
|
|
4273
|
-
"requestStr": "$
|
|
4446
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
4274
4447
|
"required": true,
|
|
4275
|
-
"responseStr": "host:$
|
|
4448
|
+
"responseStr": "host:$hostRef ",
|
|
4276
4449
|
"type": {
|
|
4277
4450
|
"definition": {
|
|
4278
4451
|
"description": null,
|
|
@@ -4337,7 +4510,7 @@
|
|
|
4337
4510
|
"name": "HostRef",
|
|
4338
4511
|
"non_null": false
|
|
4339
4512
|
},
|
|
4340
|
-
"varName": "
|
|
4513
|
+
"varName": "hostRef"
|
|
4341
4514
|
},
|
|
4342
4515
|
"ip": {
|
|
4343
4516
|
"args": {},
|
|
@@ -4363,7 +4536,7 @@
|
|
|
4363
4536
|
"varName": "ip"
|
|
4364
4537
|
},
|
|
4365
4538
|
"ipRange": {
|
|
4366
|
-
"alias": "
|
|
4539
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
4367
4540
|
"args": {},
|
|
4368
4541
|
"deprecationReason": null,
|
|
4369
4542
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4371,9 +4544,9 @@
|
|
|
4371
4544
|
"isDeprecated": false,
|
|
4372
4545
|
"name": "ipRange",
|
|
4373
4546
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.ipRange",
|
|
4374
|
-
"requestStr": "$
|
|
4547
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
4375
4548
|
"required": true,
|
|
4376
|
-
"responseStr": "ipRange:$
|
|
4549
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
4377
4550
|
"type": {
|
|
4378
4551
|
"definition": {
|
|
4379
4552
|
"description": "Inclusive range of IPs",
|
|
@@ -4438,10 +4611,10 @@
|
|
|
4438
4611
|
"name": "IpAddressRange",
|
|
4439
4612
|
"non_null": false
|
|
4440
4613
|
},
|
|
4441
|
-
"varName": "
|
|
4614
|
+
"varName": "ipAddressRange"
|
|
4442
4615
|
},
|
|
4443
4616
|
"networkInterface": {
|
|
4444
|
-
"alias": "
|
|
4617
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
4445
4618
|
"args": {},
|
|
4446
4619
|
"deprecationReason": null,
|
|
4447
4620
|
"description": "Network range defined for a site",
|
|
@@ -4449,9 +4622,9 @@
|
|
|
4449
4622
|
"isDeprecated": false,
|
|
4450
4623
|
"name": "networkInterface",
|
|
4451
4624
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.networkInterface",
|
|
4452
|
-
"requestStr": "$
|
|
4625
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
4453
4626
|
"required": true,
|
|
4454
|
-
"responseStr": "networkInterface:$
|
|
4627
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4455
4628
|
"type": {
|
|
4456
4629
|
"definition": {
|
|
4457
4630
|
"description": null,
|
|
@@ -4516,10 +4689,10 @@
|
|
|
4516
4689
|
"name": "NetworkInterfaceRef",
|
|
4517
4690
|
"non_null": false
|
|
4518
4691
|
},
|
|
4519
|
-
"varName": "
|
|
4692
|
+
"varName": "networkInterfaceRef"
|
|
4520
4693
|
},
|
|
4521
4694
|
"site": {
|
|
4522
|
-
"alias": "
|
|
4695
|
+
"alias": "siteRefSite: site",
|
|
4523
4696
|
"args": {},
|
|
4524
4697
|
"deprecationReason": null,
|
|
4525
4698
|
"description": "Site defined for the account",
|
|
@@ -4527,9 +4700,9 @@
|
|
|
4527
4700
|
"isDeprecated": false,
|
|
4528
4701
|
"name": "site",
|
|
4529
4702
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.site",
|
|
4530
|
-
"requestStr": "$
|
|
4703
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
4531
4704
|
"required": true,
|
|
4532
|
-
"responseStr": "site:$
|
|
4705
|
+
"responseStr": "site:$siteRef ",
|
|
4533
4706
|
"type": {
|
|
4534
4707
|
"definition": {
|
|
4535
4708
|
"description": null,
|
|
@@ -4594,10 +4767,10 @@
|
|
|
4594
4767
|
"name": "SiteRef",
|
|
4595
4768
|
"non_null": false
|
|
4596
4769
|
},
|
|
4597
|
-
"varName": "
|
|
4770
|
+
"varName": "siteRef"
|
|
4598
4771
|
},
|
|
4599
4772
|
"siteNetworkSubnet": {
|
|
4600
|
-
"alias": "
|
|
4773
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
4601
4774
|
"args": {},
|
|
4602
4775
|
"deprecationReason": null,
|
|
4603
4776
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4605,9 +4778,9 @@
|
|
|
4605
4778
|
"isDeprecated": false,
|
|
4606
4779
|
"name": "siteNetworkSubnet",
|
|
4607
4780
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.siteNetworkSubnet",
|
|
4608
|
-
"requestStr": "$
|
|
4781
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
4609
4782
|
"required": true,
|
|
4610
|
-
"responseStr": "siteNetworkSubnet:$
|
|
4783
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4611
4784
|
"type": {
|
|
4612
4785
|
"definition": {
|
|
4613
4786
|
"description": null,
|
|
@@ -4672,7 +4845,7 @@
|
|
|
4672
4845
|
"name": "SiteNetworkSubnetRef",
|
|
4673
4846
|
"non_null": false
|
|
4674
4847
|
},
|
|
4675
|
-
"varName": "
|
|
4848
|
+
"varName": "siteNetworkSubnetRef"
|
|
4676
4849
|
},
|
|
4677
4850
|
"subnet": {
|
|
4678
4851
|
"args": {},
|
|
@@ -4698,7 +4871,7 @@
|
|
|
4698
4871
|
"varName": "subnet"
|
|
4699
4872
|
},
|
|
4700
4873
|
"systemGroup": {
|
|
4701
|
-
"alias": "
|
|
4874
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
4702
4875
|
"args": {},
|
|
4703
4876
|
"deprecationReason": null,
|
|
4704
4877
|
"description": "Predefined Cato groups",
|
|
@@ -4706,9 +4879,9 @@
|
|
|
4706
4879
|
"isDeprecated": false,
|
|
4707
4880
|
"name": "systemGroup",
|
|
4708
4881
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.systemGroup",
|
|
4709
|
-
"requestStr": "$
|
|
4882
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
4710
4883
|
"required": true,
|
|
4711
|
-
"responseStr": "systemGroup:$
|
|
4884
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4712
4885
|
"type": {
|
|
4713
4886
|
"definition": {
|
|
4714
4887
|
"description": null,
|
|
@@ -4773,10 +4946,10 @@
|
|
|
4773
4946
|
"name": "SystemGroupRef",
|
|
4774
4947
|
"non_null": false
|
|
4775
4948
|
},
|
|
4776
|
-
"varName": "
|
|
4949
|
+
"varName": "systemGroupRef"
|
|
4777
4950
|
},
|
|
4778
4951
|
"user": {
|
|
4779
|
-
"alias": "
|
|
4952
|
+
"alias": "userRefUser: user",
|
|
4780
4953
|
"args": {},
|
|
4781
4954
|
"deprecationReason": null,
|
|
4782
4955
|
"description": "Individual users defined for the account",
|
|
@@ -4784,9 +4957,9 @@
|
|
|
4784
4957
|
"isDeprecated": false,
|
|
4785
4958
|
"name": "user",
|
|
4786
4959
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.user",
|
|
4787
|
-
"requestStr": "$
|
|
4960
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
4788
4961
|
"required": true,
|
|
4789
|
-
"responseStr": "user:$
|
|
4962
|
+
"responseStr": "user:$userRef ",
|
|
4790
4963
|
"type": {
|
|
4791
4964
|
"definition": {
|
|
4792
4965
|
"description": null,
|
|
@@ -4851,10 +5024,10 @@
|
|
|
4851
5024
|
"name": "UserRef",
|
|
4852
5025
|
"non_null": false
|
|
4853
5026
|
},
|
|
4854
|
-
"varName": "
|
|
5027
|
+
"varName": "userRef"
|
|
4855
5028
|
},
|
|
4856
5029
|
"usersGroup": {
|
|
4857
|
-
"alias": "
|
|
5030
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
4858
5031
|
"args": {},
|
|
4859
5032
|
"deprecationReason": null,
|
|
4860
5033
|
"description": "Group of users",
|
|
@@ -4862,9 +5035,9 @@
|
|
|
4862
5035
|
"isDeprecated": false,
|
|
4863
5036
|
"name": "usersGroup",
|
|
4864
5037
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.destination.usersGroup",
|
|
4865
|
-
"requestStr": "$
|
|
5038
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
4866
5039
|
"required": true,
|
|
4867
|
-
"responseStr": "usersGroup:$
|
|
5040
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
4868
5041
|
"type": {
|
|
4869
5042
|
"definition": {
|
|
4870
5043
|
"description": null,
|
|
@@ -4929,7 +5102,7 @@
|
|
|
4929
5102
|
"name": "UsersGroupRef",
|
|
4930
5103
|
"non_null": false
|
|
4931
5104
|
},
|
|
4932
|
-
"varName": "
|
|
5105
|
+
"varName": "usersGroupRef"
|
|
4933
5106
|
}
|
|
4934
5107
|
},
|
|
4935
5108
|
"inputFields": null,
|
|
@@ -4946,10 +5119,10 @@
|
|
|
4946
5119
|
"name": "WanFirewallDestination",
|
|
4947
5120
|
"non_null": false
|
|
4948
5121
|
},
|
|
4949
|
-
"varName": "
|
|
5122
|
+
"varName": "wanFirewallDestination"
|
|
4950
5123
|
},
|
|
4951
5124
|
"device": {
|
|
4952
|
-
"alias": "
|
|
5125
|
+
"alias": "deviceProfileRefDevice: device",
|
|
4953
5126
|
"args": {},
|
|
4954
5127
|
"deprecationReason": null,
|
|
4955
5128
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -4957,9 +5130,9 @@
|
|
|
4957
5130
|
"isDeprecated": false,
|
|
4958
5131
|
"name": "device",
|
|
4959
5132
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.device",
|
|
4960
|
-
"requestStr": "$
|
|
5133
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
4961
5134
|
"required": true,
|
|
4962
|
-
"responseStr": "device:$
|
|
5135
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
4963
5136
|
"type": {
|
|
4964
5137
|
"definition": {
|
|
4965
5138
|
"description": null,
|
|
@@ -5024,10 +5197,182 @@
|
|
|
5024
5197
|
"name": "DeviceProfileRef",
|
|
5025
5198
|
"non_null": false
|
|
5026
5199
|
},
|
|
5027
|
-
"varName": "
|
|
5200
|
+
"varName": "deviceProfileRef"
|
|
5201
|
+
},
|
|
5202
|
+
"deviceAttributes": {
|
|
5203
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
5204
|
+
"args": {},
|
|
5205
|
+
"deprecationReason": null,
|
|
5206
|
+
"description": "Source Device Attributes matching criteria for the exception.",
|
|
5207
|
+
"id_str": "wanFirewall___moveRule___rule___rule___exceptions___deviceAttributes",
|
|
5208
|
+
"isDeprecated": false,
|
|
5209
|
+
"name": "deviceAttributes",
|
|
5210
|
+
"path": "wanFirewall.moveRule.rule.rule.exceptions.deviceAttributes",
|
|
5211
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
5212
|
+
"required": true,
|
|
5213
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
5214
|
+
"type": {
|
|
5215
|
+
"definition": {
|
|
5216
|
+
"description": null,
|
|
5217
|
+
"enumValues": null,
|
|
5218
|
+
"fields": {
|
|
5219
|
+
"category": {
|
|
5220
|
+
"args": {},
|
|
5221
|
+
"deprecationReason": null,
|
|
5222
|
+
"description": "The category of the firewall device.",
|
|
5223
|
+
"id_str": "wanFirewall___moveRule___rule___rule___exceptions___deviceAttributes___category",
|
|
5224
|
+
"isDeprecated": false,
|
|
5225
|
+
"name": "category",
|
|
5226
|
+
"path": "wanFirewall.moveRule.rule.rule.exceptions.deviceAttributes.category",
|
|
5227
|
+
"requestStr": "$category:[String]! ",
|
|
5228
|
+
"required": true,
|
|
5229
|
+
"responseStr": "category:$category ",
|
|
5230
|
+
"type": {
|
|
5231
|
+
"kind": [
|
|
5232
|
+
"NON_NULL",
|
|
5233
|
+
"LIST",
|
|
5234
|
+
"NON_NULL",
|
|
5235
|
+
"SCALAR"
|
|
5236
|
+
],
|
|
5237
|
+
"name": "String",
|
|
5238
|
+
"non_null": false
|
|
5239
|
+
},
|
|
5240
|
+
"varName": "category"
|
|
5241
|
+
},
|
|
5242
|
+
"manufacturer": {
|
|
5243
|
+
"args": {},
|
|
5244
|
+
"deprecationReason": null,
|
|
5245
|
+
"description": "The manufacturer of the firewall device.",
|
|
5246
|
+
"id_str": "wanFirewall___moveRule___rule___rule___exceptions___deviceAttributes___manufacturer",
|
|
5247
|
+
"isDeprecated": false,
|
|
5248
|
+
"name": "manufacturer",
|
|
5249
|
+
"path": "wanFirewall.moveRule.rule.rule.exceptions.deviceAttributes.manufacturer",
|
|
5250
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
5251
|
+
"required": true,
|
|
5252
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
5253
|
+
"type": {
|
|
5254
|
+
"kind": [
|
|
5255
|
+
"NON_NULL",
|
|
5256
|
+
"LIST",
|
|
5257
|
+
"NON_NULL",
|
|
5258
|
+
"SCALAR"
|
|
5259
|
+
],
|
|
5260
|
+
"name": "String",
|
|
5261
|
+
"non_null": false
|
|
5262
|
+
},
|
|
5263
|
+
"varName": "manufacturer"
|
|
5264
|
+
},
|
|
5265
|
+
"model": {
|
|
5266
|
+
"args": {},
|
|
5267
|
+
"deprecationReason": null,
|
|
5268
|
+
"description": "The model of the firewall device.",
|
|
5269
|
+
"id_str": "wanFirewall___moveRule___rule___rule___exceptions___deviceAttributes___model",
|
|
5270
|
+
"isDeprecated": false,
|
|
5271
|
+
"name": "model",
|
|
5272
|
+
"path": "wanFirewall.moveRule.rule.rule.exceptions.deviceAttributes.model",
|
|
5273
|
+
"requestStr": "$model:[String]! ",
|
|
5274
|
+
"required": true,
|
|
5275
|
+
"responseStr": "model:$model ",
|
|
5276
|
+
"type": {
|
|
5277
|
+
"kind": [
|
|
5278
|
+
"NON_NULL",
|
|
5279
|
+
"LIST",
|
|
5280
|
+
"NON_NULL",
|
|
5281
|
+
"SCALAR"
|
|
5282
|
+
],
|
|
5283
|
+
"name": "String",
|
|
5284
|
+
"non_null": false
|
|
5285
|
+
},
|
|
5286
|
+
"varName": "model"
|
|
5287
|
+
},
|
|
5288
|
+
"os": {
|
|
5289
|
+
"args": {},
|
|
5290
|
+
"deprecationReason": null,
|
|
5291
|
+
"description": "The operating system of the firewall device.",
|
|
5292
|
+
"id_str": "wanFirewall___moveRule___rule___rule___exceptions___deviceAttributes___os",
|
|
5293
|
+
"isDeprecated": false,
|
|
5294
|
+
"name": "os",
|
|
5295
|
+
"path": "wanFirewall.moveRule.rule.rule.exceptions.deviceAttributes.os",
|
|
5296
|
+
"requestStr": "$os:[String]! ",
|
|
5297
|
+
"required": true,
|
|
5298
|
+
"responseStr": "os:$os ",
|
|
5299
|
+
"type": {
|
|
5300
|
+
"kind": [
|
|
5301
|
+
"NON_NULL",
|
|
5302
|
+
"LIST",
|
|
5303
|
+
"NON_NULL",
|
|
5304
|
+
"SCALAR"
|
|
5305
|
+
],
|
|
5306
|
+
"name": "String",
|
|
5307
|
+
"non_null": false
|
|
5308
|
+
},
|
|
5309
|
+
"varName": "os"
|
|
5310
|
+
},
|
|
5311
|
+
"osVersion": {
|
|
5312
|
+
"args": {},
|
|
5313
|
+
"deprecationReason": null,
|
|
5314
|
+
"description": "The version of the operating system of the firewall device.",
|
|
5315
|
+
"id_str": "wanFirewall___moveRule___rule___rule___exceptions___deviceAttributes___osVersion",
|
|
5316
|
+
"isDeprecated": false,
|
|
5317
|
+
"name": "osVersion",
|
|
5318
|
+
"path": "wanFirewall.moveRule.rule.rule.exceptions.deviceAttributes.osVersion",
|
|
5319
|
+
"requestStr": "$osVersion:[String]! ",
|
|
5320
|
+
"required": true,
|
|
5321
|
+
"responseStr": "osVersion:$osVersion ",
|
|
5322
|
+
"type": {
|
|
5323
|
+
"kind": [
|
|
5324
|
+
"NON_NULL",
|
|
5325
|
+
"LIST",
|
|
5326
|
+
"NON_NULL",
|
|
5327
|
+
"SCALAR"
|
|
5328
|
+
],
|
|
5329
|
+
"name": "String",
|
|
5330
|
+
"non_null": false
|
|
5331
|
+
},
|
|
5332
|
+
"varName": "osVersion"
|
|
5333
|
+
},
|
|
5334
|
+
"type": {
|
|
5335
|
+
"args": {},
|
|
5336
|
+
"deprecationReason": null,
|
|
5337
|
+
"description": "The type of the firewall device.",
|
|
5338
|
+
"id_str": "wanFirewall___moveRule___rule___rule___exceptions___deviceAttributes___type",
|
|
5339
|
+
"isDeprecated": false,
|
|
5340
|
+
"name": "type",
|
|
5341
|
+
"path": "wanFirewall.moveRule.rule.rule.exceptions.deviceAttributes.type",
|
|
5342
|
+
"requestStr": "$type:[String]! ",
|
|
5343
|
+
"required": true,
|
|
5344
|
+
"responseStr": "type:$type ",
|
|
5345
|
+
"type": {
|
|
5346
|
+
"kind": [
|
|
5347
|
+
"NON_NULL",
|
|
5348
|
+
"LIST",
|
|
5349
|
+
"NON_NULL",
|
|
5350
|
+
"SCALAR"
|
|
5351
|
+
],
|
|
5352
|
+
"name": "String",
|
|
5353
|
+
"non_null": false
|
|
5354
|
+
},
|
|
5355
|
+
"varName": "type"
|
|
5356
|
+
}
|
|
5357
|
+
},
|
|
5358
|
+
"inputFields": null,
|
|
5359
|
+
"interfaces": {},
|
|
5360
|
+
"kind": "OBJECT",
|
|
5361
|
+
"name": "DeviceAttributes",
|
|
5362
|
+
"possibleTypes": null
|
|
5363
|
+
},
|
|
5364
|
+
"indexType": "object",
|
|
5365
|
+
"kind": [
|
|
5366
|
+
"NON_NULL",
|
|
5367
|
+
"OBJECT"
|
|
5368
|
+
],
|
|
5369
|
+
"name": "DeviceAttributes",
|
|
5370
|
+
"non_null": false
|
|
5371
|
+
},
|
|
5372
|
+
"varName": "deviceAttributes"
|
|
5028
5373
|
},
|
|
5029
5374
|
"deviceOS": {
|
|
5030
|
-
"alias": "
|
|
5375
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
5031
5376
|
"args": {},
|
|
5032
5377
|
"deprecationReason": null,
|
|
5033
5378
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5099,7 +5444,7 @@
|
|
|
5099
5444
|
"varName": "deviceOS"
|
|
5100
5445
|
},
|
|
5101
5446
|
"direction": {
|
|
5102
|
-
"alias": "
|
|
5447
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
5103
5448
|
"args": {},
|
|
5104
5449
|
"deprecationReason": null,
|
|
5105
5450
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5166,7 +5511,7 @@
|
|
|
5166
5511
|
"varName": "name"
|
|
5167
5512
|
},
|
|
5168
5513
|
"service": {
|
|
5169
|
-
"alias": "
|
|
5514
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
5170
5515
|
"args": {},
|
|
5171
5516
|
"deprecationReason": null,
|
|
5172
5517
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5174,16 +5519,16 @@
|
|
|
5174
5519
|
"isDeprecated": false,
|
|
5175
5520
|
"name": "service",
|
|
5176
5521
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.service",
|
|
5177
|
-
"requestStr": "$
|
|
5522
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
5178
5523
|
"required": true,
|
|
5179
|
-
"responseStr": "service:$
|
|
5524
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
5180
5525
|
"type": {
|
|
5181
5526
|
"definition": {
|
|
5182
5527
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
5183
5528
|
"enumValues": null,
|
|
5184
5529
|
"fields": {
|
|
5185
5530
|
"custom": {
|
|
5186
|
-
"alias": "
|
|
5531
|
+
"alias": "customServiceCustom: custom",
|
|
5187
5532
|
"args": {},
|
|
5188
5533
|
"deprecationReason": null,
|
|
5189
5534
|
"description": null,
|
|
@@ -5191,9 +5536,9 @@
|
|
|
5191
5536
|
"isDeprecated": false,
|
|
5192
5537
|
"name": "custom",
|
|
5193
5538
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.service.custom",
|
|
5194
|
-
"requestStr": "$
|
|
5539
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
5195
5540
|
"required": true,
|
|
5196
|
-
"responseStr": "custom:$
|
|
5541
|
+
"responseStr": "custom:$customService ",
|
|
5197
5542
|
"type": {
|
|
5198
5543
|
"definition": {
|
|
5199
5544
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -5222,7 +5567,7 @@
|
|
|
5222
5567
|
"varName": "port"
|
|
5223
5568
|
},
|
|
5224
5569
|
"portRange": {
|
|
5225
|
-
"alias": "
|
|
5570
|
+
"alias": "portRangePortRange: portRange",
|
|
5226
5571
|
"args": {},
|
|
5227
5572
|
"deprecationReason": null,
|
|
5228
5573
|
"description": null,
|
|
@@ -5230,9 +5575,9 @@
|
|
|
5230
5575
|
"isDeprecated": false,
|
|
5231
5576
|
"name": "portRange",
|
|
5232
5577
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.service.custom.portRange",
|
|
5233
|
-
"requestStr": "$
|
|
5578
|
+
"requestStr": "$portRange:PortRange ",
|
|
5234
5579
|
"required": false,
|
|
5235
|
-
"responseStr": "portRange:$
|
|
5580
|
+
"responseStr": "portRange:$portRange ",
|
|
5236
5581
|
"type": {
|
|
5237
5582
|
"definition": {
|
|
5238
5583
|
"description": "Inclusive network port range",
|
|
@@ -5294,10 +5639,10 @@
|
|
|
5294
5639
|
"name": "PortRange",
|
|
5295
5640
|
"non_null": false
|
|
5296
5641
|
},
|
|
5297
|
-
"varName": "
|
|
5642
|
+
"varName": "portRange"
|
|
5298
5643
|
},
|
|
5299
5644
|
"protocol": {
|
|
5300
|
-
"alias": "
|
|
5645
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
5301
5646
|
"args": {},
|
|
5302
5647
|
"deprecationReason": null,
|
|
5303
5648
|
"description": null,
|
|
@@ -5377,10 +5722,10 @@
|
|
|
5377
5722
|
"name": "CustomService",
|
|
5378
5723
|
"non_null": false
|
|
5379
5724
|
},
|
|
5380
|
-
"varName": "
|
|
5725
|
+
"varName": "customService"
|
|
5381
5726
|
},
|
|
5382
5727
|
"standard": {
|
|
5383
|
-
"alias": "
|
|
5728
|
+
"alias": "serviceRefStandard: standard",
|
|
5384
5729
|
"args": {},
|
|
5385
5730
|
"deprecationReason": null,
|
|
5386
5731
|
"description": null,
|
|
@@ -5388,9 +5733,9 @@
|
|
|
5388
5733
|
"isDeprecated": false,
|
|
5389
5734
|
"name": "standard",
|
|
5390
5735
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.service.standard",
|
|
5391
|
-
"requestStr": "$
|
|
5736
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
5392
5737
|
"required": true,
|
|
5393
|
-
"responseStr": "standard:$
|
|
5738
|
+
"responseStr": "standard:$serviceRef ",
|
|
5394
5739
|
"type": {
|
|
5395
5740
|
"definition": {
|
|
5396
5741
|
"description": null,
|
|
@@ -5455,7 +5800,7 @@
|
|
|
5455
5800
|
"name": "ServiceRef",
|
|
5456
5801
|
"non_null": false
|
|
5457
5802
|
},
|
|
5458
|
-
"varName": "
|
|
5803
|
+
"varName": "serviceRef"
|
|
5459
5804
|
}
|
|
5460
5805
|
},
|
|
5461
5806
|
"inputFields": null,
|
|
@@ -5472,10 +5817,10 @@
|
|
|
5472
5817
|
"name": "WanFirewallServiceType",
|
|
5473
5818
|
"non_null": false
|
|
5474
5819
|
},
|
|
5475
|
-
"varName": "
|
|
5820
|
+
"varName": "wanFirewallServiceType"
|
|
5476
5821
|
},
|
|
5477
5822
|
"source": {
|
|
5478
|
-
"alias": "
|
|
5823
|
+
"alias": "wanFirewallSourceSource: source",
|
|
5479
5824
|
"args": {},
|
|
5480
5825
|
"deprecationReason": null,
|
|
5481
5826
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5483,16 +5828,16 @@
|
|
|
5483
5828
|
"isDeprecated": false,
|
|
5484
5829
|
"name": "source",
|
|
5485
5830
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source",
|
|
5486
|
-
"requestStr": "$
|
|
5831
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
5487
5832
|
"required": true,
|
|
5488
|
-
"responseStr": "source:$
|
|
5833
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
5489
5834
|
"type": {
|
|
5490
5835
|
"definition": {
|
|
5491
5836
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
5492
5837
|
"enumValues": null,
|
|
5493
5838
|
"fields": {
|
|
5494
5839
|
"floatingSubnet": {
|
|
5495
|
-
"alias": "
|
|
5840
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
5496
5841
|
"args": {},
|
|
5497
5842
|
"deprecationReason": null,
|
|
5498
5843
|
"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.",
|
|
@@ -5500,9 +5845,9 @@
|
|
|
5500
5845
|
"isDeprecated": false,
|
|
5501
5846
|
"name": "floatingSubnet",
|
|
5502
5847
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.floatingSubnet",
|
|
5503
|
-
"requestStr": "$
|
|
5848
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
5504
5849
|
"required": true,
|
|
5505
|
-
"responseStr": "floatingSubnet:$
|
|
5850
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
5506
5851
|
"type": {
|
|
5507
5852
|
"definition": {
|
|
5508
5853
|
"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.",
|
|
@@ -5567,10 +5912,10 @@
|
|
|
5567
5912
|
"name": "FloatingSubnetRef",
|
|
5568
5913
|
"non_null": false
|
|
5569
5914
|
},
|
|
5570
|
-
"varName": "
|
|
5915
|
+
"varName": "floatingSubnetRef"
|
|
5571
5916
|
},
|
|
5572
5917
|
"globalIpRange": {
|
|
5573
|
-
"alias": "
|
|
5918
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
5574
5919
|
"args": {},
|
|
5575
5920
|
"deprecationReason": null,
|
|
5576
5921
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5578,9 +5923,9 @@
|
|
|
5578
5923
|
"isDeprecated": false,
|
|
5579
5924
|
"name": "globalIpRange",
|
|
5580
5925
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.globalIpRange",
|
|
5581
|
-
"requestStr": "$
|
|
5926
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
5582
5927
|
"required": true,
|
|
5583
|
-
"responseStr": "globalIpRange:$
|
|
5928
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5584
5929
|
"type": {
|
|
5585
5930
|
"definition": {
|
|
5586
5931
|
"description": null,
|
|
@@ -5645,10 +5990,10 @@
|
|
|
5645
5990
|
"name": "GlobalIpRangeRef",
|
|
5646
5991
|
"non_null": false
|
|
5647
5992
|
},
|
|
5648
|
-
"varName": "
|
|
5993
|
+
"varName": "globalIpRangeRef"
|
|
5649
5994
|
},
|
|
5650
5995
|
"group": {
|
|
5651
|
-
"alias": "
|
|
5996
|
+
"alias": "groupRefGroup: group",
|
|
5652
5997
|
"args": {},
|
|
5653
5998
|
"deprecationReason": null,
|
|
5654
5999
|
"description": "Groups defined for your account",
|
|
@@ -5656,9 +6001,9 @@
|
|
|
5656
6001
|
"isDeprecated": false,
|
|
5657
6002
|
"name": "group",
|
|
5658
6003
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.group",
|
|
5659
|
-
"requestStr": "$
|
|
6004
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
5660
6005
|
"required": true,
|
|
5661
|
-
"responseStr": "group:$
|
|
6006
|
+
"responseStr": "group:$groupRef ",
|
|
5662
6007
|
"type": {
|
|
5663
6008
|
"definition": {
|
|
5664
6009
|
"description": null,
|
|
@@ -5723,10 +6068,10 @@
|
|
|
5723
6068
|
"name": "GroupRef",
|
|
5724
6069
|
"non_null": false
|
|
5725
6070
|
},
|
|
5726
|
-
"varName": "
|
|
6071
|
+
"varName": "groupRef"
|
|
5727
6072
|
},
|
|
5728
6073
|
"host": {
|
|
5729
|
-
"alias": "
|
|
6074
|
+
"alias": "hostRefHost: host",
|
|
5730
6075
|
"args": {},
|
|
5731
6076
|
"deprecationReason": null,
|
|
5732
6077
|
"description": "Hosts and servers defined for your account",
|
|
@@ -5734,9 +6079,9 @@
|
|
|
5734
6079
|
"isDeprecated": false,
|
|
5735
6080
|
"name": "host",
|
|
5736
6081
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.host",
|
|
5737
|
-
"requestStr": "$
|
|
6082
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
5738
6083
|
"required": true,
|
|
5739
|
-
"responseStr": "host:$
|
|
6084
|
+
"responseStr": "host:$hostRef ",
|
|
5740
6085
|
"type": {
|
|
5741
6086
|
"definition": {
|
|
5742
6087
|
"description": null,
|
|
@@ -5801,7 +6146,7 @@
|
|
|
5801
6146
|
"name": "HostRef",
|
|
5802
6147
|
"non_null": false
|
|
5803
6148
|
},
|
|
5804
|
-
"varName": "
|
|
6149
|
+
"varName": "hostRef"
|
|
5805
6150
|
},
|
|
5806
6151
|
"ip": {
|
|
5807
6152
|
"args": {},
|
|
@@ -5827,7 +6172,7 @@
|
|
|
5827
6172
|
"varName": "ip"
|
|
5828
6173
|
},
|
|
5829
6174
|
"ipRange": {
|
|
5830
|
-
"alias": "
|
|
6175
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
5831
6176
|
"args": {},
|
|
5832
6177
|
"deprecationReason": null,
|
|
5833
6178
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -5835,9 +6180,9 @@
|
|
|
5835
6180
|
"isDeprecated": false,
|
|
5836
6181
|
"name": "ipRange",
|
|
5837
6182
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.ipRange",
|
|
5838
|
-
"requestStr": "$
|
|
6183
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
5839
6184
|
"required": true,
|
|
5840
|
-
"responseStr": "ipRange:$
|
|
6185
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
5841
6186
|
"type": {
|
|
5842
6187
|
"definition": {
|
|
5843
6188
|
"description": "Inclusive range of IPs",
|
|
@@ -5902,10 +6247,10 @@
|
|
|
5902
6247
|
"name": "IpAddressRange",
|
|
5903
6248
|
"non_null": false
|
|
5904
6249
|
},
|
|
5905
|
-
"varName": "
|
|
6250
|
+
"varName": "ipAddressRange"
|
|
5906
6251
|
},
|
|
5907
6252
|
"networkInterface": {
|
|
5908
|
-
"alias": "
|
|
6253
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
5909
6254
|
"args": {},
|
|
5910
6255
|
"deprecationReason": null,
|
|
5911
6256
|
"description": "Network range defined for a site",
|
|
@@ -5913,9 +6258,9 @@
|
|
|
5913
6258
|
"isDeprecated": false,
|
|
5914
6259
|
"name": "networkInterface",
|
|
5915
6260
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.networkInterface",
|
|
5916
|
-
"requestStr": "$
|
|
6261
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
5917
6262
|
"required": true,
|
|
5918
|
-
"responseStr": "networkInterface:$
|
|
6263
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
5919
6264
|
"type": {
|
|
5920
6265
|
"definition": {
|
|
5921
6266
|
"description": null,
|
|
@@ -5980,10 +6325,10 @@
|
|
|
5980
6325
|
"name": "NetworkInterfaceRef",
|
|
5981
6326
|
"non_null": false
|
|
5982
6327
|
},
|
|
5983
|
-
"varName": "
|
|
6328
|
+
"varName": "networkInterfaceRef"
|
|
5984
6329
|
},
|
|
5985
6330
|
"site": {
|
|
5986
|
-
"alias": "
|
|
6331
|
+
"alias": "siteRefSite: site",
|
|
5987
6332
|
"args": {},
|
|
5988
6333
|
"deprecationReason": null,
|
|
5989
6334
|
"description": "Site defined for the account",
|
|
@@ -5991,9 +6336,9 @@
|
|
|
5991
6336
|
"isDeprecated": false,
|
|
5992
6337
|
"name": "site",
|
|
5993
6338
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.site",
|
|
5994
|
-
"requestStr": "$
|
|
6339
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
5995
6340
|
"required": true,
|
|
5996
|
-
"responseStr": "site:$
|
|
6341
|
+
"responseStr": "site:$siteRef ",
|
|
5997
6342
|
"type": {
|
|
5998
6343
|
"definition": {
|
|
5999
6344
|
"description": null,
|
|
@@ -6058,10 +6403,10 @@
|
|
|
6058
6403
|
"name": "SiteRef",
|
|
6059
6404
|
"non_null": false
|
|
6060
6405
|
},
|
|
6061
|
-
"varName": "
|
|
6406
|
+
"varName": "siteRef"
|
|
6062
6407
|
},
|
|
6063
6408
|
"siteNetworkSubnet": {
|
|
6064
|
-
"alias": "
|
|
6409
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
6065
6410
|
"args": {},
|
|
6066
6411
|
"deprecationReason": null,
|
|
6067
6412
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6069,9 +6414,9 @@
|
|
|
6069
6414
|
"isDeprecated": false,
|
|
6070
6415
|
"name": "siteNetworkSubnet",
|
|
6071
6416
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.siteNetworkSubnet",
|
|
6072
|
-
"requestStr": "$
|
|
6417
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
6073
6418
|
"required": true,
|
|
6074
|
-
"responseStr": "siteNetworkSubnet:$
|
|
6419
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6075
6420
|
"type": {
|
|
6076
6421
|
"definition": {
|
|
6077
6422
|
"description": null,
|
|
@@ -6136,7 +6481,7 @@
|
|
|
6136
6481
|
"name": "SiteNetworkSubnetRef",
|
|
6137
6482
|
"non_null": false
|
|
6138
6483
|
},
|
|
6139
|
-
"varName": "
|
|
6484
|
+
"varName": "siteNetworkSubnetRef"
|
|
6140
6485
|
},
|
|
6141
6486
|
"subnet": {
|
|
6142
6487
|
"args": {},
|
|
@@ -6162,7 +6507,7 @@
|
|
|
6162
6507
|
"varName": "subnet"
|
|
6163
6508
|
},
|
|
6164
6509
|
"systemGroup": {
|
|
6165
|
-
"alias": "
|
|
6510
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
6166
6511
|
"args": {},
|
|
6167
6512
|
"deprecationReason": null,
|
|
6168
6513
|
"description": "Predefined Cato groups",
|
|
@@ -6170,9 +6515,9 @@
|
|
|
6170
6515
|
"isDeprecated": false,
|
|
6171
6516
|
"name": "systemGroup",
|
|
6172
6517
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.systemGroup",
|
|
6173
|
-
"requestStr": "$
|
|
6518
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
6174
6519
|
"required": true,
|
|
6175
|
-
"responseStr": "systemGroup:$
|
|
6520
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6176
6521
|
"type": {
|
|
6177
6522
|
"definition": {
|
|
6178
6523
|
"description": null,
|
|
@@ -6237,10 +6582,10 @@
|
|
|
6237
6582
|
"name": "SystemGroupRef",
|
|
6238
6583
|
"non_null": false
|
|
6239
6584
|
},
|
|
6240
|
-
"varName": "
|
|
6585
|
+
"varName": "systemGroupRef"
|
|
6241
6586
|
},
|
|
6242
6587
|
"user": {
|
|
6243
|
-
"alias": "
|
|
6588
|
+
"alias": "userRefUser: user",
|
|
6244
6589
|
"args": {},
|
|
6245
6590
|
"deprecationReason": null,
|
|
6246
6591
|
"description": "Individual users defined for the account",
|
|
@@ -6248,9 +6593,9 @@
|
|
|
6248
6593
|
"isDeprecated": false,
|
|
6249
6594
|
"name": "user",
|
|
6250
6595
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.user",
|
|
6251
|
-
"requestStr": "$
|
|
6596
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
6252
6597
|
"required": true,
|
|
6253
|
-
"responseStr": "user:$
|
|
6598
|
+
"responseStr": "user:$userRef ",
|
|
6254
6599
|
"type": {
|
|
6255
6600
|
"definition": {
|
|
6256
6601
|
"description": null,
|
|
@@ -6315,10 +6660,10 @@
|
|
|
6315
6660
|
"name": "UserRef",
|
|
6316
6661
|
"non_null": false
|
|
6317
6662
|
},
|
|
6318
|
-
"varName": "
|
|
6663
|
+
"varName": "userRef"
|
|
6319
6664
|
},
|
|
6320
6665
|
"usersGroup": {
|
|
6321
|
-
"alias": "
|
|
6666
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
6322
6667
|
"args": {},
|
|
6323
6668
|
"deprecationReason": null,
|
|
6324
6669
|
"description": "Group of users",
|
|
@@ -6326,9 +6671,9 @@
|
|
|
6326
6671
|
"isDeprecated": false,
|
|
6327
6672
|
"name": "usersGroup",
|
|
6328
6673
|
"path": "wanFirewall.moveRule.rule.rule.exceptions.source.usersGroup",
|
|
6329
|
-
"requestStr": "$
|
|
6674
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
6330
6675
|
"required": true,
|
|
6331
|
-
"responseStr": "usersGroup:$
|
|
6676
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6332
6677
|
"type": {
|
|
6333
6678
|
"definition": {
|
|
6334
6679
|
"description": null,
|
|
@@ -6393,7 +6738,7 @@
|
|
|
6393
6738
|
"name": "UsersGroupRef",
|
|
6394
6739
|
"non_null": false
|
|
6395
6740
|
},
|
|
6396
|
-
"varName": "
|
|
6741
|
+
"varName": "usersGroupRef"
|
|
6397
6742
|
}
|
|
6398
6743
|
},
|
|
6399
6744
|
"inputFields": null,
|
|
@@ -6410,7 +6755,7 @@
|
|
|
6410
6755
|
"name": "WanFirewallSource",
|
|
6411
6756
|
"non_null": false
|
|
6412
6757
|
},
|
|
6413
|
-
"varName": "
|
|
6758
|
+
"varName": "wanFirewallSource"
|
|
6414
6759
|
}
|
|
6415
6760
|
},
|
|
6416
6761
|
"inputFields": null,
|
|
@@ -6429,7 +6774,7 @@
|
|
|
6429
6774
|
"name": "WanFirewallRuleException",
|
|
6430
6775
|
"non_null": false
|
|
6431
6776
|
},
|
|
6432
|
-
"varName": "
|
|
6777
|
+
"varName": "wanFirewallRuleException"
|
|
6433
6778
|
},
|
|
6434
6779
|
"id": {
|
|
6435
6780
|
"args": {},
|
|
@@ -6495,7 +6840,7 @@
|
|
|
6495
6840
|
"varName": "name"
|
|
6496
6841
|
},
|
|
6497
6842
|
"schedule": {
|
|
6498
|
-
"alias": "
|
|
6843
|
+
"alias": "policyScheduleSchedule: schedule",
|
|
6499
6844
|
"args": {},
|
|
6500
6845
|
"deprecationReason": null,
|
|
6501
6846
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6503,16 +6848,16 @@
|
|
|
6503
6848
|
"isDeprecated": false,
|
|
6504
6849
|
"name": "schedule",
|
|
6505
6850
|
"path": "wanFirewall.moveRule.rule.rule.schedule",
|
|
6506
|
-
"requestStr": "$
|
|
6851
|
+
"requestStr": "$policySchedule:PolicySchedule! ",
|
|
6507
6852
|
"required": true,
|
|
6508
|
-
"responseStr": "schedule:$
|
|
6853
|
+
"responseStr": "schedule:$policySchedule ",
|
|
6509
6854
|
"type": {
|
|
6510
6855
|
"definition": {
|
|
6511
6856
|
"description": null,
|
|
6512
6857
|
"enumValues": null,
|
|
6513
6858
|
"fields": {
|
|
6514
6859
|
"activeOn": {
|
|
6515
|
-
"alias": "
|
|
6860
|
+
"alias": "policyActiveOnEnumActiveOn: activeOn",
|
|
6516
6861
|
"args": {},
|
|
6517
6862
|
"deprecationReason": null,
|
|
6518
6863
|
"description": null,
|
|
@@ -6570,7 +6915,7 @@
|
|
|
6570
6915
|
"varName": "activeOn"
|
|
6571
6916
|
},
|
|
6572
6917
|
"customRecurring": {
|
|
6573
|
-
"alias": "
|
|
6918
|
+
"alias": "policyCustomRecurringCustomRecurring: customRecurring",
|
|
6574
6919
|
"args": {},
|
|
6575
6920
|
"deprecationReason": null,
|
|
6576
6921
|
"description": null,
|
|
@@ -6578,9 +6923,9 @@
|
|
|
6578
6923
|
"isDeprecated": false,
|
|
6579
6924
|
"name": "customRecurring",
|
|
6580
6925
|
"path": "wanFirewall.moveRule.rule.rule.schedule.customRecurring",
|
|
6581
|
-
"requestStr": "$
|
|
6926
|
+
"requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
|
|
6582
6927
|
"required": false,
|
|
6583
|
-
"responseStr": "customRecurring:$
|
|
6928
|
+
"responseStr": "customRecurring:$policyCustomRecurring ",
|
|
6584
6929
|
"type": {
|
|
6585
6930
|
"definition": {
|
|
6586
6931
|
"description": "Returns data for a custom recurring time range that a rule is active",
|
|
@@ -6719,10 +7064,10 @@
|
|
|
6719
7064
|
"name": "PolicyCustomRecurring",
|
|
6720
7065
|
"non_null": false
|
|
6721
7066
|
},
|
|
6722
|
-
"varName": "
|
|
7067
|
+
"varName": "policyCustomRecurring"
|
|
6723
7068
|
},
|
|
6724
7069
|
"customTimeframe": {
|
|
6725
|
-
"alias": "
|
|
7070
|
+
"alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
|
|
6726
7071
|
"args": {},
|
|
6727
7072
|
"deprecationReason": null,
|
|
6728
7073
|
"description": null,
|
|
@@ -6730,9 +7075,9 @@
|
|
|
6730
7075
|
"isDeprecated": false,
|
|
6731
7076
|
"name": "customTimeframe",
|
|
6732
7077
|
"path": "wanFirewall.moveRule.rule.rule.schedule.customTimeframe",
|
|
6733
|
-
"requestStr": "$
|
|
7078
|
+
"requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
|
|
6734
7079
|
"required": false,
|
|
6735
|
-
"responseStr": "customTimeframe:$
|
|
7080
|
+
"responseStr": "customTimeframe:$policyCustomTimeframe ",
|
|
6736
7081
|
"type": {
|
|
6737
7082
|
"definition": {
|
|
6738
7083
|
"description": "Returns data for a custom one-time time range that a rule is active",
|
|
@@ -6794,7 +7139,7 @@
|
|
|
6794
7139
|
"name": "PolicyCustomTimeframe",
|
|
6795
7140
|
"non_null": false
|
|
6796
7141
|
},
|
|
6797
|
-
"varName": "
|
|
7142
|
+
"varName": "policyCustomTimeframe"
|
|
6798
7143
|
}
|
|
6799
7144
|
},
|
|
6800
7145
|
"inputFields": null,
|
|
@@ -6811,10 +7156,10 @@
|
|
|
6811
7156
|
"name": "PolicySchedule",
|
|
6812
7157
|
"non_null": false
|
|
6813
7158
|
},
|
|
6814
|
-
"varName": "
|
|
7159
|
+
"varName": "policySchedule"
|
|
6815
7160
|
},
|
|
6816
7161
|
"section": {
|
|
6817
|
-
"alias": "
|
|
7162
|
+
"alias": "policySectionInfoSection: section",
|
|
6818
7163
|
"args": {},
|
|
6819
7164
|
"deprecationReason": null,
|
|
6820
7165
|
"description": "Policy section where the rule is located",
|
|
@@ -6822,9 +7167,9 @@
|
|
|
6822
7167
|
"isDeprecated": false,
|
|
6823
7168
|
"name": "section",
|
|
6824
7169
|
"path": "wanFirewall.moveRule.rule.rule.section",
|
|
6825
|
-
"requestStr": "$
|
|
7170
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
6826
7171
|
"required": true,
|
|
6827
|
-
"responseStr": "section:$
|
|
7172
|
+
"responseStr": "section:$policySectionInfo ",
|
|
6828
7173
|
"type": {
|
|
6829
7174
|
"definition": {
|
|
6830
7175
|
"description": "Define settings for a policy section",
|
|
@@ -6887,10 +7232,10 @@
|
|
|
6887
7232
|
"name": "PolicySectionInfo",
|
|
6888
7233
|
"non_null": false
|
|
6889
7234
|
},
|
|
6890
|
-
"varName": "
|
|
7235
|
+
"varName": "policySectionInfo"
|
|
6891
7236
|
},
|
|
6892
7237
|
"service": {
|
|
6893
|
-
"alias": "
|
|
7238
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
6894
7239
|
"args": {},
|
|
6895
7240
|
"deprecationReason": null,
|
|
6896
7241
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6898,16 +7243,16 @@
|
|
|
6898
7243
|
"isDeprecated": false,
|
|
6899
7244
|
"name": "service",
|
|
6900
7245
|
"path": "wanFirewall.moveRule.rule.rule.service",
|
|
6901
|
-
"requestStr": "$
|
|
7246
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
6902
7247
|
"required": true,
|
|
6903
|
-
"responseStr": "service:$
|
|
7248
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
6904
7249
|
"type": {
|
|
6905
7250
|
"definition": {
|
|
6906
7251
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
6907
7252
|
"enumValues": null,
|
|
6908
7253
|
"fields": {
|
|
6909
7254
|
"custom": {
|
|
6910
|
-
"alias": "
|
|
7255
|
+
"alias": "customServiceCustom: custom",
|
|
6911
7256
|
"args": {},
|
|
6912
7257
|
"deprecationReason": null,
|
|
6913
7258
|
"description": null,
|
|
@@ -6915,9 +7260,9 @@
|
|
|
6915
7260
|
"isDeprecated": false,
|
|
6916
7261
|
"name": "custom",
|
|
6917
7262
|
"path": "wanFirewall.moveRule.rule.rule.service.custom",
|
|
6918
|
-
"requestStr": "$
|
|
7263
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
6919
7264
|
"required": true,
|
|
6920
|
-
"responseStr": "custom:$
|
|
7265
|
+
"responseStr": "custom:$customService ",
|
|
6921
7266
|
"type": {
|
|
6922
7267
|
"definition": {
|
|
6923
7268
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -6946,7 +7291,7 @@
|
|
|
6946
7291
|
"varName": "port"
|
|
6947
7292
|
},
|
|
6948
7293
|
"portRange": {
|
|
6949
|
-
"alias": "
|
|
7294
|
+
"alias": "portRangePortRange: portRange",
|
|
6950
7295
|
"args": {},
|
|
6951
7296
|
"deprecationReason": null,
|
|
6952
7297
|
"description": null,
|
|
@@ -6954,9 +7299,9 @@
|
|
|
6954
7299
|
"isDeprecated": false,
|
|
6955
7300
|
"name": "portRange",
|
|
6956
7301
|
"path": "wanFirewall.moveRule.rule.rule.service.custom.portRange",
|
|
6957
|
-
"requestStr": "$
|
|
7302
|
+
"requestStr": "$portRange:PortRange ",
|
|
6958
7303
|
"required": false,
|
|
6959
|
-
"responseStr": "portRange:$
|
|
7304
|
+
"responseStr": "portRange:$portRange ",
|
|
6960
7305
|
"type": {
|
|
6961
7306
|
"definition": {
|
|
6962
7307
|
"description": "Inclusive network port range",
|
|
@@ -7018,10 +7363,10 @@
|
|
|
7018
7363
|
"name": "PortRange",
|
|
7019
7364
|
"non_null": false
|
|
7020
7365
|
},
|
|
7021
|
-
"varName": "
|
|
7366
|
+
"varName": "portRange"
|
|
7022
7367
|
},
|
|
7023
7368
|
"protocol": {
|
|
7024
|
-
"alias": "
|
|
7369
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
7025
7370
|
"args": {},
|
|
7026
7371
|
"deprecationReason": null,
|
|
7027
7372
|
"description": null,
|
|
@@ -7101,10 +7446,10 @@
|
|
|
7101
7446
|
"name": "CustomService",
|
|
7102
7447
|
"non_null": false
|
|
7103
7448
|
},
|
|
7104
|
-
"varName": "
|
|
7449
|
+
"varName": "customService"
|
|
7105
7450
|
},
|
|
7106
7451
|
"standard": {
|
|
7107
|
-
"alias": "
|
|
7452
|
+
"alias": "serviceRefStandard: standard",
|
|
7108
7453
|
"args": {},
|
|
7109
7454
|
"deprecationReason": null,
|
|
7110
7455
|
"description": null,
|
|
@@ -7112,9 +7457,9 @@
|
|
|
7112
7457
|
"isDeprecated": false,
|
|
7113
7458
|
"name": "standard",
|
|
7114
7459
|
"path": "wanFirewall.moveRule.rule.rule.service.standard",
|
|
7115
|
-
"requestStr": "$
|
|
7460
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
7116
7461
|
"required": true,
|
|
7117
|
-
"responseStr": "standard:$
|
|
7462
|
+
"responseStr": "standard:$serviceRef ",
|
|
7118
7463
|
"type": {
|
|
7119
7464
|
"definition": {
|
|
7120
7465
|
"description": null,
|
|
@@ -7179,7 +7524,7 @@
|
|
|
7179
7524
|
"name": "ServiceRef",
|
|
7180
7525
|
"non_null": false
|
|
7181
7526
|
},
|
|
7182
|
-
"varName": "
|
|
7527
|
+
"varName": "serviceRef"
|
|
7183
7528
|
}
|
|
7184
7529
|
},
|
|
7185
7530
|
"inputFields": null,
|
|
@@ -7196,10 +7541,10 @@
|
|
|
7196
7541
|
"name": "WanFirewallServiceType",
|
|
7197
7542
|
"non_null": false
|
|
7198
7543
|
},
|
|
7199
|
-
"varName": "
|
|
7544
|
+
"varName": "wanFirewallServiceType"
|
|
7200
7545
|
},
|
|
7201
7546
|
"source": {
|
|
7202
|
-
"alias": "
|
|
7547
|
+
"alias": "wanFirewallSourceSource: source",
|
|
7203
7548
|
"args": {},
|
|
7204
7549
|
"deprecationReason": null,
|
|
7205
7550
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7207,16 +7552,16 @@
|
|
|
7207
7552
|
"isDeprecated": false,
|
|
7208
7553
|
"name": "source",
|
|
7209
7554
|
"path": "wanFirewall.moveRule.rule.rule.source",
|
|
7210
|
-
"requestStr": "$
|
|
7555
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
7211
7556
|
"required": true,
|
|
7212
|
-
"responseStr": "source:$
|
|
7557
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
7213
7558
|
"type": {
|
|
7214
7559
|
"definition": {
|
|
7215
7560
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
7216
7561
|
"enumValues": null,
|
|
7217
7562
|
"fields": {
|
|
7218
7563
|
"floatingSubnet": {
|
|
7219
|
-
"alias": "
|
|
7564
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
7220
7565
|
"args": {},
|
|
7221
7566
|
"deprecationReason": null,
|
|
7222
7567
|
"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.",
|
|
@@ -7224,9 +7569,9 @@
|
|
|
7224
7569
|
"isDeprecated": false,
|
|
7225
7570
|
"name": "floatingSubnet",
|
|
7226
7571
|
"path": "wanFirewall.moveRule.rule.rule.source.floatingSubnet",
|
|
7227
|
-
"requestStr": "$
|
|
7572
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
7228
7573
|
"required": true,
|
|
7229
|
-
"responseStr": "floatingSubnet:$
|
|
7574
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
7230
7575
|
"type": {
|
|
7231
7576
|
"definition": {
|
|
7232
7577
|
"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.",
|
|
@@ -7291,10 +7636,10 @@
|
|
|
7291
7636
|
"name": "FloatingSubnetRef",
|
|
7292
7637
|
"non_null": false
|
|
7293
7638
|
},
|
|
7294
|
-
"varName": "
|
|
7639
|
+
"varName": "floatingSubnetRef"
|
|
7295
7640
|
},
|
|
7296
7641
|
"globalIpRange": {
|
|
7297
|
-
"alias": "
|
|
7642
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
7298
7643
|
"args": {},
|
|
7299
7644
|
"deprecationReason": null,
|
|
7300
7645
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7302,9 +7647,9 @@
|
|
|
7302
7647
|
"isDeprecated": false,
|
|
7303
7648
|
"name": "globalIpRange",
|
|
7304
7649
|
"path": "wanFirewall.moveRule.rule.rule.source.globalIpRange",
|
|
7305
|
-
"requestStr": "$
|
|
7650
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
7306
7651
|
"required": true,
|
|
7307
|
-
"responseStr": "globalIpRange:$
|
|
7652
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7308
7653
|
"type": {
|
|
7309
7654
|
"definition": {
|
|
7310
7655
|
"description": null,
|
|
@@ -7369,10 +7714,10 @@
|
|
|
7369
7714
|
"name": "GlobalIpRangeRef",
|
|
7370
7715
|
"non_null": false
|
|
7371
7716
|
},
|
|
7372
|
-
"varName": "
|
|
7717
|
+
"varName": "globalIpRangeRef"
|
|
7373
7718
|
},
|
|
7374
7719
|
"group": {
|
|
7375
|
-
"alias": "
|
|
7720
|
+
"alias": "groupRefGroup: group",
|
|
7376
7721
|
"args": {},
|
|
7377
7722
|
"deprecationReason": null,
|
|
7378
7723
|
"description": "Groups defined for your account",
|
|
@@ -7380,9 +7725,9 @@
|
|
|
7380
7725
|
"isDeprecated": false,
|
|
7381
7726
|
"name": "group",
|
|
7382
7727
|
"path": "wanFirewall.moveRule.rule.rule.source.group",
|
|
7383
|
-
"requestStr": "$
|
|
7728
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
7384
7729
|
"required": true,
|
|
7385
|
-
"responseStr": "group:$
|
|
7730
|
+
"responseStr": "group:$groupRef ",
|
|
7386
7731
|
"type": {
|
|
7387
7732
|
"definition": {
|
|
7388
7733
|
"description": null,
|
|
@@ -7447,10 +7792,10 @@
|
|
|
7447
7792
|
"name": "GroupRef",
|
|
7448
7793
|
"non_null": false
|
|
7449
7794
|
},
|
|
7450
|
-
"varName": "
|
|
7795
|
+
"varName": "groupRef"
|
|
7451
7796
|
},
|
|
7452
7797
|
"host": {
|
|
7453
|
-
"alias": "
|
|
7798
|
+
"alias": "hostRefHost: host",
|
|
7454
7799
|
"args": {},
|
|
7455
7800
|
"deprecationReason": null,
|
|
7456
7801
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7458,9 +7803,9 @@
|
|
|
7458
7803
|
"isDeprecated": false,
|
|
7459
7804
|
"name": "host",
|
|
7460
7805
|
"path": "wanFirewall.moveRule.rule.rule.source.host",
|
|
7461
|
-
"requestStr": "$
|
|
7806
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
7462
7807
|
"required": true,
|
|
7463
|
-
"responseStr": "host:$
|
|
7808
|
+
"responseStr": "host:$hostRef ",
|
|
7464
7809
|
"type": {
|
|
7465
7810
|
"definition": {
|
|
7466
7811
|
"description": null,
|
|
@@ -7525,7 +7870,7 @@
|
|
|
7525
7870
|
"name": "HostRef",
|
|
7526
7871
|
"non_null": false
|
|
7527
7872
|
},
|
|
7528
|
-
"varName": "
|
|
7873
|
+
"varName": "hostRef"
|
|
7529
7874
|
},
|
|
7530
7875
|
"ip": {
|
|
7531
7876
|
"args": {},
|
|
@@ -7551,7 +7896,7 @@
|
|
|
7551
7896
|
"varName": "ip"
|
|
7552
7897
|
},
|
|
7553
7898
|
"ipRange": {
|
|
7554
|
-
"alias": "
|
|
7899
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
7555
7900
|
"args": {},
|
|
7556
7901
|
"deprecationReason": null,
|
|
7557
7902
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7559,9 +7904,9 @@
|
|
|
7559
7904
|
"isDeprecated": false,
|
|
7560
7905
|
"name": "ipRange",
|
|
7561
7906
|
"path": "wanFirewall.moveRule.rule.rule.source.ipRange",
|
|
7562
|
-
"requestStr": "$
|
|
7907
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
7563
7908
|
"required": true,
|
|
7564
|
-
"responseStr": "ipRange:$
|
|
7909
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
7565
7910
|
"type": {
|
|
7566
7911
|
"definition": {
|
|
7567
7912
|
"description": "Inclusive range of IPs",
|
|
@@ -7626,10 +7971,10 @@
|
|
|
7626
7971
|
"name": "IpAddressRange",
|
|
7627
7972
|
"non_null": false
|
|
7628
7973
|
},
|
|
7629
|
-
"varName": "
|
|
7974
|
+
"varName": "ipAddressRange"
|
|
7630
7975
|
},
|
|
7631
7976
|
"networkInterface": {
|
|
7632
|
-
"alias": "
|
|
7977
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
7633
7978
|
"args": {},
|
|
7634
7979
|
"deprecationReason": null,
|
|
7635
7980
|
"description": "Network range defined for a site",
|
|
@@ -7637,9 +7982,9 @@
|
|
|
7637
7982
|
"isDeprecated": false,
|
|
7638
7983
|
"name": "networkInterface",
|
|
7639
7984
|
"path": "wanFirewall.moveRule.rule.rule.source.networkInterface",
|
|
7640
|
-
"requestStr": "$
|
|
7985
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
7641
7986
|
"required": true,
|
|
7642
|
-
"responseStr": "networkInterface:$
|
|
7987
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7643
7988
|
"type": {
|
|
7644
7989
|
"definition": {
|
|
7645
7990
|
"description": null,
|
|
@@ -7704,10 +8049,10 @@
|
|
|
7704
8049
|
"name": "NetworkInterfaceRef",
|
|
7705
8050
|
"non_null": false
|
|
7706
8051
|
},
|
|
7707
|
-
"varName": "
|
|
8052
|
+
"varName": "networkInterfaceRef"
|
|
7708
8053
|
},
|
|
7709
8054
|
"site": {
|
|
7710
|
-
"alias": "
|
|
8055
|
+
"alias": "siteRefSite: site",
|
|
7711
8056
|
"args": {},
|
|
7712
8057
|
"deprecationReason": null,
|
|
7713
8058
|
"description": "Site defined for the account",
|
|
@@ -7715,9 +8060,9 @@
|
|
|
7715
8060
|
"isDeprecated": false,
|
|
7716
8061
|
"name": "site",
|
|
7717
8062
|
"path": "wanFirewall.moveRule.rule.rule.source.site",
|
|
7718
|
-
"requestStr": "$
|
|
8063
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
7719
8064
|
"required": true,
|
|
7720
|
-
"responseStr": "site:$
|
|
8065
|
+
"responseStr": "site:$siteRef ",
|
|
7721
8066
|
"type": {
|
|
7722
8067
|
"definition": {
|
|
7723
8068
|
"description": null,
|
|
@@ -7782,10 +8127,10 @@
|
|
|
7782
8127
|
"name": "SiteRef",
|
|
7783
8128
|
"non_null": false
|
|
7784
8129
|
},
|
|
7785
|
-
"varName": "
|
|
8130
|
+
"varName": "siteRef"
|
|
7786
8131
|
},
|
|
7787
8132
|
"siteNetworkSubnet": {
|
|
7788
|
-
"alias": "
|
|
8133
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
7789
8134
|
"args": {},
|
|
7790
8135
|
"deprecationReason": null,
|
|
7791
8136
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -7793,9 +8138,9 @@
|
|
|
7793
8138
|
"isDeprecated": false,
|
|
7794
8139
|
"name": "siteNetworkSubnet",
|
|
7795
8140
|
"path": "wanFirewall.moveRule.rule.rule.source.siteNetworkSubnet",
|
|
7796
|
-
"requestStr": "$
|
|
8141
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
7797
8142
|
"required": true,
|
|
7798
|
-
"responseStr": "siteNetworkSubnet:$
|
|
8143
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
7799
8144
|
"type": {
|
|
7800
8145
|
"definition": {
|
|
7801
8146
|
"description": null,
|
|
@@ -7860,7 +8205,7 @@
|
|
|
7860
8205
|
"name": "SiteNetworkSubnetRef",
|
|
7861
8206
|
"non_null": false
|
|
7862
8207
|
},
|
|
7863
|
-
"varName": "
|
|
8208
|
+
"varName": "siteNetworkSubnetRef"
|
|
7864
8209
|
},
|
|
7865
8210
|
"subnet": {
|
|
7866
8211
|
"args": {},
|
|
@@ -7886,7 +8231,7 @@
|
|
|
7886
8231
|
"varName": "subnet"
|
|
7887
8232
|
},
|
|
7888
8233
|
"systemGroup": {
|
|
7889
|
-
"alias": "
|
|
8234
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
7890
8235
|
"args": {},
|
|
7891
8236
|
"deprecationReason": null,
|
|
7892
8237
|
"description": "Predefined Cato groups",
|
|
@@ -7894,9 +8239,9 @@
|
|
|
7894
8239
|
"isDeprecated": false,
|
|
7895
8240
|
"name": "systemGroup",
|
|
7896
8241
|
"path": "wanFirewall.moveRule.rule.rule.source.systemGroup",
|
|
7897
|
-
"requestStr": "$
|
|
8242
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
7898
8243
|
"required": true,
|
|
7899
|
-
"responseStr": "systemGroup:$
|
|
8244
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
7900
8245
|
"type": {
|
|
7901
8246
|
"definition": {
|
|
7902
8247
|
"description": null,
|
|
@@ -7961,10 +8306,10 @@
|
|
|
7961
8306
|
"name": "SystemGroupRef",
|
|
7962
8307
|
"non_null": false
|
|
7963
8308
|
},
|
|
7964
|
-
"varName": "
|
|
8309
|
+
"varName": "systemGroupRef"
|
|
7965
8310
|
},
|
|
7966
8311
|
"user": {
|
|
7967
|
-
"alias": "
|
|
8312
|
+
"alias": "userRefUser: user",
|
|
7968
8313
|
"args": {},
|
|
7969
8314
|
"deprecationReason": null,
|
|
7970
8315
|
"description": "Individual users defined for the account",
|
|
@@ -7972,9 +8317,9 @@
|
|
|
7972
8317
|
"isDeprecated": false,
|
|
7973
8318
|
"name": "user",
|
|
7974
8319
|
"path": "wanFirewall.moveRule.rule.rule.source.user",
|
|
7975
|
-
"requestStr": "$
|
|
8320
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
7976
8321
|
"required": true,
|
|
7977
|
-
"responseStr": "user:$
|
|
8322
|
+
"responseStr": "user:$userRef ",
|
|
7978
8323
|
"type": {
|
|
7979
8324
|
"definition": {
|
|
7980
8325
|
"description": null,
|
|
@@ -8039,10 +8384,10 @@
|
|
|
8039
8384
|
"name": "UserRef",
|
|
8040
8385
|
"non_null": false
|
|
8041
8386
|
},
|
|
8042
|
-
"varName": "
|
|
8387
|
+
"varName": "userRef"
|
|
8043
8388
|
},
|
|
8044
8389
|
"usersGroup": {
|
|
8045
|
-
"alias": "
|
|
8390
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
8046
8391
|
"args": {},
|
|
8047
8392
|
"deprecationReason": null,
|
|
8048
8393
|
"description": "Group of users",
|
|
@@ -8050,9 +8395,9 @@
|
|
|
8050
8395
|
"isDeprecated": false,
|
|
8051
8396
|
"name": "usersGroup",
|
|
8052
8397
|
"path": "wanFirewall.moveRule.rule.rule.source.usersGroup",
|
|
8053
|
-
"requestStr": "$
|
|
8398
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
8054
8399
|
"required": true,
|
|
8055
|
-
"responseStr": "usersGroup:$
|
|
8400
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
8056
8401
|
"type": {
|
|
8057
8402
|
"definition": {
|
|
8058
8403
|
"description": null,
|
|
@@ -8117,7 +8462,7 @@
|
|
|
8117
8462
|
"name": "UsersGroupRef",
|
|
8118
8463
|
"non_null": false
|
|
8119
8464
|
},
|
|
8120
|
-
"varName": "
|
|
8465
|
+
"varName": "usersGroupRef"
|
|
8121
8466
|
}
|
|
8122
8467
|
},
|
|
8123
8468
|
"inputFields": null,
|
|
@@ -8134,10 +8479,10 @@
|
|
|
8134
8479
|
"name": "WanFirewallSource",
|
|
8135
8480
|
"non_null": false
|
|
8136
8481
|
},
|
|
8137
|
-
"varName": "
|
|
8482
|
+
"varName": "wanFirewallSource"
|
|
8138
8483
|
},
|
|
8139
8484
|
"tracking": {
|
|
8140
|
-
"alias": "
|
|
8485
|
+
"alias": "policyTrackingTracking: tracking",
|
|
8141
8486
|
"args": {},
|
|
8142
8487
|
"deprecationReason": null,
|
|
8143
8488
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8145,16 +8490,16 @@
|
|
|
8145
8490
|
"isDeprecated": false,
|
|
8146
8491
|
"name": "tracking",
|
|
8147
8492
|
"path": "wanFirewall.moveRule.rule.rule.tracking",
|
|
8148
|
-
"requestStr": "$
|
|
8493
|
+
"requestStr": "$policyTracking:PolicyTracking! ",
|
|
8149
8494
|
"required": true,
|
|
8150
|
-
"responseStr": "tracking:$
|
|
8495
|
+
"responseStr": "tracking:$policyTracking ",
|
|
8151
8496
|
"type": {
|
|
8152
8497
|
"definition": {
|
|
8153
8498
|
"description": null,
|
|
8154
8499
|
"enumValues": null,
|
|
8155
8500
|
"fields": {
|
|
8156
8501
|
"alert": {
|
|
8157
|
-
"alias": "
|
|
8502
|
+
"alias": "policyRuleTrackingAlertAlert: alert",
|
|
8158
8503
|
"args": {},
|
|
8159
8504
|
"deprecationReason": null,
|
|
8160
8505
|
"description": null,
|
|
@@ -8162,9 +8507,9 @@
|
|
|
8162
8507
|
"isDeprecated": false,
|
|
8163
8508
|
"name": "alert",
|
|
8164
8509
|
"path": "wanFirewall.moveRule.rule.rule.tracking.alert",
|
|
8165
|
-
"requestStr": "$
|
|
8510
|
+
"requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
|
|
8166
8511
|
"required": true,
|
|
8167
|
-
"responseStr": "alert:$
|
|
8512
|
+
"responseStr": "alert:$policyRuleTrackingAlert ",
|
|
8168
8513
|
"type": {
|
|
8169
8514
|
"definition": {
|
|
8170
8515
|
"description": "Returns data for the alert settings for the rule",
|
|
@@ -8192,7 +8537,7 @@
|
|
|
8192
8537
|
"varName": "enabled"
|
|
8193
8538
|
},
|
|
8194
8539
|
"frequency": {
|
|
8195
|
-
"alias": "
|
|
8540
|
+
"alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
|
|
8196
8541
|
"args": {},
|
|
8197
8542
|
"deprecationReason": null,
|
|
8198
8543
|
"description": "Returns data for the alert frequency",
|
|
@@ -8250,7 +8595,7 @@
|
|
|
8250
8595
|
"varName": "frequency"
|
|
8251
8596
|
},
|
|
8252
8597
|
"mailingList": {
|
|
8253
|
-
"alias": "
|
|
8598
|
+
"alias": "subscriptionMailingListRefMailingList: mailingList",
|
|
8254
8599
|
"args": {},
|
|
8255
8600
|
"deprecationReason": null,
|
|
8256
8601
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8258,9 +8603,9 @@
|
|
|
8258
8603
|
"isDeprecated": false,
|
|
8259
8604
|
"name": "mailingList",
|
|
8260
8605
|
"path": "wanFirewall.moveRule.rule.rule.tracking.alert.mailingList",
|
|
8261
|
-
"requestStr": "$
|
|
8606
|
+
"requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
|
|
8262
8607
|
"required": true,
|
|
8263
|
-
"responseStr": "mailingList:$
|
|
8608
|
+
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
8264
8609
|
"type": {
|
|
8265
8610
|
"definition": {
|
|
8266
8611
|
"description": null,
|
|
@@ -8325,10 +8670,10 @@
|
|
|
8325
8670
|
"name": "SubscriptionMailingListRef",
|
|
8326
8671
|
"non_null": false
|
|
8327
8672
|
},
|
|
8328
|
-
"varName": "
|
|
8673
|
+
"varName": "subscriptionMailingListRef"
|
|
8329
8674
|
},
|
|
8330
8675
|
"subscriptionGroup": {
|
|
8331
|
-
"alias": "
|
|
8676
|
+
"alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
|
|
8332
8677
|
"args": {},
|
|
8333
8678
|
"deprecationReason": null,
|
|
8334
8679
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8336,9 +8681,9 @@
|
|
|
8336
8681
|
"isDeprecated": false,
|
|
8337
8682
|
"name": "subscriptionGroup",
|
|
8338
8683
|
"path": "wanFirewall.moveRule.rule.rule.tracking.alert.subscriptionGroup",
|
|
8339
|
-
"requestStr": "$
|
|
8684
|
+
"requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
|
|
8340
8685
|
"required": true,
|
|
8341
|
-
"responseStr": "subscriptionGroup:$
|
|
8686
|
+
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
8342
8687
|
"type": {
|
|
8343
8688
|
"definition": {
|
|
8344
8689
|
"description": null,
|
|
@@ -8403,10 +8748,10 @@
|
|
|
8403
8748
|
"name": "SubscriptionGroupRef",
|
|
8404
8749
|
"non_null": false
|
|
8405
8750
|
},
|
|
8406
|
-
"varName": "
|
|
8751
|
+
"varName": "subscriptionGroupRef"
|
|
8407
8752
|
},
|
|
8408
8753
|
"webhook": {
|
|
8409
|
-
"alias": "
|
|
8754
|
+
"alias": "subscriptionWebhookRefWebhook: webhook",
|
|
8410
8755
|
"args": {},
|
|
8411
8756
|
"deprecationReason": null,
|
|
8412
8757
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8414,9 +8759,9 @@
|
|
|
8414
8759
|
"isDeprecated": false,
|
|
8415
8760
|
"name": "webhook",
|
|
8416
8761
|
"path": "wanFirewall.moveRule.rule.rule.tracking.alert.webhook",
|
|
8417
|
-
"requestStr": "$
|
|
8762
|
+
"requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
|
|
8418
8763
|
"required": true,
|
|
8419
|
-
"responseStr": "webhook:$
|
|
8764
|
+
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
8420
8765
|
"type": {
|
|
8421
8766
|
"definition": {
|
|
8422
8767
|
"description": null,
|
|
@@ -8481,7 +8826,7 @@
|
|
|
8481
8826
|
"name": "SubscriptionWebhookRef",
|
|
8482
8827
|
"non_null": false
|
|
8483
8828
|
},
|
|
8484
|
-
"varName": "
|
|
8829
|
+
"varName": "subscriptionWebhookRef"
|
|
8485
8830
|
}
|
|
8486
8831
|
},
|
|
8487
8832
|
"inputFields": null,
|
|
@@ -8498,10 +8843,10 @@
|
|
|
8498
8843
|
"name": "PolicyRuleTrackingAlert",
|
|
8499
8844
|
"non_null": false
|
|
8500
8845
|
},
|
|
8501
|
-
"varName": "
|
|
8846
|
+
"varName": "policyRuleTrackingAlert"
|
|
8502
8847
|
},
|
|
8503
8848
|
"event": {
|
|
8504
|
-
"alias": "
|
|
8849
|
+
"alias": "policyRuleTrackingEventEvent: event",
|
|
8505
8850
|
"args": {},
|
|
8506
8851
|
"deprecationReason": null,
|
|
8507
8852
|
"description": null,
|
|
@@ -8509,9 +8854,9 @@
|
|
|
8509
8854
|
"isDeprecated": false,
|
|
8510
8855
|
"name": "event",
|
|
8511
8856
|
"path": "wanFirewall.moveRule.rule.rule.tracking.event",
|
|
8512
|
-
"requestStr": "$
|
|
8857
|
+
"requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
|
|
8513
8858
|
"required": true,
|
|
8514
|
-
"responseStr": "event:$
|
|
8859
|
+
"responseStr": "event:$policyRuleTrackingEvent ",
|
|
8515
8860
|
"type": {
|
|
8516
8861
|
"definition": {
|
|
8517
8862
|
"description": "Returns data if an alert is sent for a rule",
|
|
@@ -8553,7 +8898,7 @@
|
|
|
8553
8898
|
"name": "PolicyRuleTrackingEvent",
|
|
8554
8899
|
"non_null": false
|
|
8555
8900
|
},
|
|
8556
|
-
"varName": "
|
|
8901
|
+
"varName": "policyRuleTrackingEvent"
|
|
8557
8902
|
}
|
|
8558
8903
|
},
|
|
8559
8904
|
"inputFields": null,
|
|
@@ -8570,7 +8915,7 @@
|
|
|
8570
8915
|
"name": "PolicyTracking",
|
|
8571
8916
|
"non_null": false
|
|
8572
8917
|
},
|
|
8573
|
-
"varName": "
|
|
8918
|
+
"varName": "policyTracking"
|
|
8574
8919
|
}
|
|
8575
8920
|
},
|
|
8576
8921
|
"inputFields": null,
|
|
@@ -8587,7 +8932,7 @@
|
|
|
8587
8932
|
"name": "WanFirewallRule",
|
|
8588
8933
|
"non_null": false
|
|
8589
8934
|
},
|
|
8590
|
-
"varName": "
|
|
8935
|
+
"varName": "wanFirewallRule"
|
|
8591
8936
|
}
|
|
8592
8937
|
},
|
|
8593
8938
|
"inputFields": null,
|
|
@@ -8603,10 +8948,10 @@
|
|
|
8603
8948
|
"name": "WanFirewallRulePayload",
|
|
8604
8949
|
"non_null": false
|
|
8605
8950
|
},
|
|
8606
|
-
"varName": "
|
|
8951
|
+
"varName": "wanFirewallRulePayload"
|
|
8607
8952
|
},
|
|
8608
8953
|
"status": {
|
|
8609
|
-
"alias": "
|
|
8954
|
+
"alias": "policyMutationStatusStatus: status",
|
|
8610
8955
|
"args": {},
|
|
8611
8956
|
"deprecationReason": null,
|
|
8612
8957
|
"description": null,
|
|
@@ -8666,7 +9011,7 @@
|
|
|
8666
9011
|
"name": "WanFirewallRuleMutationPayload",
|
|
8667
9012
|
"non_null": false
|
|
8668
9013
|
},
|
|
8669
|
-
"varName": "
|
|
9014
|
+
"varName": "wanFirewallRuleMutationPayload"
|
|
8670
9015
|
}
|
|
8671
9016
|
},
|
|
8672
9017
|
"inputFields": null,
|
|
@@ -8682,7 +9027,7 @@
|
|
|
8682
9027
|
"name": "WanFirewallPolicyMutations",
|
|
8683
9028
|
"non_null": false
|
|
8684
9029
|
},
|
|
8685
|
-
"varName": "
|
|
9030
|
+
"varName": "wanFirewallPolicyMutations"
|
|
8686
9031
|
}
|
|
8687
9032
|
},
|
|
8688
9033
|
"inputFields": null,
|
|
@@ -8699,21 +9044,21 @@
|
|
|
8699
9044
|
"non_null": false
|
|
8700
9045
|
},
|
|
8701
9046
|
"variablesPayload": {
|
|
8702
|
-
"
|
|
8703
|
-
"
|
|
9047
|
+
"policyMoveRuleInput": {
|
|
9048
|
+
"id": {
|
|
9049
|
+
"id": "ID"
|
|
9050
|
+
},
|
|
9051
|
+
"policyRulePositionInput": {
|
|
8704
9052
|
"position": {
|
|
8705
9053
|
"position": "enum(PolicyRulePositionEnum)"
|
|
8706
9054
|
},
|
|
8707
9055
|
"ref": {
|
|
8708
9056
|
"ref": "ID"
|
|
8709
9057
|
}
|
|
8710
|
-
},
|
|
8711
|
-
"id": {
|
|
8712
|
-
"id": "ID"
|
|
8713
9058
|
}
|
|
8714
9059
|
},
|
|
8715
|
-
"
|
|
8716
|
-
"
|
|
9060
|
+
"wanFirewallPolicyMutationInput": {
|
|
9061
|
+
"policyMutationRevisionInput": {
|
|
8717
9062
|
"id": {
|
|
8718
9063
|
"id": "ID"
|
|
8719
9064
|
}
|