list_domains
Query the list of domains bound to a website, displaying domain, port, and addition time.
Instructions
查询网站绑定的所有域名列表,包括域名、端口、添加时间。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | list:查询网站域名列表 | add:绑定新域名 | delete:删除域名绑定 | |
| site_name | Yes | 网站名称(主域名),用于定位网站 | |
| domain | No | 【add/delete】要操作的域名,如 www.example.com | |
| port | No | 【add/delete】域名端口,默认 80 |