DNS_getDNSSnapshotListV1
Retrieve DNS snapshots for a domain to view available backup points for restoration, enabling efficient DNS management and recovery.
Instructions
Retrieve DNS snapshots for a domain.
Use this endpoint to view available DNS backup points for restoration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Domain name |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Domain name",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}