Amazon GuardDuty · Example Payload

Guardduty Scan Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Scan Example is an example object payload from Amazon GuardDuty, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DetectorIdAdminDetectorIdScanIdScanStatusFailureReasonScanStartTime

Example Payload

Raw ↑
{
  "DetectorId": "abc123def456",
  "AdminDetectorId": "abc123def456",
  "ScanId": "abc123def456",
  "ScanStatus": "ENABLED",
  "FailureReason": "example-FailureReaso",
  "ScanStartTime": "example-ScanStartTim"
}