调用ModifyVpcEndpointAttributes接口,修改指定终端节点的信息。
调用该接口修改终端节点时,终端节点实例的状态变化为:Available > Pending > Available。
下表中的非必选参数不传入时,表示该参数取值保持原有配置不变。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyVpcEndpointAttributes | 要执行的操作,取值为ModifyVpcEndpointAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
EndpointId | String | 是 | ep-273yuq6q7bgn47fap8squ**** | 终端节点的ID。您可以调用DescribeVpcEndpoints接口获取终端节点的ID。 |
EndpointName | String | 否 | endpoint-02 | 终端节点的名称。
|
IpAddressVersions.N | String | 否 | IpAddressVersions.1=ipv4&IpAddressVersions.2=ipv6 | 接口终端节点的IP协议类型。
说明
|
PrivateDNSEnabled | String | 否 | false | 是否启用私有DNS名称。
说明
|
Description | String | 否 | This endpoint is for test. | 终端节点的描述信息。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28D**** | 请求ID。 |
GET /?Action=ModifyVpcEndpointAttributes&Version=2020-04-01&EndpointId=ep-273yuq6q7bgn47fap8squ****&EndpointName=endpoint-02 HTTP/1.1 Host: open.volcengineapi.com Service: privatelink Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "ModifyVpcEndpointAttributes", "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 | InvalidEndpoint.InvalidStatus | The specified endpoint is not in the correct status for the request. | 指定的终端节点所处的状态无法响应该请求。 |
400 | InvalidName.Malformed | The specified Name is malformed. | 指定的参数Name格式不合法。 |
400 | InvalidDescription.Malformed | The specified Description is malformed. | 指定的参数Description格式不合法。 |
400 | InvalidEndpointService.InvalidLock | The operation is refused by the endpoint service. | 终端节点服务无法支持该操作。 |
400 | InvalidPrivateDNS.UnsupportedOperation | The request on the specified PrivateDNS is denied due to the PrivateDNS is disabled. | 因为未开启私有DNS功能,该请求被拒绝。 |
400 | ErrPrivateZoneExisted | The vpc and the private dns have created the private zone. | 该私有网络和DNS域名已创建私网解析。 |
400 | InvalidEndpointZoneIPVersion.AddressMismatch | The specified EndpointZone AddressIPVersion and address are not matched. | 指定的终端节点可用区地址与终端节点IP类型不匹配。 |
400 | InvalidIpAddressVersions.Conflict | The specified IpAddressVersions parameter is duplicated. | 指定的IpAddressVersions重复。 |
400 | InvalidIpAddressVersions.Malformed | The specified IpAddressVersions is malformed. | 指定的 IpAddressVersions 参数格式不合法。 |
400 | InvalidEndpointIpAddressVersions.EndpointServiceMisMatch | The IpAddressVersions of associated EndpointService and Endpoint mismatch. | 终端节点的IP类型与所关联的终端节点服务不匹配。 |
400 | InvalidSubnet.VpcMisMatch | The specified subnet and vpc don't match. | 指定的私有网络和子网不匹配。 |
400 | InvalidSubnet.ZoneMisMatch | The specified subnet and available zone don't match. | 指定的可用区和子网不匹配。 |
400 | UnsupportedOperation.AccountArrears | The request on the specified instance is denied due to the account in arrears status. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
403 | Forbidden | You are not authorized to perform operations on the specified service. | 无权限对指定服务进行操作。 |
404 | InvalidSubnet.NotFound | The specified subnet does not exist. | 指定的子网不存在。 |
404 | InvalidEndpointService.NotFound | The specified EndpointService does not exist. | 指定的终端节点服务不存在。 |
404 | InvalidEndpoint.NotFound | The specified endpoint does not exist. | 指定的终端节点不存在。 |
409 | InvalidVpcPrivateDNSName.Conflict | The specified PrivateDNSName in single vpc and single endpoint service already exists. | 指定的私网 DNS 名称在同一个 VPC 和同一个终端节点服务下已存在。 |
500 | PrivateZoneCreateFailed | The private zone create failed. | PrivateZone 创建失败。 |
500 | PrivateZoneQueryFailed | Failed to query private zone. | 查询私网解析失败。 |
500 | AssignIPv6AddressFailed | Failed to assign ipv6 address. | 分配IPv6地址失败。 |