GetGSMSitesResponseModel_Site
Provides information about a given GSM site.
Name | Description | Type | Additional Information |
---|---|---|---|
SiteId |
The site identifier. |
string |
None. |
SiteName |
The site name. |
string |
None. |
SiteType |
The console type. The value "R" indicates a GSM site. |
string |
None. |
TotalEndpoints |
Total number of endpoints that are installed on the site. |
integer |
None. |
PCsInfected24 |
Number of endpoints infected in the last 24 hours on the site. |
integer |
None. |
AccountKeyCode |
The keycode of the site. |
string |
None. |
DevicesAllowed |
Number of Site Seats for the keycode. |
integer |
None. |
MobileSeats |
Number of mobile Site Seats for the keycode. |
integer |
None. |
Deactivated |
Value (true/false) indicating whether the site is deactivated. |
boolean |
None. |
Suspended |
Value (true/false) indicating whether the site is suspended. |
boolean |
None. |
EndDate |
Date when the keycode expires. |
date |
None. |
Device |
Value (true/false) indicating whether one or more endpoints have been installed with the site's keycode. |
boolean |
None. |
Infect |
Value (true/false) indicating whether one or more endpoints were infected in the last 24 hours on the site. |
boolean |
None. |
BillingCycle |
The site's billing cycle (Annually, Quarterly, Monthly, Weekly). |
string |
None. |
BillingDate |
The site's billing date. |
string |
None. |
CompanyComments |
The comments that was given on creation of the site. |
string |
None. |
DeactivatedBy |
The e-mail address of the user who deactivated a site, if a site has been deactivated. |
string |
None. |
SuspendedBy |
The e-mail address of the user who suspended a site, if a site has been suspended. |
string |
None. |
CreatedBy |
The e-mail address of the user who created the site. |
string |
None. |
GlobalPolicies |
Value (true/false) indicating whether the site has global policies enabled. |
boolean |
None. |
GlobalOverrides |
Value (true/false) indicating whether the site has global overrides enabled. |
boolean |
None. |
GlobalAlerts |
Value indicating whether the site has global alerts enabled. |
boolean |
Can be ignored as global alerts will be enabled for all. |
AllKeysExpired |
Value (true/false) indicating whether all keys associated with the site are expired. |
boolean |
None. |
Description |
The description of the associated keycode: Full or Trial. |
string |
None. |
PolicyId |
The id of the policy applied to the site. |
string |
None. |
PolicyName |
The policy name that was given on creation of the site. |
string |
None. |
PolicyDescription |
The policy description that was given on creation of the site. |
string |
None. |
Emails |
Comma-separated list of e-mail addresses for report distribution. |
string |
This field is only set when querying information for a single site. Otherwise the value is null. |
AccessLevel |
Indicates if the user has view only or admin permission on the site. Valid values are 128 for admin access, 1 for view only access, 0 for no access. |
integer |
None. |
Modules |
The list of modules associated with the site. |
Collection of GetGSMSitesResponseModel_Module |
None. |