create_site
Add a website to the ESA MCP Server by specifying domain name, coverage location, DNS setup, and instance ID, ensuring compliance with regional requirements like ICP filing for Chinese mainland coverage.
Instructions
Adds a website. Make sure that you have an available plan before you add a website. Make sure that your website domain name has an ICP filing if the location you want to specify covers the Chinese mainland.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteName | Yes | The website name. | |
| coverage | Yes | The service location. Valid values: - domestic: the Chinese mainland - global: global - overseas: outside the Chinese mainland | |
| accessType | Yes | The DNS setup. Valid values: - NS; - CNAME | |
| instanceId | Yes | The instance ID, which can be obtained by calling the [ListUserRatePlanInstances] operation. Specify at least one of the instance ID and website ID. If you specify both of them, the instance ID is used. | |
| resourceGroupId | No | The ID of the resource group. If you leave this parameter empty, the system uses the default resource group ID. |