Amazon GuardDuty · JSON Structure

Guardduty Get Coverage Statistics Request Structure

GetCoverageStatisticsRequest schema from Amazon GuardDuty API

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

GetCoverageStatisticsRequest 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

FilterCriteria StatisticsType

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-coverage-statistics-request-structure.json",
  "name": "GetCoverageStatisticsRequest",
  "description": "GetCoverageStatisticsRequest schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "FilterCriteria": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageFilterCriteria"
        },
        {
          "xml": {
            "name": "filterCriteria"
          },
          "description": "Represents the criteria used to filter the coverage statistics"
        }
      ]
    },
    "StatisticsType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageStatisticsTypeList"
        },
        {
          "xml": {
            "name": "statisticsType"
          },
          "description": "Represents the statistics type used to aggregate the coverage details."
        }
      ]
    }
  },
  "required": [
    "StatisticsType"
  ]
}