Amazon GuardDuty · JSON Structure

Guardduty Get Findings Request Structure

GetFindingsRequest schema from Amazon GuardDuty API

Type: object Properties: 2 Required: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

GetFindingsRequest is a JSON Structure definition published by Amazon GuardDuty, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FindingIds SortCriteria

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-get-findings-request-structure.json",
  "name": "GetFindingsRequest",
  "description": "GetFindingsRequest schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "FindingIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingIds"
        },
        {
          "xml": {
            "name": "findingIds"
          },
          "description": "The IDs of the findings that you want to retrieve."
        }
      ]
    },
    "SortCriteria": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SortCriteria"
        },
        {
          "xml": {
            "name": "sortCriteria"
          },
          "description": "Represents the criteria used for sorting findings."
        }
      ]
    }
  },
  "required": [
    "FindingIds"
  ]
}