{ "domain": "apitest.rgslb.link", "source_type": "2", "source_conf": [ { "source": "ec2-test-boss.verycloud.cn" } ] }
curl --location --request PUT 'https://ctgcdn.esurfingcloud.com/API/cdn/domain/source' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "domain": "apitest.rgslb.link", "source_type": "2", "source_conf": [ { "source": "ec2-test-boss.verycloud.cn" } ] }'
{ "code": 1, "message": "OK", "data": { "id": "188", "name": "apitest.rgslb.link", "source_type": "2", "source_conf": [ { "source": "ec2-test-boss.verycloud.cn" } ] } }