AgentListItem
One row in the agents list - agent identity plus consumption and health metadata aggregated over the
requested time window.
Properties
| Property |
Type |
Description |
agentId |
string |
Agent ID |
agentName |
string |
Agent display name |
folderKey |
null | string |
Folder key of the folder the agent runs in. May be null or "". |
folderName |
null | string |
Folder display name. May be null or "". |
folderPath |
null | string |
Fully qualified folder path. May be null or "". |
healthScore |
number |
Health score (0-100) |
lastIncidentType |
null | string |
Last incident type label. May be null or "". |
lastRun |
string |
Last run timestamp |
parentProcess |
null | string |
Parent process name. May be null or "" for jobs not bound to a parent process. |
processKey |
null | string |
Process key. May be null or "" for ad-hoc jobs. |
processVersion |
null | string |
Process version. May be null or "". |
quantityAGU |
number |
Quantity of AGU (Agent Units) consumed by this agent |
quantityPLTU |
number |
Quantity of PLTU (Platform Units) consumed by this agent |
unitsName |
null | string |
Display name of the units (if any). May be null or "". |
unitsQuantity |
number |
Total units consumed by this agent in the window |