调用DisableVpcEndpointConnection接口,拒绝指定的终端节点连接。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DisableVpcEndpointConnection | 要执行的操作,取值为DisableVpcEndpointConnection。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
EndpointId | String | 是 | ep-273yuq6q7bgn47fap8squ**** | 终端节点的ID。您可以调用DescribeVpcEndpoints接口获取终端节点的ID。 |
ServiceId | String | 是 | epsvc-2fe630gurkl37k5gfuy33**** | 终端节点服务的ID。您可以调用DescribeVpcEndpointServices接口获取终端节点服务的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28D**** | 请求ID。 |
GET /?Action=DisableVpcEndpointConnection&Version=2020-04-01&EndpointId=ep-273yuq6q7bgn47fap8squ****&ServiceId=epsvc-2fe630gurkl37k5gfuy33**** HTTP/1.1 Host: open.volcengineapi.com Service: privatelink Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "DisableVpcEndpointConnection", "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.InvalidLock | The operation is refused by the endpoint service. | 终端节点服务无法支持该操作。 |
400 | UnsupportedOperation.ConnectionStatus | The connection status does not support operation. | 当前连接状态不支持该操作。 |
400 | InvalidEndpoint.ServiceMisMatch | The specified endpoint and service don't match. | 指定的终端节点和终端节点服务不匹配。 |
400 | InvalidEndpoint.InvalidStatus | The specified endpoint is not in the correct status for the request. | 指定的终端节点所处的状态无法响应该请求。 |
404 | InvalidEndpointZone.NotFound | The specified zone does not exist. | 指定的可用区不存在。 |
404 | InvalidEndpoint.NotFound | The specified endpoint does not exist. | 指定的终端节点不存在。 |
404 | InvalidEndpointService.NotFound | The specified EndpointService does not exist. | 指定的终端节点服务不存在。 |