List config instances
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 0
The number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 100
created_at:desc
, created_at:asc
The fields to expand in the config instance list
The config instance ID to filter by
"cfg_inst_123"
The config instance target status to filter by
created
, validated
, deployed
, removed
The config instance activity status to filter by
created
, validating
, validated
, queued
, deployed
, removed
The config instance error status to filter by
none
, failed
, retrying
The device ID to filter by
"dvc_123"
The config schema ID to filter by
"cfg_sch_123"
The config type ID to filter by
"cfg_typ_123"
Successfully listed the config instances.
The response is of type object
.