Cancel the authorization of a network to a CEN instance.
Note This API is an API of VPC. Therefore, the endpoint of the API is
vpc.aliyuncs.com
. API version is 2016-04-28.
Request parameters
Parameter | Type | Required | Description |
---|---|---|---|
Action | String | Yes | The action to perform. Valid value: RevokeInstanceFromCen |
RegionId | String | Yes | The ID of the region where the network is located. |
InstanceId | String | Yes | The ID of the network to cancel the authorization. |
InstanceType | String | Yes | The type of the network instance. |
CenId | String | Yes | The ID of the CEN instance. |
CenOwnerId | String | Yes | The account ID of the CEN instance. |
ClientToken | String | No | A client token used to ensure the idempotence of requests. This parameter value is generated by the client and must be unique among different requests. The maximum length is 64 ASCII characters. |
Response parameters
Name | Type | Description |
---|---|---|
RequestId | String | The ID of the request. |
Examples
Request example
https://vpc.aliyuncs.com/?Action=RevokeInstanceFromCen
&CenId=cbn-6ugox0vl0zff4gl0b8
&CenOwnerId=1016647762843556
&InstanceId=vpc-o6wcsp5lcdf4b5kcdcytm
&RegionId=cn-hangzhou-test-306
&InstanceType=VPC
&Common parameters
Response example
-
XML format
<? xml version="1.0" encoding="UTF-8"? > <RevokeInstanceFromCenResponse> <RequestId>0C2EE7A8-74D4-4081-8236-CEBDE3BBCF50</RequestId> </RevokeInstanceFromCenResponse>
-
JSON format
"RequestId":"0C2EE7A8-74D4-4081-8236-CEBDE3BBCF50"