Amazon Incident Manager · Example Payload

Incident Manager Incident Record Example

AutomationDevOpsIncident ManagementOperations

Incident Manager Incident Record Example is an example object payload from Amazon Incident Manager, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

arnautomationExecutionschatChannelcreationTimededupeStringimpactincidentRecordSourcelastModifiedBylastModifiedTimenotificationTargetsresolvedTimestatussummarytitle

Example Payload

Raw ↑
{
  "arn": "arn:aws:ssm-incidents::123456789012:response-plan/example",
  "automationExecutions": "example-value",
  "chatChannel": "example-value",
  "creationTime": "2025-03-15T14:30:00Z",
  "dedupeString": "example-value",
  "impact": "example-value",
  "incidentRecordSource": "id-abc123",
  "lastModifiedBy": "example-value",
  "lastModifiedTime": "2025-03-15T14:30:00Z",
  "notificationTargets": "example-value",
  "resolvedTime": "2025-03-15T14:30:00Z",
  "status": "OPEN",
  "summary": "example-value",
  "title": "example-value"
}