Get Device Collection Status Summary
cnc_get_device_collection_summaryCount devices by inventory collection status (in progress, completed, warning, failed, maintenance) to assess overall collection health before inspecting individual devices.
Instructions
Count devices by collection status across the whole inventory.
Read-only. This is the "Collection status" widget of the Network Devices page: how many devices are in progress, completed, warning, failed or in maintenance for inventory collection. Use it as a quick health check before drilling into individual devices with cnc_list_devices.
Returns: str: JSON with flat integer counts: {"inprogress": int, "warning": int, "failed": int, "completed": int, "maintenance": int} On failure: "Error: ...".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |