最近更新时间:2021-12-30 17:01:13
安全组绑定缓存服务,缓存服务最多绑定5个安全组,5个安全组合计规则数最大1000条记录。
POST
英文名称 | 中文名称 | 类型 | 是否必填 | 备注 |
---|---|---|---|---|
Action | 接口名称 | String | 是 | 固定值:AllocateSecurityGroup |
Version | 接口版本 | String | 是 | 固定值:2016-07-01 |
AvailableZone | 可用区 | String | 否 | 默认:对应机房的a区 |
CacheId.N | 缓存服务ID | String | 是 | N:代表数字,示例(CacheId.1=xxxx&CacheId.2=yyyy),每个缓存服务都会绑定SecurityGroupId.N |
SecurityGroupId.N | 安全组ID | String | 是 | N:代表数字,示例(SecurityGroupId.1=xxxx&SecurityGroupId.2=yyyy) |
英文名称 | 中文名称 | 类型 | 备注 |
---|---|---|---|
RequestId | 请求ID | String | 请求标识 |
Data | 返回数据信息 | Array | 全部绑定成功,返回空数组 |
Data:
英文名称 | 中文名称 | 类型 | 备注 |
---|---|---|---|
cacheId | 缓存服务ID | String | 缓存服务ID |
name | 缓存服务名称 | String | 缓存服务名称 |
message | 绑定失败信息 | String | 绑定失败信息 |
关于所有操作返回的错误信息,参照请见-通用异常信息
https://kcs.api.ksyun.com/?Action=AllocateSecurityGroup&Version=2016-07-01&CacheId.1=id1&CacheId.2=id2&SecurityGroupId.1=id1
{
"RequestId":"332ab1f4-5f00-4fc1-90b7-1e87d0b6834b",
"Data":[
{
"cacheId":"xxxxxx",
"name":"test1",
"message":"实例绑定的安全组规则已经达到1000条"
},
{
"cacheId":"xxxxxx",
"name":"test2",
"message":"实例绑定的安全组已经达到5条"
},
{
"cacheId":"xxxxxx",
"name":"test3",
"message":"实例绑定的安全组异常,异常信息:xxxxx"
}
]
}
纯净模式