Nuix · Schema

systemInfoResponse

Schema for systemInfoResponse in Nuix ECC REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
eccVersion string The ECC version number of the ECC Server
osName string The name of the OS of the ECC Server
osVersion string The version of the OS of the ECC Server
osBitness string The bitness of the OS of the ECC Server, e.g. `64-bit`
memoryGB string The total physical memory of the ECC Server
NIC array array of network adapters on the ECC Server
Volumes array array of volumes on the ECC Server
View JSON Schema on GitHub

JSON Schema

nuix-ecc-systeminforesponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-systeminforesponse.json",
  "title": "systemInfoResponse",
  "description": "Schema for systemInfoResponse in Nuix ECC REST API",
  "type": "object",
  "properties": {
    "eccVersion": {
      "type": "string",
      "description": "The ECC version number of the ECC Server"
    },
    "osName": {
      "type": "string",
      "description": "The name of the OS of the ECC Server"
    },
    "osVersion": {
      "type": "string",
      "description": "The version of the OS of the ECC Server"
    },
    "osBitness": {
      "type": "string",
      "description": "The bitness of the OS of the ECC Server, e.g. `64-bit`"
    },
    "memoryGB": {
      "type": "string",
      "description": "The total physical memory of the ECC Server"
    },
    "NIC": {
      "type": "array",
      "description": "array of network adapters on the ECC Server",
      "items": {
        "type": "object",
        "properties": {
          "Name": {
            "type": "string",
            "description": "The network adapter system name, e.g. `eth3`"
          },
          "Display-Name": {
            "type": "string",
            "description": "The network adapter display name, e.g. `Realtek USB GbE Family Controller`"
          },
          "IP-Address": {
            "type": "string",
            "description": "The IPv4 address assigned to this network adapter"
          }
        }
      }
    },
    "Volumes": {
      "type": "array",
      "description": "array of volumes on the ECC Server",
      "items": {
        "type": "object",
        "properties": {
          "Type": {
            "type": "string",
            "description": "The filesystem of this volume, e.g. `NTFS`"
          },
          "Free-Space": {
            "type": "string",
            "description": "The total free space on this volume"
          }
        }
      }
    }
  }
}

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/nuix-ecc-systeminforesponse"
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.