Spectra Logic
1-800-833-1132 : 1-303-449-6400


Hardware Operations : Node Operations : Get Node

Get Node
Description
Get information about the specified node (BlackPearl system).
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/node/{node UUID or other unique identifier}
To determine the UUID for a node, see Get Nodes.
Responses
Response Elements
<Data>
   <DataPathHttpPort>{
16-bit integer}</DataPathHttpPort>
   <DataPathHttpsPort>{16-bit integer}</DataPathHttpsPort>
   <DataPathIpAddress>{string}</DataPathIpAddress>
   <DnsName>{string}</DnsName>
   <Id>{string}</Id>
   <LastHeartbeat>{YYYY-MM-DDThh:mm:ss.xxxZ}</LastHeartbeat>
   <Name>{string}</Name>
   <SerialNumber>{string}</SerialNumber>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request gets information about the node with the name EngineeringBP.
GET http://blackpearl-hostname/_rest_/node/EngineeringBP HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <DataPathHttpPort/>
   <DataPathHttpsPort>443</DataPathHttpsPort>
   <DataPathIpAddress>10.1.16.1</DataPathIpAddress>
   <DnsName/>
   <Id>48db59bd-cd5d-481a-93a7-15caa0a8ab43</Id>
   <LastHeartbeat>2015-10-13 14:42:54.378</LastHeartbeat>
   <Name>EngineeringBP</Name>
   <SerialNumber>5003048001fff43f</SerialNumber>
</Data>