Skip to content

caeops > service-groups

get

Description


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

Synopsis


  get
--group-name [value]

Options


--group-name (string)

Name of the group

Examples


To get a service group.

The following service-groups get example gets a group.

caeops service-groups get --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