Skip to main content

list

This operation lists PrivateLink endpoints for a project.

Description

Lists PrivateLink endpoints for a project, including pagination fields and endpoint entries in JSON output.

Synopsis

bash
zilliz privatelink list
--project-id <value>
[--api-key <value>]

Options

  • --project-id (string) -

    Specifies the project ID whose PrivateLink endpoints you want to list.

    Project ID.

  • --api-key (string) -

    Specifies an API key for this command. This value overrides the environment or configured API key.

Example

bash
zilliz -o json privatelink list --project-id proj-xxxx

# Example output
# {
# "count": 0,
# "currentPage": 1,
# "endpoints": [],
# "pageSize": 10
# }
Minimum SDK versionv1.4.x
Ctrl I