UpdateOriginProtection - 修改源站防护功能

更新时间: 2024-12-26 17:00:47

修改源站防护功能,用来开启或关闭回源收敛。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SiteIdlong

站点 ID,可通过调用 ListSites 接口获取。

123456****
OriginConvergestring

回源收敛开关

  • on:开启回源收敛。
  • off:关闭回源收敛。
on

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

4C6B5E5A-42FC-5DF2-986C-4DAAE3C55086

示例

正常返回示例

JSON格式

{
  "RequestId": "4C6B5E5A-42FC-5DF2-986C-4DAAE3C55086"
}

错误码

HTTP status code错误码错误信息描述
400ArgQuotaCheckFailedThe passed-in parameter value failed to verify the validity of the plan. Please check the plan document to obtain the range of parameters that can be configured for the site plan.当前套餐不支持配置受限参数,请检查输入的参数。
400FunctionQuotaCheckFailedThe quota verification for this function fails. It may be that the configuration of this function exceeds the limit of the site plan. Please check the plan introduction document corresponding to this site.当前套餐不支持配置受限功能,请检查套餐相关的功能描述。
404SiteNotFoundThe website does not exist or does not belong to you.站点不存在,或者不属于你。

访问错误中心查看更多错误码。

上一篇: GetOriginProtection - 获取源站防护信息 下一篇: UpdateOriginProtectionIpWhiteList - 确认更新站点回源IP白名单到最新版本