GET monitor/{id}/sqlcpuinfo?startDate={startDate}&endDate={endDate}
Retrieves Cpu Usage Information for the specified SqlProfileId, StartDate, and EndDate
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | System.Guid | Required | |
startDate | System.DateTime | Required | |
endDate | System.DateTime | Required |
Body Parameters
None
Response Information
Resource Description
System.Collections.Generic.IEnumerable`1[Epic.Customer.Api.ResponseModels.SqlResponses.SqlCpuInfo]
Name | Description | Type | Additional information |
---|---|---|---|
CpuUsage | System.Decimal | None | |
SqlInfoId | System.Guid | None | |
TimeCollected | System.DateTimeOffset | None |