create_site_txt_record
Add a TXT DNS record to a website in the ESA MCP Server by specifying the site ID, record name, and text value to configure domain verification or email security.
Instructions
Creates a DNS record for a specific website. Only TXT records are supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | The website ID, which can be obtained by calling the [ListSites] operation. | |
| recordName | Yes | The record name. | |
| ttl | No | The TTL of the record. Unit: seconds. If the value is 1, the TTL of the record is determined by the system. Default: 1. | |
| data | Yes | The DNS record information. The format of this field varies based on the record type. For more information, see https://www.alibabacloud.com/help/doc-detail/2708761.html | |
| comment | No | The comment of the record. The maximum length is 100 characters. |