Skip to content

caeops > dashboards

list

Description


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

Examples


To list details of Dashboards Service.

The following dashboards list example lists details of Dashboards Service.

caeops dashboards list

Output


Dashboards Service details -> list(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