Snmp Config V 2 C Config

ModelsStructures

Snmp Config V 2 C Config
#

This model accepts additional fields of type Object.

NameDescription
authorization
String
client_list_name
String

client_list_name here should refer to client_list above

community_name
String
view
String

view name here should be defined in views above

{
  "authorization": "read-only",
  "client_list_name": "clist-1",
  "community_name": "abc123",
  "view": "all",
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}