华为云用户手册

  • 响应参数 返回状态码为200:查询成功,响应体参考GetRebootStatusResp。 表2 GetRebootStatusResp对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 errcode string 0~64个字符。 - 错误码。 "0" errmsg string 0~256个字符。 - 错误信息。 "error" data REFERENCE 详细请参见表3。 - - 表3 RebootStatusData对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 deviceId string - - 设备ID。 "ea25fdbf-8dee-4823-bac2-5bfe8e3359cad" taskCreatTime integer - - 任务创建时间,时间戳格式,单位秒。 1526558551 taskStatus string - - 任务状态范围: waiting、executing、success、failure。 "success" rebootAtTime string - - 设备重启时间, UTC时间 "2017-12-13 01:37:28 +0000" 返回状态码为400:校验异常,无响应体。 详细信息请参见实际响应消息体。 返回状态码为500:内部错误,无响应体。 详细信息请参见实际响应消息体。
  • 响应示例 返回状态码为200:查询成功,响应体参考GetRebootStatusResp。 HTTP/1.1 200 OK Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0", "errmsg" : "error", "data" : { "deviceId" : "ea25fdbf-8dee-4823-bac2-5bfe8e3359cad", "taskCreatTime" : 1526558551, "taskStatus" : "success", "rebootAtTime" : "2017-12-13 01:37:28 +0000" } } 返回状态码为400:校验异常,无响应体。 HTTP/1.1 400 Bad Request Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive 返回状态码为500:内部错误,无响应体。 HTTP/1.1 500 Internal Server Error Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive
  • 请求示例 HTTP的示例 GET /controller/campus/v1/oamservice/device-reboot/ea25fdbf-8dee-4823-bac2-5bfe8e3359cad HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-AC CES S-TOKEN: x-yyyyyy
  • 开通云管理网络服务 已注册华为乾坤租户账号,账号可以是自注册或者MSP代建。自注册步骤如下: 访问华为乾坤控制台,在登录页面单击“立即注册”。 根据页面提示设置用户名、 密码等信息,确认无误后勾选隐私声明和用户协议,并单击“注册并登录”。 已购买并开通了云管理网络,具体步骤请参见《服务开通》的“开通云管理网络套餐”。 LAN-WAN融合场景需要购买“SD-WAN增值套餐”两种套餐。 父主题: 配置前准备
  • 响应示例 返回状态码为200:接口调用成功,响应体参考QuerySiteControlPointsResponse。 HTTP/1.1 200 OK Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0", "errmsg" : "", "totalRecords" : 200, "pageSize" : 20, "pageIndex" : 1, "data" : [ { "id" : "00000000-0000-0000-0000-000000000000", "controlPoints" : ["00000000-0000-0000-0000-000000000000"] } ] } 返回状态码为400:校验异常。 HTTP/1.1 400 Bad Request Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive 返回状态码为500:内部错误。 HTTP/1.1 500 Internal Server Error Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive
  • 请求示例 HTTP的示例 GET /controller/campus/v1/sdwan/net/site/controlpoints?pageIndex=1&pageSize=20&sort=a99f794e-b510-438c-a75d-de59f02347eb&siteId=a99f794e-b510-438c-a75d-de59f02347eb HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-ACCESS-TOKEN: x-yyyyyy
  • 请求示例 HTTP的示例 { "siteId": "e8f87269-0108-44d4-97cd-4fe7b0b3ded5", "acDeviceId": "e8f87269-0108-44d4-97cd-4fe7b0b3ded5", "pageSize": 20, "pageIndex": 1, "licenseStatus": "on", "keyword": "100" }
  • 响应示例 返回状态码为200:操作成功,返回独立AC下FitAP密盾license列表。 { "list": [ { "apDeviceId": "fbb684c8-0d37-496f-bafa-4b06d5151e2e", "apDeviceName": "S5735-L48P4X-A", "esn": "21980109442SL4600798", "licenseStatus": "on", "tagNames": [ "5" ], "deviceModel": "AR7030" } ], "pageIndex": 10, "pageSize": 10, "totalRecords": 10 } 返回状态码为400:校验异常。 HTTP/1.1 400 Bad Request Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive 返回状态码为500:内部错误。 HTTP/1.1 500 Internal Server Error Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive
  • URI /v1/networkconfig/wac-devices/wifishield-licenses 表1 query参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 siteId 是 string 0~36个字符。 - 站点id "e8f87269-0108-44d4-97cd-4fe7b0b3ded5" acDeviceId 是 string 0~36个字符。 - WAC设备id "e8f87269-0108-44d4-97cd-4fe7b0b3ded5" pageSize 是 int32 [1-100] - 分页的大小。 20 pageIndex 是 int32 [1-1000] - 分页的序号。 1 licenseStatus 否 string 1~16个字符。满足正则表达^(on|off|deactivate)$。 - 高级过滤:设备密盾license状态,包含开启(on)、关闭(off)、停用(deactivate)三类。 "on" keyword 否 string 0~64个字符。 - 模糊过滤关键字,支持设备名称和ESN。 "100" sortField 否 string 0~64个字符。 - 排序字段,支持名称、esn、款型的排序。 "name"
  • 响应示例 返回状态码为200:操作成功。 HTTP/1.1 200 OK Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0x00c8000c", "errmsg" : "The parameter is invalid.", "data" : { "successList" : [ "963fe74d-dd42-4fea-b5ac-8d0dd6ed86d6" ], "failedList" : [ { "deviceId" : "963fe74d-dd42-4fea-b5ac-8d0dd6ed86d7", "errcode" : "0x00c8000c" } ] } } 返回状态码为207:部分成功 HTTP/1.1 207 Multi-Status Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0x00c8000c", "errmsg" : "The parameter is invalid.", "data" : { "successList" : [ "963fe74d-dd42-4fea-b5ac-8d0dd6ed86d6" ], "failedList" : [ { "deviceId" : "963fe74d-dd42-4fea-b5ac-8d0dd6ed86d7", "errcode" : "0x00c8000c" } ] } } 返回状态码为400:代码中可识别的错误信息 HTTP/1.1 400 Bad Request Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive 返回状态码为500:程序运行中未知的错误 HTTP/1.1 500 Internal Server Error Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive
  • 请求示例 HTTP的示例 POST /v1/cfgcommon/devices/config-status/action/batch-repair HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-ACCESS-TOKEN: x-yyyyyy { "deviceIdList" : [ "963fe74d-dd42-4fea-b5ac-8d0dd6ed86d6" ] }
  • 请求示例 HTTP的示例 PUT /controller/campus/v1/accountservice/mac/a91e1696-02a2-4a68-bad4-aa639359c8cf HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-ACCESS-TOKEN: x-yyyyyy { "name" : "macAccountName", "description" : "mac test", "terminalMacs" : ["11-11-11-11-11-11","22-22-22-22-22-22"], "userGroupId" : "a7953ba5-2779-4fb4-aaf0-6f39fac19c5e", "roleIds" : ["a7953ba5-2779-4fb4-aaf0-6f39fac19c5e"], "email" : "xxx@example.com", "telephone" : "1xxxxxxxxxx", "validPeriodLong" : "1571710215000", "bindAccessInfo" : { "bindDeviceInfo" : [ { "deviceIp" : "10.1.1.1", "port" : "G0/0/1", "vlan" : "3377" } ], "bindAccDeviceInfo" : [ { "deviceIp" : "10.1.1.1", "port" : "G0/0/1", "vlan" : "3377" } ], "bindEsn" : "21500829352SH1903955,21500829352SH1903977", "bindIP" : "10.1.1.1,10.1.1.2" }, "fields" : [ { "customFieldId" : "ea25fdbf-8dee-4823-bac2-5bfe8e3359cb", "customFieldValue" : "aaa" } ], "supportDpsk" : false, "dpsk" : "" }
  • 响应示例 返回状态码为200:修改成功,响应体参考DataMacDto。 HTTP/1.1 200 OK Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0", "errmsg" : "", "data" : { "name" : "macAccountName", "description" : "mac test", "terminalMacs" : ["11-11-11-11-11-11","22-22-22-22-22-22"], "userGroupId" : "a7953ba5-2779-4fb4-aaf0-6f39fac19c5e", "roleIds" : ["a7953ba5-2779-4fb4-aaf0-6f39fac19c5e"], "email" : "xxx@example.com", "telephone" : "1xxxxxxxxxx", "validPeriodLong" : "1571710215000", "bindAccessInfo" : { "bindDeviceInfo" : [ { "deviceIp" : "10.1.1.1", "port" : "G0/0/1", "vlan" : "3377" } ], "bindAccDeviceInfo" : [ { "deviceIp" : "10.1.1.1", "port" : "G0/0/1", "vlan" : "3377" } ], "bindEsn" : "21500829352SH1903955,21500829352SH1903977", "bindIP" : "10.1.1.1,10.1.1.2" }, "fields" : [ { "customFieldId" : "ea25fdbf-8dee-4823-bac2-5bfe8e3359cb", "customFieldValue" : "aaa" } ], "supportDpsk" : false, "dpsk" : "", "id" : "d50a4732-f933-410b-88c0-7adf0ba59550", "userGroupPath" : "ROOT\\Guest" } } 返回状态码为400:校验异常。 HTTP/1.1 400 Bad Request Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive 返回状态码为500:内部错误。 HTTP/1.1 500 Internal Server Error Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive
  • 请求示例 HTTP的示例 GET /controller/campus/v1/sdwan/routing-protocol/overlay-wan-bgp-policy/template/all?templateName=Template1&pageIndex=1&pageSize=10&sortKey=Template1&sortDir=DESC HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-ACCESS-TOKEN: x-yyyyyy
  • 响应示例 返回状态码为200:接口调用成功,响应体参考OverlayWanBgpPolicyAllTemplateResponse。 HTTP/1.1 200 OK Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0", "errmsg" : "", "pageIndex" : 1, "pageSize" : 10, "totalRecords" : 10, "data" : [ { "templateId" : "fbb684c8-0d37-496f-bafa-4b06d515j7l6", "templateName" : "Template1", "templateDesc" : "template desc", "vpnId" : "310473a6-8006-48a3-9558-543d32ea1757", "vpnName" : "VPN", "siteCount" : "20" } ] } 返回状态码为400:校验异常。 HTTP/1.1 400 Bad Request Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive 返回状态码为500:内部错误。 HTTP/1.1 500 Internal Server Error Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive
  • 响应参数 返回状态码为200:接口调用成功,响应体参考OverlayWanBgpPolicyAllTemplateResponse。 表2 OverlayWanBgpPolicyAllTemplateResponse对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 errcode string - - 错误码。 "0" errmsg string - - 错误信息。 "" pageIndex int32 - - 分页索引 1 pageSize int32 - - 分页大小 10 totalRecords int32 - - 总数 10 data ARRAY_REFERENCE 0-2000个列表项,详细请参见表3。 BGP路由模板列表。 - 表3 OverlayWanBgpPolicyTemplateStatisticsInfo对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 templateId string - - 模板ID。 "fbb684c8-0d37-496f-bafa-4b06d515j7l6" templateName string - - 模板名称。 "Template1" templateDesc string - - 模板描述。 "template desc" vpnId string - - 关联VPN ID。 "310473a6-8006-48a3-9558-543d32ea1757" vpnName string - - 关联VPN名称。 "VPN" siteCount string - - 关联站点数。 "20" 返回状态码为400:校验异常。 详细信息请参见实际响应消息体。 返回状态码为500:内部错误。 详细信息请参见实际响应消息体。
  • URI /controller/campus/v1/sdwan/routing-protocol/overlay-wan-bgp-policy/template/all 表1 query参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 templateName 否 string - - 模板名称。 "Template1" pageIndex 否 int32 [0-2147483647] - 页面索引,不填时默认为1。 1 pageSize 否 int32 [0-1000] - 页面大小。 10 sortKey 否 string - - 排序字段,支持templateName, siteCount, 不填时按照更新时间降序排序。 "Template1" sortDir 否 string - - 升降序字段,支持ASC和DESC,默认是DESC。 "DESC"
  • 响应示例 返回状态码为200:查询成功,响应体参考QueryPredefinedApplicationCategoriesResponse。 HTTP/1.1 200 OK Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "", "errmsg" : "", "data" : [ { "categorayId" : "41", "categoryName" : "officeApp", "description" : "" } ] } 返回状态码为400:请求参数错误。 HTTP/1.1 400 Bad Request Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive 返回状态码为500:内部错误。 HTTP/1.1 500 Internal Server Error Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive
  • 请求示例 HTTP的示例 GET /controller/campus/v1/sdwan/application/predefined-application-categories?saType=SA_H30071002 HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-ACCESS-TOKEN: x-yyyyyy
  • URI /controller/campus/v1/sdwan/application/predefined-application-categories 表1 query参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 saType 是 string 4~12个字符。 - SA功能库类型。 取值范围:SA_H30071002、SA_H30071000、500+、6000+,SA_H30071002表示预置的SA 500+小库,SA_H30071000表示预置的SA 6000+大库。 兼容性考虑,保留500+、6000+取值,优先使用SA_H30071002、SA_H30071000。 "SA_H30071002"
  • 响应参数 返回状态码为200:查询成功,响应体参考QueryPredefinedApplicationCategoriesResponse。 表2 QueryPredefinedApplicationCategoriesResponse对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 errcode string - 0 错误码。 - errmsg string - 错误信息。 - data ARRAY_REFERENCE 0-1000个列表项,详细请参见表3。 预定义应用类别信息。 - 表3 PredefinedApplicationCategory对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 categorayId string - - 预定义应用类别ID(非UUID格式)。 "41" categoryName string 1~64个字符。满足正则表达^[a-zA-Z0-9_-]+$。 - 预定义应用类别名称。 "officeApp" description string 0~128个字符。 - 应用类别描述。 "" 返回状态码为400:请求参数错误。 详细信息请参见实际响应消息体。 返回状态码为500:内部错误。 详细信息请参见实际响应消息体。
  • 请求示例 HTTP的示例 POST /controller/campus/v3/networkconfig/site-templates/fbb684c8-0d37-496f-bafa-4b06d5151e2e/cli HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-ACCESS-TOKEN: x-yyyyyy { "name" : "test", "description" : "test", "cli" : "system-view\r\nstelnet server enable", "deviceType" : "AP" }
  • 响应示例 返回状态码为201:创建成功,返回配置后的CLI信息。 HTTP/1.1 201 Created Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0", "errmsg" : "", "data" : { "id" : "04f680e9ac0f4e298f27e4742f069af3", "name" : "test", "description" : "test", "cli" : "system-view\r\nstelnet server enable", "deviceType" : "AP", "createTime" : "2020-11-04 19:31:13" } }
  • URI /controller/campus/v3/networkconfig/site-templates/{siteTemplateId}/cli 表1 path参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 siteTemplateId 是 string 36个字符。 - 站点模板ID, UUID格式。 "fbb684c8-0d37-496f-bafa-4b06d5151e2e"
  • 响应示例 返回状态码为200:配置成功。 HTTP/1.1 200 OK Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0", "errmsg" : "", "data" : { "successDeviceNameList" : [ { "deviceId" : "d623ead6-a2cc-4c3c-9039-dcc8fa898a60", "deviceEsn" : "21980109444ELB001063", "deviceName" : "device1", "errcode" : "0", "errmsg" : "" } ], "failedDeviceNameList" : [ { "deviceId" : "d623ead6-a2cc-4c3c-9039-dcc8fa898a60", "deviceEsn" : "21980109444ELB001063", "deviceName" : "device1", "errcode" : "0", "errmsg" : "" } ] } } 返回状态码为207:部分配置成功。 HTTP/1.1 207 Multi-Status Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive { "errcode" : "0", "errmsg" : "", "data" : { "successDeviceNameList" : [ { "deviceId" : "d623ead6-a2cc-4c3c-9039-dcc8fa898a60", "deviceEsn" : "21980109444ELB001063", "deviceName" : "device1", "errcode" : "0", "errmsg" : "" } ], "failedDeviceNameList" : [ { "deviceId" : "d623ead6-a2cc-4c3c-9039-dcc8fa898a60", "deviceEsn" : "21980109444ELB001063", "deviceName" : "device1", "errcode" : "0", "errmsg" : "" } ] } } 返回状态码为400:校验失败。 HTTP/1.1 400 Bad Request Date: Sun,11 May 2025 10:00:00 GMT Server: example-server Content-Type: application/json;charset=UTF-8 Content-Length: 250 Connection: keep-alive
  • 请求示例 HTTP的示例 PUT /controller/campus/v1/networkservice/networkconfig/net/globalvlan HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-ACCESS-TOKEN: x-yyyyyy { "siteId" : "d623ead6-a2cc-4c3c-9039-dcc8fa898a60", "deviceIdList" : ["ffce359c-cf08-4717-bc26-c6e6af8f0ec3","ffce359c-cf08-4717-bc26-c6e6af8f0ec4"], "addVlan" : "5,10-20", "vlanDescription" : "业务vlan", "deleteVlan" : "30,40-50" }
  • 响应参数 返回状态码为200:配置成功。 表3 GlobalVlanResponseDto对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 errcode string 0~64个字符。 - 错误码。 "0" errmsg string 0~256个字符。 - 错误信息。 "" data REFERENCE 详细请参见表4。 - - 表4 GlobalVlanBatchResponseDto对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 successDeviceNameList ARRAY_REFERENCE 0-100个字符,详细请参见表5。 更新成功的设备集合。 - failedDeviceNameList ARRAY_REFERENCE 0-100个字符,详细请参见表5。 更新失败的设备集合以及失败原因。 - 表5 GlobalVlanDeviceResponseDto对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 deviceId string 36个字符。 - 设备ID。 "d623ead6-a2cc-4c3c-9039-dcc8fa898a60" deviceEsn string 8~64个字符。 - 设备Esn。 "21980109444ELB001063" deviceName string 1~64个字符。 - 设备名称。 "device1" errcode string 0~64个字符。 - 错误码。 "0" errmsg string 0~256个字符。 - 错误信息。 "" 返回状态码为207:部分配置成功。 GlobalVlanResponseDto对象的参数列表,详细请参见表3。 返回状态码为400:校验失败。 详细信息请参见实际响应消息体。
  • 请求示例 HTTP的示例 GET /controller/campus/v1/networkservice/networkconfig/net/arstaticroute/devices/fbb684c8-0d37-496f-bafa-4b06d5151e2e/staticroute?pageIndex=1&pageSize=20 HTTP/1.1 Host: 192.168.1.125:18002 Content-Type: application/json Accept: application/json Accept-Language: en-US X-ACCESS-TOKEN: x-yyyyyy
  • 响应参数 返回状态码为200:查询的路由器设备静态路由配置。 表3 GetArStaticrouteResponseDto对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 errcode string 0~64个字符。 - 错误码。 "0" errmsg string 0~256个字符。 - 错误信息。 "" data REFERENCE 详细请参见表4。 - - 表4 ArStaticrouteInfoDto对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 pageIndex integer [1-65535] - 页面索引。 1 pageSize integer [1-1000] - 每页显示记录数。 20 totalRecords integer [1-65535] - 总记录数。 10 routes ARRAY_REFERENCE 0-100个列表项,详细请参见表5。 路由器设备静态路由配置信息。 - 返回状态码为400:校验失败信息。 详细信息请参见实际响应消息体。
  • URI /controller/campus/v1/networkservice/networkconfig/net/arstaticroute/devices/{deviceId}/staticroute 表1 path参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 deviceId 是 string 36个字符。 - 设备标识,UUID格式。 "fbb684c8-0d37-496f-bafa-4b06d5151e2e" 表2 query参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 pageIndex 否 integer [1-65535] - 页面索引。 1 pageSize 是 integer [1-1000] - 每页显示记录数。 20
共100000条
提示

您即将访问非华为云网站,请注意账号财产安全