create_site_txt_record
Generates a TXT record for a specific website via the ESA MCP Server, enabling DNS configuration by specifying site ID, record name, TTL, and record data.
Instructions
Creates a DNS record for a specific website. Only TXT records are supported.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | No | The comment of the record. The maximum length is 100 characters. | |
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 | |
recordName | Yes | The record name. | |
siteId | Yes | The website ID, which can be obtained by calling the [ListSites] operation. | |
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. |