华为乾坤-修改该站点模板SNMP配置信息:响应示例

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

响应示例

返回状态码为200:站点模板SNMP配置结果,返回结构体参见SiteTemplateSnmpResponseDto。

HTTP/1.1 200 OK
Date: Thu,13 Sep 2018 10:00:00 GMT
Server: example-server
Content-Type: application/json
{
    "errcode" : "0",
    "errmsg" :  "",
    "data" : {
        "snmpEnable" : true,
        "protocolVersion" : "V3",
        "groupName" : null,
        "userInfos" : [
            {
                "snmpUserName" : "Huawei-Guest",
                "snmpPasswd" : "********",
                "snmpPrivateProtocol" : "AES128",
                "snmpAuth":"********",
                "snmpAuthProtocol" : "SHA"
            }
        ],
        "aclIps" : [
             "192.168.1.1"
        ],
        "trapEnable" : true,
        "targetHosts" : [
            {
                "hostIp" : "192.168.2.2",
                "hostName" : "Huawei-Guest"
            }
        ],
        "updownTrapEnable" : true
    }
}

返回状态码为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_0000001898255329.html