Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Getlatestmetricdata Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Getlatestmetricdata 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": "getLatestMetricData",
  "method": "GET",
  "path": "/targets/{targetId}/metricGroups/{metricGroupName}/latestData",
  "summary": "Oracle Enterprise Manager Get Latest Metric Data",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getlatestmetricdata200Example",
      "example": {
        "items": [
          {
            "metricColumn": "example_value",
            "value": 42.5,
            "key": "example_value",
            "collectionTime": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}