{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/181eb68a-7ae6-3fee-8588-bdd2b4e91d68","info":{"title":"Crosswork Alarms and Events APIs","description":"Crosswork Alarms and Events APIs allow applications to create, update, acknowledge and clear alarms.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"},"version":"1.0.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/FAULT_MANAGEMENT/fault-infra-deprecated-api-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{server_ip}:30603/crosswork/alarms/v1","description":"Alarms"}]},"spec":{"title":"alarmsTrapDestinationList","type":"object","description":"List of configured Trap destinations.","properties":{"data":{"type":"array","items":{"title":"Trap Destination","type":"object","description":"Configuration details for a Trap destination.","properties":{"host":{"title":"IPv4 or IPv6 address of the Trap server","type":"string","description":"The IP address of the Trap server."},"port":{"title":"Listening port of the trap server","type":"integer","format":"int32","description":"The port on which the Trap server is listening."},"criteria":{"title":"Filter the kind of events that should be forwarded as traps","type":"string","description":"Criteria used to filter events forwarded as traps."},"community":{"title":"Community for Snmpv2","type":"string","description":"The SNMP v2 community string."},"rate_per_second":{"title":"Rate per second to send the traps","type":"integer","format":"int32","description":"The maximum rate at which traps are sent."},"secure":{"title":"Flag to enable Snmpv3","type":"boolean","description":"Indicates if SNMP v3 is enabled."},"v3_info":{"type":"object","description":"SNMP v3 configuration parameters.","properties":{"user_name":{"type":"string","description":"Username for SNMP v3 authentication."},"auth_type":{"type":"string","default":"AT_UNKNOWN","enum":["AT_UNKNOWN","AT_HMAC_MD5","AT_HMAC_SHA"],"description":"The authentication type used in SNMP v3.","$$ref":"#/components/schemas/alarmsSnmpV3AuthType"},"auth_password":{"type":"string","description":"Password for SNMP v3 authentication."},"priv_type":{"type":"string","default":"PT_UNKNOWN","enum":["PT_UNKNOWN","PT_CFB_AES_128","PT_CBC_DES_56","PT_CFB_AES_192","PT_CFB_AES_192C","PT_CFB_AES_256","PT_CFB_AES_256C"],"description":"The privacy type used in SNMP v3.","$$ref":"#/components/schemas/alarmsSnmpV3PrivType"},"priv_password":{"type":"string","description":"Password for SNMP v3 privacy."},"security_level":{"type":"string","default":"SL_UNKNOWN","enum":["SL_UNKNOWN","SL_NO_AUTH_NO_PRIV","SL_AUTH_NO_PRIV","SL_AUTH_PRIV"],"description":"The security level used in SNMP v3.","$$ref":"#/components/schemas/alarmsSnmpV3SecurityLevel"}},"$$ref":"#/components/schemas/alarmsSnmpV3"}},"$$ref":"#/components/schemas/alarmsTrapDestination"},"description":"A list of Trap destinations."}},"$$ref":"#/components/schemas/alarmsTrapDestinationList"}}