Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Unsuppressincident Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "unsuppressIncident",
  "method": "POST",
  "path": "/incidents/{incidentId}/actions/unsuppress",
  "summary": "Oracle Enterprise Manager Unsuppress an Incident",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Unsuppressincident200Example",
      "example": {
        "incidentId": "500123",
        "summary": "example_value",
        "severity": "FATAL",
        "priority": "URGENT",
        "status": "NEW",
        "category": "AVAILABILITY",
        "targetName": "example_value",
        "targetType": "example_value",
        "escalationLevel": 10,
        "owner": "example_value",
        "acknowledgedBy": "example_value",
        "resolutionState": "example_value",
        "ruleSetName": "example_value",
        "timeRaised": "2026-01-15T10:30:00Z",
        "timeUpdated": "2026-01-15T10:30:00Z",
        "timeResolved": "2026-01-15T10:30:00Z",
        "eventCount": 10,
        "canonicalLink": "https://www.example.com"
      }
    }
  ]
}