UpdateTieredCache - 修改站点多级缓存配置

更新时间:
复制为 MD 格式

修改站点多级缓存配置。

调试

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

调试

授权信息

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

请求参数

名称

类型

必填

描述

示例值

SiteId

integer

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

1234567890123

CacheArchitectureMode

string

多级缓存架构模式。取值范围:

  • edge:边缘缓存层。

  • edge_smart:边缘缓存层+智能缓存层。

  • edge_regional:边缘缓存层+区域缓存层。

  • edge_regional_smart:边缘缓存层+区域缓存层+智能缓存层。

edge_smart

返回参数

名称

类型

描述

示例值

object

Schema of Response

RequestId

string

请求 ID。

15C66C7B-671A-4297-9187-2C4477247A74

示例

正常返回示例

JSON格式

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}

错误码

HTTP status code

错误码

错误信息

描述

400 ConfigConflicts Configuration conflicts, usually when multiple configurations are configured under the same function of the same site, such as duplicate rule names between multiple configurations. 参数唯一性校验失败,请检查重复的参数值。
400 ArgQuotaCheckFailed The 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. 当前套餐不支持配置受限参数,请检查输入的参数。
400 ServiceInvokeFailed The call to the internal service failed. The engineer is resolving the problem. Please wait a moment before trying, or contact customer service for details. 调用服务失败,请稍后重试或联系客服咨询详情。
400 FunctionConflict The feature configuration conflicts. Sites with version management enabled cannot configure this feature. 当前配置的功能与其它功能存在冲突,如需要配置请先删除冲突的功能配置。
400 SpecifiedVersionReadOnly The specified version number is read-only and cannot be modified. 指定的版本号为只读版本, 无法修改版本配置。
400 VersionNotValid The site does not have version management enabled, or the version number passed in does not exist. 站点没有开启版本管理功能,或者传入的版本号不存在。
400 InternalException Failed to call the service. Try again later or contact technical support. 调用服务失败,请稍后重试或联系客服咨询详情。
400 InvalidParameter.ArgName Invalid ArgName. Check your website configuration parameters and make sure that they match the supported features and parameter names listed in the official documentation. 传入的ArgName无效,请检查您提供的站点配置参数,确保它们与官方文档中列出的支持功能及参数名称相匹配。
400 InvalidParameter.ArgValue Invalid parameter value. Check whether the value format and length meet the requirements. 参数值无效,请检查输入是否符合规定格式及长度限制。
400 InvalidParameter.Configs Invalid parameter configurations. Check whether your feature configurations are in the valid format and comply with relevant requirements. 配置参数错误,请检查站点功能设置项是否遵循规定格式及要求。
400 InstanceNotExist The instance does not exist. Check whether the specified instance ID is correct or whether the instance belongs to your account. 实例不存在,请检查提供的实例ID是否正确或该实例是否属于您的账户。
400 LockFailed The system is handling requests you previously submitted. Try again later. 您有其他请求正在处理中,请稍后再进行重试。
400 IllegalOperation.VersionManagement The version management operation failed because incompatible features or environment settings are configured. Adjust your configurations and try again. 当前进行版本管理操作时,存在与其互斥的功能或环境设置,请先调整相关配置后再尝试。
400 QuotaCheckFailed.VersionManagement Insufficient quota for version management. Contact technical support. 当前套餐的版本管理配额不足,请联系客服咨询详情。
400 Instance.NotOnline Your plan is unavailable due to an overdue payment. Complete the payment first. 您的套餐实例因欠费当前处于非上线状态,请先完成续费操作以继续使用。
400 FunctionArgError Failed to check the configured function parameters. 配置的功能参数检查失败
404 SiteNotFound The website does not exist or does not belong to you. 站点不存在,或者不属于你。

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

变更历史

更多信息,参考变更详情