华为乾坤-查找Banner:响应示例

时间:2025-05-12 15:31:14

响应示例

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

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" : "",
	"pageIndex" : 1,
	"pageSize" : 10,
	"totalRecords" : 100,
	"data" : [
		{
			"id" : "",
			"templateName" : "templateName",
			"bannerBefore" : "header shell information Telecom Italia S.p.A.",
			"bannerAfter" : "UNAUTHORIZED AC CES S TO THIS NETWORK DEVICE IS PROHIBITED You must haveexplicit permission to access or configure this deviceAll activities performed on this device may be logged based on TISecurity Policy"
		}
	]
}

返回状态码为400:Invalid tag value

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
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000001852123546.html