Config Instances
Get
Retrieve a config instance by ID.
get/config_instances/{config_instance_id}
Path parameters
config_instance_idstring required
Example:cfg_inst_123
The unique identifier of the config instance.
Query parameters
expandConfigInstanceExpansion[]
Fields to expand on the config instance resource.
[ "content" ]
Response
Successfully retrieved the config instance.
Example response
{
"object": "config_instance",
"id": "cfg_inst_123",
"config_type_name": "Motion Control",
"filepath": "/srv/miru/configs/v1/motion-control.json",
"created_at": "2021-01-01T00:00:00Z",
"config_schema_id": "cfg_sch_123",
"config_type_id": "cfg_typ_123"
}