Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Target Create Request Structure

Type: object Properties: 5
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

TargetCreateRequest 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

targetName targetType hostName properties credentials

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TargetCreateRequest",
  "type": "object",
  "properties": {
    "targetName": {
      "type": "string"
    },
    "targetType": {
      "type": "string"
    },
    "hostName": {
      "type": "string"
    },
    "properties": {
      "type": "object"
    },
    "credentials": {
      "type": "object"
    }
  }
}