Search bulk zone convert requests

Search convert requests.

Query Params
boolean
Defaults to false

Returns only completed requests.

integer
Defaults to 1

Which page of results to return. The first page is page 1, the default value.

integer
Defaults to 25

The number of results per page to return, 25 by default.

boolean
Defaults to false

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

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Response

Response body
object
metadata
object
required

Metadata containing information about the bulk conversion request.

Has additional fields
requests
array of objects
required

A list of individual zone conversion request statuses included in the bulk operation.

requests*
object
string
required

ISO 8601 timestamp, up to which you can query information about this request. After that point, information may be purged and no longer available.

integer
required
≥ 0

The number of zones that couldn't be processed.

boolean
required

If true, the offline task has finished processing and the result object can be retrieved.

string
required

The ID of the request.

integer
required
≥ 0

The number of zones that were successfully processed.

integer
required
≥ 1

The number of zones that were included in the request.

Headers
object
string

Provides a URL path you can GET the newly created resource from.

Language
Authentication
URL