华为乾坤-查询AP IPsec加密策略配置:响应示例

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

响应示例

返回状态码为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" : "",
	"pageIndex" : 1,
	"pageSize" : 1,
	"totalRecords" : 1,
	"data" : [
		{
			"id" : "fbb684c8-0d37-496f-bafa-4b06db151e2e",
			"name" : "TEST",
			"ikeVersion" : "v1",
			"ikeEncryptAlgorithm" : "aes-256",
			"ikeNegotiationMode" : "main",
			"ikeAuthAlgorithm" : "sha2-256",
			"ikeIntegrityAlgorithm" : "sha2-256",
			"ikePrf" : "sha2-256",
			"ipsecTransformProtocol" : "ah",
			"ipsecEncapsulationMode" : "tunnel",
			"ipsecAhAuthAlgorithm" : "sha2-256",
			"ipsecAuthAlgorithm" : "sha2-256",
			"ipsecEncryptAlgorithm" : "aes-256",
			"ipsecPfs" : "group1",
			"ipsecLifetimeSeconds" : "30",
			"ipsecLifetimeKilobytes" : "256",
			"ipsecDpdType" : "periodic",
			"ipsecDpdMsg" : "seq-hash-notify",
			"ipsecDpdInterval" : "30",
			"ipsecDpdTimeout" : "15",
			"ikeDh" : "group1",
			"ikeLifeTime" : "60"
		}
	]
}
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000001930921458.html