Skip to content

caeops > dashboards

add-labels

Description


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

Synopsis


  add-labels
--name [value]
--labels [value]

Options


--name (string)

Name of Dashboards Service

--labels (list)

List of all the labels that you want to attach

Examples


To add labels to a Dashboards Service .

The following dashboards add-labels example adds labels to a Dashboards Service .

caeops dashboards add-labels --name=name --labels=[{owner=example},{env=dev}]

Output


Dashboards Service details -> (structure)

  • serviceName -> (string)
    Name of the Dashboards Service
  • serviceRegion -> (string)
    Region of Dashboards Service
  • serviceEndpoint -> (string)
    Endpoint of the Grafana Instance
  • serviceType -> (string)
    Type of the resource, dashboards-service for Dashboards Service
  • labels -> Structure

    • key -> (string) Name of the label

    • value -> (string) Value of the label

  • createdAt -> (long)
    Creation timestamp

  • updatedAt -> (long)
    Last modified timestamp
Back to top