云服务器内容精选

  • 响应示例 返回状态码为200:配置成功,返回结构体参见IoTConfigResponseDto。 HTTP/1.1 200 OK Date: Sun,16 Feb 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" : { "panelName" : "AirEngine5760-10", "iotCardConfig" : { "cardName" : "card1", "cardConfigured" : true, "portType" : "ethernet", "communicationPort" : 1026, "extCommunicationPort" : 1027, "communicationProtocol" : "tcp", "shareKey" : "", "trustedHostAddress" : "192.168.3.2/24", "iotServer2" : "192.168.3.2", "port2" : 2080, "administrativeStatus" : false, "defaultVlan" : 200, "description" : "description", "iotServer1Config" : [ { "serverNum" : 1, "iotServer" : "192.168.3.2", "port" : 1080 } ] }, "cardNames" : ["card1"], "deviceGroupId" : "fbb684c8-0d37-496f-bafa-4b06db151e2e", "operation" : "update" } }
  • 请求示例 HTTP的示例 PUT /controller/campus/v1/networkservice/networkconfig/net/apiot/sites/fbb684c8-0d37-496f-bafa-4b06db151e2e/apiot 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 { "panelName" : "AirEngine5760-10", "iotCardDto" : [ { "cardName" : "card1", "portType" : "ethernet", "communicationPort" : 1026, "extCommunicationPort" : 1027, "communicationProtocol" : "tcp", "shareKey" : "example123", "trustedHostAddress" : "192.168.3.2/24", "iotServer2" : "192.168.3.2", "port2" : 2080, "administrativeStatus" : false, "defaultVlan" : 200, "description" : "description", "iotServer1Config" : [ { "serverNum" : 1, "iotServer" : "192.168.3.2", "port" : 1080 } ], "usbPower" : "", "powerSwitch" : "on" } ], "cardNames" : ["card1"] }
  • 响应示例 返回状态码为200:查询成功,返回结构体参见IoTResponseDto。 HTTP/1.1 200 OK Date: Sun,16 Feb 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" : [ { "panelName" : "AirEngine5760-10", "iotCardDto" : [ { "cardName" : "card1", "portType" : "ethernet", "communicationPort" : 1026, "extCommunicationPort" : 1027, "communicationProtocol" : "tcp", "shareKey" : "", "trustedHostAddress" : "192.168.3.2/24", "iotServer2" : "192.168.3.2", "port2" : 2080, "administrativeStatus" : false, "defaultVlan" : 200, "description" : "description", "iotServer1Config" : [ { "serverNum" : 1, "iotServer" : "192.168.3.2", "port" : 1080 } ], "usbPower" : "", "powerSwitch" : "on" } ], "cardNames" : ["card1"] } ] }
  • 请求示例 HTTP的示例 GET /controller/campus/v1/networkservice/networkconfig/net/apiot/sites/fbb684c8-0d37-496f-bafa-4b06db151e2e/apiot 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