Amazon GuardDuty · Schema

NetworkInterface

Contains information about the elastic network interface of the EC2 instance.

Anomaly DetectionComplianceMachine-LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
Ipv6Addresses object
NetworkInterfaceId object
PrivateDnsName object
PrivateIpAddress object
PrivateIpAddresses object
PublicDnsName object
PublicIp object
SecurityGroups object
SubnetId object
VpcId object
View JSON Schema on GitHub

JSON Schema

guardduty-network-interface-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-network-interface-schema.json",
  "title": "NetworkInterface",
  "description": "Contains information about the elastic network interface of the EC2 instance.",
  "type": "object",
  "properties": {
    "Ipv6Addresses": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Ipv6Addresses"
        },
        {
          "xml": {
            "name": "ipv6Addresses"
          },
          "description": "A list of IPv6 addresses for the EC2 instance."
        }
      ]
    },
    "NetworkInterfaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "networkInterfaceId"
          },
          "description": "The ID of the network interface."
        }
      ]
    },
    "PrivateDnsName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "privateDnsName"
          },
          "description": "The private DNS name of the EC2 instance."
        }
      ]
    },
    "PrivateIpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "privateIpAddress"
          },
          "description": "The private IP address of the EC2 instance."
        }
      ]
    },
    "PrivateIpAddresses": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PrivateIpAddresses"
        },
        {
          "xml": {
            "name": "privateIpAddresses"
          },
          "description": "Other private IP address information of the EC2 instance."
        }
      ]
    },
    "PublicDnsName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "publicDnsName"
          },
          "description": "The public DNS name of the EC2 instance."
        }
      ]
    },
    "PublicIp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "publicIp"
          },
          "description": "The public IP address of the EC2 instance."
        }
      ]
    },
    "SecurityGroups": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SecurityGroups"
        },
        {
          "xml": {
            "name": "securityGroups"
          },
          "description": "The security groups associated with the EC2 instance."
        }
      ]
    },
    "SubnetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "subnetId"
          },
          "description": "The subnet ID of the EC2 instance."
        }
      ]
    },
    "VpcId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "vpcId"
          },
          "description": "The VPC ID of the EC2 instance."
        }
      ]
    }
  }
}

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-network-interface"
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 email required.

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