Palo Alto Networks · Schema
Asset
An asset tracked in the XSIAM asset inventory.
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR
Properties
| Name | Type | Description |
|---|---|---|
| asset_id | string | |
| asset_name | string | |
| asset_type | string | |
| operating_system | string | |
| ip_addresses | array | |
| risk_score | number | Asset risk score (0.0 to 100.0). |
| first_seen | integer | First observation timestamp as Unix epoch milliseconds. |
| last_seen | integer | |
| tags | array | |
| sources | array | Data sources that reported this asset. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Asset",
"description": "An asset tracked in the XSIAM asset inventory.",
"$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/cortex-xsiam-api-asset-schema.json",
"type": "object",
"properties": {
"asset_id": {
"type": "string"
},
"asset_name": {
"type": "string"
},
"asset_type": {
"type": "string",
"enum": [
"DEVICE",
"CLOUD_RESOURCE",
"USER",
"SERVICE_ACCOUNT"
]
},
"operating_system": {
"type": "string"
},
"ip_addresses": {
"type": "array",
"items": {
"type": "string"
}
},
"risk_score": {
"type": "number",
"description": "Asset risk score (0.0 to 100.0)."
},
"first_seen": {
"type": "integer",
"description": "First observation timestamp as Unix epoch milliseconds."
},
"last_seen": {
"type": "integer"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"sources": {
"type": "array",
"items": {
"type": "string"
},
"description": "Data sources that reported this asset."
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cortex-xsiam-api-asset"
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 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.