List configs
/v1.33
/v1.33
/v1.33
/v1.33
GET
/configs
Config
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1.33/configs'
Response Response Example
200 - Example 1
[
{
"CreatedAt": "2016-11-05T01:20:17.327670065Z",
"ID": "ktnbjxoalbkvbvedmg1urrz8h",
"Spec": {
"Name": "server.conf"
},
"UpdatedAt": "2016-11-05T01:20:17.327670065Z",
"Version": {
"Index": 11
}
}
]
Request
Query Params
filters
stringÂ
optional
map[string][]string
) to process on the configs list. Available filters:id=<config id>
label=<key> or label=<key>=value
name=<config name>
names=<config name>
Responses
Modified at 2022-09-10 17:56:06