Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Global Target Property Create Request Structure

Type: object Properties: 5
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

GlobalTargetPropertyCreateRequest 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

propertyName propertyDisplayName description propertyType validValues

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

JSON Structure

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