GET probe/results/{profileId}?startDate={startDate}&endDate={endDate}

Retrieves the Probe Statistic Results with the specified ProfileId and StartDate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId System.Guid Required
startDate System.DateTime None
endDate System.DateTime None

Body Parameters

None

Response Information

Resource Description

Epic.Applications.ProbeRules.ResponseModels.ProbeStatResponse
NameDescriptionTypeAdditional information
ProfileID System.Guid None
UptimePercent System.Decimal None
OutageTimeInMinutes System.Int32 None
UpSince System.DateTimeOffset None
AvgLatency System.Int32 None
Results System.Collections.Generic.List`1[Epic.Applications.ProbeRules.ResponseModels.ProbeResultResponse] None
IncidentLogs System.Collections.Generic.List`1[Epic.Applications.ProbeRules.ResponseModels.ProbeIncidentIncidentErrorInfo] None