Dashboards API-Dashboards

Number of APIs: 6

  1. List dashboards GET {{baseUrl}}/dashboards?aid=1234

  2. Delete dashboard DELETE {{baseUrl}}/dashboards/:dashboardId?aid=1234

  3. Retrieve dashboard GET {{baseUrl}}/dashboards/:dashboardId?aid=1234

  4. Update dashboard PUT {{baseUrl}}/dashboards/:dashboardId?aid=1234

  5. Retrieve dashboard widget data GET {{baseUrl}}/dashboards/:dashboardId/widgets/:widgetId?aid=1234&window=12h&startDate=2022-07-17T22:00:54Z&endDate=2022-07-18T22:00:54Z&max=10&cursor=bGFzdFJvdW5kSWQ9MTY4MTQxMDQ4MA&sort=alertStatus&order=asc

  6. Create dashboard POST {{baseUrl}}/dashboards?aid=1234