Skip to content

caeops > dashboards

get

Description


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

Synopsis


  get
--name [value]

Options


--name (string)

Name of Dashboards Service you want to details

Examples


To get details of a Dashboards Service.

The following dashboards get example get details of a Dashboards Service.

caeops dashboards get --name=example

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