Skip to content

caeops > logs

get-labels

Description


This command helps you get labels of a Logs Service. Run caeops logs get-labels --help for more help.

Synopsis


  get-labels
--name [value]

Options


--name (string)

Logs Service name

Examples


To get labels of a Logs Service.

The following logs get-labels example gets labels of a Logs Service.

caeops logs get-labels --name=name 

Output


Label details -> (Structure)

  • key -> (string)
    Name of the field
  • value -> (string)
    Value of the field
Back to top