Trellix · Schema

Trellix Device

Schema for a managed endpoint device in Trellix ePO

Cloud SecurityCybersecurityEndpoint SecurityThreat DetectionThreat IntelligenceXDR

Properties

Name Type Description
id string Unique device identifier
name string Device hostname
ipAddress string Primary IP address
macAddress string MAC address
osName string Operating system name
osVersion string Operating system version
agentVersion string Trellix agent version installed
status string Device management status
lastSeen string Last check-in timestamp
groupId string Device group identifier
tags array Applied tags
View JSON Schema on GitHub

JSON Schema

trellix-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trellix/main/json-schema/trellix-device-schema.json",
  "title": "Trellix Device",
  "description": "Schema for a managed endpoint device in Trellix ePO",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique device identifier" },
    "name": { "type": "string", "description": "Device hostname" },
    "ipAddress": { "type": "string", "description": "Primary IP address" },
    "macAddress": { "type": "string", "description": "MAC address" },
    "osName": { "type": "string", "description": "Operating system name" },
    "osVersion": { "type": "string", "description": "Operating system version" },
    "agentVersion": { "type": "string", "description": "Trellix agent version installed" },
    "status": { "type": "string", "enum": ["managed", "unmanaged", "quarantined", "offline"], "description": "Device management status" },
    "lastSeen": { "type": "string", "format": "date-time", "description": "Last check-in timestamp" },
    "groupId": { "type": "string", "description": "Device group identifier" },
    "tags": { "type": "array", "items": { "type": "string" }, "description": "Applied tags" }
  },
  "required": ["id", "name"],
  "additionalProperties": true
}

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/trellix-device"
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.