华为乾坤-查询该站点模板gapiot配置信息:响应示例

时间:2025-02-17 11:38:55

响应示例

返回状态码为200:站点模板全局IOT配置配置结果。

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" : [
		{
			"deviceId" : "026af5f1-e57c-4cc8-99f7-3d52faf4dd7a",
			"deviceName" : "AP4050DN-E",
			"deviceEsn" : "AA500829442SH5901454",
			"configured" : true,
			"deviceModel" : "S6730-H48X6C",
			"cardNames" : ["card1"],
			"cardNamesOfEthernet" : ["usb"],
			"cardNamesOfContainer" : ["usb"],
			"apIotViewBox" : {
				"iotCardConfigs" : [
					{
						"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",
						"iotServerOneConfig" : [
							{
								"serverNum" : "2",
								"iotServer" : "192.168.3.2",
								"port" : "1080"
							}
						],
						"powerSwitch" : "on"
					}
				]
			}
		}
	]
}

返回状态码为400:校验异常。

HTTP/1.1 400 Bad Request
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

返回状态码为500:内部服务错误。

HTTP/1.1 500 Internal Server Error
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
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000001898418225.html