Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Metric Column Structure

Type: object Properties: 5
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

MetricColumn 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

columnName displayName columnType isKey unit

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetricColumn",
  "type": "object",
  "properties": {
    "columnName": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "columnType": {
      "type": "string"
    },
    "isKey": {
      "type": "boolean"
    },
    "unit": {
      "type": "string"
    }
  }
}