Retrieves one or more access control list (ACL) groups.
Try it now
Test
RAM authorization
Request syntax
POST /webapi/milvus/listAclGroups HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
No |
The instance ID. |
c-123xxx |
| regionId |
string |
No |
The region ID. |
cn-beijing |
Response elements
|
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 |
Examples
Success response
JSON format
{
"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
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.