Convert status

Synopsis

Check bulk zone convert status.

Syntax

Get-EDNSConvertStatus [-IsComplete] [-Page <Int32>] [-PageSize <Int32>] [-ShowAll] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EDNSConvertStatus -RequestID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Retrieves the current status of a running or completed zone conversion request.

The requestId is returned when the conversion request is initiated.

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.

‑IsComplete

Returns only completed requests.

‑Page

Which page of results to return. The first page is page 1.

‑PageSize

The number of results per page to return.

‑RequestID
Conditionally required

The ID of the create request.

‑Section

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

‑ShowAll

Disables paging and sorting and shows the entire list all at once, false by default. Using this parameter may significantly increase the response time.

Related Links