POST
/
api
/
agent-manager-group
{
  "id": 123,
  "groupName": "<string>",
  "groupDescription": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Body

application/json
groupName
string
required
groupDescription
string
id
integer

Response

200 - */*
OK
id
integer
groupName
string
groupDescription
string