Config Schemas
Get
Retrieve a config schema by ID.
get/config_schemas/{config_schema_id}
Path parameters
config_schema_idstring required
Example:cfg_sch_123
The unique identifier of the config schema.
Query parameters
expandConfigSchemaExpansion[]
Fields to expand on the config schema resource.
[ "documents" ]
Response
Successfully retrieved the config schema.
Example response
{
"object": "config_schema",
"id": "cfg_sch_123",
"digest": "sha256:1234567890",
"config_type_name": "Motion Control",
"instance_filepath": "/srv/miru/configs/v1/motion-control.json",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z",
"config_type_id": "cfg_typ_123",
"language": "jsonschema",
"format": "json"
}