Get a configuration validation by its id
GET/config/:config_id/validation
Experimental: This API is not stable and might be subject of change.
Fetch the validation of a configuration by id.
Request​
Path Parameters
the identifier of the configuration validation.
Responses​
- 200
- 404
The configuration validation.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
The identifier of the related configuration.
True, if an external entity should validate a config change. In this case fixcore is emitting a task on the task queue of type validate_config. It expectes a listener to pickup this task and report back, if the configuration is valid or not.
{
"id": "string",
"external_validation": true
}
- Schema
- Example (from schema)
Schema
The identifier of the related configuration.
True, if an external entity should validate a config change. In this case fixcore is emitting a task on the task queue of type validate_config. It expectes a listener to pickup this task and report back, if the configuration is valid or not.
{
"id": "string",
"external_validation": true
}
No config validation for this key.