华为乾坤-查询配置历史记录详情:响应示例

时间:2025-02-17 11:36:16

响应示例

返回状态码为200:查询成功

HTTP/1.1 200 OK
Date: Tue,17 May 2022 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
{
	"huawei-ac-iui-hiscmd:output" : {
		"total-num" : 1,
		"fp-hiscmd-records" : [
			{
				"uuid" : "0590d5f97dae31b4896971d07c0c9add",
				"device-id" : "0590d5f97dae31b4896971d07c0c9add",
				"device-ip" : "10.1.1.1",
				"config-time" : "2020-01-15 18:23:18",
				"feature-name" : "xxx",
				"operation" : "merge",
				"msg-body" : "xxx",
				"large-msg-status" : "none",
				"msg-south-body" : "xxx",
				"result" : "ok",
				"error-msg" : "xxx",
				"rollback" : true
			}
		]
	}
}

返回状态码为400:参数错误

HTTP/1.1 400 Bad Request
Date: Tue,17 May 2022 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_0000002123968998.html