Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Getmetricgroup Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Getmetricgroup 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": "getMetricGroup",
  "method": "GET",
  "path": "/targets/{targetId}/metricGroups/{metricGroupName}",
  "summary": "Oracle Enterprise Manager Get Metric Group Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getmetricgroup200Example",
      "example": {
        "metricGroupName": "example_value",
        "displayName": "example_value",
        "description": "A sample description.",
        "collectionFrequency": 10,
        "metricColumns": [
          {
            "columnName": "example_value",
            "displayName": "example_value",
            "columnType": "NUMBER",
            "isKey": true,
            "unit": "example_value"
          }
        ]
      }
    }
  ]
}