Amazon GuardDuty · Schema

EbsVolumeScanDetails

Contains details from the malware scan that created a finding.

Anomaly DetectionComplianceMachine-LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
ScanId object
ScanStartedAt object
ScanCompletedAt object
TriggerFindingId object
Sources object
ScanDetections object
View JSON Schema on GitHub

JSON Schema

guardduty-ebs-volume-scan-details-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-ebs-volume-scan-details-schema.json",
  "title": "EbsVolumeScanDetails",
  "description": "Contains details from the malware scan that created a finding.",
  "type": "object",
  "properties": {
    "ScanId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "scanId"
          },
          "description": "Unique Id of the malware scan that generated the finding."
        }
      ]
    },
    "ScanStartedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "xml": {
            "name": "scanStartedAt"
          },
          "description": "Returns the start date and time of the malware scan."
        }
      ]
    },
    "ScanCompletedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "xml": {
            "name": "scanCompletedAt"
          },
          "description": "Returns the completion date and time of the malware scan."
        }
      ]
    },
    "TriggerFindingId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "triggerFindingId"
          },
          "description": "GuardDuty finding ID that triggered a malware scan."
        }
      ]
    },
    "Sources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Sources"
        },
        {
          "xml": {
            "name": "sources"
          },
          "description": "Contains list of threat intelligence sources used to detect threats."
        }
      ]
    },
    "ScanDetections": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScanDetections"
        },
        {
          "xml": {
            "name": "scanDetections"
          },
          "description": "Contains a complete view providing malware scan result details."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/guardduty-ebs-volume-scan-details"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.