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": "internetFirewall___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "internetFirewall.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
33
33
|
"required": false,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"id_str": "internetFirewall___input___revision",
|
|
45
45
|
"name": "revision",
|
|
46
46
|
"path": "internetFirewall.input.revision",
|
|
47
|
-
"requestStr": "$
|
|
47
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
48
48
|
"required": false,
|
|
49
|
-
"responseStr": "revision:$
|
|
49
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
50
50
|
"type": {
|
|
51
51
|
"definition": {
|
|
52
52
|
"description": null,
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"name": "PolicyMutationRevisionInput",
|
|
85
85
|
"non_null": false
|
|
86
86
|
},
|
|
87
|
-
"varName": "
|
|
87
|
+
"varName": "policyMutationRevisionInput"
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"interfaces": null,
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"name": "InternetFirewallPolicyMutationInput",
|
|
100
100
|
"non_null": false
|
|
101
101
|
},
|
|
102
|
-
"varName": "
|
|
102
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
"deprecationReason": null,
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"id_str": "moveRule___input",
|
|
121
121
|
"name": "input",
|
|
122
122
|
"path": "moveRule.input",
|
|
123
|
-
"requestStr": "$
|
|
123
|
+
"requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
|
|
124
124
|
"required": true,
|
|
125
|
-
"responseStr": "input:$
|
|
125
|
+
"responseStr": "input:$policyMoveRuleInput ",
|
|
126
126
|
"type": {
|
|
127
127
|
"definition": {
|
|
128
128
|
"description": "Move the rule to a different position in the policy",
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
"id_str": "moveRule___input___to",
|
|
155
155
|
"name": "to",
|
|
156
156
|
"path": "moveRule.input.to",
|
|
157
|
-
"requestStr": "$
|
|
157
|
+
"requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
|
|
158
158
|
"required": false,
|
|
159
|
-
"responseStr": "to:$
|
|
159
|
+
"responseStr": "to:$policyRulePositionInput ",
|
|
160
160
|
"type": {
|
|
161
161
|
"definition": {
|
|
162
162
|
"description": "Parameters required to define the rule position",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"name": "PolicyRulePositionInput",
|
|
261
261
|
"non_null": false
|
|
262
262
|
},
|
|
263
|
-
"varName": "
|
|
263
|
+
"varName": "policyRulePositionInput"
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"interfaces": null,
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
"name": "PolicyMoveRuleInput",
|
|
277
277
|
"non_null": false
|
|
278
278
|
},
|
|
279
|
-
"varName": "
|
|
279
|
+
"varName": "policyMoveRuleInput"
|
|
280
280
|
}
|
|
281
281
|
},
|
|
282
282
|
"deprecationReason": null,
|
|
@@ -300,12 +300,12 @@
|
|
|
300
300
|
"ApplicationCategoryRef": true,
|
|
301
301
|
"ApplicationRef": true,
|
|
302
302
|
"ConnectionOriginEnum": true,
|
|
303
|
-
"ContainerRef": true,
|
|
304
303
|
"CountryRef": true,
|
|
305
304
|
"CustomApplicationRef": true,
|
|
306
305
|
"CustomCategoryRef": true,
|
|
307
306
|
"CustomService": true,
|
|
308
307
|
"DayOfWeek": true,
|
|
308
|
+
"DeviceAttributes": true,
|
|
309
309
|
"DeviceProfileRef": true,
|
|
310
310
|
"FloatingSubnetRef": true,
|
|
311
311
|
"FqdnContainerRef": true,
|
|
@@ -358,15 +358,34 @@
|
|
|
358
358
|
"isDeprecated": false,
|
|
359
359
|
"name": "policy",
|
|
360
360
|
"operationArgs": {
|
|
361
|
-
"
|
|
361
|
+
"accountId": {
|
|
362
|
+
"defaultValue": null,
|
|
363
|
+
"description": null,
|
|
364
|
+
"id_str": "accountId",
|
|
365
|
+
"name": "accountId",
|
|
366
|
+
"path": "accountId",
|
|
367
|
+
"requestStr": "$accountId:ID! ",
|
|
368
|
+
"required": true,
|
|
369
|
+
"responseStr": "accountId:$accountId ",
|
|
370
|
+
"type": {
|
|
371
|
+
"kind": [
|
|
372
|
+
"NON_NULL",
|
|
373
|
+
"SCALAR"
|
|
374
|
+
],
|
|
375
|
+
"name": "ID",
|
|
376
|
+
"non_null": false
|
|
377
|
+
},
|
|
378
|
+
"varName": "accountId"
|
|
379
|
+
},
|
|
380
|
+
"internetFirewallPolicyMutationInput": {
|
|
362
381
|
"defaultValue": null,
|
|
363
382
|
"description": null,
|
|
364
383
|
"id_str": "internetFirewall___input",
|
|
365
384
|
"name": "input",
|
|
366
385
|
"path": "internetFirewall.input",
|
|
367
|
-
"requestStr": "$
|
|
386
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
368
387
|
"required": false,
|
|
369
|
-
"responseStr": "input:$
|
|
388
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
370
389
|
"type": {
|
|
371
390
|
"definition": {
|
|
372
391
|
"description": null,
|
|
@@ -379,9 +398,9 @@
|
|
|
379
398
|
"id_str": "internetFirewall___input___revision",
|
|
380
399
|
"name": "revision",
|
|
381
400
|
"path": "internetFirewall.input.revision",
|
|
382
|
-
"requestStr": "$
|
|
401
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
383
402
|
"required": false,
|
|
384
|
-
"responseStr": "revision:$
|
|
403
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
385
404
|
"type": {
|
|
386
405
|
"definition": {
|
|
387
406
|
"description": null,
|
|
@@ -419,7 +438,7 @@
|
|
|
419
438
|
"name": "PolicyMutationRevisionInput",
|
|
420
439
|
"non_null": false
|
|
421
440
|
},
|
|
422
|
-
"varName": "
|
|
441
|
+
"varName": "policyMutationRevisionInput"
|
|
423
442
|
}
|
|
424
443
|
},
|
|
425
444
|
"interfaces": null,
|
|
@@ -434,17 +453,17 @@
|
|
|
434
453
|
"name": "InternetFirewallPolicyMutationInput",
|
|
435
454
|
"non_null": false
|
|
436
455
|
},
|
|
437
|
-
"varName": "
|
|
456
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
438
457
|
},
|
|
439
|
-
"
|
|
458
|
+
"policyMoveRuleInput": {
|
|
440
459
|
"defaultValue": null,
|
|
441
460
|
"description": null,
|
|
442
461
|
"id_str": "moveRule___input",
|
|
443
462
|
"name": "input",
|
|
444
463
|
"path": "moveRule.input",
|
|
445
|
-
"requestStr": "$
|
|
464
|
+
"requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
|
|
446
465
|
"required": true,
|
|
447
|
-
"responseStr": "input:$
|
|
466
|
+
"responseStr": "input:$policyMoveRuleInput ",
|
|
448
467
|
"type": {
|
|
449
468
|
"definition": {
|
|
450
469
|
"description": "Move the rule to a different position in the policy",
|
|
@@ -476,9 +495,9 @@
|
|
|
476
495
|
"id_str": "moveRule___input___to",
|
|
477
496
|
"name": "to",
|
|
478
497
|
"path": "moveRule.input.to",
|
|
479
|
-
"requestStr": "$
|
|
498
|
+
"requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
|
|
480
499
|
"required": false,
|
|
481
|
-
"responseStr": "to:$
|
|
500
|
+
"responseStr": "to:$policyRulePositionInput ",
|
|
482
501
|
"type": {
|
|
483
502
|
"definition": {
|
|
484
503
|
"description": "Parameters required to define the rule position",
|
|
@@ -582,7 +601,7 @@
|
|
|
582
601
|
"name": "PolicyRulePositionInput",
|
|
583
602
|
"non_null": false
|
|
584
603
|
},
|
|
585
|
-
"varName": "
|
|
604
|
+
"varName": "policyRulePositionInput"
|
|
586
605
|
}
|
|
587
606
|
},
|
|
588
607
|
"interfaces": null,
|
|
@@ -598,26 +617,7 @@
|
|
|
598
617
|
"name": "PolicyMoveRuleInput",
|
|
599
618
|
"non_null": false
|
|
600
619
|
},
|
|
601
|
-
"varName": "
|
|
602
|
-
},
|
|
603
|
-
"accountId": {
|
|
604
|
-
"defaultValue": null,
|
|
605
|
-
"description": null,
|
|
606
|
-
"id_str": "accountId",
|
|
607
|
-
"name": "accountId",
|
|
608
|
-
"path": "accountId",
|
|
609
|
-
"requestStr": "$accountId:ID! ",
|
|
610
|
-
"required": true,
|
|
611
|
-
"responseStr": "accountId:$accountId ",
|
|
612
|
-
"type": {
|
|
613
|
-
"kind": [
|
|
614
|
-
"NON_NULL",
|
|
615
|
-
"SCALAR"
|
|
616
|
-
],
|
|
617
|
-
"name": "ID",
|
|
618
|
-
"non_null": false
|
|
619
|
-
},
|
|
620
|
-
"varName": "accountId"
|
|
620
|
+
"varName": "policyMoveRuleInput"
|
|
621
621
|
}
|
|
622
622
|
},
|
|
623
623
|
"path": "mutation.policy.internetFirewall.moveRule",
|
|
@@ -634,9 +634,9 @@
|
|
|
634
634
|
"id_str": "internetFirewall___input",
|
|
635
635
|
"name": "input",
|
|
636
636
|
"path": "internetFirewall.input",
|
|
637
|
-
"requestStr": "$
|
|
637
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
638
638
|
"required": false,
|
|
639
|
-
"responseStr": "input:$
|
|
639
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
640
640
|
"type": {
|
|
641
641
|
"definition": {
|
|
642
642
|
"description": null,
|
|
@@ -649,9 +649,9 @@
|
|
|
649
649
|
"id_str": "internetFirewall___input___revision",
|
|
650
650
|
"name": "revision",
|
|
651
651
|
"path": "internetFirewall.input.revision",
|
|
652
|
-
"requestStr": "$
|
|
652
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
653
653
|
"required": false,
|
|
654
|
-
"responseStr": "revision:$
|
|
654
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
655
655
|
"type": {
|
|
656
656
|
"definition": {
|
|
657
657
|
"description": null,
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
"name": "PolicyMutationRevisionInput",
|
|
690
690
|
"non_null": false
|
|
691
691
|
},
|
|
692
|
-
"varName": "
|
|
692
|
+
"varName": "policyMutationRevisionInput"
|
|
693
693
|
}
|
|
694
694
|
},
|
|
695
695
|
"interfaces": null,
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"name": "InternetFirewallPolicyMutationInput",
|
|
705
705
|
"non_null": false
|
|
706
706
|
},
|
|
707
|
-
"varName": "
|
|
707
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
708
708
|
}
|
|
709
709
|
},
|
|
710
710
|
"deprecationReason": null,
|
|
@@ -713,9 +713,9 @@
|
|
|
713
713
|
"isDeprecated": false,
|
|
714
714
|
"name": "internetFirewall",
|
|
715
715
|
"path": "internetFirewall",
|
|
716
|
-
"requestStr": "$
|
|
716
|
+
"requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
|
|
717
717
|
"required": false,
|
|
718
|
-
"responseStr": "internetFirewall:$
|
|
718
|
+
"responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
|
|
719
719
|
"type": {
|
|
720
720
|
"definition": {
|
|
721
721
|
"description": "The Internet firewall Policy information returned to the caller in the API response.",
|
|
@@ -729,9 +729,9 @@
|
|
|
729
729
|
"id_str": "moveRule___input",
|
|
730
730
|
"name": "input",
|
|
731
731
|
"path": "moveRule.input",
|
|
732
|
-
"requestStr": "$
|
|
732
|
+
"requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
|
|
733
733
|
"required": true,
|
|
734
|
-
"responseStr": "input:$
|
|
734
|
+
"responseStr": "input:$policyMoveRuleInput ",
|
|
735
735
|
"type": {
|
|
736
736
|
"definition": {
|
|
737
737
|
"description": "Move the rule to a different position in the policy",
|
|
@@ -763,9 +763,9 @@
|
|
|
763
763
|
"id_str": "moveRule___input___to",
|
|
764
764
|
"name": "to",
|
|
765
765
|
"path": "moveRule.input.to",
|
|
766
|
-
"requestStr": "$
|
|
766
|
+
"requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
|
|
767
767
|
"required": false,
|
|
768
|
-
"responseStr": "to:$
|
|
768
|
+
"responseStr": "to:$policyRulePositionInput ",
|
|
769
769
|
"type": {
|
|
770
770
|
"definition": {
|
|
771
771
|
"description": "Parameters required to define the rule position",
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
"name": "PolicyRulePositionInput",
|
|
870
870
|
"non_null": false
|
|
871
871
|
},
|
|
872
|
-
"varName": "
|
|
872
|
+
"varName": "policyRulePositionInput"
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
875
|
"interfaces": null,
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
"name": "PolicyMoveRuleInput",
|
|
886
886
|
"non_null": false
|
|
887
887
|
},
|
|
888
|
-
"varName": "
|
|
888
|
+
"varName": "policyMoveRuleInput"
|
|
889
889
|
}
|
|
890
890
|
},
|
|
891
891
|
"deprecationReason": null,
|
|
@@ -894,16 +894,16 @@
|
|
|
894
894
|
"isDeprecated": false,
|
|
895
895
|
"name": "moveRule",
|
|
896
896
|
"path": "internetFirewall.moveRule",
|
|
897
|
-
"requestStr": "$
|
|
897
|
+
"requestStr": "$internetFirewallRuleMutationPayload:InternetFirewallRuleMutationPayload! ",
|
|
898
898
|
"required": true,
|
|
899
|
-
"responseStr": "moveRule:$
|
|
899
|
+
"responseStr": "moveRule:$internetFirewallRuleMutationPayload ",
|
|
900
900
|
"type": {
|
|
901
901
|
"definition": {
|
|
902
902
|
"description": null,
|
|
903
903
|
"enumValues": null,
|
|
904
904
|
"fields": {
|
|
905
905
|
"errors": {
|
|
906
|
-
"alias": "
|
|
906
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
907
907
|
"args": {},
|
|
908
908
|
"deprecationReason": null,
|
|
909
909
|
"description": null,
|
|
@@ -911,9 +911,9 @@
|
|
|
911
911
|
"isDeprecated": false,
|
|
912
912
|
"name": "errors",
|
|
913
913
|
"path": "internetFirewall.moveRule.errors",
|
|
914
|
-
"requestStr": "$
|
|
914
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
915
915
|
"required": true,
|
|
916
|
-
"responseStr": "errors:$
|
|
916
|
+
"responseStr": "errors:$policyMutationError ",
|
|
917
917
|
"type": {
|
|
918
918
|
"definition": {
|
|
919
919
|
"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\"",
|
|
@@ -976,10 +976,10 @@
|
|
|
976
976
|
"name": "PolicyMutationError",
|
|
977
977
|
"non_null": false
|
|
978
978
|
},
|
|
979
|
-
"varName": "
|
|
979
|
+
"varName": "policyMutationError"
|
|
980
980
|
},
|
|
981
981
|
"rule": {
|
|
982
|
-
"alias": "
|
|
982
|
+
"alias": "internetFirewallRulePayloadRule: rule",
|
|
983
983
|
"args": {},
|
|
984
984
|
"deprecationReason": null,
|
|
985
985
|
"description": null,
|
|
@@ -987,9 +987,9 @@
|
|
|
987
987
|
"isDeprecated": false,
|
|
988
988
|
"name": "rule",
|
|
989
989
|
"path": "internetFirewall.moveRule.rule",
|
|
990
|
-
"requestStr": "$
|
|
990
|
+
"requestStr": "$internetFirewallRulePayload:InternetFirewallRulePayload ",
|
|
991
991
|
"required": false,
|
|
992
|
-
"responseStr": "rule:$
|
|
992
|
+
"responseStr": "rule:$internetFirewallRulePayload ",
|
|
993
993
|
"type": {
|
|
994
994
|
"definition": {
|
|
995
995
|
"description": "Internet Firewall policy information for a specific revision",
|
|
@@ -1003,9 +1003,9 @@
|
|
|
1003
1003
|
"isDeprecated": false,
|
|
1004
1004
|
"name": "audit",
|
|
1005
1005
|
"path": "internetFirewall.moveRule.rule.audit",
|
|
1006
|
-
"requestStr": "$
|
|
1006
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
1007
1007
|
"required": true,
|
|
1008
|
-
"responseStr": "audit:$
|
|
1008
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
1009
1009
|
"type": {
|
|
1010
1010
|
"definition": {
|
|
1011
1011
|
"description": null,
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"name": "PolicyElementAudit",
|
|
1069
1069
|
"non_null": false
|
|
1070
1070
|
},
|
|
1071
|
-
"varName": "
|
|
1071
|
+
"varName": "policyElementAudit"
|
|
1072
1072
|
},
|
|
1073
1073
|
"properties": {
|
|
1074
1074
|
"args": {},
|
|
@@ -1155,16 +1155,16 @@
|
|
|
1155
1155
|
"isDeprecated": false,
|
|
1156
1156
|
"name": "rule",
|
|
1157
1157
|
"path": "internetFirewall.moveRule.rule.rule",
|
|
1158
|
-
"requestStr": "$
|
|
1158
|
+
"requestStr": "$internetFirewallRule:InternetFirewallRule! ",
|
|
1159
1159
|
"required": true,
|
|
1160
|
-
"responseStr": "rule:$
|
|
1160
|
+
"responseStr": "rule:$internetFirewallRule ",
|
|
1161
1161
|
"type": {
|
|
1162
1162
|
"definition": {
|
|
1163
1163
|
"description": null,
|
|
1164
1164
|
"enumValues": null,
|
|
1165
1165
|
"fields": {
|
|
1166
1166
|
"action": {
|
|
1167
|
-
"alias": "
|
|
1167
|
+
"alias": "internetFirewallActionEnumAction: action",
|
|
1168
1168
|
"args": {},
|
|
1169
1169
|
"deprecationReason": null,
|
|
1170
1170
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1222,7 +1222,7 @@
|
|
|
1222
1222
|
"varName": "action"
|
|
1223
1223
|
},
|
|
1224
1224
|
"connectionOrigin": {
|
|
1225
|
-
"alias": "
|
|
1225
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
1226
1226
|
"args": {},
|
|
1227
1227
|
"deprecationReason": null,
|
|
1228
1228
|
"description": "Connection origin of the traffic",
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
"varName": "connectionOrigin"
|
|
1275
1275
|
},
|
|
1276
1276
|
"country": {
|
|
1277
|
-
"alias": "
|
|
1277
|
+
"alias": "countryRefCountry: country",
|
|
1278
1278
|
"args": {},
|
|
1279
1279
|
"deprecationReason": null,
|
|
1280
1280
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1282,9 +1282,9 @@
|
|
|
1282
1282
|
"isDeprecated": false,
|
|
1283
1283
|
"name": "country",
|
|
1284
1284
|
"path": "internetFirewall.moveRule.rule.rule.country",
|
|
1285
|
-
"requestStr": "$
|
|
1285
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1286
1286
|
"required": true,
|
|
1287
|
-
"responseStr": "country:$
|
|
1287
|
+
"responseStr": "country:$countryRef ",
|
|
1288
1288
|
"type": {
|
|
1289
1289
|
"definition": {
|
|
1290
1290
|
"description": null,
|
|
@@ -1349,7 +1349,7 @@
|
|
|
1349
1349
|
"name": "CountryRef",
|
|
1350
1350
|
"non_null": false
|
|
1351
1351
|
},
|
|
1352
|
-
"varName": "
|
|
1352
|
+
"varName": "countryRef"
|
|
1353
1353
|
},
|
|
1354
1354
|
"description": {
|
|
1355
1355
|
"args": {},
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
"varName": "description"
|
|
1374
1374
|
},
|
|
1375
1375
|
"destination": {
|
|
1376
|
-
"alias": "
|
|
1376
|
+
"alias": "internetFirewallDestinationDestination: destination",
|
|
1377
1377
|
"args": {},
|
|
1378
1378
|
"deprecationReason": null,
|
|
1379
1379
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1381,16 +1381,16 @@
|
|
|
1381
1381
|
"isDeprecated": false,
|
|
1382
1382
|
"name": "destination",
|
|
1383
1383
|
"path": "internetFirewall.moveRule.rule.rule.destination",
|
|
1384
|
-
"requestStr": "$
|
|
1384
|
+
"requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
|
|
1385
1385
|
"required": true,
|
|
1386
|
-
"responseStr": "destination:$
|
|
1386
|
+
"responseStr": "destination:$internetFirewallDestination ",
|
|
1387
1387
|
"type": {
|
|
1388
1388
|
"definition": {
|
|
1389
1389
|
"description": "Destination match criteria set",
|
|
1390
1390
|
"enumValues": null,
|
|
1391
1391
|
"fields": {
|
|
1392
1392
|
"appCategory": {
|
|
1393
|
-
"alias": "
|
|
1393
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
1394
1394
|
"args": {},
|
|
1395
1395
|
"deprecationReason": null,
|
|
1396
1396
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1398,9 +1398,9 @@
|
|
|
1398
1398
|
"isDeprecated": false,
|
|
1399
1399
|
"name": "appCategory",
|
|
1400
1400
|
"path": "internetFirewall.moveRule.rule.rule.destination.appCategory",
|
|
1401
|
-
"requestStr": "$
|
|
1401
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
1402
1402
|
"required": true,
|
|
1403
|
-
"responseStr": "appCategory:$
|
|
1403
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1404
1404
|
"type": {
|
|
1405
1405
|
"definition": {
|
|
1406
1406
|
"description": null,
|
|
@@ -1465,10 +1465,10 @@
|
|
|
1465
1465
|
"name": "ApplicationCategoryRef",
|
|
1466
1466
|
"non_null": false
|
|
1467
1467
|
},
|
|
1468
|
-
"varName": "
|
|
1468
|
+
"varName": "applicationCategoryRef"
|
|
1469
1469
|
},
|
|
1470
1470
|
"application": {
|
|
1471
|
-
"alias": "
|
|
1471
|
+
"alias": "applicationRefApplication: application",
|
|
1472
1472
|
"args": {},
|
|
1473
1473
|
"deprecationReason": null,
|
|
1474
1474
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1476,9 +1476,9 @@
|
|
|
1476
1476
|
"isDeprecated": false,
|
|
1477
1477
|
"name": "application",
|
|
1478
1478
|
"path": "internetFirewall.moveRule.rule.rule.destination.application",
|
|
1479
|
-
"requestStr": "$
|
|
1479
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
1480
1480
|
"required": true,
|
|
1481
|
-
"responseStr": "application:$
|
|
1481
|
+
"responseStr": "application:$applicationRef ",
|
|
1482
1482
|
"type": {
|
|
1483
1483
|
"definition": {
|
|
1484
1484
|
"description": null,
|
|
@@ -1543,88 +1543,10 @@
|
|
|
1543
1543
|
"name": "ApplicationRef",
|
|
1544
1544
|
"non_null": false
|
|
1545
1545
|
},
|
|
1546
|
-
"varName": "
|
|
1547
|
-
},
|
|
1548
|
-
"container": {
|
|
1549
|
-
"alias": "ContainerRefContainer: container",
|
|
1550
|
-
"args": {},
|
|
1551
|
-
"deprecationReason": null,
|
|
1552
|
-
"description": null,
|
|
1553
|
-
"id_str": "internetFirewall___moveRule___rule___rule___destination___container",
|
|
1554
|
-
"isDeprecated": false,
|
|
1555
|
-
"name": "container",
|
|
1556
|
-
"path": "internetFirewall.moveRule.rule.rule.destination.container",
|
|
1557
|
-
"requestStr": "$ContainerRef:[ContainerRef]! ",
|
|
1558
|
-
"required": true,
|
|
1559
|
-
"responseStr": "container:$ContainerRef ",
|
|
1560
|
-
"type": {
|
|
1561
|
-
"definition": {
|
|
1562
|
-
"description": "A group with members of a single type of entity (for example: IP, FQDN)",
|
|
1563
|
-
"enumValues": null,
|
|
1564
|
-
"fields": {
|
|
1565
|
-
"id": {
|
|
1566
|
-
"args": {},
|
|
1567
|
-
"deprecationReason": null,
|
|
1568
|
-
"description": "Unique container ID",
|
|
1569
|
-
"id_str": "internetFirewall___moveRule___rule___rule___destination___container___id",
|
|
1570
|
-
"isDeprecated": false,
|
|
1571
|
-
"name": "id",
|
|
1572
|
-
"path": "internetFirewall.moveRule.rule.rule.destination.container.id",
|
|
1573
|
-
"requestStr": "$id:ID! ",
|
|
1574
|
-
"required": true,
|
|
1575
|
-
"responseStr": "id:$id ",
|
|
1576
|
-
"type": {
|
|
1577
|
-
"kind": [
|
|
1578
|
-
"NON_NULL",
|
|
1579
|
-
"SCALAR"
|
|
1580
|
-
],
|
|
1581
|
-
"name": "ID",
|
|
1582
|
-
"non_null": false
|
|
1583
|
-
},
|
|
1584
|
-
"varName": "id"
|
|
1585
|
-
},
|
|
1586
|
-
"name": {
|
|
1587
|
-
"args": {},
|
|
1588
|
-
"deprecationReason": null,
|
|
1589
|
-
"description": "Name for the container",
|
|
1590
|
-
"id_str": "internetFirewall___moveRule___rule___rule___destination___container___name",
|
|
1591
|
-
"isDeprecated": false,
|
|
1592
|
-
"name": "name",
|
|
1593
|
-
"path": "internetFirewall.moveRule.rule.rule.destination.container.name",
|
|
1594
|
-
"requestStr": "$name:String! ",
|
|
1595
|
-
"required": true,
|
|
1596
|
-
"responseStr": "name:$name ",
|
|
1597
|
-
"type": {
|
|
1598
|
-
"kind": [
|
|
1599
|
-
"NON_NULL",
|
|
1600
|
-
"SCALAR"
|
|
1601
|
-
],
|
|
1602
|
-
"name": "String",
|
|
1603
|
-
"non_null": false
|
|
1604
|
-
},
|
|
1605
|
-
"varName": "name"
|
|
1606
|
-
}
|
|
1607
|
-
},
|
|
1608
|
-
"inputFields": null,
|
|
1609
|
-
"interfaces": {},
|
|
1610
|
-
"kind": "OBJECT",
|
|
1611
|
-
"name": "ContainerRef",
|
|
1612
|
-
"possibleTypes": null
|
|
1613
|
-
},
|
|
1614
|
-
"indexType": "object",
|
|
1615
|
-
"kind": [
|
|
1616
|
-
"NON_NULL",
|
|
1617
|
-
"LIST",
|
|
1618
|
-
"NON_NULL",
|
|
1619
|
-
"OBJECT"
|
|
1620
|
-
],
|
|
1621
|
-
"name": "ContainerRef",
|
|
1622
|
-
"non_null": false
|
|
1623
|
-
},
|
|
1624
|
-
"varName": "ContainerRef"
|
|
1546
|
+
"varName": "applicationRef"
|
|
1625
1547
|
},
|
|
1626
1548
|
"containers": {
|
|
1627
|
-
"alias": "
|
|
1549
|
+
"alias": "internetFirewallContainerContainers: containers",
|
|
1628
1550
|
"args": {},
|
|
1629
1551
|
"deprecationReason": null,
|
|
1630
1552
|
"description": null,
|
|
@@ -1632,16 +1554,16 @@
|
|
|
1632
1554
|
"isDeprecated": false,
|
|
1633
1555
|
"name": "containers",
|
|
1634
1556
|
"path": "internetFirewall.moveRule.rule.rule.destination.containers",
|
|
1635
|
-
"requestStr": "$
|
|
1557
|
+
"requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
|
|
1636
1558
|
"required": true,
|
|
1637
|
-
"responseStr": "containers:$
|
|
1559
|
+
"responseStr": "containers:$internetFirewallContainer ",
|
|
1638
1560
|
"type": {
|
|
1639
1561
|
"definition": {
|
|
1640
1562
|
"description": null,
|
|
1641
1563
|
"enumValues": null,
|
|
1642
1564
|
"fields": {
|
|
1643
1565
|
"fqdnContainer": {
|
|
1644
|
-
"alias": "
|
|
1566
|
+
"alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
|
|
1645
1567
|
"args": {},
|
|
1646
1568
|
"deprecationReason": null,
|
|
1647
1569
|
"description": null,
|
|
@@ -1649,9 +1571,9 @@
|
|
|
1649
1571
|
"isDeprecated": false,
|
|
1650
1572
|
"name": "fqdnContainer",
|
|
1651
1573
|
"path": "internetFirewall.moveRule.rule.rule.destination.containers.fqdnContainer",
|
|
1652
|
-
"requestStr": "$
|
|
1574
|
+
"requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
|
|
1653
1575
|
"required": true,
|
|
1654
|
-
"responseStr": "fqdnContainer:$
|
|
1576
|
+
"responseStr": "fqdnContainer:$fqdnContainerRef ",
|
|
1655
1577
|
"type": {
|
|
1656
1578
|
"definition": {
|
|
1657
1579
|
"description": "A group with members of FQDN type",
|
|
@@ -1716,10 +1638,10 @@
|
|
|
1716
1638
|
"name": "FqdnContainerRef",
|
|
1717
1639
|
"non_null": false
|
|
1718
1640
|
},
|
|
1719
|
-
"varName": "
|
|
1641
|
+
"varName": "fqdnContainerRef"
|
|
1720
1642
|
},
|
|
1721
1643
|
"ipAddressRangeContainer": {
|
|
1722
|
-
"alias": "
|
|
1644
|
+
"alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
|
|
1723
1645
|
"args": {},
|
|
1724
1646
|
"deprecationReason": null,
|
|
1725
1647
|
"description": null,
|
|
@@ -1727,9 +1649,9 @@
|
|
|
1727
1649
|
"isDeprecated": false,
|
|
1728
1650
|
"name": "ipAddressRangeContainer",
|
|
1729
1651
|
"path": "internetFirewall.moveRule.rule.rule.destination.containers.ipAddressRangeContainer",
|
|
1730
|
-
"requestStr": "$
|
|
1652
|
+
"requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
|
|
1731
1653
|
"required": true,
|
|
1732
|
-
"responseStr": "ipAddressRangeContainer:$
|
|
1654
|
+
"responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
|
|
1733
1655
|
"type": {
|
|
1734
1656
|
"definition": {
|
|
1735
1657
|
"description": "A group with members of IPAddressRange type",
|
|
@@ -1794,7 +1716,7 @@
|
|
|
1794
1716
|
"name": "IpAddressRangeContainerRef",
|
|
1795
1717
|
"non_null": false
|
|
1796
1718
|
},
|
|
1797
|
-
"varName": "
|
|
1719
|
+
"varName": "ipAddressRangeContainerRef"
|
|
1798
1720
|
}
|
|
1799
1721
|
},
|
|
1800
1722
|
"inputFields": null,
|
|
@@ -1811,10 +1733,10 @@
|
|
|
1811
1733
|
"name": "InternetFirewallContainer",
|
|
1812
1734
|
"non_null": false
|
|
1813
1735
|
},
|
|
1814
|
-
"varName": "
|
|
1736
|
+
"varName": "internetFirewallContainer"
|
|
1815
1737
|
},
|
|
1816
1738
|
"country": {
|
|
1817
|
-
"alias": "
|
|
1739
|
+
"alias": "countryRefCountry: country",
|
|
1818
1740
|
"args": {},
|
|
1819
1741
|
"deprecationReason": null,
|
|
1820
1742
|
"description": "Countries",
|
|
@@ -1822,9 +1744,9 @@
|
|
|
1822
1744
|
"isDeprecated": false,
|
|
1823
1745
|
"name": "country",
|
|
1824
1746
|
"path": "internetFirewall.moveRule.rule.rule.destination.country",
|
|
1825
|
-
"requestStr": "$
|
|
1747
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1826
1748
|
"required": true,
|
|
1827
|
-
"responseStr": "country:$
|
|
1749
|
+
"responseStr": "country:$countryRef ",
|
|
1828
1750
|
"type": {
|
|
1829
1751
|
"definition": {
|
|
1830
1752
|
"description": null,
|
|
@@ -1889,10 +1811,10 @@
|
|
|
1889
1811
|
"name": "CountryRef",
|
|
1890
1812
|
"non_null": false
|
|
1891
1813
|
},
|
|
1892
|
-
"varName": "
|
|
1814
|
+
"varName": "countryRef"
|
|
1893
1815
|
},
|
|
1894
1816
|
"customApp": {
|
|
1895
|
-
"alias": "
|
|
1817
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
1896
1818
|
"args": {},
|
|
1897
1819
|
"deprecationReason": null,
|
|
1898
1820
|
"description": "Custom (user-defined) applications",
|
|
@@ -1900,9 +1822,9 @@
|
|
|
1900
1822
|
"isDeprecated": false,
|
|
1901
1823
|
"name": "customApp",
|
|
1902
1824
|
"path": "internetFirewall.moveRule.rule.rule.destination.customApp",
|
|
1903
|
-
"requestStr": "$
|
|
1825
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
1904
1826
|
"required": true,
|
|
1905
|
-
"responseStr": "customApp:$
|
|
1827
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
1906
1828
|
"type": {
|
|
1907
1829
|
"definition": {
|
|
1908
1830
|
"description": null,
|
|
@@ -1967,10 +1889,10 @@
|
|
|
1967
1889
|
"name": "CustomApplicationRef",
|
|
1968
1890
|
"non_null": false
|
|
1969
1891
|
},
|
|
1970
|
-
"varName": "
|
|
1892
|
+
"varName": "customApplicationRef"
|
|
1971
1893
|
},
|
|
1972
1894
|
"customCategory": {
|
|
1973
|
-
"alias": "
|
|
1895
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
1974
1896
|
"args": {},
|
|
1975
1897
|
"deprecationReason": null,
|
|
1976
1898
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1978,9 +1900,9 @@
|
|
|
1978
1900
|
"isDeprecated": false,
|
|
1979
1901
|
"name": "customCategory",
|
|
1980
1902
|
"path": "internetFirewall.moveRule.rule.rule.destination.customCategory",
|
|
1981
|
-
"requestStr": "$
|
|
1903
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
1982
1904
|
"required": true,
|
|
1983
|
-
"responseStr": "customCategory:$
|
|
1905
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
1984
1906
|
"type": {
|
|
1985
1907
|
"definition": {
|
|
1986
1908
|
"description": null,
|
|
@@ -2045,7 +1967,7 @@
|
|
|
2045
1967
|
"name": "CustomCategoryRef",
|
|
2046
1968
|
"non_null": false
|
|
2047
1969
|
},
|
|
2048
|
-
"varName": "
|
|
1970
|
+
"varName": "customCategoryRef"
|
|
2049
1971
|
},
|
|
2050
1972
|
"domain": {
|
|
2051
1973
|
"args": {},
|
|
@@ -2094,7 +2016,7 @@
|
|
|
2094
2016
|
"varName": "fqdn"
|
|
2095
2017
|
},
|
|
2096
2018
|
"globalIpRange": {
|
|
2097
|
-
"alias": "
|
|
2019
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
2098
2020
|
"args": {},
|
|
2099
2021
|
"deprecationReason": null,
|
|
2100
2022
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2102,9 +2024,9 @@
|
|
|
2102
2024
|
"isDeprecated": false,
|
|
2103
2025
|
"name": "globalIpRange",
|
|
2104
2026
|
"path": "internetFirewall.moveRule.rule.rule.destination.globalIpRange",
|
|
2105
|
-
"requestStr": "$
|
|
2027
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
2106
2028
|
"required": true,
|
|
2107
|
-
"responseStr": "globalIpRange:$
|
|
2029
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2108
2030
|
"type": {
|
|
2109
2031
|
"definition": {
|
|
2110
2032
|
"description": null,
|
|
@@ -2169,7 +2091,7 @@
|
|
|
2169
2091
|
"name": "GlobalIpRangeRef",
|
|
2170
2092
|
"non_null": false
|
|
2171
2093
|
},
|
|
2172
|
-
"varName": "
|
|
2094
|
+
"varName": "globalIpRangeRef"
|
|
2173
2095
|
},
|
|
2174
2096
|
"ip": {
|
|
2175
2097
|
"args": {},
|
|
@@ -2195,7 +2117,7 @@
|
|
|
2195
2117
|
"varName": "ip"
|
|
2196
2118
|
},
|
|
2197
2119
|
"ipRange": {
|
|
2198
|
-
"alias": "
|
|
2120
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
2199
2121
|
"args": {},
|
|
2200
2122
|
"deprecationReason": null,
|
|
2201
2123
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -2203,9 +2125,9 @@
|
|
|
2203
2125
|
"isDeprecated": false,
|
|
2204
2126
|
"name": "ipRange",
|
|
2205
2127
|
"path": "internetFirewall.moveRule.rule.rule.destination.ipRange",
|
|
2206
|
-
"requestStr": "$
|
|
2128
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
2207
2129
|
"required": true,
|
|
2208
|
-
"responseStr": "ipRange:$
|
|
2130
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
2209
2131
|
"type": {
|
|
2210
2132
|
"definition": {
|
|
2211
2133
|
"description": "Inclusive range of IPs",
|
|
@@ -2270,7 +2192,7 @@
|
|
|
2270
2192
|
"name": "IpAddressRange",
|
|
2271
2193
|
"non_null": false
|
|
2272
2194
|
},
|
|
2273
|
-
"varName": "
|
|
2195
|
+
"varName": "ipAddressRange"
|
|
2274
2196
|
},
|
|
2275
2197
|
"remoteAsn": {
|
|
2276
2198
|
"args": {},
|
|
@@ -2296,7 +2218,7 @@
|
|
|
2296
2218
|
"varName": "remoteAsn"
|
|
2297
2219
|
},
|
|
2298
2220
|
"sanctionedAppsCategory": {
|
|
2299
|
-
"alias": "
|
|
2221
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
2300
2222
|
"args": {},
|
|
2301
2223
|
"deprecationReason": null,
|
|
2302
2224
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -2304,9 +2226,9 @@
|
|
|
2304
2226
|
"isDeprecated": false,
|
|
2305
2227
|
"name": "sanctionedAppsCategory",
|
|
2306
2228
|
"path": "internetFirewall.moveRule.rule.rule.destination.sanctionedAppsCategory",
|
|
2307
|
-
"requestStr": "$
|
|
2229
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
2308
2230
|
"required": true,
|
|
2309
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
2231
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
2310
2232
|
"type": {
|
|
2311
2233
|
"definition": {
|
|
2312
2234
|
"description": null,
|
|
@@ -2371,7 +2293,7 @@
|
|
|
2371
2293
|
"name": "SanctionedAppsCategoryRef",
|
|
2372
2294
|
"non_null": false
|
|
2373
2295
|
},
|
|
2374
|
-
"varName": "
|
|
2296
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
2375
2297
|
},
|
|
2376
2298
|
"subnet": {
|
|
2377
2299
|
"args": {},
|
|
@@ -2411,10 +2333,10 @@
|
|
|
2411
2333
|
"name": "InternetFirewallDestination",
|
|
2412
2334
|
"non_null": false
|
|
2413
2335
|
},
|
|
2414
|
-
"varName": "
|
|
2336
|
+
"varName": "internetFirewallDestination"
|
|
2415
2337
|
},
|
|
2416
2338
|
"device": {
|
|
2417
|
-
"alias": "
|
|
2339
|
+
"alias": "deviceProfileRefDevice: device",
|
|
2418
2340
|
"args": {},
|
|
2419
2341
|
"deprecationReason": null,
|
|
2420
2342
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2422,9 +2344,9 @@
|
|
|
2422
2344
|
"isDeprecated": false,
|
|
2423
2345
|
"name": "device",
|
|
2424
2346
|
"path": "internetFirewall.moveRule.rule.rule.device",
|
|
2425
|
-
"requestStr": "$
|
|
2347
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
2426
2348
|
"required": true,
|
|
2427
|
-
"responseStr": "device:$
|
|
2349
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
2428
2350
|
"type": {
|
|
2429
2351
|
"definition": {
|
|
2430
2352
|
"description": null,
|
|
@@ -2489,10 +2411,182 @@
|
|
|
2489
2411
|
"name": "DeviceProfileRef",
|
|
2490
2412
|
"non_null": false
|
|
2491
2413
|
},
|
|
2492
|
-
"varName": "
|
|
2414
|
+
"varName": "deviceProfileRef"
|
|
2415
|
+
},
|
|
2416
|
+
"deviceAttributes": {
|
|
2417
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
2418
|
+
"args": {},
|
|
2419
|
+
"deprecationReason": null,
|
|
2420
|
+
"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.",
|
|
2421
|
+
"id_str": "internetFirewall___moveRule___rule___rule___deviceAttributes",
|
|
2422
|
+
"isDeprecated": false,
|
|
2423
|
+
"name": "deviceAttributes",
|
|
2424
|
+
"path": "internetFirewall.moveRule.rule.rule.deviceAttributes",
|
|
2425
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
2426
|
+
"required": true,
|
|
2427
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
2428
|
+
"type": {
|
|
2429
|
+
"definition": {
|
|
2430
|
+
"description": null,
|
|
2431
|
+
"enumValues": null,
|
|
2432
|
+
"fields": {
|
|
2433
|
+
"category": {
|
|
2434
|
+
"args": {},
|
|
2435
|
+
"deprecationReason": null,
|
|
2436
|
+
"description": "The category of the firewall device.",
|
|
2437
|
+
"id_str": "internetFirewall___moveRule___rule___rule___deviceAttributes___category",
|
|
2438
|
+
"isDeprecated": false,
|
|
2439
|
+
"name": "category",
|
|
2440
|
+
"path": "internetFirewall.moveRule.rule.rule.deviceAttributes.category",
|
|
2441
|
+
"requestStr": "$category:[String]! ",
|
|
2442
|
+
"required": true,
|
|
2443
|
+
"responseStr": "category:$category ",
|
|
2444
|
+
"type": {
|
|
2445
|
+
"kind": [
|
|
2446
|
+
"NON_NULL",
|
|
2447
|
+
"LIST",
|
|
2448
|
+
"NON_NULL",
|
|
2449
|
+
"SCALAR"
|
|
2450
|
+
],
|
|
2451
|
+
"name": "String",
|
|
2452
|
+
"non_null": false
|
|
2453
|
+
},
|
|
2454
|
+
"varName": "category"
|
|
2455
|
+
},
|
|
2456
|
+
"manufacturer": {
|
|
2457
|
+
"args": {},
|
|
2458
|
+
"deprecationReason": null,
|
|
2459
|
+
"description": "The manufacturer of the firewall device.",
|
|
2460
|
+
"id_str": "internetFirewall___moveRule___rule___rule___deviceAttributes___manufacturer",
|
|
2461
|
+
"isDeprecated": false,
|
|
2462
|
+
"name": "manufacturer",
|
|
2463
|
+
"path": "internetFirewall.moveRule.rule.rule.deviceAttributes.manufacturer",
|
|
2464
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
2465
|
+
"required": true,
|
|
2466
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
2467
|
+
"type": {
|
|
2468
|
+
"kind": [
|
|
2469
|
+
"NON_NULL",
|
|
2470
|
+
"LIST",
|
|
2471
|
+
"NON_NULL",
|
|
2472
|
+
"SCALAR"
|
|
2473
|
+
],
|
|
2474
|
+
"name": "String",
|
|
2475
|
+
"non_null": false
|
|
2476
|
+
},
|
|
2477
|
+
"varName": "manufacturer"
|
|
2478
|
+
},
|
|
2479
|
+
"model": {
|
|
2480
|
+
"args": {},
|
|
2481
|
+
"deprecationReason": null,
|
|
2482
|
+
"description": "The model of the firewall device.",
|
|
2483
|
+
"id_str": "internetFirewall___moveRule___rule___rule___deviceAttributes___model",
|
|
2484
|
+
"isDeprecated": false,
|
|
2485
|
+
"name": "model",
|
|
2486
|
+
"path": "internetFirewall.moveRule.rule.rule.deviceAttributes.model",
|
|
2487
|
+
"requestStr": "$model:[String]! ",
|
|
2488
|
+
"required": true,
|
|
2489
|
+
"responseStr": "model:$model ",
|
|
2490
|
+
"type": {
|
|
2491
|
+
"kind": [
|
|
2492
|
+
"NON_NULL",
|
|
2493
|
+
"LIST",
|
|
2494
|
+
"NON_NULL",
|
|
2495
|
+
"SCALAR"
|
|
2496
|
+
],
|
|
2497
|
+
"name": "String",
|
|
2498
|
+
"non_null": false
|
|
2499
|
+
},
|
|
2500
|
+
"varName": "model"
|
|
2501
|
+
},
|
|
2502
|
+
"os": {
|
|
2503
|
+
"args": {},
|
|
2504
|
+
"deprecationReason": null,
|
|
2505
|
+
"description": "The operating system of the firewall device.",
|
|
2506
|
+
"id_str": "internetFirewall___moveRule___rule___rule___deviceAttributes___os",
|
|
2507
|
+
"isDeprecated": false,
|
|
2508
|
+
"name": "os",
|
|
2509
|
+
"path": "internetFirewall.moveRule.rule.rule.deviceAttributes.os",
|
|
2510
|
+
"requestStr": "$os:[String]! ",
|
|
2511
|
+
"required": true,
|
|
2512
|
+
"responseStr": "os:$os ",
|
|
2513
|
+
"type": {
|
|
2514
|
+
"kind": [
|
|
2515
|
+
"NON_NULL",
|
|
2516
|
+
"LIST",
|
|
2517
|
+
"NON_NULL",
|
|
2518
|
+
"SCALAR"
|
|
2519
|
+
],
|
|
2520
|
+
"name": "String",
|
|
2521
|
+
"non_null": false
|
|
2522
|
+
},
|
|
2523
|
+
"varName": "os"
|
|
2524
|
+
},
|
|
2525
|
+
"osVersion": {
|
|
2526
|
+
"args": {},
|
|
2527
|
+
"deprecationReason": null,
|
|
2528
|
+
"description": "The version of the operating system of the firewall device.",
|
|
2529
|
+
"id_str": "internetFirewall___moveRule___rule___rule___deviceAttributes___osVersion",
|
|
2530
|
+
"isDeprecated": false,
|
|
2531
|
+
"name": "osVersion",
|
|
2532
|
+
"path": "internetFirewall.moveRule.rule.rule.deviceAttributes.osVersion",
|
|
2533
|
+
"requestStr": "$osVersion:[String]! ",
|
|
2534
|
+
"required": true,
|
|
2535
|
+
"responseStr": "osVersion:$osVersion ",
|
|
2536
|
+
"type": {
|
|
2537
|
+
"kind": [
|
|
2538
|
+
"NON_NULL",
|
|
2539
|
+
"LIST",
|
|
2540
|
+
"NON_NULL",
|
|
2541
|
+
"SCALAR"
|
|
2542
|
+
],
|
|
2543
|
+
"name": "String",
|
|
2544
|
+
"non_null": false
|
|
2545
|
+
},
|
|
2546
|
+
"varName": "osVersion"
|
|
2547
|
+
},
|
|
2548
|
+
"type": {
|
|
2549
|
+
"args": {},
|
|
2550
|
+
"deprecationReason": null,
|
|
2551
|
+
"description": "The type of the firewall device.",
|
|
2552
|
+
"id_str": "internetFirewall___moveRule___rule___rule___deviceAttributes___type",
|
|
2553
|
+
"isDeprecated": false,
|
|
2554
|
+
"name": "type",
|
|
2555
|
+
"path": "internetFirewall.moveRule.rule.rule.deviceAttributes.type",
|
|
2556
|
+
"requestStr": "$type:[String]! ",
|
|
2557
|
+
"required": true,
|
|
2558
|
+
"responseStr": "type:$type ",
|
|
2559
|
+
"type": {
|
|
2560
|
+
"kind": [
|
|
2561
|
+
"NON_NULL",
|
|
2562
|
+
"LIST",
|
|
2563
|
+
"NON_NULL",
|
|
2564
|
+
"SCALAR"
|
|
2565
|
+
],
|
|
2566
|
+
"name": "String",
|
|
2567
|
+
"non_null": false
|
|
2568
|
+
},
|
|
2569
|
+
"varName": "type"
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
"inputFields": null,
|
|
2573
|
+
"interfaces": {},
|
|
2574
|
+
"kind": "OBJECT",
|
|
2575
|
+
"name": "DeviceAttributes",
|
|
2576
|
+
"possibleTypes": null
|
|
2577
|
+
},
|
|
2578
|
+
"indexType": "object",
|
|
2579
|
+
"kind": [
|
|
2580
|
+
"NON_NULL",
|
|
2581
|
+
"OBJECT"
|
|
2582
|
+
],
|
|
2583
|
+
"name": "DeviceAttributes",
|
|
2584
|
+
"non_null": false
|
|
2585
|
+
},
|
|
2586
|
+
"varName": "deviceAttributes"
|
|
2493
2587
|
},
|
|
2494
2588
|
"deviceOS": {
|
|
2495
|
-
"alias": "
|
|
2589
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
2496
2590
|
"args": {},
|
|
2497
2591
|
"deprecationReason": null,
|
|
2498
2592
|
"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.",
|
|
@@ -2585,7 +2679,7 @@
|
|
|
2585
2679
|
"varName": "enabled"
|
|
2586
2680
|
},
|
|
2587
2681
|
"exceptions": {
|
|
2588
|
-
"alias": "
|
|
2682
|
+
"alias": "internetFirewallRuleExceptionExceptions: exceptions",
|
|
2589
2683
|
"args": {},
|
|
2590
2684
|
"deprecationReason": null,
|
|
2591
2685
|
"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.",
|
|
@@ -2593,16 +2687,16 @@
|
|
|
2593
2687
|
"isDeprecated": false,
|
|
2594
2688
|
"name": "exceptions",
|
|
2595
2689
|
"path": "internetFirewall.moveRule.rule.rule.exceptions",
|
|
2596
|
-
"requestStr": "$
|
|
2690
|
+
"requestStr": "$internetFirewallRuleException:[InternetFirewallRuleException]! ",
|
|
2597
2691
|
"required": true,
|
|
2598
|
-
"responseStr": "exceptions:$
|
|
2692
|
+
"responseStr": "exceptions:$internetFirewallRuleException ",
|
|
2599
2693
|
"type": {
|
|
2600
2694
|
"definition": {
|
|
2601
2695
|
"description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
|
|
2602
2696
|
"enumValues": null,
|
|
2603
2697
|
"fields": {
|
|
2604
2698
|
"connectionOrigin": {
|
|
2605
|
-
"alias": "
|
|
2699
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
2606
2700
|
"args": {},
|
|
2607
2701
|
"deprecationReason": null,
|
|
2608
2702
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2654,7 +2748,7 @@
|
|
|
2654
2748
|
"varName": "connectionOrigin"
|
|
2655
2749
|
},
|
|
2656
2750
|
"country": {
|
|
2657
|
-
"alias": "
|
|
2751
|
+
"alias": "countryRefCountry: country",
|
|
2658
2752
|
"args": {},
|
|
2659
2753
|
"deprecationReason": null,
|
|
2660
2754
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2662,9 +2756,9 @@
|
|
|
2662
2756
|
"isDeprecated": false,
|
|
2663
2757
|
"name": "country",
|
|
2664
2758
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.country",
|
|
2665
|
-
"requestStr": "$
|
|
2759
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
2666
2760
|
"required": true,
|
|
2667
|
-
"responseStr": "country:$
|
|
2761
|
+
"responseStr": "country:$countryRef ",
|
|
2668
2762
|
"type": {
|
|
2669
2763
|
"definition": {
|
|
2670
2764
|
"description": null,
|
|
@@ -2729,10 +2823,10 @@
|
|
|
2729
2823
|
"name": "CountryRef",
|
|
2730
2824
|
"non_null": false
|
|
2731
2825
|
},
|
|
2732
|
-
"varName": "
|
|
2826
|
+
"varName": "countryRef"
|
|
2733
2827
|
},
|
|
2734
2828
|
"destination": {
|
|
2735
|
-
"alias": "
|
|
2829
|
+
"alias": "internetFirewallDestinationDestination: destination",
|
|
2736
2830
|
"args": {},
|
|
2737
2831
|
"deprecationReason": null,
|
|
2738
2832
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2740,16 +2834,16 @@
|
|
|
2740
2834
|
"isDeprecated": false,
|
|
2741
2835
|
"name": "destination",
|
|
2742
2836
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination",
|
|
2743
|
-
"requestStr": "$
|
|
2837
|
+
"requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
|
|
2744
2838
|
"required": true,
|
|
2745
|
-
"responseStr": "destination:$
|
|
2839
|
+
"responseStr": "destination:$internetFirewallDestination ",
|
|
2746
2840
|
"type": {
|
|
2747
2841
|
"definition": {
|
|
2748
2842
|
"description": "Destination match criteria set",
|
|
2749
2843
|
"enumValues": null,
|
|
2750
2844
|
"fields": {
|
|
2751
2845
|
"appCategory": {
|
|
2752
|
-
"alias": "
|
|
2846
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
2753
2847
|
"args": {},
|
|
2754
2848
|
"deprecationReason": null,
|
|
2755
2849
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -2757,9 +2851,9 @@
|
|
|
2757
2851
|
"isDeprecated": false,
|
|
2758
2852
|
"name": "appCategory",
|
|
2759
2853
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.appCategory",
|
|
2760
|
-
"requestStr": "$
|
|
2854
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
2761
2855
|
"required": true,
|
|
2762
|
-
"responseStr": "appCategory:$
|
|
2856
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
2763
2857
|
"type": {
|
|
2764
2858
|
"definition": {
|
|
2765
2859
|
"description": null,
|
|
@@ -2824,10 +2918,10 @@
|
|
|
2824
2918
|
"name": "ApplicationCategoryRef",
|
|
2825
2919
|
"non_null": false
|
|
2826
2920
|
},
|
|
2827
|
-
"varName": "
|
|
2921
|
+
"varName": "applicationCategoryRef"
|
|
2828
2922
|
},
|
|
2829
2923
|
"application": {
|
|
2830
|
-
"alias": "
|
|
2924
|
+
"alias": "applicationRefApplication: application",
|
|
2831
2925
|
"args": {},
|
|
2832
2926
|
"deprecationReason": null,
|
|
2833
2927
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -2835,9 +2929,9 @@
|
|
|
2835
2929
|
"isDeprecated": false,
|
|
2836
2930
|
"name": "application",
|
|
2837
2931
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.application",
|
|
2838
|
-
"requestStr": "$
|
|
2932
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
2839
2933
|
"required": true,
|
|
2840
|
-
"responseStr": "application:$
|
|
2934
|
+
"responseStr": "application:$applicationRef ",
|
|
2841
2935
|
"type": {
|
|
2842
2936
|
"definition": {
|
|
2843
2937
|
"description": null,
|
|
@@ -2902,88 +2996,10 @@
|
|
|
2902
2996
|
"name": "ApplicationRef",
|
|
2903
2997
|
"non_null": false
|
|
2904
2998
|
},
|
|
2905
|
-
"varName": "
|
|
2906
|
-
},
|
|
2907
|
-
"container": {
|
|
2908
|
-
"alias": "ContainerRefContainer: container",
|
|
2909
|
-
"args": {},
|
|
2910
|
-
"deprecationReason": null,
|
|
2911
|
-
"description": null,
|
|
2912
|
-
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___destination___container",
|
|
2913
|
-
"isDeprecated": false,
|
|
2914
|
-
"name": "container",
|
|
2915
|
-
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.container",
|
|
2916
|
-
"requestStr": "$ContainerRef:[ContainerRef]! ",
|
|
2917
|
-
"required": true,
|
|
2918
|
-
"responseStr": "container:$ContainerRef ",
|
|
2919
|
-
"type": {
|
|
2920
|
-
"definition": {
|
|
2921
|
-
"description": "A group with members of a single type of entity (for example: IP, FQDN)",
|
|
2922
|
-
"enumValues": null,
|
|
2923
|
-
"fields": {
|
|
2924
|
-
"id": {
|
|
2925
|
-
"args": {},
|
|
2926
|
-
"deprecationReason": null,
|
|
2927
|
-
"description": "Unique container ID",
|
|
2928
|
-
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___destination___container___id",
|
|
2929
|
-
"isDeprecated": false,
|
|
2930
|
-
"name": "id",
|
|
2931
|
-
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.container.id",
|
|
2932
|
-
"requestStr": "$id:ID! ",
|
|
2933
|
-
"required": true,
|
|
2934
|
-
"responseStr": "id:$id ",
|
|
2935
|
-
"type": {
|
|
2936
|
-
"kind": [
|
|
2937
|
-
"NON_NULL",
|
|
2938
|
-
"SCALAR"
|
|
2939
|
-
],
|
|
2940
|
-
"name": "ID",
|
|
2941
|
-
"non_null": false
|
|
2942
|
-
},
|
|
2943
|
-
"varName": "id"
|
|
2944
|
-
},
|
|
2945
|
-
"name": {
|
|
2946
|
-
"args": {},
|
|
2947
|
-
"deprecationReason": null,
|
|
2948
|
-
"description": "Name for the container",
|
|
2949
|
-
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___destination___container___name",
|
|
2950
|
-
"isDeprecated": false,
|
|
2951
|
-
"name": "name",
|
|
2952
|
-
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.container.name",
|
|
2953
|
-
"requestStr": "$name:String! ",
|
|
2954
|
-
"required": true,
|
|
2955
|
-
"responseStr": "name:$name ",
|
|
2956
|
-
"type": {
|
|
2957
|
-
"kind": [
|
|
2958
|
-
"NON_NULL",
|
|
2959
|
-
"SCALAR"
|
|
2960
|
-
],
|
|
2961
|
-
"name": "String",
|
|
2962
|
-
"non_null": false
|
|
2963
|
-
},
|
|
2964
|
-
"varName": "name"
|
|
2965
|
-
}
|
|
2966
|
-
},
|
|
2967
|
-
"inputFields": null,
|
|
2968
|
-
"interfaces": {},
|
|
2969
|
-
"kind": "OBJECT",
|
|
2970
|
-
"name": "ContainerRef",
|
|
2971
|
-
"possibleTypes": null
|
|
2972
|
-
},
|
|
2973
|
-
"indexType": "object",
|
|
2974
|
-
"kind": [
|
|
2975
|
-
"NON_NULL",
|
|
2976
|
-
"LIST",
|
|
2977
|
-
"NON_NULL",
|
|
2978
|
-
"OBJECT"
|
|
2979
|
-
],
|
|
2980
|
-
"name": "ContainerRef",
|
|
2981
|
-
"non_null": false
|
|
2982
|
-
},
|
|
2983
|
-
"varName": "ContainerRef"
|
|
2999
|
+
"varName": "applicationRef"
|
|
2984
3000
|
},
|
|
2985
3001
|
"containers": {
|
|
2986
|
-
"alias": "
|
|
3002
|
+
"alias": "internetFirewallContainerContainers: containers",
|
|
2987
3003
|
"args": {},
|
|
2988
3004
|
"deprecationReason": null,
|
|
2989
3005
|
"description": null,
|
|
@@ -2991,16 +3007,16 @@
|
|
|
2991
3007
|
"isDeprecated": false,
|
|
2992
3008
|
"name": "containers",
|
|
2993
3009
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.containers",
|
|
2994
|
-
"requestStr": "$
|
|
3010
|
+
"requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
|
|
2995
3011
|
"required": true,
|
|
2996
|
-
"responseStr": "containers:$
|
|
3012
|
+
"responseStr": "containers:$internetFirewallContainer ",
|
|
2997
3013
|
"type": {
|
|
2998
3014
|
"definition": {
|
|
2999
3015
|
"description": null,
|
|
3000
3016
|
"enumValues": null,
|
|
3001
3017
|
"fields": {
|
|
3002
3018
|
"fqdnContainer": {
|
|
3003
|
-
"alias": "
|
|
3019
|
+
"alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
|
|
3004
3020
|
"args": {},
|
|
3005
3021
|
"deprecationReason": null,
|
|
3006
3022
|
"description": null,
|
|
@@ -3008,9 +3024,9 @@
|
|
|
3008
3024
|
"isDeprecated": false,
|
|
3009
3025
|
"name": "fqdnContainer",
|
|
3010
3026
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.containers.fqdnContainer",
|
|
3011
|
-
"requestStr": "$
|
|
3027
|
+
"requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
|
|
3012
3028
|
"required": true,
|
|
3013
|
-
"responseStr": "fqdnContainer:$
|
|
3029
|
+
"responseStr": "fqdnContainer:$fqdnContainerRef ",
|
|
3014
3030
|
"type": {
|
|
3015
3031
|
"definition": {
|
|
3016
3032
|
"description": "A group with members of FQDN type",
|
|
@@ -3075,10 +3091,10 @@
|
|
|
3075
3091
|
"name": "FqdnContainerRef",
|
|
3076
3092
|
"non_null": false
|
|
3077
3093
|
},
|
|
3078
|
-
"varName": "
|
|
3094
|
+
"varName": "fqdnContainerRef"
|
|
3079
3095
|
},
|
|
3080
3096
|
"ipAddressRangeContainer": {
|
|
3081
|
-
"alias": "
|
|
3097
|
+
"alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
|
|
3082
3098
|
"args": {},
|
|
3083
3099
|
"deprecationReason": null,
|
|
3084
3100
|
"description": null,
|
|
@@ -3086,9 +3102,9 @@
|
|
|
3086
3102
|
"isDeprecated": false,
|
|
3087
3103
|
"name": "ipAddressRangeContainer",
|
|
3088
3104
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.containers.ipAddressRangeContainer",
|
|
3089
|
-
"requestStr": "$
|
|
3105
|
+
"requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
|
|
3090
3106
|
"required": true,
|
|
3091
|
-
"responseStr": "ipAddressRangeContainer:$
|
|
3107
|
+
"responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
|
|
3092
3108
|
"type": {
|
|
3093
3109
|
"definition": {
|
|
3094
3110
|
"description": "A group with members of IPAddressRange type",
|
|
@@ -3153,7 +3169,7 @@
|
|
|
3153
3169
|
"name": "IpAddressRangeContainerRef",
|
|
3154
3170
|
"non_null": false
|
|
3155
3171
|
},
|
|
3156
|
-
"varName": "
|
|
3172
|
+
"varName": "ipAddressRangeContainerRef"
|
|
3157
3173
|
}
|
|
3158
3174
|
},
|
|
3159
3175
|
"inputFields": null,
|
|
@@ -3170,10 +3186,10 @@
|
|
|
3170
3186
|
"name": "InternetFirewallContainer",
|
|
3171
3187
|
"non_null": false
|
|
3172
3188
|
},
|
|
3173
|
-
"varName": "
|
|
3189
|
+
"varName": "internetFirewallContainer"
|
|
3174
3190
|
},
|
|
3175
3191
|
"country": {
|
|
3176
|
-
"alias": "
|
|
3192
|
+
"alias": "countryRefCountry: country",
|
|
3177
3193
|
"args": {},
|
|
3178
3194
|
"deprecationReason": null,
|
|
3179
3195
|
"description": "Countries",
|
|
@@ -3181,9 +3197,9 @@
|
|
|
3181
3197
|
"isDeprecated": false,
|
|
3182
3198
|
"name": "country",
|
|
3183
3199
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.country",
|
|
3184
|
-
"requestStr": "$
|
|
3200
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
3185
3201
|
"required": true,
|
|
3186
|
-
"responseStr": "country:$
|
|
3202
|
+
"responseStr": "country:$countryRef ",
|
|
3187
3203
|
"type": {
|
|
3188
3204
|
"definition": {
|
|
3189
3205
|
"description": null,
|
|
@@ -3248,10 +3264,10 @@
|
|
|
3248
3264
|
"name": "CountryRef",
|
|
3249
3265
|
"non_null": false
|
|
3250
3266
|
},
|
|
3251
|
-
"varName": "
|
|
3267
|
+
"varName": "countryRef"
|
|
3252
3268
|
},
|
|
3253
3269
|
"customApp": {
|
|
3254
|
-
"alias": "
|
|
3270
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
3255
3271
|
"args": {},
|
|
3256
3272
|
"deprecationReason": null,
|
|
3257
3273
|
"description": "Custom (user-defined) applications",
|
|
@@ -3259,9 +3275,9 @@
|
|
|
3259
3275
|
"isDeprecated": false,
|
|
3260
3276
|
"name": "customApp",
|
|
3261
3277
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.customApp",
|
|
3262
|
-
"requestStr": "$
|
|
3278
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
3263
3279
|
"required": true,
|
|
3264
|
-
"responseStr": "customApp:$
|
|
3280
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
3265
3281
|
"type": {
|
|
3266
3282
|
"definition": {
|
|
3267
3283
|
"description": null,
|
|
@@ -3326,10 +3342,10 @@
|
|
|
3326
3342
|
"name": "CustomApplicationRef",
|
|
3327
3343
|
"non_null": false
|
|
3328
3344
|
},
|
|
3329
|
-
"varName": "
|
|
3345
|
+
"varName": "customApplicationRef"
|
|
3330
3346
|
},
|
|
3331
3347
|
"customCategory": {
|
|
3332
|
-
"alias": "
|
|
3348
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
3333
3349
|
"args": {},
|
|
3334
3350
|
"deprecationReason": null,
|
|
3335
3351
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3337,9 +3353,9 @@
|
|
|
3337
3353
|
"isDeprecated": false,
|
|
3338
3354
|
"name": "customCategory",
|
|
3339
3355
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.customCategory",
|
|
3340
|
-
"requestStr": "$
|
|
3356
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
3341
3357
|
"required": true,
|
|
3342
|
-
"responseStr": "customCategory:$
|
|
3358
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
3343
3359
|
"type": {
|
|
3344
3360
|
"definition": {
|
|
3345
3361
|
"description": null,
|
|
@@ -3404,7 +3420,7 @@
|
|
|
3404
3420
|
"name": "CustomCategoryRef",
|
|
3405
3421
|
"non_null": false
|
|
3406
3422
|
},
|
|
3407
|
-
"varName": "
|
|
3423
|
+
"varName": "customCategoryRef"
|
|
3408
3424
|
},
|
|
3409
3425
|
"domain": {
|
|
3410
3426
|
"args": {},
|
|
@@ -3453,7 +3469,7 @@
|
|
|
3453
3469
|
"varName": "fqdn"
|
|
3454
3470
|
},
|
|
3455
3471
|
"globalIpRange": {
|
|
3456
|
-
"alias": "
|
|
3472
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
3457
3473
|
"args": {},
|
|
3458
3474
|
"deprecationReason": null,
|
|
3459
3475
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3461,9 +3477,9 @@
|
|
|
3461
3477
|
"isDeprecated": false,
|
|
3462
3478
|
"name": "globalIpRange",
|
|
3463
3479
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.globalIpRange",
|
|
3464
|
-
"requestStr": "$
|
|
3480
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
3465
3481
|
"required": true,
|
|
3466
|
-
"responseStr": "globalIpRange:$
|
|
3482
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3467
3483
|
"type": {
|
|
3468
3484
|
"definition": {
|
|
3469
3485
|
"description": null,
|
|
@@ -3528,7 +3544,7 @@
|
|
|
3528
3544
|
"name": "GlobalIpRangeRef",
|
|
3529
3545
|
"non_null": false
|
|
3530
3546
|
},
|
|
3531
|
-
"varName": "
|
|
3547
|
+
"varName": "globalIpRangeRef"
|
|
3532
3548
|
},
|
|
3533
3549
|
"ip": {
|
|
3534
3550
|
"args": {},
|
|
@@ -3554,7 +3570,7 @@
|
|
|
3554
3570
|
"varName": "ip"
|
|
3555
3571
|
},
|
|
3556
3572
|
"ipRange": {
|
|
3557
|
-
"alias": "
|
|
3573
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
3558
3574
|
"args": {},
|
|
3559
3575
|
"deprecationReason": null,
|
|
3560
3576
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3562,9 +3578,9 @@
|
|
|
3562
3578
|
"isDeprecated": false,
|
|
3563
3579
|
"name": "ipRange",
|
|
3564
3580
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.ipRange",
|
|
3565
|
-
"requestStr": "$
|
|
3581
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
3566
3582
|
"required": true,
|
|
3567
|
-
"responseStr": "ipRange:$
|
|
3583
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
3568
3584
|
"type": {
|
|
3569
3585
|
"definition": {
|
|
3570
3586
|
"description": "Inclusive range of IPs",
|
|
@@ -3629,7 +3645,7 @@
|
|
|
3629
3645
|
"name": "IpAddressRange",
|
|
3630
3646
|
"non_null": false
|
|
3631
3647
|
},
|
|
3632
|
-
"varName": "
|
|
3648
|
+
"varName": "ipAddressRange"
|
|
3633
3649
|
},
|
|
3634
3650
|
"remoteAsn": {
|
|
3635
3651
|
"args": {},
|
|
@@ -3655,7 +3671,7 @@
|
|
|
3655
3671
|
"varName": "remoteAsn"
|
|
3656
3672
|
},
|
|
3657
3673
|
"sanctionedAppsCategory": {
|
|
3658
|
-
"alias": "
|
|
3674
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
3659
3675
|
"args": {},
|
|
3660
3676
|
"deprecationReason": null,
|
|
3661
3677
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3663,9 +3679,9 @@
|
|
|
3663
3679
|
"isDeprecated": false,
|
|
3664
3680
|
"name": "sanctionedAppsCategory",
|
|
3665
3681
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.destination.sanctionedAppsCategory",
|
|
3666
|
-
"requestStr": "$
|
|
3682
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
3667
3683
|
"required": true,
|
|
3668
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
3684
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3669
3685
|
"type": {
|
|
3670
3686
|
"definition": {
|
|
3671
3687
|
"description": null,
|
|
@@ -3730,7 +3746,7 @@
|
|
|
3730
3746
|
"name": "SanctionedAppsCategoryRef",
|
|
3731
3747
|
"non_null": false
|
|
3732
3748
|
},
|
|
3733
|
-
"varName": "
|
|
3749
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
3734
3750
|
},
|
|
3735
3751
|
"subnet": {
|
|
3736
3752
|
"args": {},
|
|
@@ -3770,10 +3786,10 @@
|
|
|
3770
3786
|
"name": "InternetFirewallDestination",
|
|
3771
3787
|
"non_null": false
|
|
3772
3788
|
},
|
|
3773
|
-
"varName": "
|
|
3789
|
+
"varName": "internetFirewallDestination"
|
|
3774
3790
|
},
|
|
3775
3791
|
"device": {
|
|
3776
|
-
"alias": "
|
|
3792
|
+
"alias": "deviceProfileRefDevice: device",
|
|
3777
3793
|
"args": {},
|
|
3778
3794
|
"deprecationReason": null,
|
|
3779
3795
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3781,9 +3797,9 @@
|
|
|
3781
3797
|
"isDeprecated": false,
|
|
3782
3798
|
"name": "device",
|
|
3783
3799
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.device",
|
|
3784
|
-
"requestStr": "$
|
|
3800
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
3785
3801
|
"required": true,
|
|
3786
|
-
"responseStr": "device:$
|
|
3802
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
3787
3803
|
"type": {
|
|
3788
3804
|
"definition": {
|
|
3789
3805
|
"description": null,
|
|
@@ -3848,10 +3864,182 @@
|
|
|
3848
3864
|
"name": "DeviceProfileRef",
|
|
3849
3865
|
"non_null": false
|
|
3850
3866
|
},
|
|
3851
|
-
"varName": "
|
|
3867
|
+
"varName": "deviceProfileRef"
|
|
3868
|
+
},
|
|
3869
|
+
"deviceAttributes": {
|
|
3870
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
3871
|
+
"args": {},
|
|
3872
|
+
"deprecationReason": null,
|
|
3873
|
+
"description": "Source Device Attributes matching criteria for the exception.",
|
|
3874
|
+
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___deviceAttributes",
|
|
3875
|
+
"isDeprecated": false,
|
|
3876
|
+
"name": "deviceAttributes",
|
|
3877
|
+
"path": "internetFirewall.moveRule.rule.rule.exceptions.deviceAttributes",
|
|
3878
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
3879
|
+
"required": true,
|
|
3880
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
3881
|
+
"type": {
|
|
3882
|
+
"definition": {
|
|
3883
|
+
"description": null,
|
|
3884
|
+
"enumValues": null,
|
|
3885
|
+
"fields": {
|
|
3886
|
+
"category": {
|
|
3887
|
+
"args": {},
|
|
3888
|
+
"deprecationReason": null,
|
|
3889
|
+
"description": "The category of the firewall device.",
|
|
3890
|
+
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___deviceAttributes___category",
|
|
3891
|
+
"isDeprecated": false,
|
|
3892
|
+
"name": "category",
|
|
3893
|
+
"path": "internetFirewall.moveRule.rule.rule.exceptions.deviceAttributes.category",
|
|
3894
|
+
"requestStr": "$category:[String]! ",
|
|
3895
|
+
"required": true,
|
|
3896
|
+
"responseStr": "category:$category ",
|
|
3897
|
+
"type": {
|
|
3898
|
+
"kind": [
|
|
3899
|
+
"NON_NULL",
|
|
3900
|
+
"LIST",
|
|
3901
|
+
"NON_NULL",
|
|
3902
|
+
"SCALAR"
|
|
3903
|
+
],
|
|
3904
|
+
"name": "String",
|
|
3905
|
+
"non_null": false
|
|
3906
|
+
},
|
|
3907
|
+
"varName": "category"
|
|
3908
|
+
},
|
|
3909
|
+
"manufacturer": {
|
|
3910
|
+
"args": {},
|
|
3911
|
+
"deprecationReason": null,
|
|
3912
|
+
"description": "The manufacturer of the firewall device.",
|
|
3913
|
+
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___deviceAttributes___manufacturer",
|
|
3914
|
+
"isDeprecated": false,
|
|
3915
|
+
"name": "manufacturer",
|
|
3916
|
+
"path": "internetFirewall.moveRule.rule.rule.exceptions.deviceAttributes.manufacturer",
|
|
3917
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
3918
|
+
"required": true,
|
|
3919
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
3920
|
+
"type": {
|
|
3921
|
+
"kind": [
|
|
3922
|
+
"NON_NULL",
|
|
3923
|
+
"LIST",
|
|
3924
|
+
"NON_NULL",
|
|
3925
|
+
"SCALAR"
|
|
3926
|
+
],
|
|
3927
|
+
"name": "String",
|
|
3928
|
+
"non_null": false
|
|
3929
|
+
},
|
|
3930
|
+
"varName": "manufacturer"
|
|
3931
|
+
},
|
|
3932
|
+
"model": {
|
|
3933
|
+
"args": {},
|
|
3934
|
+
"deprecationReason": null,
|
|
3935
|
+
"description": "The model of the firewall device.",
|
|
3936
|
+
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___deviceAttributes___model",
|
|
3937
|
+
"isDeprecated": false,
|
|
3938
|
+
"name": "model",
|
|
3939
|
+
"path": "internetFirewall.moveRule.rule.rule.exceptions.deviceAttributes.model",
|
|
3940
|
+
"requestStr": "$model:[String]! ",
|
|
3941
|
+
"required": true,
|
|
3942
|
+
"responseStr": "model:$model ",
|
|
3943
|
+
"type": {
|
|
3944
|
+
"kind": [
|
|
3945
|
+
"NON_NULL",
|
|
3946
|
+
"LIST",
|
|
3947
|
+
"NON_NULL",
|
|
3948
|
+
"SCALAR"
|
|
3949
|
+
],
|
|
3950
|
+
"name": "String",
|
|
3951
|
+
"non_null": false
|
|
3952
|
+
},
|
|
3953
|
+
"varName": "model"
|
|
3954
|
+
},
|
|
3955
|
+
"os": {
|
|
3956
|
+
"args": {},
|
|
3957
|
+
"deprecationReason": null,
|
|
3958
|
+
"description": "The operating system of the firewall device.",
|
|
3959
|
+
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___deviceAttributes___os",
|
|
3960
|
+
"isDeprecated": false,
|
|
3961
|
+
"name": "os",
|
|
3962
|
+
"path": "internetFirewall.moveRule.rule.rule.exceptions.deviceAttributes.os",
|
|
3963
|
+
"requestStr": "$os:[String]! ",
|
|
3964
|
+
"required": true,
|
|
3965
|
+
"responseStr": "os:$os ",
|
|
3966
|
+
"type": {
|
|
3967
|
+
"kind": [
|
|
3968
|
+
"NON_NULL",
|
|
3969
|
+
"LIST",
|
|
3970
|
+
"NON_NULL",
|
|
3971
|
+
"SCALAR"
|
|
3972
|
+
],
|
|
3973
|
+
"name": "String",
|
|
3974
|
+
"non_null": false
|
|
3975
|
+
},
|
|
3976
|
+
"varName": "os"
|
|
3977
|
+
},
|
|
3978
|
+
"osVersion": {
|
|
3979
|
+
"args": {},
|
|
3980
|
+
"deprecationReason": null,
|
|
3981
|
+
"description": "The version of the operating system of the firewall device.",
|
|
3982
|
+
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___deviceAttributes___osVersion",
|
|
3983
|
+
"isDeprecated": false,
|
|
3984
|
+
"name": "osVersion",
|
|
3985
|
+
"path": "internetFirewall.moveRule.rule.rule.exceptions.deviceAttributes.osVersion",
|
|
3986
|
+
"requestStr": "$osVersion:[String]! ",
|
|
3987
|
+
"required": true,
|
|
3988
|
+
"responseStr": "osVersion:$osVersion ",
|
|
3989
|
+
"type": {
|
|
3990
|
+
"kind": [
|
|
3991
|
+
"NON_NULL",
|
|
3992
|
+
"LIST",
|
|
3993
|
+
"NON_NULL",
|
|
3994
|
+
"SCALAR"
|
|
3995
|
+
],
|
|
3996
|
+
"name": "String",
|
|
3997
|
+
"non_null": false
|
|
3998
|
+
},
|
|
3999
|
+
"varName": "osVersion"
|
|
4000
|
+
},
|
|
4001
|
+
"type": {
|
|
4002
|
+
"args": {},
|
|
4003
|
+
"deprecationReason": null,
|
|
4004
|
+
"description": "The type of the firewall device.",
|
|
4005
|
+
"id_str": "internetFirewall___moveRule___rule___rule___exceptions___deviceAttributes___type",
|
|
4006
|
+
"isDeprecated": false,
|
|
4007
|
+
"name": "type",
|
|
4008
|
+
"path": "internetFirewall.moveRule.rule.rule.exceptions.deviceAttributes.type",
|
|
4009
|
+
"requestStr": "$type:[String]! ",
|
|
4010
|
+
"required": true,
|
|
4011
|
+
"responseStr": "type:$type ",
|
|
4012
|
+
"type": {
|
|
4013
|
+
"kind": [
|
|
4014
|
+
"NON_NULL",
|
|
4015
|
+
"LIST",
|
|
4016
|
+
"NON_NULL",
|
|
4017
|
+
"SCALAR"
|
|
4018
|
+
],
|
|
4019
|
+
"name": "String",
|
|
4020
|
+
"non_null": false
|
|
4021
|
+
},
|
|
4022
|
+
"varName": "type"
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
"inputFields": null,
|
|
4026
|
+
"interfaces": {},
|
|
4027
|
+
"kind": "OBJECT",
|
|
4028
|
+
"name": "DeviceAttributes",
|
|
4029
|
+
"possibleTypes": null
|
|
4030
|
+
},
|
|
4031
|
+
"indexType": "object",
|
|
4032
|
+
"kind": [
|
|
4033
|
+
"NON_NULL",
|
|
4034
|
+
"OBJECT"
|
|
4035
|
+
],
|
|
4036
|
+
"name": "DeviceAttributes",
|
|
4037
|
+
"non_null": false
|
|
4038
|
+
},
|
|
4039
|
+
"varName": "deviceAttributes"
|
|
3852
4040
|
},
|
|
3853
4041
|
"deviceOS": {
|
|
3854
|
-
"alias": "
|
|
4042
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
3855
4043
|
"args": {},
|
|
3856
4044
|
"deprecationReason": null,
|
|
3857
4045
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -3944,7 +4132,7 @@
|
|
|
3944
4132
|
"varName": "name"
|
|
3945
4133
|
},
|
|
3946
4134
|
"service": {
|
|
3947
|
-
"alias": "
|
|
4135
|
+
"alias": "internetFirewallServiceTypeService: service",
|
|
3948
4136
|
"args": {},
|
|
3949
4137
|
"deprecationReason": null,
|
|
3950
4138
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -3952,16 +4140,16 @@
|
|
|
3952
4140
|
"isDeprecated": false,
|
|
3953
4141
|
"name": "service",
|
|
3954
4142
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.service",
|
|
3955
|
-
"requestStr": "$
|
|
4143
|
+
"requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
|
|
3956
4144
|
"required": true,
|
|
3957
|
-
"responseStr": "service:$
|
|
4145
|
+
"responseStr": "service:$internetFirewallServiceType ",
|
|
3958
4146
|
"type": {
|
|
3959
4147
|
"definition": {
|
|
3960
4148
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
3961
4149
|
"enumValues": null,
|
|
3962
4150
|
"fields": {
|
|
3963
4151
|
"custom": {
|
|
3964
|
-
"alias": "
|
|
4152
|
+
"alias": "customServiceCustom: custom",
|
|
3965
4153
|
"args": {},
|
|
3966
4154
|
"deprecationReason": null,
|
|
3967
4155
|
"description": null,
|
|
@@ -3969,9 +4157,9 @@
|
|
|
3969
4157
|
"isDeprecated": false,
|
|
3970
4158
|
"name": "custom",
|
|
3971
4159
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.service.custom",
|
|
3972
|
-
"requestStr": "$
|
|
4160
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
3973
4161
|
"required": true,
|
|
3974
|
-
"responseStr": "custom:$
|
|
4162
|
+
"responseStr": "custom:$customService ",
|
|
3975
4163
|
"type": {
|
|
3976
4164
|
"definition": {
|
|
3977
4165
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -4000,7 +4188,7 @@
|
|
|
4000
4188
|
"varName": "port"
|
|
4001
4189
|
},
|
|
4002
4190
|
"portRange": {
|
|
4003
|
-
"alias": "
|
|
4191
|
+
"alias": "portRangePortRange: portRange",
|
|
4004
4192
|
"args": {},
|
|
4005
4193
|
"deprecationReason": null,
|
|
4006
4194
|
"description": null,
|
|
@@ -4008,9 +4196,9 @@
|
|
|
4008
4196
|
"isDeprecated": false,
|
|
4009
4197
|
"name": "portRange",
|
|
4010
4198
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.service.custom.portRange",
|
|
4011
|
-
"requestStr": "$
|
|
4199
|
+
"requestStr": "$portRange:PortRange ",
|
|
4012
4200
|
"required": false,
|
|
4013
|
-
"responseStr": "portRange:$
|
|
4201
|
+
"responseStr": "portRange:$portRange ",
|
|
4014
4202
|
"type": {
|
|
4015
4203
|
"definition": {
|
|
4016
4204
|
"description": "Inclusive network port range",
|
|
@@ -4072,10 +4260,10 @@
|
|
|
4072
4260
|
"name": "PortRange",
|
|
4073
4261
|
"non_null": false
|
|
4074
4262
|
},
|
|
4075
|
-
"varName": "
|
|
4263
|
+
"varName": "portRange"
|
|
4076
4264
|
},
|
|
4077
4265
|
"protocol": {
|
|
4078
|
-
"alias": "
|
|
4266
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
4079
4267
|
"args": {},
|
|
4080
4268
|
"deprecationReason": null,
|
|
4081
4269
|
"description": null,
|
|
@@ -4155,10 +4343,10 @@
|
|
|
4155
4343
|
"name": "CustomService",
|
|
4156
4344
|
"non_null": false
|
|
4157
4345
|
},
|
|
4158
|
-
"varName": "
|
|
4346
|
+
"varName": "customService"
|
|
4159
4347
|
},
|
|
4160
4348
|
"standard": {
|
|
4161
|
-
"alias": "
|
|
4349
|
+
"alias": "serviceRefStandard: standard",
|
|
4162
4350
|
"args": {},
|
|
4163
4351
|
"deprecationReason": null,
|
|
4164
4352
|
"description": null,
|
|
@@ -4166,9 +4354,9 @@
|
|
|
4166
4354
|
"isDeprecated": false,
|
|
4167
4355
|
"name": "standard",
|
|
4168
4356
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.service.standard",
|
|
4169
|
-
"requestStr": "$
|
|
4357
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
4170
4358
|
"required": true,
|
|
4171
|
-
"responseStr": "standard:$
|
|
4359
|
+
"responseStr": "standard:$serviceRef ",
|
|
4172
4360
|
"type": {
|
|
4173
4361
|
"definition": {
|
|
4174
4362
|
"description": null,
|
|
@@ -4233,7 +4421,7 @@
|
|
|
4233
4421
|
"name": "ServiceRef",
|
|
4234
4422
|
"non_null": false
|
|
4235
4423
|
},
|
|
4236
|
-
"varName": "
|
|
4424
|
+
"varName": "serviceRef"
|
|
4237
4425
|
}
|
|
4238
4426
|
},
|
|
4239
4427
|
"inputFields": null,
|
|
@@ -4250,10 +4438,10 @@
|
|
|
4250
4438
|
"name": "InternetFirewallServiceType",
|
|
4251
4439
|
"non_null": false
|
|
4252
4440
|
},
|
|
4253
|
-
"varName": "
|
|
4441
|
+
"varName": "internetFirewallServiceType"
|
|
4254
4442
|
},
|
|
4255
4443
|
"source": {
|
|
4256
|
-
"alias": "
|
|
4444
|
+
"alias": "internetFirewallSourceSource: source",
|
|
4257
4445
|
"args": {},
|
|
4258
4446
|
"deprecationReason": null,
|
|
4259
4447
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4261,16 +4449,16 @@
|
|
|
4261
4449
|
"isDeprecated": false,
|
|
4262
4450
|
"name": "source",
|
|
4263
4451
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source",
|
|
4264
|
-
"requestStr": "$
|
|
4452
|
+
"requestStr": "$internetFirewallSource:InternetFirewallSource! ",
|
|
4265
4453
|
"required": true,
|
|
4266
|
-
"responseStr": "source:$
|
|
4454
|
+
"responseStr": "source:$internetFirewallSource ",
|
|
4267
4455
|
"type": {
|
|
4268
4456
|
"definition": {
|
|
4269
4457
|
"description": "Returns the settings for Source of an Internet Firewall rule",
|
|
4270
4458
|
"enumValues": null,
|
|
4271
4459
|
"fields": {
|
|
4272
4460
|
"floatingSubnet": {
|
|
4273
|
-
"alias": "
|
|
4461
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
4274
4462
|
"args": {},
|
|
4275
4463
|
"deprecationReason": null,
|
|
4276
4464
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4278,9 +4466,9 @@
|
|
|
4278
4466
|
"isDeprecated": false,
|
|
4279
4467
|
"name": "floatingSubnet",
|
|
4280
4468
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.floatingSubnet",
|
|
4281
|
-
"requestStr": "$
|
|
4469
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
4282
4470
|
"required": true,
|
|
4283
|
-
"responseStr": "floatingSubnet:$
|
|
4471
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
4284
4472
|
"type": {
|
|
4285
4473
|
"definition": {
|
|
4286
4474
|
"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.",
|
|
@@ -4345,10 +4533,10 @@
|
|
|
4345
4533
|
"name": "FloatingSubnetRef",
|
|
4346
4534
|
"non_null": false
|
|
4347
4535
|
},
|
|
4348
|
-
"varName": "
|
|
4536
|
+
"varName": "floatingSubnetRef"
|
|
4349
4537
|
},
|
|
4350
4538
|
"globalIpRange": {
|
|
4351
|
-
"alias": "
|
|
4539
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
4352
4540
|
"args": {},
|
|
4353
4541
|
"deprecationReason": null,
|
|
4354
4542
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4356,9 +4544,9 @@
|
|
|
4356
4544
|
"isDeprecated": false,
|
|
4357
4545
|
"name": "globalIpRange",
|
|
4358
4546
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.globalIpRange",
|
|
4359
|
-
"requestStr": "$
|
|
4547
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4360
4548
|
"required": true,
|
|
4361
|
-
"responseStr": "globalIpRange:$
|
|
4549
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4362
4550
|
"type": {
|
|
4363
4551
|
"definition": {
|
|
4364
4552
|
"description": null,
|
|
@@ -4423,10 +4611,10 @@
|
|
|
4423
4611
|
"name": "GlobalIpRangeRef",
|
|
4424
4612
|
"non_null": false
|
|
4425
4613
|
},
|
|
4426
|
-
"varName": "
|
|
4614
|
+
"varName": "globalIpRangeRef"
|
|
4427
4615
|
},
|
|
4428
4616
|
"group": {
|
|
4429
|
-
"alias": "
|
|
4617
|
+
"alias": "groupRefGroup: group",
|
|
4430
4618
|
"args": {},
|
|
4431
4619
|
"deprecationReason": null,
|
|
4432
4620
|
"description": "Groups defined for your account",
|
|
@@ -4434,9 +4622,9 @@
|
|
|
4434
4622
|
"isDeprecated": false,
|
|
4435
4623
|
"name": "group",
|
|
4436
4624
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.group",
|
|
4437
|
-
"requestStr": "$
|
|
4625
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
4438
4626
|
"required": true,
|
|
4439
|
-
"responseStr": "group:$
|
|
4627
|
+
"responseStr": "group:$groupRef ",
|
|
4440
4628
|
"type": {
|
|
4441
4629
|
"definition": {
|
|
4442
4630
|
"description": null,
|
|
@@ -4501,10 +4689,10 @@
|
|
|
4501
4689
|
"name": "GroupRef",
|
|
4502
4690
|
"non_null": false
|
|
4503
4691
|
},
|
|
4504
|
-
"varName": "
|
|
4692
|
+
"varName": "groupRef"
|
|
4505
4693
|
},
|
|
4506
4694
|
"host": {
|
|
4507
|
-
"alias": "
|
|
4695
|
+
"alias": "hostRefHost: host",
|
|
4508
4696
|
"args": {},
|
|
4509
4697
|
"deprecationReason": null,
|
|
4510
4698
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4512,9 +4700,9 @@
|
|
|
4512
4700
|
"isDeprecated": false,
|
|
4513
4701
|
"name": "host",
|
|
4514
4702
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.host",
|
|
4515
|
-
"requestStr": "$
|
|
4703
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
4516
4704
|
"required": true,
|
|
4517
|
-
"responseStr": "host:$
|
|
4705
|
+
"responseStr": "host:$hostRef ",
|
|
4518
4706
|
"type": {
|
|
4519
4707
|
"definition": {
|
|
4520
4708
|
"description": null,
|
|
@@ -4579,7 +4767,7 @@
|
|
|
4579
4767
|
"name": "HostRef",
|
|
4580
4768
|
"non_null": false
|
|
4581
4769
|
},
|
|
4582
|
-
"varName": "
|
|
4770
|
+
"varName": "hostRef"
|
|
4583
4771
|
},
|
|
4584
4772
|
"ip": {
|
|
4585
4773
|
"args": {},
|
|
@@ -4605,7 +4793,7 @@
|
|
|
4605
4793
|
"varName": "ip"
|
|
4606
4794
|
},
|
|
4607
4795
|
"ipRange": {
|
|
4608
|
-
"alias": "
|
|
4796
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
4609
4797
|
"args": {},
|
|
4610
4798
|
"deprecationReason": null,
|
|
4611
4799
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4613,9 +4801,9 @@
|
|
|
4613
4801
|
"isDeprecated": false,
|
|
4614
4802
|
"name": "ipRange",
|
|
4615
4803
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.ipRange",
|
|
4616
|
-
"requestStr": "$
|
|
4804
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
4617
4805
|
"required": true,
|
|
4618
|
-
"responseStr": "ipRange:$
|
|
4806
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
4619
4807
|
"type": {
|
|
4620
4808
|
"definition": {
|
|
4621
4809
|
"description": "Inclusive range of IPs",
|
|
@@ -4680,10 +4868,10 @@
|
|
|
4680
4868
|
"name": "IpAddressRange",
|
|
4681
4869
|
"non_null": false
|
|
4682
4870
|
},
|
|
4683
|
-
"varName": "
|
|
4871
|
+
"varName": "ipAddressRange"
|
|
4684
4872
|
},
|
|
4685
4873
|
"networkInterface": {
|
|
4686
|
-
"alias": "
|
|
4874
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
4687
4875
|
"args": {},
|
|
4688
4876
|
"deprecationReason": null,
|
|
4689
4877
|
"description": "Network range defined for a site",
|
|
@@ -4691,9 +4879,9 @@
|
|
|
4691
4879
|
"isDeprecated": false,
|
|
4692
4880
|
"name": "networkInterface",
|
|
4693
4881
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.networkInterface",
|
|
4694
|
-
"requestStr": "$
|
|
4882
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
4695
4883
|
"required": true,
|
|
4696
|
-
"responseStr": "networkInterface:$
|
|
4884
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4697
4885
|
"type": {
|
|
4698
4886
|
"definition": {
|
|
4699
4887
|
"description": null,
|
|
@@ -4758,10 +4946,10 @@
|
|
|
4758
4946
|
"name": "NetworkInterfaceRef",
|
|
4759
4947
|
"non_null": false
|
|
4760
4948
|
},
|
|
4761
|
-
"varName": "
|
|
4949
|
+
"varName": "networkInterfaceRef"
|
|
4762
4950
|
},
|
|
4763
4951
|
"site": {
|
|
4764
|
-
"alias": "
|
|
4952
|
+
"alias": "siteRefSite: site",
|
|
4765
4953
|
"args": {},
|
|
4766
4954
|
"deprecationReason": null,
|
|
4767
4955
|
"description": "Site defined for the account",
|
|
@@ -4769,9 +4957,9 @@
|
|
|
4769
4957
|
"isDeprecated": false,
|
|
4770
4958
|
"name": "site",
|
|
4771
4959
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.site",
|
|
4772
|
-
"requestStr": "$
|
|
4960
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
4773
4961
|
"required": true,
|
|
4774
|
-
"responseStr": "site:$
|
|
4962
|
+
"responseStr": "site:$siteRef ",
|
|
4775
4963
|
"type": {
|
|
4776
4964
|
"definition": {
|
|
4777
4965
|
"description": null,
|
|
@@ -4836,10 +5024,10 @@
|
|
|
4836
5024
|
"name": "SiteRef",
|
|
4837
5025
|
"non_null": false
|
|
4838
5026
|
},
|
|
4839
|
-
"varName": "
|
|
5027
|
+
"varName": "siteRef"
|
|
4840
5028
|
},
|
|
4841
5029
|
"siteNetworkSubnet": {
|
|
4842
|
-
"alias": "
|
|
5030
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
4843
5031
|
"args": {},
|
|
4844
5032
|
"deprecationReason": null,
|
|
4845
5033
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4847,9 +5035,9 @@
|
|
|
4847
5035
|
"isDeprecated": false,
|
|
4848
5036
|
"name": "siteNetworkSubnet",
|
|
4849
5037
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.siteNetworkSubnet",
|
|
4850
|
-
"requestStr": "$
|
|
5038
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
4851
5039
|
"required": true,
|
|
4852
|
-
"responseStr": "siteNetworkSubnet:$
|
|
5040
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4853
5041
|
"type": {
|
|
4854
5042
|
"definition": {
|
|
4855
5043
|
"description": null,
|
|
@@ -4914,7 +5102,7 @@
|
|
|
4914
5102
|
"name": "SiteNetworkSubnetRef",
|
|
4915
5103
|
"non_null": false
|
|
4916
5104
|
},
|
|
4917
|
-
"varName": "
|
|
5105
|
+
"varName": "siteNetworkSubnetRef"
|
|
4918
5106
|
},
|
|
4919
5107
|
"subnet": {
|
|
4920
5108
|
"args": {},
|
|
@@ -4940,7 +5128,7 @@
|
|
|
4940
5128
|
"varName": "subnet"
|
|
4941
5129
|
},
|
|
4942
5130
|
"systemGroup": {
|
|
4943
|
-
"alias": "
|
|
5131
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
4944
5132
|
"args": {},
|
|
4945
5133
|
"deprecationReason": null,
|
|
4946
5134
|
"description": "Predefined Cato groups",
|
|
@@ -4948,9 +5136,9 @@
|
|
|
4948
5136
|
"isDeprecated": false,
|
|
4949
5137
|
"name": "systemGroup",
|
|
4950
5138
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.systemGroup",
|
|
4951
|
-
"requestStr": "$
|
|
5139
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
4952
5140
|
"required": true,
|
|
4953
|
-
"responseStr": "systemGroup:$
|
|
5141
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4954
5142
|
"type": {
|
|
4955
5143
|
"definition": {
|
|
4956
5144
|
"description": null,
|
|
@@ -5015,10 +5203,10 @@
|
|
|
5015
5203
|
"name": "SystemGroupRef",
|
|
5016
5204
|
"non_null": false
|
|
5017
5205
|
},
|
|
5018
|
-
"varName": "
|
|
5206
|
+
"varName": "systemGroupRef"
|
|
5019
5207
|
},
|
|
5020
5208
|
"user": {
|
|
5021
|
-
"alias": "
|
|
5209
|
+
"alias": "userRefUser: user",
|
|
5022
5210
|
"args": {},
|
|
5023
5211
|
"deprecationReason": null,
|
|
5024
5212
|
"description": "Individual users defined for the account",
|
|
@@ -5026,9 +5214,9 @@
|
|
|
5026
5214
|
"isDeprecated": false,
|
|
5027
5215
|
"name": "user",
|
|
5028
5216
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.user",
|
|
5029
|
-
"requestStr": "$
|
|
5217
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
5030
5218
|
"required": true,
|
|
5031
|
-
"responseStr": "user:$
|
|
5219
|
+
"responseStr": "user:$userRef ",
|
|
5032
5220
|
"type": {
|
|
5033
5221
|
"definition": {
|
|
5034
5222
|
"description": null,
|
|
@@ -5093,10 +5281,10 @@
|
|
|
5093
5281
|
"name": "UserRef",
|
|
5094
5282
|
"non_null": false
|
|
5095
5283
|
},
|
|
5096
|
-
"varName": "
|
|
5284
|
+
"varName": "userRef"
|
|
5097
5285
|
},
|
|
5098
5286
|
"usersGroup": {
|
|
5099
|
-
"alias": "
|
|
5287
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
5100
5288
|
"args": {},
|
|
5101
5289
|
"deprecationReason": null,
|
|
5102
5290
|
"description": "Group of users",
|
|
@@ -5104,9 +5292,9 @@
|
|
|
5104
5292
|
"isDeprecated": false,
|
|
5105
5293
|
"name": "usersGroup",
|
|
5106
5294
|
"path": "internetFirewall.moveRule.rule.rule.exceptions.source.usersGroup",
|
|
5107
|
-
"requestStr": "$
|
|
5295
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
5108
5296
|
"required": true,
|
|
5109
|
-
"responseStr": "usersGroup:$
|
|
5297
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5110
5298
|
"type": {
|
|
5111
5299
|
"definition": {
|
|
5112
5300
|
"description": null,
|
|
@@ -5171,7 +5359,7 @@
|
|
|
5171
5359
|
"name": "UsersGroupRef",
|
|
5172
5360
|
"non_null": false
|
|
5173
5361
|
},
|
|
5174
|
-
"varName": "
|
|
5362
|
+
"varName": "usersGroupRef"
|
|
5175
5363
|
}
|
|
5176
5364
|
},
|
|
5177
5365
|
"inputFields": null,
|
|
@@ -5188,7 +5376,7 @@
|
|
|
5188
5376
|
"name": "InternetFirewallSource",
|
|
5189
5377
|
"non_null": false
|
|
5190
5378
|
},
|
|
5191
|
-
"varName": "
|
|
5379
|
+
"varName": "internetFirewallSource"
|
|
5192
5380
|
}
|
|
5193
5381
|
},
|
|
5194
5382
|
"inputFields": null,
|
|
@@ -5207,7 +5395,7 @@
|
|
|
5207
5395
|
"name": "InternetFirewallRuleException",
|
|
5208
5396
|
"non_null": false
|
|
5209
5397
|
},
|
|
5210
|
-
"varName": "
|
|
5398
|
+
"varName": "internetFirewallRuleException"
|
|
5211
5399
|
},
|
|
5212
5400
|
"id": {
|
|
5213
5401
|
"args": {},
|
|
@@ -5273,7 +5461,7 @@
|
|
|
5273
5461
|
"varName": "name"
|
|
5274
5462
|
},
|
|
5275
5463
|
"schedule": {
|
|
5276
|
-
"alias": "
|
|
5464
|
+
"alias": "policyScheduleSchedule: schedule",
|
|
5277
5465
|
"args": {},
|
|
5278
5466
|
"deprecationReason": null,
|
|
5279
5467
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5281,16 +5469,16 @@
|
|
|
5281
5469
|
"isDeprecated": false,
|
|
5282
5470
|
"name": "schedule",
|
|
5283
5471
|
"path": "internetFirewall.moveRule.rule.rule.schedule",
|
|
5284
|
-
"requestStr": "$
|
|
5472
|
+
"requestStr": "$policySchedule:PolicySchedule! ",
|
|
5285
5473
|
"required": true,
|
|
5286
|
-
"responseStr": "schedule:$
|
|
5474
|
+
"responseStr": "schedule:$policySchedule ",
|
|
5287
5475
|
"type": {
|
|
5288
5476
|
"definition": {
|
|
5289
5477
|
"description": null,
|
|
5290
5478
|
"enumValues": null,
|
|
5291
5479
|
"fields": {
|
|
5292
5480
|
"activeOn": {
|
|
5293
|
-
"alias": "
|
|
5481
|
+
"alias": "policyActiveOnEnumActiveOn: activeOn",
|
|
5294
5482
|
"args": {},
|
|
5295
5483
|
"deprecationReason": null,
|
|
5296
5484
|
"description": null,
|
|
@@ -5348,7 +5536,7 @@
|
|
|
5348
5536
|
"varName": "activeOn"
|
|
5349
5537
|
},
|
|
5350
5538
|
"customRecurring": {
|
|
5351
|
-
"alias": "
|
|
5539
|
+
"alias": "policyCustomRecurringCustomRecurring: customRecurring",
|
|
5352
5540
|
"args": {},
|
|
5353
5541
|
"deprecationReason": null,
|
|
5354
5542
|
"description": null,
|
|
@@ -5356,9 +5544,9 @@
|
|
|
5356
5544
|
"isDeprecated": false,
|
|
5357
5545
|
"name": "customRecurring",
|
|
5358
5546
|
"path": "internetFirewall.moveRule.rule.rule.schedule.customRecurring",
|
|
5359
|
-
"requestStr": "$
|
|
5547
|
+
"requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
|
|
5360
5548
|
"required": false,
|
|
5361
|
-
"responseStr": "customRecurring:$
|
|
5549
|
+
"responseStr": "customRecurring:$policyCustomRecurring ",
|
|
5362
5550
|
"type": {
|
|
5363
5551
|
"definition": {
|
|
5364
5552
|
"description": "Returns data for a custom recurring time range that a rule is active",
|
|
@@ -5497,10 +5685,10 @@
|
|
|
5497
5685
|
"name": "PolicyCustomRecurring",
|
|
5498
5686
|
"non_null": false
|
|
5499
5687
|
},
|
|
5500
|
-
"varName": "
|
|
5688
|
+
"varName": "policyCustomRecurring"
|
|
5501
5689
|
},
|
|
5502
5690
|
"customTimeframe": {
|
|
5503
|
-
"alias": "
|
|
5691
|
+
"alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
|
|
5504
5692
|
"args": {},
|
|
5505
5693
|
"deprecationReason": null,
|
|
5506
5694
|
"description": null,
|
|
@@ -5508,9 +5696,9 @@
|
|
|
5508
5696
|
"isDeprecated": false,
|
|
5509
5697
|
"name": "customTimeframe",
|
|
5510
5698
|
"path": "internetFirewall.moveRule.rule.rule.schedule.customTimeframe",
|
|
5511
|
-
"requestStr": "$
|
|
5699
|
+
"requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
|
|
5512
5700
|
"required": false,
|
|
5513
|
-
"responseStr": "customTimeframe:$
|
|
5701
|
+
"responseStr": "customTimeframe:$policyCustomTimeframe ",
|
|
5514
5702
|
"type": {
|
|
5515
5703
|
"definition": {
|
|
5516
5704
|
"description": "Returns data for a custom one-time time range that a rule is active",
|
|
@@ -5572,7 +5760,7 @@
|
|
|
5572
5760
|
"name": "PolicyCustomTimeframe",
|
|
5573
5761
|
"non_null": false
|
|
5574
5762
|
},
|
|
5575
|
-
"varName": "
|
|
5763
|
+
"varName": "policyCustomTimeframe"
|
|
5576
5764
|
}
|
|
5577
5765
|
},
|
|
5578
5766
|
"inputFields": null,
|
|
@@ -5589,10 +5777,10 @@
|
|
|
5589
5777
|
"name": "PolicySchedule",
|
|
5590
5778
|
"non_null": false
|
|
5591
5779
|
},
|
|
5592
|
-
"varName": "
|
|
5780
|
+
"varName": "policySchedule"
|
|
5593
5781
|
},
|
|
5594
5782
|
"section": {
|
|
5595
|
-
"alias": "
|
|
5783
|
+
"alias": "policySectionInfoSection: section",
|
|
5596
5784
|
"args": {},
|
|
5597
5785
|
"deprecationReason": null,
|
|
5598
5786
|
"description": "Policy section where the rule is located",
|
|
@@ -5600,9 +5788,9 @@
|
|
|
5600
5788
|
"isDeprecated": false,
|
|
5601
5789
|
"name": "section",
|
|
5602
5790
|
"path": "internetFirewall.moveRule.rule.rule.section",
|
|
5603
|
-
"requestStr": "$
|
|
5791
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
5604
5792
|
"required": true,
|
|
5605
|
-
"responseStr": "section:$
|
|
5793
|
+
"responseStr": "section:$policySectionInfo ",
|
|
5606
5794
|
"type": {
|
|
5607
5795
|
"definition": {
|
|
5608
5796
|
"description": "Define settings for a policy section",
|
|
@@ -5665,10 +5853,10 @@
|
|
|
5665
5853
|
"name": "PolicySectionInfo",
|
|
5666
5854
|
"non_null": false
|
|
5667
5855
|
},
|
|
5668
|
-
"varName": "
|
|
5856
|
+
"varName": "policySectionInfo"
|
|
5669
5857
|
},
|
|
5670
5858
|
"service": {
|
|
5671
|
-
"alias": "
|
|
5859
|
+
"alias": "internetFirewallServiceTypeService: service",
|
|
5672
5860
|
"args": {},
|
|
5673
5861
|
"deprecationReason": null,
|
|
5674
5862
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5676,16 +5864,16 @@
|
|
|
5676
5864
|
"isDeprecated": false,
|
|
5677
5865
|
"name": "service",
|
|
5678
5866
|
"path": "internetFirewall.moveRule.rule.rule.service",
|
|
5679
|
-
"requestStr": "$
|
|
5867
|
+
"requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
|
|
5680
5868
|
"required": true,
|
|
5681
|
-
"responseStr": "service:$
|
|
5869
|
+
"responseStr": "service:$internetFirewallServiceType ",
|
|
5682
5870
|
"type": {
|
|
5683
5871
|
"definition": {
|
|
5684
5872
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
5685
5873
|
"enumValues": null,
|
|
5686
5874
|
"fields": {
|
|
5687
5875
|
"custom": {
|
|
5688
|
-
"alias": "
|
|
5876
|
+
"alias": "customServiceCustom: custom",
|
|
5689
5877
|
"args": {},
|
|
5690
5878
|
"deprecationReason": null,
|
|
5691
5879
|
"description": null,
|
|
@@ -5693,9 +5881,9 @@
|
|
|
5693
5881
|
"isDeprecated": false,
|
|
5694
5882
|
"name": "custom",
|
|
5695
5883
|
"path": "internetFirewall.moveRule.rule.rule.service.custom",
|
|
5696
|
-
"requestStr": "$
|
|
5884
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
5697
5885
|
"required": true,
|
|
5698
|
-
"responseStr": "custom:$
|
|
5886
|
+
"responseStr": "custom:$customService ",
|
|
5699
5887
|
"type": {
|
|
5700
5888
|
"definition": {
|
|
5701
5889
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -5724,7 +5912,7 @@
|
|
|
5724
5912
|
"varName": "port"
|
|
5725
5913
|
},
|
|
5726
5914
|
"portRange": {
|
|
5727
|
-
"alias": "
|
|
5915
|
+
"alias": "portRangePortRange: portRange",
|
|
5728
5916
|
"args": {},
|
|
5729
5917
|
"deprecationReason": null,
|
|
5730
5918
|
"description": null,
|
|
@@ -5732,9 +5920,9 @@
|
|
|
5732
5920
|
"isDeprecated": false,
|
|
5733
5921
|
"name": "portRange",
|
|
5734
5922
|
"path": "internetFirewall.moveRule.rule.rule.service.custom.portRange",
|
|
5735
|
-
"requestStr": "$
|
|
5923
|
+
"requestStr": "$portRange:PortRange ",
|
|
5736
5924
|
"required": false,
|
|
5737
|
-
"responseStr": "portRange:$
|
|
5925
|
+
"responseStr": "portRange:$portRange ",
|
|
5738
5926
|
"type": {
|
|
5739
5927
|
"definition": {
|
|
5740
5928
|
"description": "Inclusive network port range",
|
|
@@ -5796,10 +5984,10 @@
|
|
|
5796
5984
|
"name": "PortRange",
|
|
5797
5985
|
"non_null": false
|
|
5798
5986
|
},
|
|
5799
|
-
"varName": "
|
|
5987
|
+
"varName": "portRange"
|
|
5800
5988
|
},
|
|
5801
5989
|
"protocol": {
|
|
5802
|
-
"alias": "
|
|
5990
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
5803
5991
|
"args": {},
|
|
5804
5992
|
"deprecationReason": null,
|
|
5805
5993
|
"description": null,
|
|
@@ -5879,10 +6067,10 @@
|
|
|
5879
6067
|
"name": "CustomService",
|
|
5880
6068
|
"non_null": false
|
|
5881
6069
|
},
|
|
5882
|
-
"varName": "
|
|
6070
|
+
"varName": "customService"
|
|
5883
6071
|
},
|
|
5884
6072
|
"standard": {
|
|
5885
|
-
"alias": "
|
|
6073
|
+
"alias": "serviceRefStandard: standard",
|
|
5886
6074
|
"args": {},
|
|
5887
6075
|
"deprecationReason": null,
|
|
5888
6076
|
"description": null,
|
|
@@ -5890,9 +6078,9 @@
|
|
|
5890
6078
|
"isDeprecated": false,
|
|
5891
6079
|
"name": "standard",
|
|
5892
6080
|
"path": "internetFirewall.moveRule.rule.rule.service.standard",
|
|
5893
|
-
"requestStr": "$
|
|
6081
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
5894
6082
|
"required": true,
|
|
5895
|
-
"responseStr": "standard:$
|
|
6083
|
+
"responseStr": "standard:$serviceRef ",
|
|
5896
6084
|
"type": {
|
|
5897
6085
|
"definition": {
|
|
5898
6086
|
"description": null,
|
|
@@ -5957,7 +6145,7 @@
|
|
|
5957
6145
|
"name": "ServiceRef",
|
|
5958
6146
|
"non_null": false
|
|
5959
6147
|
},
|
|
5960
|
-
"varName": "
|
|
6148
|
+
"varName": "serviceRef"
|
|
5961
6149
|
}
|
|
5962
6150
|
},
|
|
5963
6151
|
"inputFields": null,
|
|
@@ -5974,10 +6162,10 @@
|
|
|
5974
6162
|
"name": "InternetFirewallServiceType",
|
|
5975
6163
|
"non_null": false
|
|
5976
6164
|
},
|
|
5977
|
-
"varName": "
|
|
6165
|
+
"varName": "internetFirewallServiceType"
|
|
5978
6166
|
},
|
|
5979
6167
|
"source": {
|
|
5980
|
-
"alias": "
|
|
6168
|
+
"alias": "internetFirewallSourceSource: source",
|
|
5981
6169
|
"args": {},
|
|
5982
6170
|
"deprecationReason": null,
|
|
5983
6171
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5985,16 +6173,16 @@
|
|
|
5985
6173
|
"isDeprecated": false,
|
|
5986
6174
|
"name": "source",
|
|
5987
6175
|
"path": "internetFirewall.moveRule.rule.rule.source",
|
|
5988
|
-
"requestStr": "$
|
|
6176
|
+
"requestStr": "$internetFirewallSource:InternetFirewallSource! ",
|
|
5989
6177
|
"required": true,
|
|
5990
|
-
"responseStr": "source:$
|
|
6178
|
+
"responseStr": "source:$internetFirewallSource ",
|
|
5991
6179
|
"type": {
|
|
5992
6180
|
"definition": {
|
|
5993
6181
|
"description": "Returns the settings for Source of an Internet Firewall rule",
|
|
5994
6182
|
"enumValues": null,
|
|
5995
6183
|
"fields": {
|
|
5996
6184
|
"floatingSubnet": {
|
|
5997
|
-
"alias": "
|
|
6185
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
5998
6186
|
"args": {},
|
|
5999
6187
|
"deprecationReason": null,
|
|
6000
6188
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -6002,9 +6190,9 @@
|
|
|
6002
6190
|
"isDeprecated": false,
|
|
6003
6191
|
"name": "floatingSubnet",
|
|
6004
6192
|
"path": "internetFirewall.moveRule.rule.rule.source.floatingSubnet",
|
|
6005
|
-
"requestStr": "$
|
|
6193
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
6006
6194
|
"required": true,
|
|
6007
|
-
"responseStr": "floatingSubnet:$
|
|
6195
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
6008
6196
|
"type": {
|
|
6009
6197
|
"definition": {
|
|
6010
6198
|
"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.",
|
|
@@ -6069,10 +6257,10 @@
|
|
|
6069
6257
|
"name": "FloatingSubnetRef",
|
|
6070
6258
|
"non_null": false
|
|
6071
6259
|
},
|
|
6072
|
-
"varName": "
|
|
6260
|
+
"varName": "floatingSubnetRef"
|
|
6073
6261
|
},
|
|
6074
6262
|
"globalIpRange": {
|
|
6075
|
-
"alias": "
|
|
6263
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
6076
6264
|
"args": {},
|
|
6077
6265
|
"deprecationReason": null,
|
|
6078
6266
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6080,9 +6268,9 @@
|
|
|
6080
6268
|
"isDeprecated": false,
|
|
6081
6269
|
"name": "globalIpRange",
|
|
6082
6270
|
"path": "internetFirewall.moveRule.rule.rule.source.globalIpRange",
|
|
6083
|
-
"requestStr": "$
|
|
6271
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
6084
6272
|
"required": true,
|
|
6085
|
-
"responseStr": "globalIpRange:$
|
|
6273
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
6086
6274
|
"type": {
|
|
6087
6275
|
"definition": {
|
|
6088
6276
|
"description": null,
|
|
@@ -6147,10 +6335,10 @@
|
|
|
6147
6335
|
"name": "GlobalIpRangeRef",
|
|
6148
6336
|
"non_null": false
|
|
6149
6337
|
},
|
|
6150
|
-
"varName": "
|
|
6338
|
+
"varName": "globalIpRangeRef"
|
|
6151
6339
|
},
|
|
6152
6340
|
"group": {
|
|
6153
|
-
"alias": "
|
|
6341
|
+
"alias": "groupRefGroup: group",
|
|
6154
6342
|
"args": {},
|
|
6155
6343
|
"deprecationReason": null,
|
|
6156
6344
|
"description": "Groups defined for your account",
|
|
@@ -6158,9 +6346,9 @@
|
|
|
6158
6346
|
"isDeprecated": false,
|
|
6159
6347
|
"name": "group",
|
|
6160
6348
|
"path": "internetFirewall.moveRule.rule.rule.source.group",
|
|
6161
|
-
"requestStr": "$
|
|
6349
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
6162
6350
|
"required": true,
|
|
6163
|
-
"responseStr": "group:$
|
|
6351
|
+
"responseStr": "group:$groupRef ",
|
|
6164
6352
|
"type": {
|
|
6165
6353
|
"definition": {
|
|
6166
6354
|
"description": null,
|
|
@@ -6225,10 +6413,10 @@
|
|
|
6225
6413
|
"name": "GroupRef",
|
|
6226
6414
|
"non_null": false
|
|
6227
6415
|
},
|
|
6228
|
-
"varName": "
|
|
6416
|
+
"varName": "groupRef"
|
|
6229
6417
|
},
|
|
6230
6418
|
"host": {
|
|
6231
|
-
"alias": "
|
|
6419
|
+
"alias": "hostRefHost: host",
|
|
6232
6420
|
"args": {},
|
|
6233
6421
|
"deprecationReason": null,
|
|
6234
6422
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6236,9 +6424,9 @@
|
|
|
6236
6424
|
"isDeprecated": false,
|
|
6237
6425
|
"name": "host",
|
|
6238
6426
|
"path": "internetFirewall.moveRule.rule.rule.source.host",
|
|
6239
|
-
"requestStr": "$
|
|
6427
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
6240
6428
|
"required": true,
|
|
6241
|
-
"responseStr": "host:$
|
|
6429
|
+
"responseStr": "host:$hostRef ",
|
|
6242
6430
|
"type": {
|
|
6243
6431
|
"definition": {
|
|
6244
6432
|
"description": null,
|
|
@@ -6303,7 +6491,7 @@
|
|
|
6303
6491
|
"name": "HostRef",
|
|
6304
6492
|
"non_null": false
|
|
6305
6493
|
},
|
|
6306
|
-
"varName": "
|
|
6494
|
+
"varName": "hostRef"
|
|
6307
6495
|
},
|
|
6308
6496
|
"ip": {
|
|
6309
6497
|
"args": {},
|
|
@@ -6329,7 +6517,7 @@
|
|
|
6329
6517
|
"varName": "ip"
|
|
6330
6518
|
},
|
|
6331
6519
|
"ipRange": {
|
|
6332
|
-
"alias": "
|
|
6520
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
6333
6521
|
"args": {},
|
|
6334
6522
|
"deprecationReason": null,
|
|
6335
6523
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6337,9 +6525,9 @@
|
|
|
6337
6525
|
"isDeprecated": false,
|
|
6338
6526
|
"name": "ipRange",
|
|
6339
6527
|
"path": "internetFirewall.moveRule.rule.rule.source.ipRange",
|
|
6340
|
-
"requestStr": "$
|
|
6528
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
6341
6529
|
"required": true,
|
|
6342
|
-
"responseStr": "ipRange:$
|
|
6530
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
6343
6531
|
"type": {
|
|
6344
6532
|
"definition": {
|
|
6345
6533
|
"description": "Inclusive range of IPs",
|
|
@@ -6404,10 +6592,10 @@
|
|
|
6404
6592
|
"name": "IpAddressRange",
|
|
6405
6593
|
"non_null": false
|
|
6406
6594
|
},
|
|
6407
|
-
"varName": "
|
|
6595
|
+
"varName": "ipAddressRange"
|
|
6408
6596
|
},
|
|
6409
6597
|
"networkInterface": {
|
|
6410
|
-
"alias": "
|
|
6598
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
6411
6599
|
"args": {},
|
|
6412
6600
|
"deprecationReason": null,
|
|
6413
6601
|
"description": "Network range defined for a site",
|
|
@@ -6415,9 +6603,9 @@
|
|
|
6415
6603
|
"isDeprecated": false,
|
|
6416
6604
|
"name": "networkInterface",
|
|
6417
6605
|
"path": "internetFirewall.moveRule.rule.rule.source.networkInterface",
|
|
6418
|
-
"requestStr": "$
|
|
6606
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
6419
6607
|
"required": true,
|
|
6420
|
-
"responseStr": "networkInterface:$
|
|
6608
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6421
6609
|
"type": {
|
|
6422
6610
|
"definition": {
|
|
6423
6611
|
"description": null,
|
|
@@ -6482,10 +6670,10 @@
|
|
|
6482
6670
|
"name": "NetworkInterfaceRef",
|
|
6483
6671
|
"non_null": false
|
|
6484
6672
|
},
|
|
6485
|
-
"varName": "
|
|
6673
|
+
"varName": "networkInterfaceRef"
|
|
6486
6674
|
},
|
|
6487
6675
|
"site": {
|
|
6488
|
-
"alias": "
|
|
6676
|
+
"alias": "siteRefSite: site",
|
|
6489
6677
|
"args": {},
|
|
6490
6678
|
"deprecationReason": null,
|
|
6491
6679
|
"description": "Site defined for the account",
|
|
@@ -6493,9 +6681,9 @@
|
|
|
6493
6681
|
"isDeprecated": false,
|
|
6494
6682
|
"name": "site",
|
|
6495
6683
|
"path": "internetFirewall.moveRule.rule.rule.source.site",
|
|
6496
|
-
"requestStr": "$
|
|
6684
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
6497
6685
|
"required": true,
|
|
6498
|
-
"responseStr": "site:$
|
|
6686
|
+
"responseStr": "site:$siteRef ",
|
|
6499
6687
|
"type": {
|
|
6500
6688
|
"definition": {
|
|
6501
6689
|
"description": null,
|
|
@@ -6560,10 +6748,10 @@
|
|
|
6560
6748
|
"name": "SiteRef",
|
|
6561
6749
|
"non_null": false
|
|
6562
6750
|
},
|
|
6563
|
-
"varName": "
|
|
6751
|
+
"varName": "siteRef"
|
|
6564
6752
|
},
|
|
6565
6753
|
"siteNetworkSubnet": {
|
|
6566
|
-
"alias": "
|
|
6754
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
6567
6755
|
"args": {},
|
|
6568
6756
|
"deprecationReason": null,
|
|
6569
6757
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6571,9 +6759,9 @@
|
|
|
6571
6759
|
"isDeprecated": false,
|
|
6572
6760
|
"name": "siteNetworkSubnet",
|
|
6573
6761
|
"path": "internetFirewall.moveRule.rule.rule.source.siteNetworkSubnet",
|
|
6574
|
-
"requestStr": "$
|
|
6762
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
6575
6763
|
"required": true,
|
|
6576
|
-
"responseStr": "siteNetworkSubnet:$
|
|
6764
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6577
6765
|
"type": {
|
|
6578
6766
|
"definition": {
|
|
6579
6767
|
"description": null,
|
|
@@ -6638,7 +6826,7 @@
|
|
|
6638
6826
|
"name": "SiteNetworkSubnetRef",
|
|
6639
6827
|
"non_null": false
|
|
6640
6828
|
},
|
|
6641
|
-
"varName": "
|
|
6829
|
+
"varName": "siteNetworkSubnetRef"
|
|
6642
6830
|
},
|
|
6643
6831
|
"subnet": {
|
|
6644
6832
|
"args": {},
|
|
@@ -6664,7 +6852,7 @@
|
|
|
6664
6852
|
"varName": "subnet"
|
|
6665
6853
|
},
|
|
6666
6854
|
"systemGroup": {
|
|
6667
|
-
"alias": "
|
|
6855
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
6668
6856
|
"args": {},
|
|
6669
6857
|
"deprecationReason": null,
|
|
6670
6858
|
"description": "Predefined Cato groups",
|
|
@@ -6672,9 +6860,9 @@
|
|
|
6672
6860
|
"isDeprecated": false,
|
|
6673
6861
|
"name": "systemGroup",
|
|
6674
6862
|
"path": "internetFirewall.moveRule.rule.rule.source.systemGroup",
|
|
6675
|
-
"requestStr": "$
|
|
6863
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
6676
6864
|
"required": true,
|
|
6677
|
-
"responseStr": "systemGroup:$
|
|
6865
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6678
6866
|
"type": {
|
|
6679
6867
|
"definition": {
|
|
6680
6868
|
"description": null,
|
|
@@ -6739,10 +6927,10 @@
|
|
|
6739
6927
|
"name": "SystemGroupRef",
|
|
6740
6928
|
"non_null": false
|
|
6741
6929
|
},
|
|
6742
|
-
"varName": "
|
|
6930
|
+
"varName": "systemGroupRef"
|
|
6743
6931
|
},
|
|
6744
6932
|
"user": {
|
|
6745
|
-
"alias": "
|
|
6933
|
+
"alias": "userRefUser: user",
|
|
6746
6934
|
"args": {},
|
|
6747
6935
|
"deprecationReason": null,
|
|
6748
6936
|
"description": "Individual users defined for the account",
|
|
@@ -6750,9 +6938,9 @@
|
|
|
6750
6938
|
"isDeprecated": false,
|
|
6751
6939
|
"name": "user",
|
|
6752
6940
|
"path": "internetFirewall.moveRule.rule.rule.source.user",
|
|
6753
|
-
"requestStr": "$
|
|
6941
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
6754
6942
|
"required": true,
|
|
6755
|
-
"responseStr": "user:$
|
|
6943
|
+
"responseStr": "user:$userRef ",
|
|
6756
6944
|
"type": {
|
|
6757
6945
|
"definition": {
|
|
6758
6946
|
"description": null,
|
|
@@ -6817,10 +7005,10 @@
|
|
|
6817
7005
|
"name": "UserRef",
|
|
6818
7006
|
"non_null": false
|
|
6819
7007
|
},
|
|
6820
|
-
"varName": "
|
|
7008
|
+
"varName": "userRef"
|
|
6821
7009
|
},
|
|
6822
7010
|
"usersGroup": {
|
|
6823
|
-
"alias": "
|
|
7011
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
6824
7012
|
"args": {},
|
|
6825
7013
|
"deprecationReason": null,
|
|
6826
7014
|
"description": "Group of users",
|
|
@@ -6828,9 +7016,9 @@
|
|
|
6828
7016
|
"isDeprecated": false,
|
|
6829
7017
|
"name": "usersGroup",
|
|
6830
7018
|
"path": "internetFirewall.moveRule.rule.rule.source.usersGroup",
|
|
6831
|
-
"requestStr": "$
|
|
7019
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
6832
7020
|
"required": true,
|
|
6833
|
-
"responseStr": "usersGroup:$
|
|
7021
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6834
7022
|
"type": {
|
|
6835
7023
|
"definition": {
|
|
6836
7024
|
"description": null,
|
|
@@ -6895,7 +7083,7 @@
|
|
|
6895
7083
|
"name": "UsersGroupRef",
|
|
6896
7084
|
"non_null": false
|
|
6897
7085
|
},
|
|
6898
|
-
"varName": "
|
|
7086
|
+
"varName": "usersGroupRef"
|
|
6899
7087
|
}
|
|
6900
7088
|
},
|
|
6901
7089
|
"inputFields": null,
|
|
@@ -6912,10 +7100,10 @@
|
|
|
6912
7100
|
"name": "InternetFirewallSource",
|
|
6913
7101
|
"non_null": false
|
|
6914
7102
|
},
|
|
6915
|
-
"varName": "
|
|
7103
|
+
"varName": "internetFirewallSource"
|
|
6916
7104
|
},
|
|
6917
7105
|
"tracking": {
|
|
6918
|
-
"alias": "
|
|
7106
|
+
"alias": "policyTrackingTracking: tracking",
|
|
6919
7107
|
"args": {},
|
|
6920
7108
|
"deprecationReason": null,
|
|
6921
7109
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -6923,16 +7111,16 @@
|
|
|
6923
7111
|
"isDeprecated": false,
|
|
6924
7112
|
"name": "tracking",
|
|
6925
7113
|
"path": "internetFirewall.moveRule.rule.rule.tracking",
|
|
6926
|
-
"requestStr": "$
|
|
7114
|
+
"requestStr": "$policyTracking:PolicyTracking! ",
|
|
6927
7115
|
"required": true,
|
|
6928
|
-
"responseStr": "tracking:$
|
|
7116
|
+
"responseStr": "tracking:$policyTracking ",
|
|
6929
7117
|
"type": {
|
|
6930
7118
|
"definition": {
|
|
6931
7119
|
"description": null,
|
|
6932
7120
|
"enumValues": null,
|
|
6933
7121
|
"fields": {
|
|
6934
7122
|
"alert": {
|
|
6935
|
-
"alias": "
|
|
7123
|
+
"alias": "policyRuleTrackingAlertAlert: alert",
|
|
6936
7124
|
"args": {},
|
|
6937
7125
|
"deprecationReason": null,
|
|
6938
7126
|
"description": null,
|
|
@@ -6940,9 +7128,9 @@
|
|
|
6940
7128
|
"isDeprecated": false,
|
|
6941
7129
|
"name": "alert",
|
|
6942
7130
|
"path": "internetFirewall.moveRule.rule.rule.tracking.alert",
|
|
6943
|
-
"requestStr": "$
|
|
7131
|
+
"requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
|
|
6944
7132
|
"required": true,
|
|
6945
|
-
"responseStr": "alert:$
|
|
7133
|
+
"responseStr": "alert:$policyRuleTrackingAlert ",
|
|
6946
7134
|
"type": {
|
|
6947
7135
|
"definition": {
|
|
6948
7136
|
"description": "Returns data for the alert settings for the rule",
|
|
@@ -6970,7 +7158,7 @@
|
|
|
6970
7158
|
"varName": "enabled"
|
|
6971
7159
|
},
|
|
6972
7160
|
"frequency": {
|
|
6973
|
-
"alias": "
|
|
7161
|
+
"alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
|
|
6974
7162
|
"args": {},
|
|
6975
7163
|
"deprecationReason": null,
|
|
6976
7164
|
"description": "Returns data for the alert frequency",
|
|
@@ -7028,7 +7216,7 @@
|
|
|
7028
7216
|
"varName": "frequency"
|
|
7029
7217
|
},
|
|
7030
7218
|
"mailingList": {
|
|
7031
|
-
"alias": "
|
|
7219
|
+
"alias": "subscriptionMailingListRefMailingList: mailingList",
|
|
7032
7220
|
"args": {},
|
|
7033
7221
|
"deprecationReason": null,
|
|
7034
7222
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -7036,9 +7224,9 @@
|
|
|
7036
7224
|
"isDeprecated": false,
|
|
7037
7225
|
"name": "mailingList",
|
|
7038
7226
|
"path": "internetFirewall.moveRule.rule.rule.tracking.alert.mailingList",
|
|
7039
|
-
"requestStr": "$
|
|
7227
|
+
"requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
|
|
7040
7228
|
"required": true,
|
|
7041
|
-
"responseStr": "mailingList:$
|
|
7229
|
+
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
7042
7230
|
"type": {
|
|
7043
7231
|
"definition": {
|
|
7044
7232
|
"description": null,
|
|
@@ -7103,10 +7291,10 @@
|
|
|
7103
7291
|
"name": "SubscriptionMailingListRef",
|
|
7104
7292
|
"non_null": false
|
|
7105
7293
|
},
|
|
7106
|
-
"varName": "
|
|
7294
|
+
"varName": "subscriptionMailingListRef"
|
|
7107
7295
|
},
|
|
7108
7296
|
"subscriptionGroup": {
|
|
7109
|
-
"alias": "
|
|
7297
|
+
"alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
|
|
7110
7298
|
"args": {},
|
|
7111
7299
|
"deprecationReason": null,
|
|
7112
7300
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7114,9 +7302,9 @@
|
|
|
7114
7302
|
"isDeprecated": false,
|
|
7115
7303
|
"name": "subscriptionGroup",
|
|
7116
7304
|
"path": "internetFirewall.moveRule.rule.rule.tracking.alert.subscriptionGroup",
|
|
7117
|
-
"requestStr": "$
|
|
7305
|
+
"requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
|
|
7118
7306
|
"required": true,
|
|
7119
|
-
"responseStr": "subscriptionGroup:$
|
|
7307
|
+
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
7120
7308
|
"type": {
|
|
7121
7309
|
"definition": {
|
|
7122
7310
|
"description": null,
|
|
@@ -7181,10 +7369,10 @@
|
|
|
7181
7369
|
"name": "SubscriptionGroupRef",
|
|
7182
7370
|
"non_null": false
|
|
7183
7371
|
},
|
|
7184
|
-
"varName": "
|
|
7372
|
+
"varName": "subscriptionGroupRef"
|
|
7185
7373
|
},
|
|
7186
7374
|
"webhook": {
|
|
7187
|
-
"alias": "
|
|
7375
|
+
"alias": "subscriptionWebhookRefWebhook: webhook",
|
|
7188
7376
|
"args": {},
|
|
7189
7377
|
"deprecationReason": null,
|
|
7190
7378
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7192,9 +7380,9 @@
|
|
|
7192
7380
|
"isDeprecated": false,
|
|
7193
7381
|
"name": "webhook",
|
|
7194
7382
|
"path": "internetFirewall.moveRule.rule.rule.tracking.alert.webhook",
|
|
7195
|
-
"requestStr": "$
|
|
7383
|
+
"requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
|
|
7196
7384
|
"required": true,
|
|
7197
|
-
"responseStr": "webhook:$
|
|
7385
|
+
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
7198
7386
|
"type": {
|
|
7199
7387
|
"definition": {
|
|
7200
7388
|
"description": null,
|
|
@@ -7259,7 +7447,7 @@
|
|
|
7259
7447
|
"name": "SubscriptionWebhookRef",
|
|
7260
7448
|
"non_null": false
|
|
7261
7449
|
},
|
|
7262
|
-
"varName": "
|
|
7450
|
+
"varName": "subscriptionWebhookRef"
|
|
7263
7451
|
}
|
|
7264
7452
|
},
|
|
7265
7453
|
"inputFields": null,
|
|
@@ -7276,10 +7464,10 @@
|
|
|
7276
7464
|
"name": "PolicyRuleTrackingAlert",
|
|
7277
7465
|
"non_null": false
|
|
7278
7466
|
},
|
|
7279
|
-
"varName": "
|
|
7467
|
+
"varName": "policyRuleTrackingAlert"
|
|
7280
7468
|
},
|
|
7281
7469
|
"event": {
|
|
7282
|
-
"alias": "
|
|
7470
|
+
"alias": "policyRuleTrackingEventEvent: event",
|
|
7283
7471
|
"args": {},
|
|
7284
7472
|
"deprecationReason": null,
|
|
7285
7473
|
"description": null,
|
|
@@ -7287,9 +7475,9 @@
|
|
|
7287
7475
|
"isDeprecated": false,
|
|
7288
7476
|
"name": "event",
|
|
7289
7477
|
"path": "internetFirewall.moveRule.rule.rule.tracking.event",
|
|
7290
|
-
"requestStr": "$
|
|
7478
|
+
"requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
|
|
7291
7479
|
"required": true,
|
|
7292
|
-
"responseStr": "event:$
|
|
7480
|
+
"responseStr": "event:$policyRuleTrackingEvent ",
|
|
7293
7481
|
"type": {
|
|
7294
7482
|
"definition": {
|
|
7295
7483
|
"description": "Returns data if an alert is sent for a rule",
|
|
@@ -7331,7 +7519,7 @@
|
|
|
7331
7519
|
"name": "PolicyRuleTrackingEvent",
|
|
7332
7520
|
"non_null": false
|
|
7333
7521
|
},
|
|
7334
|
-
"varName": "
|
|
7522
|
+
"varName": "policyRuleTrackingEvent"
|
|
7335
7523
|
}
|
|
7336
7524
|
},
|
|
7337
7525
|
"inputFields": null,
|
|
@@ -7348,7 +7536,7 @@
|
|
|
7348
7536
|
"name": "PolicyTracking",
|
|
7349
7537
|
"non_null": false
|
|
7350
7538
|
},
|
|
7351
|
-
"varName": "
|
|
7539
|
+
"varName": "policyTracking"
|
|
7352
7540
|
}
|
|
7353
7541
|
},
|
|
7354
7542
|
"inputFields": null,
|
|
@@ -7365,7 +7553,7 @@
|
|
|
7365
7553
|
"name": "InternetFirewallRule",
|
|
7366
7554
|
"non_null": false
|
|
7367
7555
|
},
|
|
7368
|
-
"varName": "
|
|
7556
|
+
"varName": "internetFirewallRule"
|
|
7369
7557
|
}
|
|
7370
7558
|
},
|
|
7371
7559
|
"inputFields": null,
|
|
@@ -7381,10 +7569,10 @@
|
|
|
7381
7569
|
"name": "InternetFirewallRulePayload",
|
|
7382
7570
|
"non_null": false
|
|
7383
7571
|
},
|
|
7384
|
-
"varName": "
|
|
7572
|
+
"varName": "internetFirewallRulePayload"
|
|
7385
7573
|
},
|
|
7386
7574
|
"status": {
|
|
7387
|
-
"alias": "
|
|
7575
|
+
"alias": "policyMutationStatusStatus: status",
|
|
7388
7576
|
"args": {},
|
|
7389
7577
|
"deprecationReason": null,
|
|
7390
7578
|
"description": null,
|
|
@@ -7444,7 +7632,7 @@
|
|
|
7444
7632
|
"name": "InternetFirewallRuleMutationPayload",
|
|
7445
7633
|
"non_null": false
|
|
7446
7634
|
},
|
|
7447
|
-
"varName": "
|
|
7635
|
+
"varName": "internetFirewallRuleMutationPayload"
|
|
7448
7636
|
}
|
|
7449
7637
|
},
|
|
7450
7638
|
"inputFields": null,
|
|
@@ -7460,7 +7648,7 @@
|
|
|
7460
7648
|
"name": "InternetFirewallPolicyMutations",
|
|
7461
7649
|
"non_null": false
|
|
7462
7650
|
},
|
|
7463
|
-
"varName": "
|
|
7651
|
+
"varName": "internetFirewallPolicyMutations"
|
|
7464
7652
|
}
|
|
7465
7653
|
},
|
|
7466
7654
|
"inputFields": null,
|
|
@@ -7477,24 +7665,24 @@
|
|
|
7477
7665
|
"non_null": false
|
|
7478
7666
|
},
|
|
7479
7667
|
"variablesPayload": {
|
|
7480
|
-
"
|
|
7481
|
-
"
|
|
7668
|
+
"internetFirewallPolicyMutationInput": {
|
|
7669
|
+
"policyMutationRevisionInput": {
|
|
7482
7670
|
"id": {
|
|
7483
7671
|
"id": "ID"
|
|
7484
7672
|
}
|
|
7485
7673
|
}
|
|
7486
7674
|
},
|
|
7487
|
-
"
|
|
7488
|
-
"
|
|
7675
|
+
"policyMoveRuleInput": {
|
|
7676
|
+
"id": {
|
|
7677
|
+
"id": "ID"
|
|
7678
|
+
},
|
|
7679
|
+
"policyRulePositionInput": {
|
|
7489
7680
|
"position": {
|
|
7490
7681
|
"position": "enum(PolicyRulePositionEnum)"
|
|
7491
7682
|
},
|
|
7492
7683
|
"ref": {
|
|
7493
7684
|
"ref": "ID"
|
|
7494
7685
|
}
|
|
7495
|
-
},
|
|
7496
|
-
"id": {
|
|
7497
|
-
"id": "ID"
|
|
7498
7686
|
}
|
|
7499
7687
|
}
|
|
7500
7688
|
}
|