Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Cloud Control Incident Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Cloud Control Incident Example is an example object payload from Oracle Enterprise Manager, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

incidentIdsummaryseverityprioritystatuscategorytargetNametargetTypeescalationLevelowneracknowledgedByresolutionStateruleSetNametimeRaisedtimeUpdatedtimeResolvedeventCountcanonicalLink

Example Payload

Raw ↑
{
  "incidentId": "500123",
  "summary": "example_value",
  "severity": "example_value",
  "priority": "example_value",
  "status": "example_value",
  "category": "example_value",
  "targetName": "example_value",
  "targetType": "example_value",
  "escalationLevel": 10,
  "owner": "example_value",
  "acknowledgedBy": "example_value",
  "resolutionState": "example_value",
  "ruleSetName": "example_value",
  "timeRaised": "example_value",
  "timeUpdated": "example_value",
  "timeResolved": "example_value",
  "eventCount": 10,
  "canonicalLink": "example_value"
}