{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/f117fa98-ad23-3ca8-adf8-21349b86b3ff","info":{"title":"Crosswork Performance APIs","description":"Performance APIs allow the user to perform CRUD operations on performance service","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"7.2.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/performance-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{{server}}:30603/crosswork/performance","description":"Generated server url"}]},"spec":{"type":"object","description":"The list of events associated with this metric based of the given keys.","properties":{"id":{"type":"string","description":"Fault's event id.","example":123},"severity":{"type":"string","description":"The event's severity.","enum":["CRITICAL","MAJOR","MINOR","WARNING","CLEARED","INFORMATION"],"example":"CRITICAL"},"timestamp":{"type":"string","description":"The time of the sample in the format of DateTimeFormatter.ISO_OFFSET_DATE_TIME with locale","example":"2025-06-11T12:00:00Z"},"value":{"type":"number","description":"The value of the metric.","example":24.4},"correlatedAlarmId":{"type":"string","description":"Fault's alarm ID","example":5},"description":{"type":"string","description":"Fault's event description.","example":"TCA on CPU utilization. Current value: 24.4 % is above the threshold: 20 %. Policy name: \"Robot-Device-health-0250\"."}},"$$ref":"#/components/schemas/MetricEvent","title":"MetricEvent"}}