You can call this operation to delete the route advertisement policy of a CIDR block.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | No | DeleteRouteDistributionStrategy |
The operation that you want to perform. Set the value to DeleteRouteDistributionStrategy. |
DestCidrBlock | String | Yes | 192.XX.XX.0/24 |
The CIDR block whose route advertisement policy you want to delete. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where the Smart Access Gateway (SAG) instance is deployed. |
RouteSource | String | Yes | STATIC |
The source of routes. Valid values:
|
SmartAGId | String | Yes | sag-gyat6giidkvyk**** |
The ID of the SAG instance. |
SourceType | String | Yes | local |
The type of the route source. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | BF62139B-D64A-4C95-A55F-6A2335C4417D |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteRouteDistributionStrategy
&DestCidrBlock=192.XX.XX.0/24
&RegionId=cn-shanghai
&RouteSource=static
&SmartAGId=sag-gyat6giidkvyk****
&SourceType=local
&<Common request parameters>
Sample success responses
XML
format
<DeleteRouteDistributionStrategyResponse>
<RequestId>BF62139B-D64A-4C95-A55F-6A2335C4417D</RequestId>
</DeleteRouteDistributionStrategyResponse>
JSON
format
{
"RequestId": "BF62139B-D64A-4C95-A55F-6A2335C4417D"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | SAG.InstanceIdEmpty | You must specify the SAG instance ID. | The error message returned because the ID of the SAG instance is not specified. |
400 | SAG.InstanceNoFound | The specified SAG instance does not exist. | The error message returned because the specified SAG instance does not exist. |
400 | RD.InvalidDestCidrBlock | The specified destination CIDR block is invalid. | The error message returned because the specified CIDR block is invalid. |
400 | RD.InvalidRouteSource | The specified route source is invalid. | The error message returned because the specified route source is invalid. |
400 | RD.InvalidSourceType | The specified route source type is invalid. | The error message returned because the type of the specified route source is invalid. |
For a list of error codes, visit the API Error Center.