调用DisassociateCloudConnector为云连接器解绑VPC资源。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DisassociateCloudConnector | 要执行的操作,取值:DisassociateCloudConnector。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
CloudConnectorId | String | 是 | cc-1sdsf334j51288**** | 云连接器实例的ID。您可调用DescribeCloudConnectors查询云连接器实例ID。 |
VpcId | String | 是 | vpc-12wdsha83hd**** | 待解绑的VPC的ID。您可调用DescribeCloudConnectors查询与云连接器绑定的VPC的ID。 |
ClientToken | String | 否 | 1456qwe-xsjs-123s-oies-1239sk2**** | 客户端Token,用于保证请求幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28**** | 请求ID。 |
GET /?Action=DisassociateCloudConnector&Version=2020-04-01&CloudConnectorId=cc-12bjay8vxvl6o17q7y2h****&VpcId=vpc-2femkfaiigohs59gp67j**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20240103142947D7B43387DE2BC43****", "Action": "DisassociateCloudConnector", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20240103142947D7B43387DE2BC43****", } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | DryRunOperation | Exception raised to indicate a successfully authorized action when the DryRun flag is set to true. | 该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。 |
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidCloudConnector.InvalidStatus | The specified cloud connector is not in the correct status for the request. | 指定的云连接器所处的状态无法响应该请求。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidVPC.Malformed | The specified VPC is malformed. The specified VPC does not associate with the cloud connector. | 指定的VPC与云连接器没有关联关系。 |
400 | InvalidVpc.InvalidStatus | The specified VPC is not in the correct status for the request. | 指定的VPC所处状态无法响应该请求。 |
400 | InvalidVPC.SharedVPC | The shared VPC is not able to respond to the request. | 共享VPC无法响应该请求。 |
403 | InvalidCloudConnector.ServiceRoleNotAuthorized | The service role for CloudConnector has not been authorized. | 当前账号尚未授权云连接器的服务角色。 |
404 | InvalidCloudConnector.NotFound | The specified cloud connector does not exist. | 指定的云连接器不存在。 |
404 | InvalidVPC.NotFound | The specified VPC does not exist. | 指定的 VPC 不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |