{"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 pulseProfileQueryArg","properties":{"descending_order":{"description":"Sort order. Default is ascending.","format":"boolean","type":"array"},"description_pattern":{"description":"Wildcard pattern. Any Description contains the pattern is a match (restricted by limit/offset).","type":"array"},"limit":{"description":"Specifies limit on number of devices to return in a single request\ne.g if limit = 4 then the api will return 4 profiles.\nDefault is 5 and Max is 10.","format":"int64","type":"array"},"offset":{"description":"offset","format":"int64","title":"For pagination, specify the offset while fetching records.\ne.g.: if limit is 10, then in the first API call offset will be 0, in the 2nd call offset=10, 3rd call offset=20 etc","type":"array"},"profile_id_pattern":{"description":"Wildcard pattern. Any ID contains the pattern is a match (restricted by limit/offset).","type":"array"},"profile_name_pattern":{"description":"Wildcard pattern. Any profile name contains the pattern is a match (restricted by limit/offset).","type":"array"},"sort_field":{"description":"sort_field","title":"Only two values: \"ID\" or \"Description\". Default is \"ID\"","type":"array"}},"title":"pulseProfileQueryArg","type":"object","$$ref":"#/components/schemas/pulseProfileQueryArg"}}