Skip to main content

Refresh Node Of HyperScaleStorage

Select

SaaS
Customer Managed

Refresh a specific node of HyperScale

Path Parameters
  • hyperScaleStorageId int32 required

    Id of hyperscale storage

  • nodeId int32 required

    Id of node

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/storage/hyperscale/:hyperscalestorageid/node/:nodeid/refresh    

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 PUT 'https://CommandCenterHostName/commandcenter/api/V4/Storage/HyperScale/:hyperScaleStorageId/Node/:nodeId/Refresh' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'