华为乾坤-批量查询流行为:响应示例

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

响应示例

返回状态码为200:操作成功。

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
{
	"huawei-nce-e-traffic-behavior:traffic-behavior" : [
		{
			"config-status" : "reserved",
			"last-committed-time" : "last-committed-time",
			"related-pkg-version" : "related-pkg-version",
			"edit-state" : "RUNNING",
			"name" : "Traffic Behavior",
			"description" : "Description",
			"filter-action" : {
				"filter" : "permit"
			},
			"remark-action-colors" : {
				"remark-action-color" : [
					{
						"remark-type" : "8021p",
						"remark-value" : 254
					}
				]
			},
			"remark-actions" : {
				"remark-action" : [
					{
						"action-type" : "8021p",
						"remark-value" : 254,
						"after-trust" : "enable"
					}
				]
			},
			"set-te-classes" : {
				"class-id" : 1
			},
			"service-class-actions" : {
				"service-class-action" : [
					{
						"action-type" : "service-class",
						"service-class" : "be",
						"color" : "green",
						"remark-switch" : "enable",
						"bfd-session-name" : "BFD Session Name"
					}
				]
			},
			"statistic-action" : {
				"statistic-enable" : "Statistic enable"
			},
			"car-actions" : {
				"car-action" : [
					{
						"action-type" : "car",
						"cir" : 4294967294,
						"pir" : 4294967294,
						"cbs" : 4294967294,
						"pbs" : 4294967294,
						"adjust" : 10,
						"green-action" : "pass",
						"green-container" : {
							"green-service-class" : "be",
							"green-color" : "green",
							"green-remark-dscp" : 62
						},
						"yellow-action" : "pass",
						"yellow-container" : {
							"yellow-service-class" : "be",
							"yellow-color" : "yellow",
							"yellow-remark-dscp" : 62
						},
						"red-action" : "pass",
						"red-container" : {
							"red-service-class" : "be",
							"red-color" : "red",
							"red-remark-dscp" : 62
						},
						"color-aware" : "enable",
						"limit-type" : "pps",
						"share-mode" : "enable"
					}
				]
			},
			"pbr" : {
				"pbr-ipv4" : {
					"redirect-tunnel" : {
						"tunnel-name" : "Tunnel Name"
					},
					"ipv4-nexthops" : {
						"nexthop-addresses" : {
							"nexthop-address" : [
								{
									"ip-address" : "10.1.0.0"
								}
							]
						}
					},
					"redirect-srv6-te-policy" : {
						"endpoint" : "Endpoint IPv6",
						"color" : 4294967294,
						"sid-type" : "sid",
						"sid-ip" : "Sid IP"
					},
					"ipv4-nexthop" : {
						"nexthop-address" : "10.1.0.0",
						"none" : {
							"deny" : false
						},
						"interface" : {
							"if-name" : "Interface Name"
						}
					}
				},
				"pbr-ipv6" : {
					"ipv6-nexthops" : {
						"nexthop-addresses" : {
							"nexthop-address" : [
								{
									"ipv6-address" : "fc00::/7"
								}
							]
						}
					},
					"ipv6-nexthop" : {
						"nexthop-address" : "fc00::/7",
						"none" : {
							"deny" : false
						},
						"interface" : {
							"if-name" : "Interface Name"
						}
					}
				}
			},
			"flow-queue-action" : {
				"flow-queue-name" : "name1",
				"queue-name" : "name2"
			},
			"qos-profile-action" : {
				"qos-profile-name" : "name1",
				"user-queue-name" : "name2"
			}
		}
	]
}

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

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

返回状态码为500:内部错误。

HTTP/1.1 500 Internal Server Error
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_0000001899845345.html