华为乾坤-更新模板应用中的模板和设备:请求示例

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

请求示例

HTTP的示例
PUT /restconf/data/huawei-nce-aoc-config-template-application:template-application/{template-application-id}
Host: 192.168.1.125:26335
Content-Type: application/json
Accept: application/json
Accept-Language: en-US
X-AUTH-TOKEN: x-yyyyyy
{
    "huawei-nce-aoc-config-template-application:template-application":[
        {
			"template-application-id":{{app-id}},
                        "device": [
		            {
			        "device-id": "8d394835-cb84-38f3-a4d5-36a7f2074b50"
		            }
	                 ],
	                 "template": [
		           {
			       "template-id": "a76c5de4-de30-4c2f-a358-42bf89e3b788"
		           }
	                 ]
        }
    ]
}
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000002123969034.html