Base type: System.Entity
Summary: This entity presents details of the request.
| Name | Type | Notes |
|---|---|---|
| ID | System.Int64 | The unique integer representation of request details. |
| SiteID | System.Int32 | The unique integer representation of request target site. |
| RequestID | System.Int64 | The unique integer representation of target request. |
| Verb | System.String | The requested action, for example, a GET method. |
| ClientIP | System.String | The IP address of the client that made the request. |
| ElapsedTime | System.Int64 | The time that request took. |
| URLQuery | System.String | The parameters of the request url. |
| RequestDate | System.DateTime | The date on which the request occurred. |
| Status | System.Int32 | The status of request, based on ElapsedTime and some predefined thresholds. |
| DetailsUrl | System.String | URL to site details page. Used in alerting. |
| DisplayName | System.String | Display name for request details. Used in alerting. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| Request | Orion.APM.IIS.Request | Defined by relationship Orion.APM.IIS.RequestHostsRequestDetails (System.Hosting) |