Represents a summary of the tasks associated with a job.
Properties of a job summary
- Job Id (string, UUID) : Unique id associated with the job.
- Start time (timestamp) : Start time of job execution.
- Snapshot time (timespamp) : Last time a snapshot of the summary created.
- Task ids (string array) : Tasks associated with the job.
- Snapshot (array of objects) : A snapshot of various system metrics. At this moment information
about CPU, memory and network utilization are preserved. A detailed information may be considered.