调用AttachResourceToVpcEndpointService接口,为终端节点服务添加服务资源。
接口说明
- 为终端节点服务添加服务资源之前,请确保终端节点服务处于 Active 状态,您可以通过调用 GetVpcEndpointServiceAttribute 接口,查询终端节点服务状态。
- AttachResourceToVpcEndpointService 接口不支持在同一个终端节点服务实例下并发添加服务资源。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
privatelink:AttachResourceToVpcEndpointService | update |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 要添加服务资源的终端节点服务所属的地域 ID。 您可以通过调用 DescribeRegions 接口获取地域 ID。 | cn-hangzhou |
ResourceType | string | 是 | 服务资源类型。取值:
说明
不支持访问 NLB 的 TCPSSL 类型监听。
| slb |
ResourceId | string | 是 | 服务资源 ID。 | lb-hp32z1wp5peaoox2q**** |
ZoneId | string | 否 | 服务资源所属的可用区。 | cn-hangzhou-j |
ServiceId | string | 是 | 要添加服务资源的终端节点服务。 | epsrv-hp3vpx8yqxblby3i**** |
DryRun | boolean | 否 | 是否只预检此次请求。取值:
| false |
ClientToken | string | 否 | 客户端 Token,用于保证请求的幂等性。 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符。 | 0c593ea1-3bea-11e9-b96b-88e9fe637760 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | EndpointServiceNotFound | The specified Service does not exist. | 当前终端节点服务不存在 |
400 | EndpointServiceOperationDenied | The specified operation of endpoint service is not allowed. | 终端节点服务处理中,不允许操作。 |
400 | EndpointServiceResourceExist | The specified resource already exists. | 终端节点服务下面的资源已经存在,请勿重复添加。 |
400 | LoadBalancerNotFound | The specified load balancer does not exist. | 负载均衡不存在。 |
400 | LoadBalancerNotSupportPrivateLink | The specified SLB does not support PrivateLink. | 当前负载均衡不支持Privatelink。 |
400 | AlbNotFound | The specified Alb does not exist. | ALI负载均衡不存在。 |
400 | EndpointServiceResourceTypeNotSupport | The specified resource type is not supported. | 终端节点服务资源类型不支持。 |
400 | QuotaMisMatched | The resource you applied for has exceeded the quota. | 申请的资源超过配额 |
400 | VSwitchNotFound | The specified VSwitch does not exist. | 当前虚拟交换机未找到。 |
400 | ResourceNotFound.NatGateway | The specified resource %s is not found. | 资源%s不存在。 |
400 | Mismatch.ResourceType | The %s is mismatched for %s and %s. | %s在%s和%s中不匹配。 |
400 | EndpointServiceNotSupportedZone | The specified endpoint service does not support the zone. | 终端节点服务不支持当前可用区。 |
400 | ServiceResourceNotSupportIpv6 | The resource is not support ipv6. | 终端节点服务不支持IPv6 |
400 | EndpointServiceResourceTypeNotEqual | the service resource type not equal request type. | 请求中的resourceType与服务类型不一致 |
400 | OperationDenied.ServiceResourceIpVersionMismatch | The endpoint service and service resource AddressIpVersion do not match. | 终端节点服务与后端资源AddressIpVersion不匹配 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-09-18 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-08-23 | OpenAPI 错误码发生变更 | 查看变更详情 |