Querying VPC Endpoints
Function
This API is used to query VPC endpoints.
URI
GET /v1/{project_id}/vpc-endpoints?endpoint_service_name={endpoint_service_name}&vpc_id={vpc_id}&limit={limit}&offset={offset}&id={id}&sort_key={sort_key}&sort_dir={sort_dir}
Parameter |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID. For details about how to obtain the project ID, see Obtaining a Project ID. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
endpoint_service_name |
No |
String |
Specifies the name of the VPC endpoint service. The name is not case-sensitive and supports fuzzy match. |
vpc_id |
No |
String |
Specifies the ID of the VPC where the VPC endpoint is to be created. |
id |
No |
String |
Specifies the unique ID of the VPC endpoint. |
limit |
No |
Integer |
Specifies the maximum number of VPC endpoints 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. |
sort_key |
No |
String |
Specifies the sorting field of the VPC endpoint list. The field can be:
The default field is created_at. |
sort_dir |
No |
String |
Specifies the sorting method of the VPC endpoint list. The method can be:
The default method is desc. |
Request
Response
- Parameter description
Table 3 Response parameters Parameter
Type
Description
endpoints
Array of objects
Lists the VPC endpoints. For details, see Table 4.
total_count
Integer
Specifies the total number of VPC endpoints that meet the search criteria. The number is not affected by the limit or offset.
Table 4 endpoint parameters Parameter
Type
Description
id
String
Specifies the unique ID of the VPC endpoint.
service_type
String
Specifies the type of the VPC endpoint service that is associated with the VPC endpoint.
- Gateway: VPC endpoint services of this type are configured by O&M personnel. You can use them directly without the need to create one by yourselves.
- Interface: VPC endpoint services of this type include cloud services configured by O&M personnel and private services created by yourselves. You cannot configure these cloud services, but can use them.
You can perform the operations in Creating a VPC Endpoint to create VPC endpoints for accessing VPC endpoints of the gateway and interface types.
status
String
Specifies the connection status of the VPC endpoint.
- pendingAcceptance: The VPC endpoint is to be accepted.
- creating: The VPC endpoint is being created.
- accepted: The VPC endpoint has been accepted.
- rejected: The VPC endpoint has been rejected.
- failed: The VPC endpoint failed to be created.
- deleting: The VPC endpoint is being deleted.
active_status
String
Specifies the account status.
- arrear_frozen: frozen due to arrears
- verify_frozen: frozen due to lack of real-name authentication
- police_frozen: frozen for legal management
- illegal_frozen: frozen due to abuse
- partner_frozen: frozen for partnership
- active: The account is normal.
endpoint_service_name
String
Specifies the name of the VPC endpoint service.
marker_id
Integer
Specifies the packet ID of the VPC endpoint.
endpoint_service_id
String
Specifies the ID of the VPC endpoint service.
enable_dns
Boolean
Specifies whether to create a private domain name.
- true: A private domain name is created.
- false: A private domain name is not created.
NOTE:When a VPC endpoint for connecting to a gateway VPC endpoint service is created, no private domain name is created no matter enable_dns is set to true or false.
dns_names
Array of strings
Specifies the domain name for accessing the associated VPC endpoint service.
NOTE:This parameter is available only when you create a VPC endpoint for connecting to an interface VPC endpoint service and enable_dns is set to true.
ip
String
Specifies the IP address for accessing the associated VPC endpoint service.
This parameter is returned only under the following conditions:
- You query a VPC endpoint for accessing an interface VPC endpoint service.
- The connection approval function is enabled for the VPC endpoint service, and the connection has been approved.
The status of the VPC endpoint can be Accepted or Rejected. The Rejected status only appears when the VPC endpoint is accepted and then rejected.
vpc_id
String
Specifies the ID of the VPC where the VPC endpoint is to be created.
subnet_id
String
Specifies the ID of the subnet in the VPC specified by vpc_id. The ID is in UUID format.
NOTE:This parameter is available only when you create a VPC endpoint for connecting to an interface VPC endpoint service.
created_at
String
Specifies the creation time of the VPC endpoint.
The UTC time format is used: YYYY-MM-DDTHH:MM:SSZ.
updated_at
String
Specifies the update time of the VPC endpoint.
The UTC time format is used: YYYY-MM-DDTHH:MM:SSZ.
project_id
String
Specifies the project ID. For details about how to obtain the project ID, see Obtaining a Project ID.
error
Array of objects
Specifies the error message.
This field is returned when the status of the VPC endpoint changes to failed. For details, see Table 5.
whitelist
Array of strings
Specifies the whitelist for controlling access to the VPC endpoint.
If you do not specify this parameter, an empty whitelist is returned.
NOTE:This parameter is available only when you create a VPC endpoint for connecting to an interface VPC endpoint service.
enable_whitelist
Boolean
Specifies whether access control is enabled.
- true: Access control is enabled.
- false: Access control is disabled.
If you do not specify this parameter, the whitelist is not enabled.
NOTE:This parameter is available only when you create a VPC endpoint for connecting to an interface VPC endpoint service.
routetables
Array of strings
Lists the IDs of route tables.
If you do not specify this parameter, the route table ID of the VPC is returned.
NOTE:This parameter is available only when you create a VPC endpoint for connecting to a gateway VPC endpoint service.
enable_status
String
Specifies whether to enable the endpoint.
- enable: The endpoint will be enabled.
- disable: The endpoint will be disabled.
- Example response
{ "endpoints": [ { "id":"03184a04-95d5-4555-86c4-e767a371ff99", "status":"accepted", "ip":"192.168.0.232", "marker_id":16777337, "active_status":"active", "vpc_id":"84758cf5-9c62-43ae-a778-3dbd8370c0a4", "service_type":"interface", "project_id":"295dacf46a4842fcbf7844dc2dc2489d", "subnet_id":"68bfbcc1-dff2-47e4-a9d4-332b9bc1b8de", "enable_dns":"true", "dns_name":"test123", "created_at":"2018-10-18T06:49:46Z", "updated_at":"2018-10-18T06:49:50Z", "endpoint_service_id":"5133655d-0e28-4090-b669-13f87b355c78", "endpoint_service_name":"test123", "whitelist":["127.0.0.1"], "enable_whitelist":true, "tags": [ { "key":"test1", "value":"test1" } ] }, { "id":"43b0e3b0-eec9-49da-866b-6687b75f9fe5", "status":"accepted", "ip":"192.168.0.115", "marker_id":16777322, "active_status":"active", "vpc_id":"e251b400-2963-4131-b38a-da81e32026ee", "service_type":"interface", "project_id":"295dacf46a4842fcbf7844dc2dc2489d", "subnet_id":"65528a22-59a1-4972-ba64-88984b3207cd", "enable_dns":"true", "dns_name":"test123", "created_at":"2018-10-18T06:36:20Z", "updated_at":"2018-10-18T06:36:24Z", "endpoint_service_id":"5133655d-0e28-4090-b669-13f87b355c78", "endpoint_service_name":"test123", "whitelist":["127.0.0.1"], "enable_whitelist":true, "tags": [ { "key":"test1", "value":"test1" } ] } ], "total_count":2 }
Status Codes
See Status Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot