Microsoft Defender · JSON Structure

Microsoft Defender Structure

Structural overview of the Microsoft Defender API surface; extracted from openapi/.

Type: Properties: 0

Microsoft Defender Structure is a JSON Structure definition published by Microsoft Defender.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Microsoft Defender",
  "providerId": "microsoft-defender",
  "kind": "json-structure",
  "description": "Structural overview of the Microsoft Defender API surface; extracted from openapi/.",
  "schemaCount": 9,
  "operationCount": 10,
  "schemas": [
    {
      "name": "Alert",
      "type": "object",
      "propertyCount": 29,
      "required": []
    },
    {
      "name": "AlertComment",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "AlertEvidence",
      "type": "object",
      "propertyCount": 25,
      "required": []
    },
    {
      "name": "AlertUpdate",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "RelatedUser",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Machine",
      "type": "object",
      "propertyCount": 21,
      "required": []
    },
    {
      "name": "IpAddress",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "Vulnerability",
      "type": "object",
      "propertyCount": 17,
      "required": []
    },
    {
      "name": "MachineReference",
      "type": "object",
      "propertyCount": 4,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/alerts",
      "operationId": "listAlerts",
      "summary": "Microsoft Defender List alerts",
      "tags": [
        "Alerts"
      ]
    },
    {
      "method": "GET",
      "path": "/alerts/{alertId}",
      "operationId": "getAlert",
      "summary": "Microsoft Defender Get alert by ID",
      "tags": [
        "Alerts"
      ]
    },
    {
      "method": "PATCH",
      "path": "/alerts/{alertId}",
      "operationId": "updateAlert",
      "summary": "Microsoft Defender Update alert",
      "tags": [
        "Alerts"
      ]
    },
    {
      "method": "GET",
      "path": "/machines",
      "operationId": "listMachines",
      "summary": "Microsoft Defender List machines",
      "tags": [
        "Machines"
      ]
    },
    {
      "method": "GET",
      "path": "/machines/{machineId}",
      "operationId": "getMachine",
      "summary": "Microsoft Defender Get machine by ID",
      "tags": [
        "Machines"
      ]
    },
    {
      "method": "GET",
      "path": "/machines/{machineId}/alerts",
      "operationId": "listMachineAlerts",
      "summary": "Microsoft Defender List alerts for a machine",
      "tags": [
        "Alerts",
        "Machines"
      ]
    },
    {
      "method": "GET",
      "path": "/machines/{machineId}/vulnerabilities",
      "operationId": "listMachineVulnerabilities",
      "summary": "Microsoft Defender List vulnerabilities for a machine",
      "tags": [
        "Machines",
        "Vulnerabilities"
      ]
    },
    {
      "method": "GET",
      "path": "/vulnerabilities",
      "operationId": "listVulnerabilities",
      "summary": "Microsoft Defender List all vulnerabilities",
      "tags": [
        "Vulnerabilities"
      ]
    },
    {
      "method": "GET",
      "path": "/vulnerabilities/{vulnerabilityId}",
      "operationId": "getVulnerability",
      "summary": "Microsoft Defender Get vulnerability by ID",
      "tags": [
        "Vulnerabilities"
      ]
    },
    {
      "method": "GET",
      "path": "/vulnerabilities/{vulnerabilityId}/machineReferences",
      "operationId": "listVulnerabilityMachineReferences",
      "summary": "Microsoft Defender List machines affected by a vulnerability",
      "tags": [
        "Machines",
        "Vulnerabilities"
      ]
    }
  ]
}

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/microsoft-defender-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.