Creates a group under a given GSM site.

POST {{baseUrl}}/api/console/gsm/:gsmKey/sites/:siteId/groups

Request Body

{"GroupName"=>"Test Group", "GroupDescription"=>"Description of test group", "PolicyId"=>"02a37430-afef-4d04-9893-d4102fdb6521"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"GroupId":"320c3453-691d-40fd-abfd-e9664a934756"}