{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/b95772dc6c621d9842faced8610ee58b0cb9cb02/9792902d-b2cb-3a50-8089-29b3532bc5ed","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":"7.1.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/FAULT_MANAGEMENT/fault-infra-api-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{server_ip}:30603/crosswork/alarm/v1","description":"Alarm/Alarm-Rest"}]},"spec":{"type":"object","description":"Alarm SNMPv3 Details","properties":{"user_name":{"type":"string","description":"The SNMPv3 username"},"auth_type":{"type":"string","description":"Alarm SNMPv3 AuthType","default":"AT_UNKNOWN","enum":["AT_UNKNOWN","AT_HMAC_MD5","AT_HMAC_SHA"],"$$ref":"#/components/schemas/alarmsSnmpV3AuthType"},"auth_password":{"type":"string","description":"The SNMPv3 authentication password"},"priv_type":{"type":"string","description":"Alarm SNMPv3 PrivType","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"],"$$ref":"#/components/schemas/alarmsSnmpV3PrivType"},"priv_password":{"type":"string","description":"The SNMPv3 privacy password"},"security_level":{"type":"string","description":"The security level for SNMPv3","default":"SL_UNKNOWN","enum":["SL_UNKNOWN","SL_NO_AUTH_NO_PRIV","SL_AUTH_NO_PRIV","SL_AUTH_PRIV"],"$$ref":"#/components/schemas/alarmsSnmpV3SecurityLevel"}},"title":"alarmsSnmpV3"}}