GET monitor/{id}/pageinfo?startDate={startDate}&endDate={endDate}
Retrieves Page Information for the specified SqlProfileId, StartDate, and EndDate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | System.Guid | Required | |
| startDate | System.DateTime | None | |
| endDate | System.DateTime | None |
Body Parameters
None
Response Information
Resource Description
System.Collections.Generic.IEnumerable`1[Epic.Customer.Api.ResponseModels.SqlResponses.PageInfoResponse]
| Name | Description | Type | Additional information |
|---|---|---|---|
| LogicalPageReadsPerSec | System.Decimal | None | |
| PhysicalPageReadsPerSec | System.Decimal | None | |
| PhysicalPageWritesPerSec | System.Decimal | None | |
| ReadAheadPagesPerSec | System.Decimal | None | |
| LazyWritePagesPerSec | System.Decimal | None | |
| CheckpointPagesPerSec | System.Decimal | None | |
| LogFlushesPerSec | System.Decimal | None | |
| SqlInfoId | System.Guid | None | |
| TimeCollected | System.DateTimeOffset | None |