Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Metric Group Structure

Type: object Properties: 5
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

MetricGroup is a JSON Structure definition published by Oracle Enterprise Manager, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

metricGroupName displayName description collectionFrequency metricColumns

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetricGroup",
  "type": "object",
  "properties": {
    "metricGroupName": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "collectionFrequency": {
      "type": "integer"
    },
    "metricColumns": {
      "type": "array"
    }
  }
}