Skip to content

caeops > metrics-analyzer

delete

Description


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

Synopsis


  delete
--name [value]

Options


--name (string)

Name of the analyzer

Examples


To delete a metrics analyzer.

The following metrics-analyzers delete example deletes a metrics analyzer.

caeops metrics-analyzers delete --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