Nodes
GET {{biBaseURL}}/Nodes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeInactive | null | (optional, default: false) True to return all nodes including nodes that are inactive, otherwise False. |
RESPONSES
status: OK
"[\r\n {\r\n \"NodeID\": \"string\",\r\n \"HostName\": \"string\",\r\n \"DisplayName\": \"string\",\r\n \"LastHeartbeat\": \"DateTime\", // can be null\r\n \"IsActive\": \"bool\",\r\n }\r\n]"