Domain

Synopsis

Validate pending domains

Syntax

Complete-DOMDomain [-DomainName] <String[]> [-ValidationScope] <String[]> [-ValidationMethod] <String[]> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Immediately validates the domains using the DNS CNAME, DNS TXT, and HTTP methods.

Use this operation when you've already updated your DNS or HTTP server and want to skip the standard queue to start the validation now.

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.

‑DomainName
Required

Name of the domain.

‑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.

‑ValidationMethod
Required

Preferred validation method for instant validation of a domain, either DNSCNAME, DNSTXT, or HTTP.

‑ValidationScope
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