---
title: "Inspect cluster Nodes."
method: GET
path: "/cluster/inspect/{id}"
tags: ["cluster"]
---

# Inspect cluster Nodes.

`GET /cluster/inspect/{id}`

This will return the requested node object

## Path parameters

- `id` integer, required

## Response `200`

a node

- Node — It includes the current physical state (CPU, memory, storage, network usage) as well as the containers running on the system.
  - `Avgload` integer — Average load (percentage)
  - `Cpu` number, double — Cpu usage of the node.
  - `DataIp` string — Data IP
  - `Disks` object — List of disks on this node.
  - `GenNumber` integer — GenNumber of the node
  - `Hostname` string — Hostname of this node
  - `Id` string — Id of the node.
  - `MemFree` integer — Free Memory of the node
  - `MemTotal` integer — Total Memory of the node
  - `MemUsed` integer — Used Memory of the node
  - `MgmtIp` string — Management IP
  - `NodeData` object — Node data for this node (EX: Public IP, Provider, City..)
  - `NodeLabels` object — User defined labels for node. Key Value pairs
  - `Pools` StoragePool[] — List of storage pools this node supports
    - `Cos` integer
    - `ID` integer — ID pool ID
    - `Medium` integer
    - `RaidLevel` string — RaidLevel storage raid level
    - `TotalSize` integer — TotalSize of the pool
    - `Used` integer — Used size of the pool
    - `labels` object — Labels is a list of user defined name-value pairs
  - `StartTime` string, date-time — Start time of this node
  - `Status` integer
  - `Timestamp` string, date-time — Timestamp

## Changes

- **2018-02-22** `ed1f944f48d5` — 1 info
  - api tag `inspect` removed
- **2017-12-05** `d79082f863d1` — 1 info
  - api tag `inspect` added

[Change history](https://skmtc.dev/libopenstorage/apis/osd-api/changes/cluster/inspect/:id/get.md)

---

[API](https://skmtc.dev/libopenstorage/apis/osd-api.md) · [All operations](https://skmtc.dev/libopenstorage/apis/osd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/libopenstorage/osd-api/revisions/ed1f944f48d5/schema)
