NodeSnmpServiceProperties

NodeSnmpServiceProperties
NodeSnmpServiceProperties

Node SNMP service properties

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "service_name": "string",
    "service_properties": {
        "communities": [
            "string"
        ],
        "start_on_boot": false,
        "v2_configured": false,
        "v3_auth_protocol": "string",
        "v3_configured": false,
        "v3_priv_protocol": "string",
        "v3_users": [
            {
                "auth_password": "string",
                "priv_password": "string",
                "user_id": "string"
            }
        ]
    }
}