Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Listmetricgroups Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Listmetricgroups 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": "listMetricGroups",
  "method": "GET",
  "path": "/targets/{targetId}/metricGroups",
  "summary": "Oracle Enterprise Manager List Metric Groups for a Target",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listmetricgroups200Example",
      "example": {
        "items": [
          {
            "metricGroupName": "example_value",
            "displayName": "example_value",
            "description": "A sample description.",
            "collectionFrequency": 10,
            "metricColumns": {}
          }
        ]
      }
    }
  ]
}