Skip to content

caeops > service-groups

list-services

Description


This command helps you list all the services in a service group. Run caeops service-groups list-services --help for more help.

Synopsis


  list-services
--group-name [value]

Options


--group-name (string)

A group name for getting services.

Examples


To list all the services in a service group

The following service-groups list-services example lists the services in a service group.

caeops service-groups list-services --group-name=example

Output


Service group details -> List(structure)

  • serviceName -> (string)
    Name of the resource
  • serviceEndpoint -> (string)
    URL of the resource instance
  • serviceType -> (string)
    Type of the resource
  • groupName -> (string)
    Name of the service group
  • createdAt -> (long)
    Creation timestamp
  • updatedAt -> (long)
    Last modified timestamp
Back to top