Techpreview_Monitoring_Snmp_Get_ResponseBody
Techpreview_Monitoring_Snmp_Get_ResponseBody
This is a response body class for an operation.
JSON Example
{
"value": {
"authentication": "string",
"communities": [
"string"
],
"enable": false,
"engineid": "string",
"loglevel": "string",
"notraps": [
"string"
],
"port": 0,
"privacy": "string",
"syscontact": "string",
"syslocation": "string",
"targets": [
{
"ip": "string",
"port": 0,
"community": "string"
}
],
"users": [
{
"username": "string",
"sec_level": "string",
"auth_key": "string",
"priv_key": "string"
}
],
"remoteusers": [
{
"username": "string",
"sec_level": "Techpreview_Monitoring_Snmp_SNMPSecLevel Object",
"authentication": "Techpreview_Monitoring_Snmp_SNMPAuthProto Object",
"auth_key": "string",
"privacy": "Techpreview_Monitoring_Snmp_SNMPPrivProto Object",
"priv_key": "string",
"engineid": "string"
}
],
"v3targets": [
{
"type": "string",
"sec_level": "Techpreview_Monitoring_Snmp_SNMPSecLevel Object",
"ip": "string",
"port": 0,
"user": "string"
}
],
"pid": "string"
}
}