groups
Create a new service group
Create a new service group
post/api/groups
Request body
Example request
{
"description": "a string value",
"id": "a string value",
"name": "a string value"
}Response
Successful operation
Example response
{
"description": "a string value",
"id": "a string value",
"name": "a string value"
}