SNMPCredentials

SNMPCredentials
SNMPCredentials
AllOf
This class requires all of the following:
JSON Example
{
    "snmp_enabled": true,
    "snmp_version": "v2c",
    "config_snmp_2c": {
        "community_string": "public"
    },
    "config_snmp_3": {
        "username": "readonly",
        "context_name": "default",
        "authentication_type": "MD5",
        "authentication_password": "VMware1!",
        "privacy_type": "AES256",
        "privacy_password": "VMware1!"
    },
    "name": "SNMP_Credential_1",
    "entityId": "1:3102:3",
    "account_type": "string"
}