I have a set of micro services that is running which will display the health of the application in json format if we make a REST call to the service ex :
{
"status":"UP",
"details":{
"vendorStatus":{
"status":"UP",
"details":{
"vendorStatus":"Available"
}
},
}
}
Is there any plugin available to display the health status of the application in Confluence?