Rule format

Get-RuleFormat

Synopsis

Get rule formats.

Syntax

Get-RuleFormat [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets a list of available rule formats. Use the dated version strings from the operation's response to control the set of behaviors and criteria you invoke within an include's rules to apply to edge content.

To validate a rule tree to the requirements of a specific rule format, see the Get-RuleFormatSchema operation for details.

You can set properties to a static rule format with the Set-PropertyRules operation.

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.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

Related Links