调用ModifyRouteDistributionStrategy修改路由发布策略。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 智能接入网关实例的地域 ID。 | cn-shanghai |
SmartAGId | string | 是 | 智能接入网关实例 ID。 | sag-erx3qta5xg5zyq**** |
HcInstanceId | string | 是 | 健康检查实例 ID。 | hc-sztovuprqzgm50**** |
SourceType | string | 是 | 路由来源类型:
| local |
DestCidrBlock | string | 是 | 目标网段。 | 172.XX.XX.0/24 |
RouteSource | string | 是 | 路由来源:
| OSPF |
RouteDistribution | string | 是 | publish |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "24C58BD0-1679-4942-9D42-00B635DAAADB"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | SAG.InstanceIdEmpty | You must specify the SAG instance ID. | 智能接入网关实例ID为空。 |
400 | SAG.InstanceNoFound | The specified SAG instance does not exist. | 智能接入网关实例不存在。 |
400 | RD.InvalidDestCidrBlock | The specified destination CIDR block is invalid. | 非法的目标地址网段。 |
400 | RD.InvalidHcInstanceId | The specified network health check instance ID is invalid. | 非法的健康检查实例。 |
400 | RD.InvalidRouteDistribution | The specified route distribution policy is invalid. | 非法的路由发布策略。 |
400 | RD.InvalidRouteSource | The specified route source is invalid. | 非法路由来源。 |
400 | RD.InvalidSourceType | The specified route source type is invalid. | 非法的路由来源类型。 |
400 | HC.InstanceNoFound | The specified network health check instance does not exist. | 健康检查实例不存在。 |
400 | SAG.Arrearage | The specified SAG instance has overdue payments. Renew the instance first. | 智能接入网关实例已经欠费,请先续费。 |
400 | SAG.NoActive | The specified SAG instance has not been activated. | 智能接入网关实例还未激活,请先激活。 |
400 | SAG.SoftwareNotSupportFeature | The specified SAG Software instance does not support this feature. | 智能接入网关软件版实例不支持当前特性。 |
403 | FeatureNotSupport | The current edition of the smart access gateway does not support this feature. | 智能接入网关当前版本不支持该功能特性。 |
500 | InternalError | An error occurred while processing your request. | 请求失败,发生未知错误。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史