/api/settings

Get all settings

get

This settings endpoint is unprotected and delivers brief information about the running fylr instance. It can also be used to check the current status of the running fylr.

Responses
200
Brief information about the running fylr.
application/json
200

Brief information about the running fylr.

{
  "build_commit": "b83beb3f03f541c5c2ee8cc58d5bb17bfe4ab2b0",
  "build_commit_time": "2023-03-20T13:35:26Z",
  "config_name": "fylr apitest",
  "external_url": "http://fylr.localhost",
  "index_names": {
    "BaseRead": "apitest-fa2c7b27-3430-46cc-97fa-cc3f2eeb1c0b-base-1",
    "BaseWrite": "apitest-fa2c7b27-3430-46cc-97fa-cc3f2eeb1c0b-base-1",
    "ObjectRead": "apitest-fa2c7b27-3430-46cc-97fa-cc3f2eeb1c0b-object-1",
    "ObjectWrite": "apitest-fa2c7b27-3430-46cc-97fa-cc3f2eeb1c0b-object-1"
  },
  "instance": "apitest",
  "name": "fa2c7b27-3430-46cc-97fa-cc3f2eeb1c0b",
  "startup_time": "2023-03-20T15:31:28Z",
  "version": "v6.2.6"
}

Last updated