You need to enable JavaScript to run this app.
导航
ModifyUniqueResourceTypeVpcEndpointServiceAttributes
最近更新时间:2024.10.29 15:18:11首次发布时间:2023.05.09 10:15:35

调用ModifyUniqueResourceTypeVpcEndpointServiceAttributes接口,修改指定终端节点服务的信息。

调用说明

  • 私网连接支持RDS类型服务资源的功能正在邀测中,如需调用该接口,请联系客户经理。
  • 该接口仅支持修改关联了RDS类型服务资源的终端节点服务,如需修改关联了CLB类型服务资源的终端节点服务,请调用ModifyVpcEndpointServiceAttributes接口。

调试

请求参数

名称类型是否必选示例值描述
ActionStringModifyUniqueResourceTypeVpcEndpointServiceAttributes要执行的操作,取值为ModifyUniqueResourceTypeVpcEndpointServiceAttributes。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
ServiceIdStringepsvc-2fe630gurkl37k5gfuy33****终端节点服务的ID。您可以调用DescribeVpcEndpointServices接口获取终端节点服务的ID。

IpAddressVersions.N

String

IpAddressVersions.1=ipv4&IpAddressVersions.2=ipv6

终端节点服务的IP协议类型。

  • ipv4
  • ipv6:该取值正在邀测中,如需使用,请联系客户经理。

说明

  • 仅传入“ipv4”时,表示该终端节点服务转换为IPv4类型,仅支持提供IPv4服务。
  • 同时传入“ipv4”和“ipv6”时,表示该终端节点服务转换为双栈类型,支持提供IPv4和IPv6服务,系统自动为其分配IPv6地址。
      如需传入“ipv6”,请确保满足以下条件:
    • 已开通私网连接服务的IPv6功能。
    • 指定的服务资源支持双栈。
  • 目前不支持仅传入“ipv6”。
  • 不更改该参数取值时,保持原有配置不变。
Resource.InstanceIdStringmysql-bp1o94dp5i6ea****待添加到终端节点服务中的RDS类型服务资源所属RDS实例的ID。您可以调用DescribeDBInstances接口查看RDS实例的ID。
Resource.ResourceIdStringmysql-bp1o94dp5i6ea****-cluster-qhwjs67hbmsj****待添加到终端节点服务中的RDS类型服务资源的ID。您可以调用DescribeDBInstanceDetail接口获取RDS实例连接终端的ID。

AutoAcceptEnabled

Boolean

false

是否自动接受终端节点连接。取值如下:

  • true:终端节点服务自动接受终端节点连接。
  • false:终端节点服务不会自动接受终端节点连接,需要调用EnableVpcEndpointConnection接口手动接受。

ZoneIds.N

String

ZoneIds.1=cn-guangzhou-a&ZoneIds.2=cn-guangzhou-b

终端节点服务支持的可用区ID。您可以调用DescribePrivateLinkAvailableZones接口获取可用区ID。

  • N:表示可用区的序号,取值范围为1~20。
  • 多个可用区之间使用&分隔。

Description

String

endpoint service

终端节点服务的描述信息。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。
  • 长度限制为0 ~ 255个字符。
  • 不更改该参数取值时,保持原有配置不变。

返回数据

名称类型示例值描述
RequestIdString0ED8D006-F706-4D23-88ED-E11ED28D****请求ID。

请求示例

GET /?Action=ModifyUniqueResourceTypeVpcEndpointServiceAttributes&Version=2020-04-01&ServiceId=epsvc-2fe630gurkl37k5gfuy33****&Resource.ResourceId=mysql-bp1o94dp5i6ea****-cluster-qhwjs67hbmsj**** HTTP/1.1
Host: open.volcengineapi.com
Service: privatelink
Region: cn-guangzhou

返回示例

{
    "ResponseMetadata": {
        "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****",
        "Action": "ModifyUniqueResourceTypeVpcEndpointServiceAttributes",
        "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表示缺少的参数名称。

400InvalidDescription.MalformedThe specified Description is malformed.指定的Description参数格式不合法。
400InvalidEndpointService.InvalidStatusThe specified EndpointService is not in the correct status for the request.指定的终端节点服务所处的状态无法响应该请求。
400InvalidServiceResource.InvalidStatusThe specified ServiceResource is not in the correct status for the request.指定的服务资源所处的状态无法响应该请求。
400ErrInterfaceNotSupportedResourceTypeThe Interface does not support the resource type.终端节点服务接口不支持操作该服务资源类型。
400ErrPrivateLinkServiceNotSupportedZoneThe PrivateLink service does not support the zone.终端节点服务不支持添加该可用区的服务资源。
400InvalidServiceResource.InUseThe specified service resource is in use.服务资源正在占用中。
400InvalidEndpointService.InvalidLockThe operation is refused by the endpoint service.终端节点服务无法支持该操作。
400InvalidServiceResource.MalformedThe specified ServiceResource is malformed.指定的 ServiceResource 参数格式不合法。
400InvalidServiceZone.InUseThe specified ServiceZone is in use.终端节点服务可用区正在占用中。
400InvalidZone.ConflictThe specified zone is duplicated.指定的可用区重复。
400InvalidZone.MalformedThe specified Zone is malformed.指定的 Zone 参数格式不合法。
400QuotaExceed.ServiceZoneEachInstanceYou've reached the limit on the number of service zones that you can create.已达到每个终端节点服务实例可创建服务资源所属可用区的数量的配额上限。
400InvalidIpAddressVersions.ConflictThe specified IpAddressVersions parameter is duplicated.指定的IpAddressVersions重复。
400InvalidIpAddressVersions.MalformedThe specified IpAddressVersions is malformed.指定的 IpAddressVersions 参数格式不合法。
400InvalidModifyConnectedDualStackEpsvcIPVersion.ConflictThere are still existing dualstack endpoints on the specified EndpointService instance.当前终端节点服务上仍有存量连接,暂不支持更改。
400InvalidServiceResourceStatus.IPVersionMismatchThe specified service resource can not support the EndpointService ipAddressVersion that you want.当前服务资源不支持所指定的终端节点服务IP类型。
403ForbiddenYou are not authorized to perform operations on the specified service.无权限对指定服务进行操作。
404InvalidEndpointService.NotFoundThe specified EndpointService does not exist.指定的终端节点服务不存在。
404InvalidServiceResource.NotFoundThe specified ServiceResource does not exist.指定的服务资源不存在。