Amazon GuardDuty · Example Payload

Guardduty Finding Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Finding 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

AccountIdArnConfidenceCreatedAtDescriptionId

Example Payload

Raw ↑
{
  "AccountId": "abc123def456",
  "Arn": "arn:aws:guardduty:us-east-1:123456789012:detector/abc123",
  "Confidence": "abc123def456",
  "CreatedAt": "example-CreatedAt",
  "Description": "example-Description",
  "Id": "abc123def456"
}