Melihat daftar kelompok daftar putih penyewa.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oceanbase:DescribeTenantSecurityIpGroups |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID Kluster OceanBase. |
ob317v4uif**** |
| TenantId |
string |
Yes |
ID Penyewa. |
t4louaeei**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Hasil pengembalian permintaan. |
||
| RequestId |
string |
ID permintaan. |
EE205C00-30E4-****-****-87E3A8A2AA0C |
| TotalCount |
integer |
Jumlah kelompok daftar putih. |
2 |
| SecurityIpGroups |
array<object> |
Daftar kelompok daftar putih. |
|
|
object |
Daftar kelompok daftar putih. |
||
| SecurityIpGroupName |
string |
Nama kelompok. |
test1 |
| SecurityIps |
string |
Daftar putih. Ini adalah string yang dipisahkan koma, dan setiap objek adalah alamat IP atau rentang alamat IP. |
192.***.*.* |
| SecurityIpGroupType |
string |
Tipe kelompok daftar putih.
|
tenant |
| TenantId |
string |
ID Penyewa. |
t4louaeei**** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "EE205C00-30E4-****-****-87E3A8A2AA0C",
"TotalCount": 2,
"SecurityIpGroups": [
{
"SecurityIpGroupName": "test1",
"SecurityIps": "192.***.*.*",
"SecurityIpGroupType": "tenant",
"TenantId": "t4louaeei****"
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.