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
diskInformation object
serverInformation object
disks object[]
{
"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
}
GET /v4/storage/hyperscale/:hyperscalestorageid/node/:nodeid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'