Skip to main content

Get NodeDetails Of HyperScaleStorage

Select

SaaS
Customer Managed

Get details of a specific node of a hyperscale storage

Path Parameters
  • hyperScaleStorageId int32 required

    Id of hyperscale storage

  • nodeId int32 required

    Id of node

Responses

Success


Schema
  • node object
  • id int32
  • name string
  • diskInformation object
  • vendor string

    The name of the vendor

  • product string

    The name of the product

  • fileSystem string

    The file system on the node

  • status string

    The status of the node - whether the node is online or offline and is healthy

  • serverInformation object
  • cpu string

    The CPU related information

  • fan string

    The status of the fan

  • powerSupply string

    The status of the power supply

  • cacheDrive string

    The status of the cache drive

  • nicStatus string

    The status of the NIC cards in the mount path

  • cpuUsage string

    The CPU performance

  • memoryUsage string

    The amount of physical memory currently used

  • disks object[]
  • id int32

    Id of disk

  • mountpath string

    The physical path of the mount path in the file system

  • serialNumber string

    The serial number associated with the mount path

  • capacity int32

    The total capacity of the mount path

  • diskStatus string

    The status of the mount path

GET /v4/storage/hyperscale/:hyperscalestorageid/node/:nodeid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
hyperScaleStorageId — path required
nodeId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'