Skip to content

caeops > dashboards

get-labels

Description


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

Synopsis


  get-labels
--name [value]

Options


--name (string)

Name of Dashboards Service you want to get labels

Examples


To get labels of a Dashboards Service .

The following dashboards get-labels example gets labels of a Dashboards Service .

caeops dashboards get-labels --name=name 

Output


Label details -> (Structure)

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