Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Metric Time Series Structure

Type: object Properties: 6
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

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

Properties

targetName targetType metricGroupName metricColumnName key dataPoints

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetricTimeSeries",
  "type": "object",
  "properties": {
    "targetName": {
      "type": "string"
    },
    "targetType": {
      "type": "string"
    },
    "metricGroupName": {
      "type": "string"
    },
    "metricColumnName": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "dataPoints": {
      "type": "array"
    }
  }
}