Skip to content

caeops > service-groups

create

Description


This command helps you create a service group. Run caeops service-groups create --help for more help.

Synopsis


  create
--group-name [value]
[--description [value]]

Options


--group-name (string)

A group name for creating a new group

--description (string)

A short description of the purpose of the group

Examples


To create a service group.

The following service-groups create example creates a group.

caeops service-groups create --group-name=example

Output


Service group details -> (structure)

  • createdAt -> (number)
    Time at which the user was created
  • groupName -> (string)
    Name of the service group
  • description -> (string) Description of the group
Back to top