Querying Basic Information About a VPC Endpoint Service

Function

This API is used to query basic information about a target VPC endpoint service. You can use this API to query the target VPC endpoint service to be accessed. This API can also be used by other users to query basic information about your VPC endpoint service, without exposing your server information.

URI

GET /v1/{project_id}/vpc-endpoint-services/describe?endpoint_service_name={endpoint_service_name}&id={endpoint_service_id}

Table 1 describes the parameter in this URI.
Table 1 URI parameter

Parameter

Mandatory

Description

project_id

Yes

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

Table 2 Query parameters

Parameter

Mandatory

Type

Description

endpoint_service_name

No

NOTE:

Either this parameter or the id parameter must be selected.

String

Specifies the name of the VPC endpoint service.

id

No

NOTE:

Either this parameter or the endpoint_service_name parameter must be selected.

String

Specifies the unique ID of the VPC endpoint service.

Request

Response

Status Codes

See Status Codes.