為指定的智能接入網關設備配置服務地址。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 智能接入網關實例所屬的地域 ID。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-shanghai |
AddressType | string | 是 | 智能接入網關實例服務地址類型,僅取值:ProbeTask。 | ProbeTask |
Address | string | 是 | 智能接入網關實例服務地址。取值如:192.168.1.1。 | 192.168.1.1 |
SagId | string | 是 | 智能接入網關實例 ID。 | sag-**** |
Sn | string | 是 | 智能接入網關設備序列號。 | sag**** |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "324223F3-93D3-4CE4-B26F-66C0C3809922",
"Code": "200",
"Message": "successful"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidServiceAddressType | The specified service address type is invalid. | 服務地址類型不合法。 |
400 | InvalidParam.Ip | The specified IP address is invalid. | 指定的IP不合法 |
400 | InstanceExists | The specified instance already exists. | 實例已經存在。 |
403 | FeatureNotSupport | The current edition of the smart access gateway does not support this feature. | 智能接入網關當前版本不支持該功能特性。 |
訪問錯誤中心查看更多錯誤碼。