Amazon GuardDuty · Schema

GetFindingsStatisticsRequest

GetFindingsStatisticsRequest schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
FindingStatisticTypes object
FindingCriteria object
View JSON Schema on GitHub

JSON Schema

guardduty-get-findings-statistics-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-get-findings-statistics-request-schema.json",
  "title": "GetFindingsStatisticsRequest",
  "description": "GetFindingsStatisticsRequest schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "FindingStatisticTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingStatisticTypes"
        },
        {
          "xml": {
            "name": "findingStatisticTypes"
          },
          "description": "The types of finding statistics to retrieve."
        }
      ]
    },
    "FindingCriteria": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingCriteria"
        },
        {
          "xml": {
            "name": "findingCriteria"
          },
          "description": "Represents the criteria that is used for querying findings."
        }
      ]
    }
  },
  "required": [
    "FindingStatisticTypes"
  ]
}