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

VPC Endpoint Services

Table 1 Actions for managing VPC endpoint services

Permission

API

Action

Dependent Action

IAM Project

Creating a VPC endpoint service

POST /v1/{project_id}/vpc-endpoint-services

vpcep:epservices:create

vpc:vpcs:get

vpc:vpcs:list

elb:loadbalancers:list

elb:loadbalancers:get

ecs:servers:list

ecs:servers:get

bms:servers:list

bms:servers:get

Querying VPC endpoint services

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

vpcep:epservices:list

-

Querying details of a VPC endpoint service

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

vpcep:epservices:get

-

Modifying a VPC endpoint service

PUT /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}

vpcep:epservices:update

-

Deleting a VPC endpoint service

DELETE /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}

vpcep:epservices:delete

-

Querying connections of a VPC endpoint service

GET /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}/connections

vpcep:connections:list

-

Accepting or rejecting a VPC endpoint for a VPC endpoint service

POST /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}/connections/action

vpcep:connections:update

-

Querying whitelist records of a VPC endpoint service

GET /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}/permissions

vpcep:permissions:list

-

Batch adding or deleting whitelist records of a VPC endpoint service

POST /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}/permissions/action

vpcep:permissions:update

-