Subscribers
Get-AppSecSubscribers
Synopsis
Get subscribers.
Syntax
Get-AppSecSubscribers -ConfigName <String> -Feature <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-AppSecSubscribers -ConfigID <Int32> -Feature <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all subscribers to a security configuration's feature. The response array is empty if there are no subscribers. The available values for a subscription feature are:
AAG_TUNING_REC
for AAG and ASE rule sets.WAF_RULE_UPDATE
for ASE rule sets.
When making a request, you can specify a configuration by its name or ID.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑ConfigID Conditionally required |
Your configuration's ID. |
‑ConfigName Conditionally required |
The name of your security configuration. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Feature Required |
Your subscription feature's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 17 days ago