Menghapus templat daftar putih IP global.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DeleteGlobalSecurityIPGroup |
delete |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
ID wilayah. |
cn-hangzhou |
| GlobalIgName |
string |
No |
Nama templat daftar putih IP. Nama templat daftar putih IP harus memenuhi persyaratan berikut:
|
test_123 |
| GlobalSecurityGroupId |
string |
Yes |
ID templat daftar putih IP. |
g-zsldxfiwjmti0kcm**** |
| ResourceGroupId |
string |
No |
ID kelompok sumber daya. |
rg-********** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
9B7BFB11-C077-4FE3-B051-F69CEB****** |
| GlobalSecurityIPGroup |
array<object> |
The details of the global IP whitelist template. |
|
|
object |
|||
| GlobalSecurityGroupId |
string |
The ID of the global IP whitelist template. |
g-zsldxfiwjmti0kcm**** |
| GlobalIgName |
string |
The name of the global IP whitelist template. The name must meet the following requirements:
|
test_123 |
| GIpList |
string |
The IP address in the whitelist template. Catatan
Multiple IP addresses are separated by commas (,). You can create up to 1,000 IP addresses or CIDR blocks for all IP whitelists. |
192.168.0.1 |
| RegionId |
string |
The ID of the region. |
cn-hangzhou |
| DBInstances |
array |
The clusters that are associated with the IP address whitelist template. |
|
|
string |
The IDs of the clusters that are associated with the IP whitelist template. |
["pc-2zetn0f1b8zwb****","pc-****"] |
Contoh
Respons sukses
JSONformat
{
"RequestId": "9B7BFB11-C077-4FE3-B051-F69CEB******",
"GlobalSecurityIPGroup": [
{
"GlobalSecurityGroupId": "g-zsldxfiwjmti0kcm****",
"GlobalIgName": "test_123",
"GIpList": "192.168.0.1",
"RegionId": "cn-hangzhou",
"DBInstances": [
"[\"pc-2zetn0f1b8zwb****\",\"pc-****\"]"
]
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | RequiredParam.NotFound | Required input param is not found. | The specified parameter does not exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.