Disable a KPI Profile on specific device
POST https://{{crosswork_ip}}:30603/crosswork/hi/v1/kpiprofileassoc/delete
Use this API Call to disable KPI Profiles on single/multiple devices on the Crosswork Health Insights Application.
Request Body
{"devices"=>["R8"], "kpi_profiles"=>["t5", "xe", "EdgeRouters123"], "limit"=>400, "offset"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |