华为乾坤-查询可添加的模板:请求示例

时间:2025-02-17 11:37:44

请求示例

cURL示例
curl -k -s -L -i -X POST \
  https://{ip:port}/restconf/operations/huawei-ac-application-template-north:query-application-template \
  -H 'cache-control: no-cache' \
  -H 'content-type: application/json' \
  -H 'x-access-token: x-48ljg7o9vzqq4apgirobnwkabvuq468bryjs7s476mhflcnz5dmk5dhf44ank5vsbv4a4acbs7alikiltcuog7ul05epqrfzte06o6g5dfeo5ec4441jfvbus8btvxjz' \
  -d '{
    "input": {
        "app-id": "14a4ad25-5619-4f56-a050-46407d74e8af",
        "template-name":"",
        "dad-id":"",
        "page-index": 1,
        "page-size": 10,
        "sort-mode": "ASC",
        "sort-field": "TEMPLATENAME"
    }
}'
HTTP示例
POST /restconf/operations/huawei-ac-application-template-north:query-application-template HTTP/1.1
Host: {ip:port}
Content-Type: application/json
x-access-token: x-48ljg7o9vzqq4apgirobnwkabvuq468bryjs7s476mhflcnz5dmk5dhf44ank5vsbv4a4acbs7alikiltcuog7ul05epqrfzte06o6g5dfeo5ec4441jfvbus8btvxjz
Cache-Control: no-cache
body:
{
    "input": {
        "app-id": "14a4ad25-5619-4f56-a050-46407d74e8af",
        "template-name":"",
        "dad-id":"",
        "page-index": 1,
        "page-size": 10,
        "sort-mode": "ASC",
        "sort-field": "TEMPLATENAME"
    }
}
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000002159327093.html