get https://{hostname}/config-dns/v2/zones/create-requests/
Retrieves the current status of a running or completed request. The requestId
was returned when the create request was initiated.
Response
Retrieves the current status of a running or completed request. The requestId
was returned when the create request was initiated.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config-dns/v2/zones/create-requests/requestId \
--header 'accept: application/json'
xxxxxxxxxx
{
"expirationDate": "2021-01-03T12:00:00Z",
"failureCount": 1,
"isComplete": true,
"requestId": "e585a640-0849-4b87-8dd9-91afdaf8851c",
"successCount": 2,
"zonesSubmitted": 3
}