Get all configuration keys
GEThttps://localhost:8900/configs
Experimental: This API is not stable and might be subject of change.
Get all configuration keys in the system.
Responses​
- 200
All configuration keys.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://localhost:8900/configs' \
-H 'Accept: application/json'