Get all configuration keys that have a model defined.
GEThttps://localhost:8900/configs/validation
Get all configuration keys that have a model defined.
Responses​
- 200
All configuration keys that have a model.
- 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/validation' \
-H 'Accept: application/json'