调用ModifySmartAccessGatewayUpBandwidth修改智能接入网关参数实例。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
SmartAGId String sag-jsy******************

智能接入网关实例ID。

Action String ModifySmartAccessGatewayUpBandwidth

要执行的操作。

取值:ModifySmartAccessGatewayUpBandwidth

RegionId String cn-hangzhou

智能接入网关实例所在的地域。

UpBandwidth4G Integer 3

智能接入网关4G公网最大上行带宽。

UpBandwidthWan Integer 2

智能接入网关WAN口最大上行带宽。

返回数据

名称 类型 示例值 描述
RequestId String EE837E9F-BD50-4C2B-9E47-260F9D848480

请求ID。

示例

请求示例


http(s)://[Endpoint]/?Action=ModifySmartAccessGatewayUpBandwidth
&SmartAGId=sag-jsy******************
&<公共请求参数>

正常返回示例

XML 格式

<ModifySmartAccessGatewayUpBandwidthResponse>
	  <RequestId>68CE10C0-2EFF-4B82-9907-10AB7E2B0A6C</RequestId>
    </ModifySmartAccessGatewayUpBandwidthResponse>

JSON 格式

{
	"RequestId":"68CE10C0-2EFF-4B82-9907-10AB7E2B0A6C"
}

错误码

HttpCode 错误码 错误信息 描述
403 MissingParameter The input parameter is missing, please check your input. 输入参数缺失,请检查您的输入
400 InvalidName The specified name is invalid. 您输入的名称不合法。
400 SAG.NotAllowConfigCidr You cannot specify a static CIDR block when the dynamic routing strategy is used. 动态路由模式不允许配置静态地址段。
400 InvalidDescription The specified description is invalid. 您输入的描述不合法。
403 InvalidCidr Cidr is illegal, please check your input. Cidr不合法,请检查您的输入
400 SAG.InvalidRoutingStrategy The specified routing strategy is invalid. 非法的路由模式。
403 InvalidId.SMARTAG The specified smart access gateway instance id is invalid. 无效的智能接入网关ID

访问错误中心查看更多错误码。