catocli 2.0.4__py3-none-any.whl → 2.1.0__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 +11 -4
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +20 -3
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_container/__init__.py +116 -0
- catocli/parsers/mutation_container_fqdn/README.md +7 -0
- catocli/parsers/mutation_container_fqdn_addValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange/README.md +7 -0
- catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +42 -19
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_policy/README.md +0 -17
- catocli/parsers/query_policy/__init__.py +153 -8
- catocli/parsers/query_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/query_policy_appTenantRestriction_policy/README.md +17 -0
- catocli/parsers/query_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +17 -0
- catocli/parsers/query_policy_internetFirewall/README.md +7 -0
- catocli/parsers/query_policy_internetFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/query_policy_remotePortFwd_policy/README.md +17 -0
- catocli/parsers/query_policy_socketLan/README.md +7 -0
- catocli/parsers/query_policy_socketLan_policy/README.md +17 -0
- catocli/parsers/query_policy_terminalServer/README.md +7 -0
- catocli/parsers/query_policy_terminalServer_policy/README.md +17 -0
- catocli/parsers/query_policy_wanFirewall/README.md +7 -0
- catocli/parsers/query_policy_wanFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_wanNetwork/README.md +7 -0
- catocli/parsers/query_policy_wanNetwork_policy/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/README.md +0 -16
- catocli/parsers/query_site/__init__.py +118 -8
- catocli/parsers/query_site_availableVersionList/README.md +17 -0
- catocli/parsers/query_site_bgpPeer/README.md +17 -0
- catocli/parsers/query_site_bgpPeerList/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +17 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_site_siteBgpStatus/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- catocli/parsers/raw/README.md +0 -14
- catocli/parsers/raw/__init__.py +0 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/RECORD +300 -178
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -1
- graphql_client/api/call_api.py +4 -3
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +866 -0
- models/mutation.container.fqdn.createFromFile.json +819 -0
- models/mutation.container.fqdn.removeValues.json +866 -0
- models/mutation.container.fqdn.updateFromFile.json +1045 -0
- models/mutation.container.ipAddressRange.addValues.json +1020 -0
- models/mutation.container.ipAddressRange.createFromFile.json +819 -0
- models/mutation.container.ipAddressRange.removeValues.json +1020 -0
- models/mutation.container.ipAddressRange.updateFromFile.json +1045 -0
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +25 -25
- models/mutation.policy.appTenantRestriction.addSection.json +3 -3
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.moveRule.json +25 -25
- models/mutation.policy.appTenantRestriction.moveSection.json +3 -3
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.removeRule.json +25 -25
- models/mutation.policy.appTenantRestriction.removeSection.json +3 -3
- models/mutation.policy.appTenantRestriction.updatePolicy.json +31 -31
- models/mutation.policy.appTenantRestriction.updateRule.json +25 -25
- models/mutation.policy.appTenantRestriction.updateSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.addRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.moveRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.moveSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.removeRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.removeSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +17 -17
- models/mutation.policy.dynamicIpAllocation.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -3
- models/mutation.policy.internetFirewall.addRule.json +532 -85
- models/mutation.policy.internetFirewall.addSection.json +3 -3
- models/mutation.policy.internetFirewall.createPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.moveRule.json +202 -85
- models/mutation.policy.internetFirewall.moveSection.json +3 -3
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.removeRule.json +202 -85
- models/mutation.policy.internetFirewall.removeSection.json +3 -3
- models/mutation.policy.internetFirewall.updatePolicy.json +208 -91
- models/mutation.policy.internetFirewall.updateRule.json +523 -85
- models/mutation.policy.internetFirewall.updateSection.json +3 -3
- models/mutation.policy.remotePortFwd.addRule.json +16 -16
- models/mutation.policy.remotePortFwd.addSection.json +3 -3
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.moveRule.json +16 -16
- models/mutation.policy.remotePortFwd.moveSection.json +3 -3
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.removeRule.json +16 -16
- models/mutation.policy.remotePortFwd.removeSection.json +3 -3
- models/mutation.policy.remotePortFwd.updatePolicy.json +22 -22
- models/mutation.policy.remotePortFwd.updateRule.json +16 -16
- models/mutation.policy.remotePortFwd.updateSection.json +3 -3
- models/mutation.policy.socketLan.addRule.json +81 -81
- models/mutation.policy.socketLan.addSection.json +3 -3
- models/mutation.policy.socketLan.createPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.discardPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.moveRule.json +81 -81
- models/mutation.policy.socketLan.moveSection.json +3 -3
- models/mutation.policy.socketLan.publishPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.removeRule.json +81 -81
- models/mutation.policy.socketLan.removeSection.json +3 -3
- models/mutation.policy.socketLan.updatePolicy.json +87 -87
- models/mutation.policy.socketLan.updateRule.json +81 -81
- models/mutation.policy.socketLan.updateSection.json +3 -3
- models/mutation.policy.terminalServer.addRule.json +6 -6
- models/mutation.policy.terminalServer.addSection.json +3 -3
- models/mutation.policy.terminalServer.createPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.discardPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.moveRule.json +6 -6
- models/mutation.policy.terminalServer.moveSection.json +3 -3
- models/mutation.policy.terminalServer.publishPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.removeRule.json +6 -6
- models/mutation.policy.terminalServer.removeSection.json +3 -3
- models/mutation.policy.terminalServer.updatePolicy.json +12 -12
- models/mutation.policy.terminalServer.updateRule.json +6 -6
- models/mutation.policy.terminalServer.updateSection.json +3 -3
- models/mutation.policy.wanFirewall.addRule.json +550 -103
- models/mutation.policy.wanFirewall.addSection.json +3 -3
- models/mutation.policy.wanFirewall.createPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.moveRule.json +220 -103
- models/mutation.policy.wanFirewall.moveSection.json +3 -3
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.removeRule.json +220 -103
- models/mutation.policy.wanFirewall.removeSection.json +3 -3
- models/mutation.policy.wanFirewall.updatePolicy.json +226 -109
- models/mutation.policy.wanFirewall.updateRule.json +541 -103
- models/mutation.policy.wanFirewall.updateSection.json +3 -3
- models/mutation.policy.wanNetwork.addRule.json +90 -90
- models/mutation.policy.wanNetwork.addSection.json +3 -3
- models/mutation.policy.wanNetwork.createPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.moveRule.json +90 -90
- models/mutation.policy.wanNetwork.moveSection.json +3 -3
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.removeRule.json +90 -90
- models/mutation.policy.wanNetwork.removeSection.json +3 -3
- models/mutation.policy.wanNetwork.updatePolicy.json +96 -96
- models/mutation.policy.wanNetwork.updateRule.json +90 -90
- models/mutation.policy.wanNetwork.updateSection.json +3 -3
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +3086 -0
- models/query.policy.dynamicIpAllocation.policy.json +1934 -0
- models/query.policy.internetFirewall.policy.json +7833 -0
- models/query.policy.json +233 -0
- models/query.policy.remotePortFwd.policy.json +2387 -0
- models/query.policy.socketLan.policy.json +7140 -0
- models/query.policy.terminalServer.policy.json +1632 -0
- models/query.policy.wanFirewall.policy.json +9212 -0
- models/query.policy.wanNetwork.policy.json +8010 -0
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.availableVersionList.json +365 -0
- models/query.site.bgpPeer.json +1917 -0
- models/query.site.bgpPeerList.json +2076 -0
- models/query.site.cloudInterconnectConnectionConnectivity.json +298 -0
- models/query.site.cloudInterconnectPhysicalConnection.json +728 -0
- models/query.site.cloudInterconnectPhysicalConnectionId.json +660 -0
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +869 -0
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +34 -18
- schema/remove_policyid.py +89 -0
- schema/remove_policyid_mutations.py +89 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"enumValues": null,
|
|
524
524
|
"fields": {
|
|
525
525
|
"errors": {
|
|
526
|
-
"alias": "
|
|
526
|
+
"alias": "errorsRemotePortFwdPolicyMutationPayload: errors",
|
|
527
527
|
"args": {},
|
|
528
528
|
"deprecationReason": null,
|
|
529
529
|
"description": null,
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
"varName": "policyMutationError"
|
|
600
600
|
},
|
|
601
601
|
"policy": {
|
|
602
|
-
"alias": "
|
|
602
|
+
"alias": "policyRemotePortFwdPolicyMutationPayload: policy",
|
|
603
603
|
"args": {},
|
|
604
604
|
"deprecationReason": null,
|
|
605
605
|
"description": null,
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
"enumValues": null,
|
|
886
886
|
"fields": {
|
|
887
887
|
"audit": {
|
|
888
|
-
"alias": "
|
|
888
|
+
"alias": "auditRemotePortFwdRulePayload: audit",
|
|
889
889
|
"args": {},
|
|
890
890
|
"deprecationReason": null,
|
|
891
891
|
"description": null,
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
"varName": "policyElementAudit"
|
|
962
962
|
},
|
|
963
963
|
"properties": {
|
|
964
|
-
"alias": "
|
|
964
|
+
"alias": "propertiesRemotePortFwdRulePayload: properties",
|
|
965
965
|
"args": {},
|
|
966
966
|
"deprecationReason": null,
|
|
967
967
|
"description": null,
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
"varName": "properties"
|
|
1040
1040
|
},
|
|
1041
1041
|
"rule": {
|
|
1042
|
-
"alias": "
|
|
1042
|
+
"alias": "ruleRemotePortFwdRulePayload: rule",
|
|
1043
1043
|
"args": {},
|
|
1044
1044
|
"deprecationReason": null,
|
|
1045
1045
|
"description": null,
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
"varName": "enabled"
|
|
1099
1099
|
},
|
|
1100
1100
|
"externalIp": {
|
|
1101
|
-
"alias": "
|
|
1101
|
+
"alias": "externalIpRemotePortFwdRule: externalIp",
|
|
1102
1102
|
"args": {},
|
|
1103
1103
|
"deprecationReason": null,
|
|
1104
1104
|
"description": null,
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
"varName": "allocatedIpRef"
|
|
1175
1175
|
},
|
|
1176
1176
|
"externalPortRange": {
|
|
1177
|
-
"alias": "
|
|
1177
|
+
"alias": "externalPortRangeRemotePortFwdRule: externalPortRange",
|
|
1178
1178
|
"args": {},
|
|
1179
1179
|
"deprecationReason": null,
|
|
1180
1180
|
"description": null,
|
|
@@ -1334,7 +1334,7 @@
|
|
|
1334
1334
|
"varName": "internalIp"
|
|
1335
1335
|
},
|
|
1336
1336
|
"internalPortRange": {
|
|
1337
|
-
"alias": "
|
|
1337
|
+
"alias": "internalPortRangeRemotePortFwdRule: internalPortRange",
|
|
1338
1338
|
"args": {},
|
|
1339
1339
|
"deprecationReason": null,
|
|
1340
1340
|
"description": null,
|
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
"varName": "name"
|
|
1432
1432
|
},
|
|
1433
1433
|
"remoteIPs": {
|
|
1434
|
-
"alias": "
|
|
1434
|
+
"alias": "remoteIPsRemotePortFwdRule: remoteIPs",
|
|
1435
1435
|
"args": {},
|
|
1436
1436
|
"deprecationReason": null,
|
|
1437
1437
|
"description": null,
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"enumValues": null,
|
|
1449
1449
|
"fields": {
|
|
1450
1450
|
"globalIpRange": {
|
|
1451
|
-
"alias": "
|
|
1451
|
+
"alias": "globalIpRangeRemotePortFwdRemoteIps: globalIpRange",
|
|
1452
1452
|
"args": {},
|
|
1453
1453
|
"deprecationReason": null,
|
|
1454
1454
|
"description": null,
|
|
@@ -1549,7 +1549,7 @@
|
|
|
1549
1549
|
"varName": "ip"
|
|
1550
1550
|
},
|
|
1551
1551
|
"ipRange": {
|
|
1552
|
-
"alias": "
|
|
1552
|
+
"alias": "ipRangeRemotePortFwdRemoteIps: ipRange",
|
|
1553
1553
|
"args": {},
|
|
1554
1554
|
"deprecationReason": null,
|
|
1555
1555
|
"description": null,
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
"varName": "remotePortFwdRemoteIps"
|
|
1668
1668
|
},
|
|
1669
1669
|
"restrictionType": {
|
|
1670
|
-
"alias": "
|
|
1670
|
+
"alias": "restrictionTypeRemotePortFwdRule: restrictionType",
|
|
1671
1671
|
"args": {},
|
|
1672
1672
|
"deprecationReason": null,
|
|
1673
1673
|
"description": null,
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
"varName": "restrictionType"
|
|
1714
1714
|
},
|
|
1715
1715
|
"section": {
|
|
1716
|
-
"alias": "
|
|
1716
|
+
"alias": "sectionRemotePortFwdRule: section",
|
|
1717
1717
|
"args": {},
|
|
1718
1718
|
"deprecationReason": null,
|
|
1719
1719
|
"description": "Policy section where the rule is located",
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
"varName": "policySectionInfo"
|
|
1790
1790
|
},
|
|
1791
1791
|
"tracking": {
|
|
1792
|
-
"alias": "
|
|
1792
|
+
"alias": "trackingRemotePortFwdRule: tracking",
|
|
1793
1793
|
"args": {},
|
|
1794
1794
|
"deprecationReason": null,
|
|
1795
1795
|
"description": null,
|
|
@@ -1827,7 +1827,7 @@
|
|
|
1827
1827
|
"varName": "enabled"
|
|
1828
1828
|
},
|
|
1829
1829
|
"frequency": {
|
|
1830
|
-
"alias": "
|
|
1830
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
1831
1831
|
"args": {},
|
|
1832
1832
|
"deprecationReason": null,
|
|
1833
1833
|
"description": "Returns data for the alert frequency",
|
|
@@ -1885,7 +1885,7 @@
|
|
|
1885
1885
|
"varName": "frequency"
|
|
1886
1886
|
},
|
|
1887
1887
|
"mailingList": {
|
|
1888
|
-
"alias": "
|
|
1888
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
1889
1889
|
"args": {},
|
|
1890
1890
|
"deprecationReason": null,
|
|
1891
1891
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
"varName": "subscriptionMailingListRef"
|
|
1964
1964
|
},
|
|
1965
1965
|
"subscriptionGroup": {
|
|
1966
|
-
"alias": "
|
|
1966
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
1967
1967
|
"args": {},
|
|
1968
1968
|
"deprecationReason": null,
|
|
1969
1969
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -2041,7 +2041,7 @@
|
|
|
2041
2041
|
"varName": "subscriptionGroupRef"
|
|
2042
2042
|
},
|
|
2043
2043
|
"webhook": {
|
|
2044
|
-
"alias": "
|
|
2044
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
2045
2045
|
"args": {},
|
|
2046
2046
|
"deprecationReason": null,
|
|
2047
2047
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
"enumValues": null,
|
|
2189
2189
|
"fields": {
|
|
2190
2190
|
"audit": {
|
|
2191
|
-
"alias": "
|
|
2191
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
2192
2192
|
"args": {},
|
|
2193
2193
|
"deprecationReason": null,
|
|
2194
2194
|
"description": null,
|
|
@@ -2264,7 +2264,7 @@
|
|
|
2264
2264
|
"varName": "policyElementAudit"
|
|
2265
2265
|
},
|
|
2266
2266
|
"properties": {
|
|
2267
|
-
"alias": "
|
|
2267
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
2268
2268
|
"args": {},
|
|
2269
2269
|
"deprecationReason": null,
|
|
2270
2270
|
"description": null,
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
"varName": "properties"
|
|
2343
2343
|
},
|
|
2344
2344
|
"section": {
|
|
2345
|
-
"alias": "
|
|
2345
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
2346
2346
|
"args": {},
|
|
2347
2347
|
"deprecationReason": null,
|
|
2348
2348
|
"description": null,
|
|
@@ -2453,7 +2453,7 @@
|
|
|
2453
2453
|
"varName": "remotePortFwdPolicy"
|
|
2454
2454
|
},
|
|
2455
2455
|
"status": {
|
|
2456
|
-
"alias": "
|
|
2456
|
+
"alias": "statusRemotePortFwdPolicyMutationPayload: status",
|
|
2457
2457
|
"args": {},
|
|
2458
2458
|
"deprecationReason": null,
|
|
2459
2459
|
"description": null,
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
"enumValues": null,
|
|
870
870
|
"fields": {
|
|
871
871
|
"errors": {
|
|
872
|
-
"alias": "
|
|
872
|
+
"alias": "errorsRemotePortFwdRuleMutationPayload: errors",
|
|
873
873
|
"args": {},
|
|
874
874
|
"deprecationReason": null,
|
|
875
875
|
"description": null,
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
"varName": "policyMutationError"
|
|
946
946
|
},
|
|
947
947
|
"rule": {
|
|
948
|
-
"alias": "
|
|
948
|
+
"alias": "ruleRemotePortFwdRuleMutationPayload: rule",
|
|
949
949
|
"args": {},
|
|
950
950
|
"deprecationReason": null,
|
|
951
951
|
"description": null,
|
|
@@ -1172,7 +1172,7 @@
|
|
|
1172
1172
|
"varName": "enabled"
|
|
1173
1173
|
},
|
|
1174
1174
|
"externalIp": {
|
|
1175
|
-
"alias": "
|
|
1175
|
+
"alias": "externalIpRemotePortFwdRule: externalIp",
|
|
1176
1176
|
"args": {},
|
|
1177
1177
|
"deprecationReason": null,
|
|
1178
1178
|
"description": null,
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
"varName": "allocatedIpRef"
|
|
1249
1249
|
},
|
|
1250
1250
|
"externalPortRange": {
|
|
1251
|
-
"alias": "
|
|
1251
|
+
"alias": "externalPortRangeRemotePortFwdRule: externalPortRange",
|
|
1252
1252
|
"args": {},
|
|
1253
1253
|
"deprecationReason": null,
|
|
1254
1254
|
"description": null,
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
"varName": "internalIp"
|
|
1409
1409
|
},
|
|
1410
1410
|
"internalPortRange": {
|
|
1411
|
-
"alias": "
|
|
1411
|
+
"alias": "internalPortRangeRemotePortFwdRule: internalPortRange",
|
|
1412
1412
|
"args": {},
|
|
1413
1413
|
"deprecationReason": null,
|
|
1414
1414
|
"description": null,
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
"varName": "name"
|
|
1506
1506
|
},
|
|
1507
1507
|
"remoteIPs": {
|
|
1508
|
-
"alias": "
|
|
1508
|
+
"alias": "remoteIPsRemotePortFwdRule: remoteIPs",
|
|
1509
1509
|
"args": {},
|
|
1510
1510
|
"deprecationReason": null,
|
|
1511
1511
|
"description": null,
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
"enumValues": null,
|
|
1523
1523
|
"fields": {
|
|
1524
1524
|
"globalIpRange": {
|
|
1525
|
-
"alias": "
|
|
1525
|
+
"alias": "globalIpRangeRemotePortFwdRemoteIps: globalIpRange",
|
|
1526
1526
|
"args": {},
|
|
1527
1527
|
"deprecationReason": null,
|
|
1528
1528
|
"description": null,
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
"varName": "ip"
|
|
1624
1624
|
},
|
|
1625
1625
|
"ipRange": {
|
|
1626
|
-
"alias": "
|
|
1626
|
+
"alias": "ipRangeRemotePortFwdRemoteIps: ipRange",
|
|
1627
1627
|
"args": {},
|
|
1628
1628
|
"deprecationReason": null,
|
|
1629
1629
|
"description": null,
|
|
@@ -1741,7 +1741,7 @@
|
|
|
1741
1741
|
"varName": "remotePortFwdRemoteIps"
|
|
1742
1742
|
},
|
|
1743
1743
|
"restrictionType": {
|
|
1744
|
-
"alias": "
|
|
1744
|
+
"alias": "restrictionTypeRemotePortFwdRule: restrictionType",
|
|
1745
1745
|
"args": {},
|
|
1746
1746
|
"deprecationReason": null,
|
|
1747
1747
|
"description": null,
|
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
"varName": "restrictionType"
|
|
1788
1788
|
},
|
|
1789
1789
|
"section": {
|
|
1790
|
-
"alias": "
|
|
1790
|
+
"alias": "sectionRemotePortFwdRule: section",
|
|
1791
1791
|
"args": {},
|
|
1792
1792
|
"deprecationReason": null,
|
|
1793
1793
|
"description": "Policy section where the rule is located",
|
|
@@ -1863,7 +1863,7 @@
|
|
|
1863
1863
|
"varName": "policySectionInfo"
|
|
1864
1864
|
},
|
|
1865
1865
|
"tracking": {
|
|
1866
|
-
"alias": "
|
|
1866
|
+
"alias": "trackingRemotePortFwdRule: tracking",
|
|
1867
1867
|
"args": {},
|
|
1868
1868
|
"deprecationReason": null,
|
|
1869
1869
|
"description": null,
|
|
@@ -1901,7 +1901,7 @@
|
|
|
1901
1901
|
"varName": "enabled"
|
|
1902
1902
|
},
|
|
1903
1903
|
"frequency": {
|
|
1904
|
-
"alias": "
|
|
1904
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
1905
1905
|
"args": {},
|
|
1906
1906
|
"deprecationReason": null,
|
|
1907
1907
|
"description": "Returns data for the alert frequency",
|
|
@@ -1959,7 +1959,7 @@
|
|
|
1959
1959
|
"varName": "frequency"
|
|
1960
1960
|
},
|
|
1961
1961
|
"mailingList": {
|
|
1962
|
-
"alias": "
|
|
1962
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
1963
1963
|
"args": {},
|
|
1964
1964
|
"deprecationReason": null,
|
|
1965
1965
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
"varName": "subscriptionMailingListRef"
|
|
2038
2038
|
},
|
|
2039
2039
|
"subscriptionGroup": {
|
|
2040
|
-
"alias": "
|
|
2040
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
2041
2041
|
"args": {},
|
|
2042
2042
|
"deprecationReason": null,
|
|
2043
2043
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -2115,7 +2115,7 @@
|
|
|
2115
2115
|
"varName": "subscriptionGroupRef"
|
|
2116
2116
|
},
|
|
2117
2117
|
"webhook": {
|
|
2118
|
-
"alias": "
|
|
2118
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
2119
2119
|
"args": {},
|
|
2120
2120
|
"deprecationReason": null,
|
|
2121
2121
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -2243,7 +2243,7 @@
|
|
|
2243
2243
|
"varName": "remotePortFwdRulePayload"
|
|
2244
2244
|
},
|
|
2245
2245
|
"status": {
|
|
2246
|
-
"alias": "
|
|
2246
|
+
"alias": "statusRemotePortFwdRuleMutationPayload: status",
|
|
2247
2247
|
"args": {},
|
|
2248
2248
|
"deprecationReason": null,
|
|
2249
2249
|
"description": null,
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
"enumValues": null,
|
|
807
807
|
"fields": {
|
|
808
808
|
"errors": {
|
|
809
|
-
"alias": "
|
|
809
|
+
"alias": "errorsPolicySectionMutationPayload: errors",
|
|
810
810
|
"args": {},
|
|
811
811
|
"deprecationReason": null,
|
|
812
812
|
"description": null,
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
"varName": "policyMutationError"
|
|
883
883
|
},
|
|
884
884
|
"section": {
|
|
885
|
-
"alias": "
|
|
885
|
+
"alias": "sectionPolicySectionMutationPayload: section",
|
|
886
886
|
"args": {},
|
|
887
887
|
"deprecationReason": null,
|
|
888
888
|
"description": null,
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
"varName": "policySectionPayload"
|
|
1143
1143
|
},
|
|
1144
1144
|
"status": {
|
|
1145
|
-
"alias": "
|
|
1145
|
+
"alias": "statusPolicySectionMutationPayload: status",
|
|
1146
1146
|
"args": {},
|
|
1147
1147
|
"deprecationReason": null,
|
|
1148
1148
|
"description": null,
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"enumValues": null,
|
|
578
578
|
"fields": {
|
|
579
579
|
"errors": {
|
|
580
|
-
"alias": "
|
|
580
|
+
"alias": "errorsRemotePortFwdPolicyMutationPayload: errors",
|
|
581
581
|
"args": {},
|
|
582
582
|
"deprecationReason": null,
|
|
583
583
|
"description": null,
|
|
@@ -653,7 +653,7 @@
|
|
|
653
653
|
"varName": "policyMutationError"
|
|
654
654
|
},
|
|
655
655
|
"policy": {
|
|
656
|
-
"alias": "
|
|
656
|
+
"alias": "policyRemotePortFwdPolicyMutationPayload: policy",
|
|
657
657
|
"args": {},
|
|
658
658
|
"deprecationReason": null,
|
|
659
659
|
"description": null,
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"enumValues": null,
|
|
940
940
|
"fields": {
|
|
941
941
|
"audit": {
|
|
942
|
-
"alias": "
|
|
942
|
+
"alias": "auditRemotePortFwdRulePayload: audit",
|
|
943
943
|
"args": {},
|
|
944
944
|
"deprecationReason": null,
|
|
945
945
|
"description": null,
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
"varName": "policyElementAudit"
|
|
1016
1016
|
},
|
|
1017
1017
|
"properties": {
|
|
1018
|
-
"alias": "
|
|
1018
|
+
"alias": "propertiesRemotePortFwdRulePayload: properties",
|
|
1019
1019
|
"args": {},
|
|
1020
1020
|
"deprecationReason": null,
|
|
1021
1021
|
"description": null,
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
"varName": "properties"
|
|
1094
1094
|
},
|
|
1095
1095
|
"rule": {
|
|
1096
|
-
"alias": "
|
|
1096
|
+
"alias": "ruleRemotePortFwdRulePayload: rule",
|
|
1097
1097
|
"args": {},
|
|
1098
1098
|
"deprecationReason": null,
|
|
1099
1099
|
"description": null,
|
|
@@ -1152,7 +1152,7 @@
|
|
|
1152
1152
|
"varName": "enabled"
|
|
1153
1153
|
},
|
|
1154
1154
|
"externalIp": {
|
|
1155
|
-
"alias": "
|
|
1155
|
+
"alias": "externalIpRemotePortFwdRule: externalIp",
|
|
1156
1156
|
"args": {},
|
|
1157
1157
|
"deprecationReason": null,
|
|
1158
1158
|
"description": null,
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
"varName": "allocatedIpRef"
|
|
1229
1229
|
},
|
|
1230
1230
|
"externalPortRange": {
|
|
1231
|
-
"alias": "
|
|
1231
|
+
"alias": "externalPortRangeRemotePortFwdRule: externalPortRange",
|
|
1232
1232
|
"args": {},
|
|
1233
1233
|
"deprecationReason": null,
|
|
1234
1234
|
"description": null,
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"varName": "internalIp"
|
|
1389
1389
|
},
|
|
1390
1390
|
"internalPortRange": {
|
|
1391
|
-
"alias": "
|
|
1391
|
+
"alias": "internalPortRangeRemotePortFwdRule: internalPortRange",
|
|
1392
1392
|
"args": {},
|
|
1393
1393
|
"deprecationReason": null,
|
|
1394
1394
|
"description": null,
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
"varName": "name"
|
|
1486
1486
|
},
|
|
1487
1487
|
"remoteIPs": {
|
|
1488
|
-
"alias": "
|
|
1488
|
+
"alias": "remoteIPsRemotePortFwdRule: remoteIPs",
|
|
1489
1489
|
"args": {},
|
|
1490
1490
|
"deprecationReason": null,
|
|
1491
1491
|
"description": null,
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
"enumValues": null,
|
|
1503
1503
|
"fields": {
|
|
1504
1504
|
"globalIpRange": {
|
|
1505
|
-
"alias": "
|
|
1505
|
+
"alias": "globalIpRangeRemotePortFwdRemoteIps: globalIpRange",
|
|
1506
1506
|
"args": {},
|
|
1507
1507
|
"deprecationReason": null,
|
|
1508
1508
|
"description": null,
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
"varName": "ip"
|
|
1604
1604
|
},
|
|
1605
1605
|
"ipRange": {
|
|
1606
|
-
"alias": "
|
|
1606
|
+
"alias": "ipRangeRemotePortFwdRemoteIps: ipRange",
|
|
1607
1607
|
"args": {},
|
|
1608
1608
|
"deprecationReason": null,
|
|
1609
1609
|
"description": null,
|
|
@@ -1721,7 +1721,7 @@
|
|
|
1721
1721
|
"varName": "remotePortFwdRemoteIps"
|
|
1722
1722
|
},
|
|
1723
1723
|
"restrictionType": {
|
|
1724
|
-
"alias": "
|
|
1724
|
+
"alias": "restrictionTypeRemotePortFwdRule: restrictionType",
|
|
1725
1725
|
"args": {},
|
|
1726
1726
|
"deprecationReason": null,
|
|
1727
1727
|
"description": null,
|
|
@@ -1767,7 +1767,7 @@
|
|
|
1767
1767
|
"varName": "restrictionType"
|
|
1768
1768
|
},
|
|
1769
1769
|
"section": {
|
|
1770
|
-
"alias": "
|
|
1770
|
+
"alias": "sectionRemotePortFwdRule: section",
|
|
1771
1771
|
"args": {},
|
|
1772
1772
|
"deprecationReason": null,
|
|
1773
1773
|
"description": "Policy section where the rule is located",
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
"varName": "policySectionInfo"
|
|
1844
1844
|
},
|
|
1845
1845
|
"tracking": {
|
|
1846
|
-
"alias": "
|
|
1846
|
+
"alias": "trackingRemotePortFwdRule: tracking",
|
|
1847
1847
|
"args": {},
|
|
1848
1848
|
"deprecationReason": null,
|
|
1849
1849
|
"description": null,
|
|
@@ -1881,7 +1881,7 @@
|
|
|
1881
1881
|
"varName": "enabled"
|
|
1882
1882
|
},
|
|
1883
1883
|
"frequency": {
|
|
1884
|
-
"alias": "
|
|
1884
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
1885
1885
|
"args": {},
|
|
1886
1886
|
"deprecationReason": null,
|
|
1887
1887
|
"description": "Returns data for the alert frequency",
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
"varName": "frequency"
|
|
1940
1940
|
},
|
|
1941
1941
|
"mailingList": {
|
|
1942
|
-
"alias": "
|
|
1942
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
1943
1943
|
"args": {},
|
|
1944
1944
|
"deprecationReason": null,
|
|
1945
1945
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -2017,7 +2017,7 @@
|
|
|
2017
2017
|
"varName": "subscriptionMailingListRef"
|
|
2018
2018
|
},
|
|
2019
2019
|
"subscriptionGroup": {
|
|
2020
|
-
"alias": "
|
|
2020
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
2021
2021
|
"args": {},
|
|
2022
2022
|
"deprecationReason": null,
|
|
2023
2023
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
"varName": "subscriptionGroupRef"
|
|
2096
2096
|
},
|
|
2097
2097
|
"webhook": {
|
|
2098
|
-
"alias": "
|
|
2098
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
2099
2099
|
"args": {},
|
|
2100
2100
|
"deprecationReason": null,
|
|
2101
2101
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -2242,7 +2242,7 @@
|
|
|
2242
2242
|
"enumValues": null,
|
|
2243
2243
|
"fields": {
|
|
2244
2244
|
"audit": {
|
|
2245
|
-
"alias": "
|
|
2245
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
2246
2246
|
"args": {},
|
|
2247
2247
|
"deprecationReason": null,
|
|
2248
2248
|
"description": null,
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
"varName": "policyElementAudit"
|
|
2319
2319
|
},
|
|
2320
2320
|
"properties": {
|
|
2321
|
-
"alias": "
|
|
2321
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
2322
2322
|
"args": {},
|
|
2323
2323
|
"deprecationReason": null,
|
|
2324
2324
|
"description": null,
|
|
@@ -2396,7 +2396,7 @@
|
|
|
2396
2396
|
"varName": "properties"
|
|
2397
2397
|
},
|
|
2398
2398
|
"section": {
|
|
2399
|
-
"alias": "
|
|
2399
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
2400
2400
|
"args": {},
|
|
2401
2401
|
"deprecationReason": null,
|
|
2402
2402
|
"description": null,
|
|
@@ -2507,7 +2507,7 @@
|
|
|
2507
2507
|
"varName": "remotePortFwdPolicy"
|
|
2508
2508
|
},
|
|
2509
2509
|
"status": {
|
|
2510
|
-
"alias": "
|
|
2510
|
+
"alias": "statusRemotePortFwdPolicyMutationPayload: status",
|
|
2511
2511
|
"args": {},
|
|
2512
2512
|
"deprecationReason": null,
|
|
2513
2513
|
"description": null,
|