Request
curl --user 'apiUser:example' -H "Content-Type: application/json" -d '{"name":"newServiceGroup","description":"serviceGroupDescription","parentId":15}' -X POST "https://api.logicmonitor.com/santaba/rest/service/groups/"
Response
{
"status" : 200,
"errmsg" : "OK",
"data" : {
"id" : 16,
"name" : "newServiceGroup",
"description" : "serviceGroupDescription",
"disableAlerting" : false,
"stopMonitoring" : false,
"parentId" : 15,
"alertStatus" : "none",
"sdtStatus" : "none-none-none",
"alertDisableStatus" : "none-none-none",
"hasServicesDisabled" : false,
"numOfServices" : 0,
"userPermission" : "write",
"serviceProperties" : [ ],
"numOfDirectServices" : 0,
"testLocation" : "{\"all\":true}",
"fullPath" : "QA/Tests/newServiceGroup",
"subGroups" : [ ]
}