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"
}Changes
Changed in 2 of the 6 revisions of this API.4
- ○
added to the
/response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed from the
/response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
- ○
added to the
/response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed from the
/response propertyallOflist for the response statusresponse-property-all-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○