This web service returns the health report of a Fluid Topics tenant.
Method | Endpoint |
---|---|
GET |
|
Query string parameter | Type | Required? | Description |
---|---|---|---|
components |
String | Yes | An optional argument to filter the components to check. The available components are the following:
|
Response body
{
"status": "UP",
"search": {
"status": "UP"
},
"contentRepository": {
"status": "UP"
},
"mongoDb": {
"status": "UP"
}
}