v1

latestOpenAPI 3.1.02026-08-042010999.7 KB
Monitoring: Entity Creation

Create a single entity group

Create a single entity group under your account.

post/group

Request body

entityGroupNamestring

Response

OK

associatedEntitiesCountinteger

The number of entities present in this group

associatedTeamsCountinteger

The number of teams which this groups belongs

createdAtstring date-time
entityGroupNamestring
idinteger
updatedAtstring date-time

Example response

{
  "associatedEntitiesCount": 100,
  "associatedTeamsCount": 2
}