Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Global Target Property Structure

Type: object Properties: 6
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

GlobalTargetProperty 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

globalTargetPropertyId propertyName propertyDisplayName description propertyType hasValidValues

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GlobalTargetProperty",
  "type": "object",
  "properties": {
    "globalTargetPropertyId": {
      "type": "string"
    },
    "propertyName": {
      "type": "string"
    },
    "propertyDisplayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "propertyType": {
      "type": "string"
    },
    "hasValidValues": {
      "type": "boolean"
    }
  }
}