CreateGSMSiteRequestModel
Specifies information for creating the new site under a GSM console.
| Name | Description | Type | Additional Information |
|---|---|---|---|
| SiteName |
The name of the site. |
string |
Required |
| Seats |
The number of seats for the site. |
integer |
Required |
| Comments |
The description for the site. Maximum of 1000 characters is allowed. |
string |
Required |
| BillingCycle |
Value specifying the billing cycle. Valid values are "Annually", "Quarterly", "Monthly", or "Weekly". Default value is "Annually". |
string |
None. |
| BillingDate |
Value indicating the billing date based on the specified billing cycle.
|
string |
None. |
| GlobalPolicies |
Value (true/false) indicating if global policies are enabled for the site. Default value is false. |
boolean |
None. |
| GlobalOverrides |
Value (true/false) indicating if global overrides are enabled for the site. Default value is false. |
boolean |
None. |
| PolicyId |
The identifier of the policy for the new site. If not specified, the policy "Recommended Defaults" is assigned to the site. |
string |
None. |
| Emails |
Comma-separated list of e-mail addresses for report distribution. Maximum of 10 email addresses is allowed. |
string |
Required |
| Trial |
Value (true/false) indicating if the type of the created keycode for the site should be a 30 day trial license. Default value is false. |
boolean |
None. |
| Modules |
The list of license modules to be associated with the site. |
Collection of CreateGSMSiteRequestModel_Module |
None. |