UpdateCache
更新缓存服务的配置,例如更新缓存节点 IP 地址。
Request Parameters
Parameter name | Type | Description | Required |
---|---|---|---|
cache | String | 缓存服务ID | Yes |
private_ips.n.cache_node_id | String | 缓存服务节点ID。 | No |
private_ips.n.private_ip | String | 为该缓存节点指定新的IP,例如 “192.168.1.21”。 | No |
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.shanhe.com/iaas/?action=UpdateCaches
&cache=c-55dwkqew
&private_ips.0.cache_node_id=cn-kcoh9zui
&private_ips.0.private_ip=192.168.10.21
&zone=jn1a
&COMMON_PARAMS
Example Response:
{
"action":"UpdateCachesResponse",
"job_id":"j-1234abcd",
"ret_code":0
}