Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Listglobaltargetproperties Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Listglobaltargetproperties 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": "listGlobalTargetProperties",
  "method": "GET",
  "path": "/globalTargetProperties",
  "summary": "Oracle Enterprise Manager List Global Target Properties",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listglobaltargetproperties200Example",
      "example": {
        "items": [
          {
            "globalTargetPropertyId": "500123",
            "propertyName": "example_value",
            "propertyDisplayName": "example_value",
            "description": "A sample description.",
            "propertyType": "STRING",
            "hasValidValues": true
          }
        ]
      }
    }
  ]
}