AgentSummaryEntry
Per-agent (process + folder) stats within an AgentSummaryPeriod.
Properties¶
| Property | Type | Description |
|---|---|---|
averageDurationSeconds |
number |
Average run duration in seconds |
firstJobFinished |
string |
First job completion timestamp (ISO 8601, UTC) |
folderKey |
string |
Folder key (GUID) the agent ran in |
lastJobFinished |
string |
Last job completion timestamp (ISO 8601, UTC) |
lastJobStatus |
JobState |
Status of the most recent run, normalized to JobState. The API's Success label maps to JobState.Successful; any unrecognized value becomes JobState.Unknown. |
processKey |
string |
Process key (GUID) |
processVersion |
string |
Process version |
successfulJobs |
number |
Number of successful runs in the period |
successRate |
number |
Success rate as a percentage (0-100) |
totalJobs |
number |
Total job runs in the period |