List all Nodes

Ops Center Protector REST API User Guide

Version
7.6.x
Audience
anonymous
Part Number
MK-99PRT005-06

Nodes are a key resources within Ops Center Protector. Generally any data protection operation is made from and to Nodes. The Master node is the only node available at the beginning of the examples and can be received with a GET request to the NodeManager handler.

List all Nodes
curl --insecure --cookie demosession
https://demomaster/API/7.1/master/NodeManager/objects/Nodes
List all Nodes Response
{
            "node": [
              {
                  "agentless": false,  
                  "filterAvailable": false,
                  "id": "demomaster@BZ-334922-442788-343Z2Z-YYZ744[0-1-1]",
                  "master": true,
                  "name": "demomaster",
                  "networkDetails": {
                      "iPAddresses": [
                          "127.0.0.1"
                     ]
                   },
                   "nodeAttributes": [
                   ],
                   "osDetails": {
                       "architecture": "x64",
                        "chassis": "Virtual",
                        "os": "eOS_WINDOWS",
                        "osLevel": "Server",
                        "osVariant": "Windows 2016",
                        "osVersion": "Standard"
                    },
                    "resourceId": "4294967297",
                    "stateInfo": {
                         "accessible": true,
                          "activeRules": 0,
                          "authorized": true,
                          "connected": true,
                          "hasRules": false,
                          "hubState": "Connected",
                           "upToDate": true
                     },
                      "type": "OSHost",
                      "userTags": [
                      ],
                      "version": "7.1.0.84083-R7.1"
                    }
                ],
                "pageInfo": {
                    "end": true,
                    "totalCount": 1
                  }
              }