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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name |
Implementation Reference
- types.d.ts:344-352 (schema)TypeScript interface definition (schema) for the 'DNS_getDNSSnapshotListV1' tool, specifying input parameter 'domain' (string) and generic response."DNS_getDNSSnapshotListV1": { params: { /** * Domain name */ domain: string; }; response: any; // Response structure will depend on the API };