BFF API
Health
Section titled “Health”GET /bff/health (get health status of the service)
Example:
Section titled “Example:”response:
{ "healthy": true, "dependencies": {}, "memstats": { "Alloc": 7, "HeapAlloc": 7, "HeapSys": 19, "HeapIdle": 8, "HeapInUse": 10, "TotalAlloc": 60224, "Sys": 27, "NumGC": 12653 }, "version": ""}GET /bff/ready (get ready status of the server)
Example:
Section titled “Example:”response:
ready:trueList Definitions
Section titled “List Definitions”GET /bff/list (lists all bff definitions this product)
response:
{ "bffs": null}