MetricGroupCollection

Collection of metric groups.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-metricgroupcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricGroupCollection",
  "title": "MetricGroupCollection",
  "type": "object",
  "description": "Collection of metric groups.",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MetricGroup"
      },
      "example": []
    }
  }
}