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
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
node object
id int32name stringdiskInformation object
vendor stringThe name of the vendor
product stringThe name of the product
fileSystem stringThe file system on the node
status stringThe status of the node - whether the node is online or offline and is healthy
serverInformation object
cpu stringThe CPU related information
fan stringThe status of the fan
powerSupply stringThe status of the power supply
cacheDrive stringThe status of the cache drive
nicStatus stringThe status of the NIC cards in the mount path
cpuUsage stringThe CPU performance
memoryUsage stringThe amount of physical memory currently used
disks object[]
id int32Id of disk
mountpath stringThe physical path of the mount path in the file system
serialNumber stringThe serial number associated with the mount path
capacity int32The total capacity of the mount path
diskStatus stringThe status of the mount path
{
"node": {
"id": 0,
"name": "string"
},
"diskInformation": {
"vendor": "string",
"product": "string",
"fileSystem": "string",
"status": "string"
},
"serverInformation": {
"cpu": "string",
"fan": "string",
"powerSupply": "string",
"cacheDrive": "string",
"nicStatus": "string",
"cpuUsage": "string",
"memoryUsage": "string"
},
"disks": [
{
"id": 0,
"mountpath": "string",
"serialNumber": "string",
"capacity": 0,
"diskStatus": "string"
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...