Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Metric Data Point Structure

Type: object Properties: 4
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

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

Properties

metricColumn value key collectionTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetricDataPoint",
  "type": "object",
  "properties": {
    "metricColumn": {
      "type": "string"
    },
    "value": {
      "type": "number"
    },
    "key": {
      "type": "string"
    },
    "collectionTime": {
      "type": "string"
    }
  }
}