Login

Restore records from snapshot

HTTP method

POST

URL

https://api.zilore.com/dns/v1/domains/{domain_name}/snapshots/{snapshot_id}/restore

Request parameters

Parameter

Description

domain_name

Domain name. Must conform to the standard. Names of national domains must be passed in Punycode format.

snapshot_id

Identifier of snapshot

Request example

POST https://api.zilore.com/dns/v1/domains/example.com/snapshots/5387/restore
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0
Content-Type: application/x-www-form-urlencoded

Response example

{
"status": "ok",
"response": "restored"
}