List config instances.
| Scope | Required |
|---|---|
config_instances:read | Yes |
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 >= 0The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 100The order to sort the config instances.
id:asc, id:desc, created_at:desc, created_at:asc The fields to expand in the config instance list.
total_count, content, config_schema, device, config_type The config instance ID to filter by.
"cfg_inst_123"
The config instance target status to filter by. Desired state of the config instance.
created, deployed, removed The config instance activity status to filter by. Last known activity state of the config instance.
created, queued, deployed, removed The config instance error status to filter by. Last known error state of the config instance deployment.
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.
list "list"
The total number of items in the list. By default the total count is not returned. The total count must be expanded (using expand[]=total_count) to get the total number of items in the list.
The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 100The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 0True if there are more items in the list to return. False if there are no more items to return.
false