Base type: Orion.APM.ApplicationItem
Summary: This entity presents IIS site.
| Name | Type | Notes |
|---|---|---|
| IISSiteID | System.Int32 | The integer value that contains the web site ID. |
| Name | System.String | The string value that contains the unique name of the web site. |
| State | System.Int32 | The integer representation of web site state. |
| ApplicationPoolID | System.Int32 | The unique integer representation of parent application pool. |
| ServerAutoStart | System.Boolean | The boolean representation of web site auto start setting. |
| PhysicalPath | System.String | The string value that indicates the physical path that is associated with the virtual directory. |
| ConnectionTimeoutSec | System.Double | The double value that specifies connection timeout for a web site. |
| MaxBandwidth | System.Int64 | The integer value that specifies the maximum network bandwidth, in bytes per second. |
| MaxConnections | System.Int64 | The integer value that specifies the maximum number of simultaneous connections to a server. |
| Description | System.String | The string value that indicates web site entity description. |
| DetailsUrl | System.String | The string value that specifies the WEB site details page URL. |
| WebUri | System.String | The string value that specifies the WEB site details page URL. It is used by Network Atlas. |
| AverageResponseTime | System.Int64 | The long value representing average duration of Web site requests. |
| AverageResponseTimeStatus | System.Int32 | The long value representing average site response time status based on site request thresholds. |
| ErrorCode | System.Int32 | The ErrorCode value, assigning the category of an issue happened during polling the site. If pool was successful, value is 0. |
| ErrorMessage | System.String | The detail message explaining, why the ErrorCode is not OK. This value is empty in case no error happened. |
| CurrentConnections | System.Double | The double value that specifies the current number of site connections. |
| DisplayState | System.String | The string representation of web site state. |
| CurrentHttpBindingsUrls | System.String | The last urls checked up by Http Bindings Monitor. |
| CurrentHttpsBindingsUrls | System.String | The last urls checked up by Https Bindings Monitor. |
| Status | System.Int32 | The status of a site. |
| StatusDescription | System.String | The description of the status of a site. |
| ItemType | System.String | The type of application item. |
| ItemID | System.Int32 | |
| ApplicationID | System.Int32 | |
| Name | System.String | |
| ItemType | System.String | |
| Status | System.Int32 | |
| StatusDescription | System.String | |
| StatusLED | System.String | |
| UnManaged | System.Boolean | Default='false'. |
| UnManageFrom | System.DateTime | |
| UnManageUntil | System.DateTime | |
| DetailsUrl | System.String | |
| Image | System.String | |
| AncestorDisplayNames | System.String[] | |
| AncestorDetailsUrls | System.String[] | |
| StatusIconHint | System.String | |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| Requests | Orion.APM.IIS.Request | Defined by relationship Orion.APM.IIS.SiteHostsRequest (System.Hosting) |
| SiteBinding | Orion.APM.IIS.SiteBinding | Defined by relationship Orion.APM.IIS.SiteHostsSiteBinding (System.Hosting) |
| SiteLogDirectory | Orion.APM.IIS.SiteLogDirectory | Defined by relationship Orion.APM.IIS.SiteHostsSiteLogFile (System.Hosting) |
| SiteDirectory | Orion.APM.IIS.SiteDirectory | Defined by relationship Orion.APM.IIS.SiteHostsSiteDirectory (System.Hosting) |
| SiteConnectionStatistics | Orion.APM.IIS.SiteConnectionStatistics | Defined by relationship Orion.APM.IIS.SiteConnectionStatisticsReferencesSite (System.Reference) |
| SiteStatus | Orion.APM.IIS.SiteStatus | Defined by relationship Orion.APM.IIS.SiteHostsStatus (System.Hosting) |
| Application | Orion.APM.IIS.Application | Defined by relationship Orion.APM.IIS.ApplicationHostsSite (System.Hosting) |
| ApplicationPool | Orion.APM.IIS.ApplicationPool | Defined by relationship Orion.APM.IIS.SiteReferencesApplicationPool (System.Reference) |
| Name | Summary | Parameters | Returns |
|---|---|---|---|
| Start | Start IIS site. | ||
| Stop | Stop IIS site. | ||
| Restart | Restart IIS site. |