Returns configuration file
GET {{baseUrl}}/status/config
The following endpoint returns currently loaded configuration file
The config is returned as dumped YAML file. Due to limitation of the YAML library, YAML comments are not included.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"success","data":{"yaml":"\u003ccontent of the loaded config file in YAML\u003e"}}