Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Modifyglobaltargetproperty Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Modifyglobaltargetproperty Example is an example object payload from Oracle Enterprise Manager, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "modifyGlobalTargetProperty",
  "method": "PATCH",
  "path": "/globalTargetProperties/{globalTargetPropertyId}",
  "summary": "Oracle Enterprise Manager Modify a Global Target Property",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ModifyglobaltargetpropertyRequestExample",
      "example": {
        "propertyDisplayName": "example_value",
        "description": "A sample description.",
        "validValues": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Modifyglobaltargetproperty200Example",
      "example": {
        "globalTargetPropertyId": "500123",
        "propertyName": "example_value",
        "propertyDisplayName": "example_value",
        "description": "A sample description.",
        "propertyType": "STRING",
        "hasValidValues": true
      }
    }
  ]
}