February 2019
Beginner to intermediate
544 pages
14h 36m
English
The Node Manager is responsible for running containers and executing tasks inside containers. The Node Manager API provides information about particular nodes, applications running on that node, and their containers. Let's look at each API and their uses:
curl -X GET http://nodemanagerIP:port/ws/v1/node/info
An example would look like the following:
curl -X GET http://10.20.28.19:8042/ws/v1/node/info
Read now
Unlock full access