Domain

Synopsis

Search for domains

Syntax

Find-DOMDomain -DomainName <String[]> -ValidationScope <String[]> [-IncludeAll] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Find-DOMDomain [-IncludeAll] -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Returns the status of specified domains.

For any nonexistent domains, the API returns the closest matching domain status.

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.

‑Body
Conditionally required

A request body, either as a PSCustomObject or a string. This parameter supports pipelining.

‑DomainName
Conditionally required

Name of the domain.

‑EdgeRCFile

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

‑IncludeAll

Whether to return a detailed response.

‑Section

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

‑ValidationScope
Conditionally required

Validation scope of the domain. For HOST, the scope is only the exactly specified domain. For WILDCARD, the scope covers any hostname within one subdomain level. For DOMAIN, the scope covers any hostnames under the domain, regardless of the level of subdomains. Read more about validation scopes.

Related Links