{"type":"api","title":"To remove Remediation associated with a KPI","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/b95772dc6c621d9842faced8610ee58b0cb9cb02/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":"Linksummaryresp","requestBody":{"content":{"application/json":{"schema":{"description":"Description for linksummaryreq","example":{"kpi_id":"pulse_interface_flap_detector"},"properties":{"kpi_id":{"description":"kpi_id","type":"string"}},"type":"object","$$ref":"#/components/schemas/linksummaryreq"}}},"description":"Remove Remediation associated with a KPI","required":false},"responses":{"200":{"content":{"application/json":{"schema":{"description":"Description for linksummaryresp","example":{"kpi_link_summary":[{"Kpi_id":"pulse_interface_flap_detector","Kpi_name":"Interface flap detection","remediation_summary":[{"level":"CRITICAL"},{"level":"WARNING"},{"level":"INFO"}]}]},"properties":{"kpi_link_summary":{"description":"kpi_link_summary","properties":{},"type":"array"}},"type":"object","$$ref":"#/components/schemas/linksummaryresp"}}},"description":"OK"},"500":{"content":{"application/json":{"schema":{"description":"Description for error","example":"Internal Server Error","type":"string","$$ref":"#/components/schemas/error"}}},"description":"Internal Server Error"}},"summary":"To remove Remediation associated with a KPI","tags":["Remediation"],"x-codegen-request-body-name":"body","__originalOperationId":"Linksummaryresp","security":[{"bearerAuth":[]}],"method":"post","path":"/kpimgmt/link/summary"}}