{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/960a628c-2f33-3367-a4ec-faca586888c5","info":{"title":"Service Health Historical Data APIs","description":"APIs for requesting historical data recorded by the Crosswork Service Health application.","termsOfService":"terms-of-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.1.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/ServiceHealth/sh_application_overview.md"}},"openapi":"3.0.1","servers":[{"url":"/crosswork/aa/aaapp/v1/"}],"securitySchemes":{"bearerAuth":{"type":"apiKey","description":"Security token for authorizing requests for these APIs.","name":"Authorization","in":"header"}}},"spec":{"description":"Response - SLA breaches count for SH Dashboard","type":"object","properties":{"status":{"type":"string","description":"Response Status - SLA breaches count for SH Dashboard","default":"UNKNOWN_STATUS","enum":["UNKNOWN_STATUS","SUCCESS","ERROR"],"$$ref":"#/components/schemas/DashboardSlaResponseStatus"},"errmsg":{"description":"Error message","type":"string"},"serviceType":{"description":"Service Type","type":"string"},"serviceBreach":{"description":"SLA sessions and breaches of the services","type":"array","items":{"type":"object","description":"Service Breach","properties":{"serviceId":{"description":"Service Id","type":"string"},"serviceStatus":{"description":"Status of the service","type":"string"},"totalSessions":{"description":"Total probe sessions of the service","type":"integer","format":"int32"},"totalBreaches":{"description":"Total session breaches of the service","type":"integer","format":"int32"},"fwdDelayBreaches":{"description":"L3VPN Forward delay breaches count","type":"integer","format":"int32"},"fwdVarianceBreaches":{"description":"L3VPN Forward variance breaches count","type":"integer","format":"int32"},"fwdLossBreaches":{"description":"L2VPN/L3VPN Forward packets-lost breaches count","type":"integer","format":"int32"},"rvsDelayBreaches":{"description":"L3VPN Reverse delay breaches count","type":"integer","format":"int32"},"rvsVarianceBreaches":{"description":"L3VPN Reverse variance breaches count","type":"integer","format":"int32"},"rvsLossBreaches":{"description":"L2VPN/L3VPN Reverse packets-lost breaches count","type":"integer","format":"int32"},"thresholdValues":{"description":"Threshold data","type":"object","properties":{"delayThreshold":{"description":"Delay threshold","type":"string","format":"int64"},"varianceThreshold":{"description":"Variance threshold","type":"string","format":"int64"},"lossThreshold":{"description":"Packets-lost threshold","type":"string","format":"int64"}},"$$ref":"#/components/schemas/ThresholdData"}},"$$ref":"#/components/schemas/ServiceBreach"}}},"$$ref":"#/components/schemas/DashboardSlaResponse","title":"DashboardSlaResponse"}}