终端节点
权限 |
对应API接口 |
授权项(Action) |
依赖的授权项 |
IAM项目(Project) |
企业项目(Enterprise Project) |
---|---|---|---|---|---|
创建终端节点 |
POST /{project_id}/vpc-endpoints |
vpcep:endpoints:create |
- |
√ |
× |
查询终端节点列表 |
GET /{project_id}/vpc-endpoints |
vpcep:endpoints:list |
- |
√ |
× |
查询终端节点详情 |
GET /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id} |
vpcep:endpoints:get |
- |
√ |
× |
删除终端节点 |
DELETE /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id} |
vpcep:endpoints:delete |
- |
√ |
× |
更新终端节点 |
PUT /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id} |
vpcep:endpoints:update |
- |
√ |
× |
修改终端节点路由表 |
PUT /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id}/routetables |
vpcep:epRouters:update |
- |
√ |
× |
修改终端节点策略 |
PUT /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id}/policy |
vpcep:endpoints:update |
- |
√ |
× |
删除终端节点策略 |
DELETE /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id}/policy |
vpcep:endpoints:delete |
- |
√ |
× |