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:
|
It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.
Response body
{
"status": "UP",
"search": {
"status": "UP"
},
"contentRepository": {
"status": "UP"
},
"mongoDb": {
"status": "UP"
}
}