Skip to main content

Get system command execution history

GET 

/v1/systems/:systemId/commands/executions

Returns the timeline of command execution for a system over the requested time range. Each execution represents a continuous period where a command was the active command on the device. Durations reflect time spent as the active command, not the originally scheduled duration.

A single command may produce zero, one, or multiple executions. Zero if it was cancelled before its start time or entirely overshadowed by a higher-priority command. More than one if it was preempted mid-run and then resumed after the preempting command ended.

The system runs commands from multiple sources at varying priority levels. VPP commands coexist with lower-priority commands (e.g. system defaults) and higher-priority commands (e.g. outage guard). The execution timeline is the combined outcome of all of these.

Time points in the past are based on confirmed device activity; time points in the future are a forecast derived from the latest schedule and subject to change.

Request

Responses

OK