Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Getmetrictimeseries Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Getmetrictimeseries 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": "getMetricTimeSeries",
  "method": "GET",
  "path": "/metricTimeSeries",
  "summary": "Oracle Enterprise Manager Get Metric Time Series Data",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getmetrictimeseries200Example",
      "example": {
        "items": [
          {
            "targetName": "example_value",
            "targetType": "example_value",
            "metricGroupName": "example_value",
            "metricColumnName": "example_value",
            "key": "example_value",
            "dataPoints": {}
          }
        ]
      }
    }
  ]
}