Nuix · Schema
LogEntry
Schema for LogEntry in Nuix ECC REST API
ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence
Properties
| Name | Type | Description |
|---|---|---|
| name | string | name of entry, either `Error` or `Warning` |
| scope | string | defines the scope of the entry, either `Client` or `Server` |
| severity | string | Log entry severity, one of `Error`, `Warning`, `Info`, or `Debug` |
| grouping | string | grouping for this log entry |
| jobId | integer | id of the job the log entry is associated with |
| userId | integer | id of the ECC user logged in when the log entry was created |
| description | string | description of the event logged |
| date | string | date and time of the log entry |
| computerId | string | UUID of the computer on which the event occurred |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-logentry.json",
"title": "LogEntry",
"description": "Schema for LogEntry in Nuix ECC REST API",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "name of entry, either `Error` or `Warning`",
"enum": [
"Error",
"Warning"
]
},
"scope": {
"type": "string",
"description": "defines the scope of the entry, either `Client` or `Server`",
"enum": [
"Client",
"Server"
]
},
"severity": {
"type": "string",
"description": "Log entry severity, one of `Error`, `Warning`, `Info`, or `Debug`",
"enum": [
"Error",
"Warning",
"Info",
"Debug"
]
},
"grouping": {
"type": "string",
"description": "grouping for this log entry"
},
"jobId": {
"type": "integer",
"description": "id of the job the log entry is associated with"
},
"userId": {
"type": "integer",
"description": "id of the ECC user logged in when the log entry was created",
"nullable": true
},
"description": {
"type": "string",
"description": "description of the event logged",
"nullable": true
},
"date": {
"type": "string",
"description": "date and time of the log entry"
},
"computerId": {
"type": "string",
"description": "UUID of the computer on which the event occurred"
}
}
}
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/nuix-ecc-logentry"
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.