GET monitor/nodestats/{machineId}?dateTimeUtc={dateTimeUtc}
Retrieves the most recent Node Statistics with the specified MachineId and a default of the past 6 hours
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | System.Guid | Required | |
| dateTimeUtc | System.DateTime | None |
Body Parameters
None
Response Information
Resource Description
Epic.Customer.Api.NodeStats
| Name | Description | Type | Additional information |
|---|---|---|---|
| CpuStats | System.Collections.Generic.List`1[Epic.Customer.Api.ResponseModels.MappingFromDbEntities.CPULoadResponse] | None | |
| InterfaceUsages | System.Collections.Generic.List`1[Epic.Customer.Api.InterfaceStats] | None | |
| VolumeUsages | System.Collections.Generic.List`1[Epic.Customer.Api.VolumeStats] | None | |
| SqlProfiles | System.Collections.Generic.List`1[Epic.Customer.Api.ResponseModels.SqlResponses.BriefSqlProfile] | None |