华为乾坤-获取LLDP采集结果统计信息:响应示例

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

响应示例

返回状态码为200:接口调用成功,响应体参考LldpCollectStatisticsResp。

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" : "",
	"id" : "ee4d21b7-27cf-4b2e-af7a-8231a31152c0",
	"status" : 1,
	"createTime" : 1612853177000,
	"updateTime" : 1612853226000,
	"statistics" : [
		{
			"id" : "b473118d-17ff-4f4f-9fa9-a4c0e1e87e42",
			"name" : "00500829380000000000",
			"neighbourDevNum" : 100,
			"allowAddNeighbourDevNum" : 100
		}
	]
}

返回状态码为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
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000002163880557.html