MDCB API v2.6

Number of APIs: 4

This API provides operations for monitoring Data Planes connected to MDCB and accessing diagnostic data. It includes endpoints for retrieving connected data plane details, performing health checks, and accessing Go's built-in pprof diagnostics for advanced performance profiling.

  1. health - Health Check GET {{baseUrl}}/health

  2. dataplanes - Retrieve information of all the connected data plane nodes. GET {{baseUrl}}/dataplanes

  3. debug-pprof-profile - CPU Profiling data GET {{baseUrl}}/debug/pprof/profile

  4. debug-pprof-{profileType} - pprof data GET {{baseUrl}}/debug/pprof/:profileType