Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Target Structure

Type: object Properties: 17
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

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

Properties

targetId targetName targetType targetDisplayType hostName lifecycleStatus availabilityStatus agentUrl oracleHome machineName installLocation timezone owner timeCreated timeUpdated properties canonicalLink

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Target",
  "type": "object",
  "properties": {
    "targetId": {
      "type": "string"
    },
    "targetName": {
      "type": "string"
    },
    "targetType": {
      "type": "string"
    },
    "targetDisplayType": {
      "type": "string"
    },
    "hostName": {
      "type": "string"
    },
    "lifecycleStatus": {
      "type": "string"
    },
    "availabilityStatus": {
      "type": "string"
    },
    "agentUrl": {
      "type": "string"
    },
    "oracleHome": {
      "type": "string"
    },
    "machineName": {
      "type": "string"
    },
    "installLocation": {
      "type": "string"
    },
    "timezone": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    },
    "timeUpdated": {
      "type": "string"
    },
    "properties": {
      "type": "object"
    },
    "canonicalLink": {
      "type": "string"
    }
  }
}