Amazon GuardDuty · JSON Structure

Guardduty Get Findings Statistics Request Structure

GetFindingsStatisticsRequest schema from Amazon GuardDuty API

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

GetFindingsStatisticsRequest 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

FindingStatisticTypes FindingCriteria

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-statistics-request-structure.json",
  "name": "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"
  ]
}