Get the current status of all feature servers
GET/status
Get the current status of all feature servers
Request
Responses
- 200
- default
Schemas successfully retrieved
- application/json
- Schema
- Example (from schema)
Schema
version string
api string
database string
barista string
{
"version": "string",
"api": "string",
"database": "string",
"barista": "string"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...