调用AttachResourceToVpcEndpointService接口,为指定的终端节点服务绑定服务资源,操作说明和注意事项请参见管理服务资源。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AttachResourceToVpcEndpointService | 要执行的操作,取值为AttachResourceToVpcEndpointService。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
ServiceId | String | 是 | epsvc-2fe630gurkl37k5gfuy33**** | 终端节点服务的ID。您可以调用DescribeVpcEndpointServices接口获取终端节点服务的ID。 |
ResourceId | String | 是 | clb-bp1o94dp5i6ea**** | 服务资源的ID。您可以调用DescribeLoadBalancers接口获取CLB实例的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28D**** | 请求ID。 |
GET /?Action=AttachResourceToVpcEndpointService&Version=2020-04-01&ServiceId=epsvc-2fe630gurkl37k5gfuy33****&ResourceId=clb-bp1o94dp5i6ea**** HTTP/1.1 Host: open.volcengineapi.com Service: privatelink Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "AttachResourceToVpcEndpointService", "Version": "2020-04-01", "Service": "privatelink", "Region": "cn-guangzhou" }, "Result": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter | The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request; for example, the 'XXX'. | 该请求缺少必要参数。请确保发起请求已提供全部必要参数,比如XXX。 说明 其中,XXX表示缺少的参数名称。 |
400 | InvalidEndpointService.InvalidStatus | The specified EndpointService is not in the correct status for the request. | 指定的终端节点服务所处的状态无法响应该请求。 |
400 | InvalidServiceResource.Malformed | The specified ServiceResource is malformed. | 指定的 ServiceResource 参数格式不合法。 |
400 | InvalidServiceResource.Malformed | The specified ServiceResource is malformed. | 指定的 ServiceResource 参数格式不合法。 |
400 | ErrPrivateLinkServiceNotSupportedZone | The privatelink service does not support the zone. | 终端节点服务不支持添加该可用区的服务资源。 |
400 | ErrInterfaceNotSupportedResourceType | The Interface does not support the resource type. | 终端节点服务接口不支持操作该服务资源类型。 |
400 | InvalidServiceResource.InvalidStatus | The specified ServiceResource is not in the correct status for the request. | 指定的服务资源所处的状态无法响应该请求。 |
400 | InvalidServiceResourceType.Malformed | The specified ServiceResourceType is malformed. | 指定的 ServiceResourceType 参数格式不合法。 |
400 | InvalidServiceResource.ServiceResourceConflict | The specific resource already attached. | 指定的服务资源已挂载。 |
400 | QuotaExceed.ServiceResourceEachZone | You've reached the limit on the number of service resources in the zone that you can create. | 已达到单个可用区可创建服务资源的数量的配额上限。 |
400 | QuotaExceed.ServiceZoneEachInstance | You've reached the limit on the number of service zones that you can create. | 已达到每个终端节点服务实例可创建服务资源所属可用区的数量的配额上限。 |
400 | InvalidServiceResourceStatus.IPVersionMismatch | The specified service resource can not support the EndpointService ipAddressVersion that you want. | 当前服务资源不支持所指定的终端节点服务IP类型。 |
404 | InvalidEndpointService.NotFound | The specified EndpointService does not exist. | 指定的终端节点服务不存在。 |
404 | InvalidLoadBalancer.NotFound | The specified LoadBalancer does not exist. | 指定的负载均衡不存在。 |