Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Getincidentannotations Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Getincidentannotations 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": "getIncidentAnnotations",
  "method": "GET",
  "path": "/incidents/{incidentId}/annotations",
  "summary": "Oracle Enterprise Manager Get Incident Annotations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getincidentannotations200Example",
      "example": {
        "items": [
          {
            "annotationId": "500123",
            "summary": "example_value",
            "details": "example_value",
            "author": "example_value",
            "timeCreated": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}