帮助与文档

我们为你提供丰富、详尽的使用指南以及产品文档

StopCaches

关闭一台或多台缓存服务。该操作将关闭缓存服务的所有缓存节点。

Request Parameters

Parameter name Type Description Required
caches.n String 缓存服务ID Yes
zone String 区域 ID,注意要小写 Yes

公共参数

Response Elements

Name Type Description
action String 响应动作
job_id String 执行任务的 Job ID
ret_code Integer 执行成功与否,0 表示成功,其他值则为错误代码

Example

Example Request:

https://api.qingcloud.com/iaas/?action=StopCaches
&caches.1=c-55dwkqew
&zone=pek3a
&COMMON_PARAMS

Example Response:

{
  "action":"StopCachesResponse",
  "job_id":"j-1234abcd",
  "ret_code":0
}