Software AG Products 10.5 | Administering API Portal | Managing Data in API Portal | Backing up and Restoring Tenant-specific Data | Registering Nodes Using the ACC REST Service
 
Registering Nodes Using the ACC REST Service
*To register nodes using ACC REST service
*Post a http request to http://loadbalancer_host:loadbalancer_port/acc/rest/nodes/ with payload:
{
"nodename": "<<hostname>>",
"hostname": "<<hostname>>",
"port": "<<acc_portno>>",
"username": "Clous",
"password": "g3h31m"
}
The user must be a member of infrastructure administrator tenant - the master tenant - with Tenant administrator functional privilege.
Your system is now ready for taking the backups or restoring the backups.