Guardduty Finding Structure
Contains information about the finding, which is generated when abnormal or suspicious activity is detected.
Finding is a JSON Structure definition published by Amazon GuardDuty, describing 15 properties, of which 10 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-finding-structure.json",
"name": "Finding",
"description": "Contains information about the finding, which is generated when abnormal or suspicious activity is detected.",
"type": "object",
"properties": {
"AccountId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "accountId"
},
"description": "The ID of the account in which the finding was generated."
}
]
},
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "arn"
},
"description": "The ARN of the finding."
}
]
},
"Confidence": {
"allOf": [
{
"$ref": "#/components/schemas/Double"
},
{
"xml": {
"name": "confidence"
},
"description": "The confidence score for the finding."
}
]
},
"CreatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "createdAt"
},
"description": "The time and date when the finding was created."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "description"
},
"description": "The description of the finding."
}
]
},
"Id": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "id"
},
"description": "The ID of the finding."
}
]
},
"Partition": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "partition"
},
"description": "The partition associated with the finding."
}
]
},
"Region": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "region"
},
"description": "The Region where the finding was generated."
}
]
},
"Resource": {
"allOf": [
{
"$ref": "#/components/schemas/Resource"
},
{
"xml": {
"name": "resource"
}
}
]
},
"SchemaVersion": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "schemaVersion"
},
"description": "The version of the schema used for the finding."
}
]
},
"Service": {
"allOf": [
{
"$ref": "#/components/schemas/Service"
},
{
"xml": {
"name": "service"
}
}
]
},
"Severity": {
"allOf": [
{
"$ref": "#/components/schemas/Double"
},
{
"xml": {
"name": "severity"
},
"description": "The severity of the finding."
}
]
},
"Title": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "title"
},
"description": "The title of the finding."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/FindingType"
},
{
"xml": {
"name": "type"
},
"description": "The type of finding."
}
]
},
"UpdatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "updatedAt"
},
"description": "The time and date when the finding was last updated."
}
]
}
},
"required": [
"AccountId",
"Arn",
"CreatedAt",
"Id",
"Region",
"Resource",
"SchemaVersion",
"Severity",
"Type",
"UpdatedAt"
]
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/guardduty-finding-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.