Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Incident Collection Structure

Type: object Properties: 5
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

IncidentCollection is a JSON Structure definition published by Oracle Enterprise Manager, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

items totalCount limit offset hasMore

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IncidentCollection",
  "type": "object",
  "properties": {
    "items": {
      "type": "array"
    },
    "totalCount": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "hasMore": {
      "type": "boolean"
    }
  }
}