v1

latestSwagger 2.02026-07-17107114423.2 KB
Config

Inspect a config

get/configs/{id}

Path parameters

idstring required

ID of the config

Response

no error

IDstring
CreatedAtstring dateTime
UpdatedAtstring dateTime

Example response

{
  "Version": {
    "Index": 373531
  },
  "Spec": {
    "Templating": {
      "Name": "some-driver",
      "Options": {
        "OptionA": "value for driver-specific option A",
        "OptionB": "value for driver-specific option B"
      }
    }
  }
}