v1
latestSwagger 2.02026-07-17107114423.2 KBConfig
Inspect a config
get/configs/{id}
Path parameters
idstring required
ID of the config
Response
no error
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"
}
}
}
}