GlobalTargetPropertyUpdateRequest

Request body for updating a global target property.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

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

JSON Schema

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