Mengambil satu atau beberapa kelompok daftar kontrol akses (ACL).
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST /webapi/milvus/listAclGroups HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
No |
ID instans. |
c-123xxx |
| regionId |
string |
No |
ID wilayah. |
cn-beijing |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| accessDeniedDetail |
string |
Details about the access denial. Returned only for requests denied due to insufficient RAM permissions. |
None |
| requestId |
string |
The request ID. |
66A13C31-473A-5B3A-8974-0B07A40649CF |
| httpStatusCode |
integer |
The HTTP status code. |
200 |
| data |
array<object> |
The response data. |
|
|
object |
An ACL group. |
||
| cidrs |
array |
The CIDR blocks in the group. |
|
|
string |
A CIDR block. |
140.205.11.0/24,140.205.11.2 |
|
| createTime |
string |
The timestamp of the group's creation. |
2022-10-17T13:53:27Z |
| groupName |
string |
The group name. |
test |
| id |
integer |
The group ID. |
376774 |
| instanceId |
string |
The instance ID. |
c-xxx |
| uid |
integer |
The ID of the Alibaba Cloud account. This parameter is read-only. |
50832118 |
Contoh
Respons sukses
JSONformat
{
"accessDeniedDetail": "None",
"requestId": "66A13C31-473A-5B3A-8974-0B07A40649CF",
"httpStatusCode": 200,
"data": [
{
"cidrs": [
"140.205.11.0/24,140.205.11.2"
],
"createTime": "2022-10-17T13:53:27Z",
"groupName": "test",
"id": 376774,
"instanceId": "c-xxx",
"uid": 50832118
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.