Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Incident Structure

Type: object Properties: 18
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

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

Properties

incidentId summary severity priority status category targetName targetType escalationLevel owner acknowledgedBy resolutionState ruleSetName timeRaised timeUpdated timeResolved eventCount canonicalLink

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Incident",
  "type": "object",
  "properties": {
    "incidentId": {
      "type": "string"
    },
    "summary": {
      "type": "string"
    },
    "severity": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "targetName": {
      "type": "string"
    },
    "targetType": {
      "type": "string"
    },
    "escalationLevel": {
      "type": "integer"
    },
    "owner": {
      "type": "string"
    },
    "acknowledgedBy": {
      "type": "string"
    },
    "resolutionState": {
      "type": "string"
    },
    "ruleSetName": {
      "type": "string"
    },
    "timeRaised": {
      "type": "string"
    },
    "timeUpdated": {
      "type": "string"
    },
    "timeResolved": {
      "type": "string"
    },
    "eventCount": {
      "type": "integer"
    },
    "canonicalLink": {
      "type": "string"
    }
  }
}