{
  "id": 3,
  "description": "string",
  "name": "string",
  "ip_address": "string",
  "radius_secret": "string",
  "tacacs_secret": "string",
  "vendor_name": "string",
  "coa_capable": true,
  "coa_port": 10,
  "radsec_enabled": true,
  "snmp_read": {
    "force_read": true,
    "read_arp_info": false,
    "zone_name": "string",
    "snmp_version": "V2C",
    "community_string": "string",
    "security_level": "AUTH_PRIV",
    "user": "string",
    "auth_protocol": "MD5",
    "auth_key": "string",
    "privacy_protocol": "AES_128",
    "privacy_key": "string"
  },
  "snmp_write": {
    "default_vlan": 5,
    "snmp_version": "V2C",
    "community_string": "string",
    "security_level": "AUTH_PRIV",
    "user": "string",
    "auth_protocol": "MD5",
    "auth_key": "string",
    "privacy_protocol": "AES_128",
    "privacy_key": "string"
  },
  "cli_config": {
    "type": "SSH",
    "port": 7,
    "username": "string",
    "password": "string",
    "username_prompt_regex": "string",
    "password_prompt_regex": "string",
    "command_prompt_regex": "string",
    "enable_prompt_regex": "string",
    "enable_password": "string"
  },
  "onConnect_enforcement": {
    "enabled": true,
    "ports": "string"
  },
  "attributes": {}
}