Nuix · Schema

ClusterNodeDetails

Schema for ClusterNodeDetails in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
guid string The unique identifier for the node. This is generated based upon the serverId.
serverId string The id of the node.
publicURL string The public URL of the node.
contextPath string server context path
name string The friendly name of the node.
maxWorkers integer The max number of workers of the node.
availableWorkers integer The number of workers available on the node.
busyWorkers integer The number of workers in use on the node.
tags array An array of tags applied to the node. This can be used for node filtering when processing in a cluster.
roles array A list of cluster roles the node has been assigned.
restVersion string The customer version of the node.
osInfo object
engineVersion string The engine version of the node.
View JSON Schema on GitHub

JSON Schema

nuix-rest-clusternodedetails.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-clusternodedetails.json",
  "title": "ClusterNodeDetails",
  "description": "Schema for ClusterNodeDetails in Nuix REST API",
  "type": "object",
  "properties": {
    "guid": {
      "type": "string",
      "description": "The unique identifier for the node.  This is generated based upon the serverId."
    },
    "serverId": {
      "type": "string",
      "description": "The id of the node."
    },
    "publicURL": {
      "type": "string",
      "description": "The public URL of the node."
    },
    "contextPath": {
      "type": "string",
      "description": "server context path"
    },
    "name": {
      "type": "string",
      "description": "The friendly name of the node."
    },
    "maxWorkers": {
      "type": "integer",
      "description": "The max number of workers of the node."
    },
    "availableWorkers": {
      "type": "integer",
      "description": "The number of workers available on the node."
    },
    "busyWorkers": {
      "type": "integer",
      "description": "The number of workers in use on the node."
    },
    "tags": {
      "type": "array",
      "description": "An array of tags applied to the node.  This can be used for node filtering when processing in a cluster.",
      "items": {
        "type": "string"
      }
    },
    "roles": {
      "type": "array",
      "description": "A list of cluster roles the node has been assigned.",
      "items": {
        "type": "string",
        "enum": [
          "PRODUCER",
          "CONSUMER"
        ]
      }
    },
    "restVersion": {
      "type": "string",
      "description": "The customer version of the node."
    },
    "osInfo": {
      "$ref": "#/components/schemas/OperatingSystemDigest"
    },
    "engineVersion": {
      "type": "string",
      "description": "The engine version of the node."
    }
  }
}

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-rest-clusternodedetails"
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.