ReconfigureSnmpAgentRequestType
ReconfigureSnmpAgentRequestType
The parameters of ReconfigureSnmpAgent.
JSON Example
{
"spec": {
"_typeName": "string",
"enabled": false,
"port": 0,
"readOnlyCommunities": [
"string"
],
"trapTargets": [
{
"_typeName": "string",
"hostName": "string",
"port": 0,
"community": "string"
}
],
"option": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
}