You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
417 B
YAML
14 lines
417 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get database information
|
|
responses:
|
|
"200":
|
|
description: "A JSON object with database status information"
|
|
content:
|
|
application/json:
|
|
schema:
|
|
properties: {}
|
|
additionalProperties:
|
|
type: object
|
|
description: Each database configured will have an entry here with information about its runtime status |