MDCB API v2.7
Number of APIs: 8
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.
Contact Support:
Name: Tyk Technologies
Email: support@tyk.io
-
dataplanes - Retrieve information of all the connected data plane nodes. GET {{baseUrl}}/dataplanes
-
health - Health Check GET {{baseUrl}}/health
-
readiness - Check system readiness status GET {{baseUrl}}/readiness
-
liveness - Check liveness status GET {{baseUrl}}/liveness
-
debug-pprof-profile - CPU Profiling data GET {{baseUrl}}/debug/pprof/profile
-
debug-pprof-{profileType} - pprof data GET {{baseUrl}}/debug/pprof/:profileType
-
config - Retrieve current configuration status GET {{baseUrl}}/config
-
env - Retrieve environment variables GET {{baseUrl}}/env