snmpConfigurations
Get SNMP configuration of the cluster Supported in v5.0+ Get SNMP configuration of the queried cluster.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | GetSnmpConfigurationInput! | Input for InternalGetSnmpConfiguration. |
Returns
Sample
{
"data": {
"snmpConfigurations": {
"communityString": "example-string",
"isEnabled": true,
"snmpAgentPort": 0,
"users": [
"example-string"
],
"trapReceiverConfigs": [
{
"address": "example-string",
"port": 0,
"securityLevel": "SNMP_SECURITY_LEVEL_ENUM_AUTH_NO_PRIV",
"user": "example-string"
}
]
}
}
}