GET monitor/machineStats/{machineId}?dateTimeUtc={dateTimeUtc}

Retrieves statistics from the specified amount of history up to five minutes for the specified machineId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
machineId System.Guid Required
dateTimeUtc System.DateTime None

Body Parameters

None

Response Information

Resource Description

System.Collections.Generic.List`1[Epic.Data.Models.MachineStat]
NameDescriptionTypeAdditional information
StatTime System.DateTime None
Cpu Epic.Data.Models.CpuUsage None
Memory Epic.Data.Models.MemoryUsage None
Volumes System.Collections.Generic.List`1[Epic.Data.Models.VolumeStat] None
Interfaces System.Collections.Generic.List`1[Epic.Data.Models.InterfaceStat] None