Amazon GuardDuty · JSON Structure

Amazon Guardduty Structure

Represents an Amazon GuardDuty security finding with its associated details, severity, and metadata.

Type: object Properties: 12 Required: 3
Anomaly DetectionComplianceMachine-LearningMonitoringSecurityThreat Detection

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

Properties

id accountId region type severity title description confidence resource service createdAt updatedAt

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/amazon-guardduty-structure.json",
  "name": "Amazon GuardDuty Finding",
  "description": "Represents an Amazon GuardDuty security finding with its associated details, severity, and metadata.",
  "type": "object",
  "required": [
    "id",
    "type",
    "severity"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the finding"
    },
    "accountId": {
      "type": "string",
      "description": "The AWS account ID where the finding was generated"
    },
    "region": {
      "type": "string",
      "description": "The AWS Region where the finding was generated"
    },
    "type": {
      "type": "string",
      "description": "The type of finding (e.g., UnauthorizedAccess:EC2/MaliciousIPCaller)"
    },
    "severity": {
      "type": "double",
      "description": "The severity of the finding (0.0 to 10.0)"
    },
    "title": {
      "type": "string",
      "description": "The title of the finding"
    },
    "description": {
      "type": "string",
      "description": "The description of the finding"
    },
    "confidence": {
      "type": "double",
      "description": "The confidence level of the finding"
    },
    "resource": {
      "type": "object",
      "description": "The resource affected by the finding",
      "properties": {
        "resourceType": {
          "type": "string",
          "description": "The type of AWS resource"
        },
        "instanceDetails": {
          "type": "object",
          "description": "Details about the EC2 instance involved"
        },
        "accessKeyDetails": {
          "type": "object",
          "description": "Details about the IAM access key involved"
        }
      }
    },
    "service": {
      "type": "object",
      "description": "Additional information about the finding",
      "properties": {
        "action": {
          "type": "object",
          "description": "Information about the activity"
        },
        "count": {
          "type": "int32",
          "description": "The number of times this finding was observed"
        },
        "detectorId": {
          "type": "string",
          "description": "The detector ID that generated the finding"
        }
      }
    },
    "createdAt": {
      "type": "datetime",
      "description": "The time the finding was first observed"
    },
    "updatedAt": {
      "type": "datetime",
      "description": "The time the finding was last updated"
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/amazon-guardduty-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.