GlobalTargetPropertyCreateRequest

Request body for creating a global target property.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
propertyName string
propertyDisplayName string
description string
propertyType string
validValues array
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-cloud-control-global-target-property-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GlobalTargetPropertyCreateRequest",
  "type": "object",
  "description": "Request body for creating a global target property.",
  "properties": {
    "propertyName": {
      "type": "string"
    },
    "propertyDisplayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "propertyType": {
      "type": "string"
    },
    "validValues": {
      "type": "array"
    }
  }
}