华为乾坤-修改指定的接口:请求示例

时间:2025-05-12 15:32:34

请求示例

HTTP的示例
PATCH /restconf/v2/data/huawei-ac-nes-device:nes/ne/00000000-0000-0000-0000-000000000000/huawei-nce-e-ifm:interface/10GE0%2F0%2F0 HTTP/1.1
Host: 192.168.1.125:18002
Content-Type: application/json
Accept: application/json
Accept-Language: en-US
X-AC CES S-TOKEN: x-yyyyyy
restconf-transaction-id: "00000000-0000-0000-0000-000000000000"
{
	"huawei-nce-e-ifm:interface" : {
		"name" : "10GE0/0/0",
		"ifm-class" : "main-interface",
		"type" : "10GE",
		"parent-if-name" : "10GE0/0/0",
		"number" : "0/0/0",
		"level" : "L3",
		"vpn-instance" : "vpn1",
		"admin-status" : "down",
		"description" : "the interface for underlay",
		"bandwidth" : {
			"bandwidth" : 20,
			"bandwidth-kbps" : 20
		},
		"trunk" : {
			"members" : [
				{
					"interface-name" : "10GE0/0/0"
				}
			]
		},
		"ethernet" : {
			"negotiation-mode" : "enabled",
			"combo-mode" : "copper",
			"duplex" : "full",
			"speed" : "1000M"
		}
	}
}
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000001899964573.html