Updated on 2024-04-15 GMT+08:00

VPC Endpoints

Table 1 Actions for managing VPC endpoints

Permission

API

Action

Dependent Action

IAM Project

Querying public VPC endpoint services

GET /v1/{project_id}/vpc-endpoint-services/public

vpcep:pubEpsevices:list

vpc:vpcs:get

vpc:vpcs:list

vpc:subnets:get

Querying basic information of a VPC endpoint service

GET /v1/{project_id}/vpc-endpoint-services/describe

vpcep:epseviceDesc:get

-

Creating a VPC endpoint

POST /{project_id}/vpc-endpoints

vpcep:endpoints:create

-

Querying VPC endpoints

GET /{project_id}/vpc-endpoints

vpcep:endpoints:list

-

Querying details of a VPC endpoint

GET /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id}

vpcep:endpoints:get

-

Deleting a VPC endpoint

DELETE /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id}

vpcep:endpoints:delete

-