All Products
Search
Document Center

Vector Retrieval Service for Milvus:ListAclGroups

Last Updated:Apr 22, 2026

Retrieves one or more access control list (ACL) groups.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.