GET monitor/{machineId}/interfaceStats?interfaceId={interfaceId}&startDate={startDate}&endDate={endDate}

Retrieves Network Interface Statistics with the specified InterfaceId, StartDate, and EndDate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
interfaceId System.Guid Required
startDate System.DateTime None
endDate System.DateTime None
machineId System.String None

Body Parameters

None

Response Information

Resource Description

System.Collections.Generic.IEnumerable`1[Epic.Customer.Api.ResponseModels.MappingFromDbEntities.InterfaceUsageResponse]
NameDescriptionTypeAdditional information
InterfaceID System.Guid None
StatDateUTC System.DateTime None
CurrentBandwidth System.Decimal None
MaxMbpsReceived System.Decimal None
MinMbpsReceived System.Decimal None
AvgMbpsReceived System.Decimal None
MaxMbpsSent System.Decimal None
MinMbpsSent System.Decimal None
AvgMbpsSent System.Decimal None