华为乾坤-查询模板内容:请求示例

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

请求示例

查询原生模板内容的HTTP示例
POST /restconf/operations/huawei-nce-aoc-config-template:query-template-content
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:input": {
        "template-name": "江苏省",
        "content-type":"raw",
        "format-type":"yaml"
    }
}
查询生效模板内容的HTTP示例
POST /restconf/operations/huawei-nce-aoc-config-template:query-template-content
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:input": {
        "template-name": "江苏省",
        "content-type":"effective-without-tag",
        "format-type":"yaml"
    }
}
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000002124127178.html