Creates a new site under a given GSM console.
POST {{baseUrl}}/api/console/gsm/:gsmKey/sites
Request Body
{"SiteName"=>"Test Site", "Seats"=>50, "Comments"=>"Comment for test site", "BillingCycle"=>"Monthly", "BillingDate"=>"1", "GlobalPolicies"=>true, "GlobalOverrides"=>false, "PolicyId"=>"3c151052-18f4-41fa-8cc2-2c2f030f1b09", "Emails"=>"test@webroot.com", "Trial"=>false, "Modules"=>[{"Type"=>"DNSP", "LicenseType"=>"Trial"}, {"Type"=>"WSAT", "LicenseType"=>"Trial"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"KeyCode":"27DB-BBFB-D6EC-446F-AB9D","SiteId":"d6bc652d-3a71-47ad-81bd-e88416a63215","PCAccess":128,"MSAccess":1}