Nuix · Schema
Computer
Schema for Computer in Nuix ECC REST API
ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence
Properties
| Name | Type | Description |
|---|---|---|
| name | string | name of the computer |
| fullName | string | name of the computer including domain |
| description | string | description of the computer |
| UUID | string | GUID uniquely identifying this computer, used in all other api functions |
| presence | string | One of `ONLINE`, `NEARLINE` or `OFFLINE` |
| purpose | string | One of `Client` or `Admin Console` |
| staging | boolean | Set to `true` if the computer is a staging computer |
| pairingState | string | One of `Paired`, `Awaiting`, or `Denied` |
| firstContact | string | date/time of first contact in the format `yyyy-mm-ddThh:mm:ss` |
| lastContact | string | date/time of last contact in the format `yyyy-mm-ddThh:mm:ss` |
| osName | string | name of the OS |
| lastUser | string | last logged in username |
| searchEnabled | boolean | Set to `true` if Advanced Search is enabled on this computer |
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-computer.json",
"title": "Computer",
"description": "Schema for Computer in Nuix ECC REST API",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "name of the computer"
},
"fullName": {
"type": "string",
"description": "name of the computer including domain"
},
"description": {
"type": "string",
"description": "description of the computer",
"nullable": true
},
"UUID": {
"type": "string",
"description": "GUID uniquely identifying this computer, used in all other api functions"
},
"presence": {
"type": "string",
"description": "One of `ONLINE`, `NEARLINE` or `OFFLINE`",
"enum": [
"ONLINE",
"NEARLINE",
"OFFLINE"
]
},
"purpose": {
"type": "string",
"description": "One of `Client` or `Admin Console`",
"enum": [
"Client",
"Admin Console"
]
},
"staging": {
"type": "boolean",
"description": "Set to `true` if the computer is a staging computer"
},
"pairingState": {
"type": "string",
"description": "One of `Paired`, `Awaiting`, or `Denied`",
"enum": [
"Paired",
"Awaiting",
"Denied"
]
},
"firstContact": {
"type": "string",
"description": "date/time of first contact in the format `yyyy-mm-ddThh:mm:ss`"
},
"lastContact": {
"type": "string",
"description": "date/time of last contact in the format `yyyy-mm-ddThh:mm:ss`"
},
"osName": {
"type": "string",
"description": "name of the OS"
},
"lastUser": {
"type": "string",
"description": "last logged in username"
},
"searchEnabled": {
"type": "boolean",
"description": "Set to `true` if Advanced Search is enabled on this computer"
}
}
}
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-computer"
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.