Oracle Enterprise Manager · Schema
Incident
Represents an incident in Enterprise Manager. Incidents are actionable issues detected by monitoring rules, correlated from one or more events.
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle
Properties
| Name | Type | Description |
|---|---|---|
| incidentId | string | Unique identifier of the incident. |
| summary | string | Brief summary of the incident. |
| severity | string | Severity level of the incident. |
| priority | string | Priority assigned to the incident. |
| status | string | Current status of the incident. |
| category | string | Category of the incident. |
| targetName | string | Name of the target associated with this incident. |
| targetType | string | Type of the target associated with this incident. |
| escalationLevel | integer | Current escalation level of the incident. |
| owner | string | Username of the incident owner or assignee. |
| acknowledgedBy | string | Username of the person who acknowledged the incident. |
| resolutionState | string | Resolution state providing closure details. |
| ruleSetName | string | Name of the incident rule set that created this incident. |
| timeRaised | string | Timestamp when the incident was first raised. |
| timeUpdated | string | Timestamp of the last incident update. |
| timeResolved | string | Timestamp when the incident was resolved. |
| eventCount | integer | Number of events correlated into this incident. |
| canonicalLink | string | Canonical URI for this incident resource. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Incident",
"title": "Incident",
"type": "object",
"description": "Represents an incident in Enterprise Manager. Incidents are actionable issues detected by monitoring rules, correlated from one or more events.",
"properties": {
"incidentId": {
"type": "string",
"description": "Unique identifier of the incident.",
"example": "500123"
},
"summary": {
"type": "string",
"description": "Brief summary of the incident.",
"example": "example_value"
},
"severity": {
"type": "string",
"description": "Severity level of the incident.",
"enum": [
"FATAL",
"CRITICAL",
"WARNING",
"ADVISORY",
"INFORMATIONAL"
],
"example": "FATAL"
},
"priority": {
"type": "string",
"description": "Priority assigned to the incident.",
"enum": [
"URGENT",
"HIGH",
"MEDIUM",
"LOW",
"NONE"
],
"example": "URGENT"
},
"status": {
"type": "string",
"description": "Current status of the incident.",
"enum": [
"NEW",
"WORK_IN_PROGRESS",
"RESOLVED",
"CLOSED",
"SUPPRESSED"
],
"example": "NEW"
},
"category": {
"type": "string",
"description": "Category of the incident.",
"enum": [
"AVAILABILITY",
"PERFORMANCE",
"SECURITY",
"CONFIGURATION",
"ERROR",
"CAPACITY",
"COMPLIANCE"
],
"example": "AVAILABILITY"
},
"targetName": {
"type": "string",
"description": "Name of the target associated with this incident.",
"example": "example_value"
},
"targetType": {
"type": "string",
"description": "Type of the target associated with this incident.",
"example": "example_value"
},
"escalationLevel": {
"type": "integer",
"description": "Current escalation level of the incident.",
"example": 10
},
"owner": {
"type": "string",
"description": "Username of the incident owner or assignee.",
"example": "example_value"
},
"acknowledgedBy": {
"type": "string",
"description": "Username of the person who acknowledged the incident.",
"example": "example_value"
},
"resolutionState": {
"type": "string",
"description": "Resolution state providing closure details.",
"example": "example_value"
},
"ruleSetName": {
"type": "string",
"description": "Name of the incident rule set that created this incident.",
"example": "example_value"
},
"timeRaised": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the incident was first raised.",
"example": "2026-01-15T10:30:00Z"
},
"timeUpdated": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the last incident update.",
"example": "2026-01-15T10:30:00Z"
},
"timeResolved": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the incident was resolved.",
"example": "2026-01-15T10:30:00Z"
},
"eventCount": {
"type": "integer",
"description": "Number of events correlated into this incident.",
"example": 10
},
"canonicalLink": {
"type": "string",
"format": "uri",
"description": "Canonical URI for this incident resource.",
"example": "https://www.example.com"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-enterprise-manager-incident"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.