{"type":"api","title":"Retrieve all composite alert for the device","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":{"operationId":"GetCompositeOutput","requestBody":{"content":{"application/json":{"schema":{"description":"Description for pulseBasicCompAssocDevice","example":{"composite_id":"group2","device_id":"62-PE-2.cisco.com","profile_id":"edge_routers"},"properties":{"composite_id":{"description":"composite_id","type":"string"},"device_id":{"description":"device_id","type":"string"},"profile_id":{"description":"profile_id","type":"string"}},"type":"object","$$ref":"#/components/schemas/pulseBasicCompAssocDevice"}}},"description":"Retrieve all composite alert status for specified device_id using device hostname","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"description":"Description for pulseAlertLogicOutput","example":{},"properties":{"output":{"description":"output","type":"string"}},"type":"object","$$ref":"#/components/schemas/pulseAlertLogicOutput"}}},"description":"A successful response."},"400":{"content":{},"description":"Bad Request"}},"summary":"Retrieve all composite alert for the device","tags":["Composite Alerting"],"x-codegen-request-body-name":"body","__originalOperationId":"GetCompositeOutput","security":[{"bearerAuth":[]}],"method":"post","path":"/alerts/kpi/composite/devices"}}