华为乾坤-查询防火墙设备静态路由配置:响应示例

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

响应示例

返回状态码为200:查询的防火墙设备静态路由配置。

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" : {
		"pageIndex" : 1,
		"pageSize" : 20,
		"totalRecords" : 10,
		"deviceFwStaticRoutePolicys" : [
			{
				"mask" : 22,
				"destinationPrefixIp" : "10.20.0.0",
				"nextHopAddress" : "10.20.0.10",
				"nextInterface" : "GigabitEthernet0/0/4",
				"trackIplinkId" : "ae5813f8ff1e41f5ba9c324da70b49ca",
				"preference" : 5,
				"id" : "de5813f8ff1e41f5ba9c324da70b49ed"
			}
		]
	}
}

返回状态码为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_0000001898465661.html