CIDR blocks

Get-FirewallRulesCIDR

Synopsis

Get CIDR blocks.

Syntax

Get-FirewallRulesCIDR [[-EffectiveDateGt] <String>] [[-LastAction] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all CIDR blocks for all services you are subscribed to. To see additional CIDR blocks, subscribe yourself to more services and run this operation again.

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.

‑EffectiveDateGt

The ISO 8601 date the CIDR block starts serving traffic to your origin. Make sure your firewall rules are updated to allow this traffic to pass through before an effective date.

‑LastAction

Specifies whether a CIDR block was added, updated, or removed from service. You can use this parameter as a sorting mechanism and return only CIDR blocks with a change status of add, update, or delete.

Note that a status of delete means the CIDR block is no longer in service, and you can remove it from your firewall rules.

‑Section

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

Related Links