Querying Connections of a VPC Endpoint Service

Function

This API is used to query connections of a VPC endpoint service. marker_id is the unique ID of each connection.

URI

GET /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}/connections?id={vpc_endpoint_id}&marker_id={marker_id}&status={status}&sort_key={sort_key}&sort_dir={sort_dir}&limit={limit}&offset={offset}

Table 1 describes parameters in this URI.
Table 1 URI parameters

Parameter

Mandatory

Description

project_id

Yes

Specifies the project ID. For details about how to obtain the project ID, see Obtaining a Project ID.

vpc_endpoint_service_id

Yes

Specifies the ID of the VPC endpoint service.

Table 2 Query parameters

Parameter

Mandatory

Type

Description

id

No

String

Specifies the unique ID of the VPC endpoint.

marker_id

No

String

Specifies the packet ID of the VPC endpoint.

status

No

String

Specifies the connection status of the VPC endpoint.

  • pendingAcceptance: The VPC endpoint is to be accepted.
  • accepted: The VPC endpoint has been accepted.
  • rejected: The VPC endpoint has been rejected.
  • failed: The VPC endpoint service failed to be created.

sort_key

No

String

Specifies the sorting field of the VPC endpoint list. The field can be:

  • created_at: VPC endpoints are sorted by creation time.
  • updated_at: VPC endpoints are sorted by update time.

The default field is created_at.

sort_dir

No

String

Specifies the sorting method of the VPC endpoint list. The method can be:

  • desc: VPC endpoints are sorted in descending order.
  • asc: VPC endpoints are sorted in ascending order.

The default method is desc.

limit

No

Integer

Specifies the maximum number of connections displayed on each page.

The number ranges from 0 to 1000 and is generally 10, 20, or 50. The default number is 10.

offset

No

Integer

Specifies the offset.

All VPC endpoint services after this offset will be queried. The offset must be an integer greater than 0 but less than the number of VPC endpoint services.

Request

Response

Status Codes

See Status Codes.