{"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":"alarmsAcknowledgeAlarmReq","type":"object","description":"Request to acknowledge or unacknowledge an alarm.","properties":{"alarmId":{"type":"string","description":"The unique identifier for the alarm to be acknowledged."},"criteria":{"type":"string","description":"Criteria used to filter which alarms are acknowledged."},"note":{"type":"string","description":"Additional notes regarding the alarm acknowledgment."},"ack":{"type":"boolean","description":"Indicates whether the alarm should be acknowledged (true) or unacknowledged (false)."}},"$$ref":"#/components/schemas/alarmsAcknowledgeAlarmReq"}}