Skip to content

caeops > metrics-analyzer

get

Description


This command helps to get metrics analyzer. Run caeops metrics-analyzers get --help for more help.

Synopsis


  get
--name [value]

Options


--name (string)

Name of the analyzer

Examples


To get details of a metrics analyzer.

The following metrics-analyzers get example gets details of a metrics analyzer.

caeops metrics-analyzers get --name=examplename

Output


metrics analyzer details -> (structure)

  • serviceName -> (string)
    Name of the metrics analyzer
  • serviceType -> (string)
    Type of the resource (e.g metrics-analyzer)
  • groupName -> (string)
    Name of the service group to which the Metrics analyzer is added
  • dataSources -> (structure)
    List of the data sources and their type(e.g {"metrics":"example"})
  • createdAt -> (long)
    Creation timestamp
  • updatedAt -> (long)
    Last modified timestamp
Back to top