Modifies the global routing protocol of an SCG5000 or SCG5000-5G device whose version is 3.4.2 or later.
Operation description
You can modify the global routing protocol only of SCG5000 and SCG5000-5G devices whose version is 3.4.2 or later.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SagInsId | string | Yes | The ID of the Smart Access Gateway (SAG) instance. | sag-3manef62evrfr6**** |
SagSn | string | Yes | The serial number of the SAG device. | sagf4dk**** |
RegionId | string | Yes | The region ID of the SAG instance. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
RouteProtocol | string | Yes | The routing protocol. Valid values:
| BGP |
CrossAccount | boolean | No | Specifies whether to query only the SAG instances that belong to another Alibaba Cloud account. Valid values:
| false |
ResourceUid | string | No | The ID of the Alibaba Cloud account to which the SAG instance belongs. | 109790620697**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Success": true,
"RequestId": "407E391C-7FB6-5552-AF39-DBB5CB062E3C",
"Message": "Successful"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | GATEWAY.InvalidSN | The specified gateway serial number does not exist. |
400 | InternalError | Internal server error |
400 | MissParameter.GatewayId | The input parameter GatewayId that is mandatory for processing this model is not supplied. |
400 | MissParameter.GlobalRouteType | The input parameter GlobalRouteType that is mandatory for processing this model is not supplied. |
400 | InvalidParameter.GlobalRouteType | The input parameter GlobalRouteType is illegal, please check your input. |
400 | DeviceNotExist | The specified device does not exist |
For a list of error codes, visit the Service error codes.