SnmpProfileResponse
                                SnmpProfileResponse                            
                            JSON Example
                                    {
    "entity_id": "snmp-er67ght8kn67",
    "nick_name": "AWS SNMP collector profile",
    "target_ip": "10.11.11.102",
    "target_port": 161,
    "snmp_version": "string",
    "snmp_v2c": {
        "community_string": "public"
    },
    "snmp_v3": {
        "username": "readonly",
        "context_name": "default",
        "authentication_type": "MD5",
        "authentication_password": "VMware1!",
        "privacy_type": "AES256",
        "privacy_password": "VMware1!"
    }
}
            
            
                                    string
                
                
            
        
        
                entity_id            
                            Optional
                    Entity Identifier for SNMP profile.
            
            
                                    string
                
                
            
        
        
                nick_name            
                            Optional
                    User defined descriptor or identifier for particular SNMP profile.
            
            
                                    string
                
                
            
        
        
                target_ip            
                            Optional
                    IP address of SNMP target destination
            
            
                                    integer
                
                
            
        
        
                target_port            
                            Optional
                    Receiving port number of SNMP target destination
            
            
                                    string
                
                
            
        
        
                snmp_version            
                            Optional
                    snmp_version
                Possible values are :
                                    v2c, 
                                    v3, 
                            
        
    