平台 | 最多绑定安全组数量 |
---|---|
腾讯云 | 10 |
华为云 | 不支持安全组 |
阿里云 | 不支持安全组 |
{
"elasticcache": {
"secgroup_ids": [
"string"
]
}
}
curl --location --request POST 'https://example.com:30888/elasticcaches//revoke-secgroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"elasticcache": {
"secgroup_ids": [
"string"
]
}
}'
{}