Secondary SOA

Synopsis

List SOA serials for secondary zones.

Syntax

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

Description

Submits a request to retrieve SOA serial numbers for secondary zones only.

If a serial number cannot be retrieved from the back end for a given zone, the corresponding zone/soaSerialLock object will be omitted from the response list.

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.

‑Zones
Required

A list of zone names.

Related Links