Reference Guide

HTTP
Code
Description Schema
400 Invalid request error_response
404 Not Found error_response
422 Operation Failed error_response
node
Use this resource type to retrieve information about nodes in a cluster.
GET /node
Description
Query the nodes in a cluster.
Responses
HTTP
Code
Description Schema
200 Success
< node_instance >
array
206 Partial content of node instance objects
< node_instance >
array
GET /node/{id}
Description
Query a specific node in a cluster.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the node. string
Responses
168
Dell EMC PowerStore REST API Reference Guide