Restart node card

Restarts a node cards.

If LCC is the node card that is executing this command, a REST API response is created. However, the SCSI Read Buffer method of querying for that response does not necessarily occur before the node card reset begins. The buffer is non-volatile and query-able after the reset is complete.

Request syntax

POST /v1/nodeCards/<ID>/reset
Resets the specified node card.

Path parameters

ID (string)

The ID of the node card.

Example

> POST /v1/nodeCards/2/reset
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0