set_domain_origin
Configure origin server settings for a CDN domain by specifying source type (IP or domain) and source configuration as a JSON array.
Instructions
设置域名源站配置
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | 域名 | |
| source_conf | Yes | 源站配置 JSON 数组,如 [{"source":"origin.example.com"}] | |
| source_type | Yes | 源站类型:1=IP,2=域名 |