AgentConsumption
A single agent's unit consumption over the requested window, with the first and last jobs where consumption was recorded.
Properties¶
| Property | Type | Description |
|---|---|---|
agentId |
string |
Agent ID (GUID) |
agentName |
string |
Agent display name |
consumedAGUQuantity |
null | number |
Agent Units quantity consumed. null if no consumption is recorded. |
consumedPLTUQuantity |
null | number |
Platform Units quantity consumed. null if no consumption is recorded. |
consumedQuantity |
null | number |
Total quantity consumed by this agent. null if no consumption is recorded. |
firstSeenJob |
AgentJobInfo |
First job in the window where this agent recorded consumption |
lastSeenJob |
AgentJobInfo |
Last job in the window where this agent recorded consumption |