{"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 parameters","example":{"parameter":[{"display_name":"Alert Threshold","name":"alert_threshold","value":"40.0"},{"display_name":"Alert Critical Time","name":"alert_crit_time","value":"0.0"}]},"properties":{"parameter":{"description":"parameter","items":{"description":"Description for parameter","example":{"display_name":"Alert Threshold","name":"alert_threshold","possible_values":["MINOR","MAJOR","WARNING","CRITICAL"],"value":"2.0"},"properties":{"display_name":{"description":"Readable name of the KPI parameter to be displayed to the user","type":"string"},"name":{"description":"Internal name of the KPI parameter used in the backend, used in other REST calls","type":"string"},"possible_values":{"description":"Array of strings that define the possible vaues for this parameter. If this array is not empty, it should be used as the list of options to the user for this parameter","items":{"type":"string"},"type":"array"},"type":{"description":"Type of parameter, e.g. string, int, float","type":"string"},"value":{"description":"Value of the parameter","type":"string"}},"type":"object","$$ref":"#/components/schemas/parameter"},"type":"array"}},"type":"object","title":"parameters"}}