{"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":"alarmsSyslogDestinationList","type":"object","description":"List of configured Syslog destinations.","properties":{"data":{"type":"array","items":{"title":"Syslog Destination","type":"object","description":"Configuration details for a Syslog destination.","properties":{"host":{"title":"IPv4 or IPv6 address of the Syslog server","type":"string","description":"The IP address of the Syslog server."},"port":{"title":"Listening port of the Syslog server","type":"integer","format":"int32","description":"The port on which the Syslog server is listening."},"criteria":{"title":"Filter the kind of events that should be forwarded as Syslogs","type":"string","description":"Criteria used to filter events forwarded as Syslogs."},"rate_per_second":{"title":"Rate per second to send the Syslogs","type":"integer","format":"int32","description":"The maximum rate at which Syslogs are sent."},"secure":{"title":"Enable/Disable secure TLS connection","type":"boolean","description":"Indicates if a secure TLS connection is enabled."},"certificate_id":{"title":"Certificate name","type":"string","description":"The ID of the certificate used for secure connections."}},"$$ref":"#/components/schemas/alarmsSyslogDestination"},"description":"A list of Syslog destinations."}},"$$ref":"#/components/schemas/alarmsSyslogDestinationList"}}