Invoke ADCGetFilteraction - j81blog/J81.ADCToolkit GitHub Wiki
Get Filter configuration object(s).
Invoke-ADCGetFilteraction [-Filter <Hashtable>] [-GetAll] [-ViewSummary] [<CommonParameters>]
Invoke-ADCGetFilteraction [-Name <String>] [-Filter <Hashtable>] [<CommonParameters>]
Invoke-ADCGetFilteraction [-Count] [-Filter <Hashtable>] [<CommonParameters>]
Invoke-ADCGetFilteraction [-Filter <Hashtable>] [-ViewSummary] [<CommonParameters>]
Configuration for filter action resource.
Invoke-ADCGetFilteraction
Get data.
Invoke-ADCGetFilteraction -GetAll
Get all filteraction data.
Invoke-ADCGetFilteraction -Count
Get the number of filteraction objects.
Invoke-ADCGetFilteraction -name <string>
Get filteraction object by specifying for example the name.
Invoke-ADCGetFilteraction -Filter @{ 'name'='<value>' }
Get filteraction data with a filter.
Name for the filtering action. Must begin with a letter, number, or the underscore character (_). Other characters allowed, after the first character, are the hyphen (-), period (.) hash (#), space ( ), at sign (@), equals (=), and colon (:) characters. Choose a name that helps identify the type of action. The name of a filter action cannot be changed after it is created. CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my action" or 'my action').
Type: String
Parameter Sets: GetByResource
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIf specified, the count of the filteraction object(s) will be returned.
Type: SwitchParameter
Parameter Sets: Count
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseSpecify a filter. -Filter @{ 'name'='<value>' }
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: @{ }
Accept pipeline input: False
Accept wildcard characters: FalseRetrieve all filteraction object(s).
Type: SwitchParameter
Parameter Sets: GetAll
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseWhen specified, only a summary of information is returned.
Type: SwitchParameter
Parameter Sets: GetAll, Get
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCGetFilteraction Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/filter/filteraction.md/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.