GET probe/results/{profileId}?startDate={startDate}&endDate={endDate}
Retrieves the Probe Statistic Results with the specified ProfileId and StartDate
Request Information
URI Parameters
Name | Description | Type | Additional 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
Name | Description | Type | Additional 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 |