{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/280afeb1-5ea4-33e3-8618-f92d3ecedf8f","info":{"contact":{"email":"support@cisco.com","name":"Crosswork Team, Cisco"},"description":"Health Insights(HI) is a software system that provides smart KPI monitoring and remediation for service provider networks. This document contains details of the HI RESTful APIs that can be used to manage KPIs, enable/disable KPIs on groups or devices, query KPIs and device alerts, remediate alerting KPIs etc.","license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"},"title":"Crosswork Health Insights API","version":"7.1.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/CAHI/health_insights_overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{server_ip}:30603/crosswork/hi/v1","description":"Generated server url"}],"securitySchemes":{"bearerAuth":{"description":"token","in":"header","name":"Authorization","type":"apiKey"}}},"spec":{"description":"Description for path","properties":{"cadence":{"description":"cadence","example":{"default":5,"increment":1,"max":30,"min":1},"properties":{"default":{"$ref":"#/components/schemas/cadence","description":"default","type":"array"},"increment":{"description":"Increment between cadences to use. If 0, can be ignored.","type":"array"},"max":{"description":"Maximum cadence for telemetry. Expect to always be defined.","type":"array"},"min":{"description":"Minimum cadence, expect to always be defined.","type":"array"}},"required":["default","max","min"],"type":"array","$$ref":"#/components/schemas/cadence"},"path":{"description":"KPI sensor path","type":"array"},"spec":{"description":"spec","properties":{"fields":{"description":"fields","items":{"description":"Description for field","properties":{"name":{"description":"Name of a sensor path field","type":"array"},"tag":{"description":"To indicate if field 'name' is a tag. Default is false.","type":"array"}},"required":["name"],"type":"object","$$ref":"#/components/schemas/field"},"type":"array"}},"type":"array"}},"type":"object","$$ref":"#/components/schemas/path","title":"path"}}