文档

UpdateSmartAccessGatewayAdminPassword - 修改SAG设备管理员密码

修改SAG设备管理员密码,适用于设备类型为SCG5000或SCG5000-5G的智能接入网关实例,且设备版本为3.4.2及以上。

接口说明

目前仅设备版本为 3.4.2 及以上的 SCG5000 和 SCG5000-5G 设备支持修改智能接入网关设备管理员密码。

调试

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

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SagInsIdstring

智能接入网关实例 ID。

sag-sv487b7lno6go5****
SagSnstring

智能接入网关设备序列号。

sagf4ea****
RegionIdstring

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

您可以通过调用 DescribeRegions 接口获取地域 ID。

cn-shanghai
Passwordstring

智能接入网关设备新的登录密码。

密码格式要求:长度为 8~30 个字符,可包含大小写字母、数字和下划线(_)。

说明 示例值中使用星号(*)以掩盖真实密码,不表示密码支持使用星号,输入密码时请以密码格式要求为准。
1234****
CrossAccountboolean

是否只查询跨账号所属的智能接入网关实例。取值:

  • false(默认值):否。

  • true:是。

false
ResourceUidstring

智能接入网关实例所属的阿里云账号(主账号)ID。

147304382796****

返回参数

名称类型描述示例值
object
Codestring

响应码。200 标识查询任务成功。

200
Successboolean

修改是否成功。取值:

  • true:是。

  • false:否。

true
RequestIdstring

请求 ID。

EC8487CD-9338-5FCF-896A-B6D1BB1646A7
Messagestring

响应消息。Successful 标识查询任务成功。

Successful

示例

正常返回示例

JSON格式

{
  "Code": "200",
  "Success": true,
  "RequestId": "EC8487CD-9338-5FCF-896A-B6D1BB1646A7",
  "Message": "Successful"
}

错误码

HTTP status code错误码错误信息描述
400GATEWAY.InvalidSNThe specified gateway serial number does not exist.-
400SAG.InstanceNoFoundThe specified SAG instance does not exist.智能接入网关实例不存在。
400SAG.SoftwareNotSupportThe specified software instance does not support ACL.-
400SmartAccessGatewayNotActivatedThe specified Smart Access Gateway has not been activated.该智能接入网关尚未激活,请先激活该实例。
400MissParameter.GatewayIdThe input parameter GatewayId that is mandatory for processing this model is not supplied.-
400MissParameter.PasswordThe input parameter Password that is mandatory for processing this model is not supplied.-
400InvalidParameter.PasswordThe input parameter Password is not legal, please check your input.-
400InvalidSpec.FeatureNotSupportThe current edition of the cloudbranch does not support this feature.-
400FeatureNotSupportCloud Box Not Support the Feature-
400DeviceNotExistThe specified device does not exist-
400SmartAccessGatewayNotOnlineThe specified instance is not online.-

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

变更历史

变更时间变更内容概要操作
暂无变更历史
  • 本页导读 (1)
文档反馈