When using several workstations with Caldera Software, you may need to aggregate data and have only one central point. You can do that by adding a remote service to a workstation.
Info
Note that all data will be aggregated, requiring more time to fetch all information.
It is recommended to use filtering and pagination to reduce large overheads heavily.
Add a remote service
The host is the IP address of the remote workstation. Note that the default CalderaRIP port is 45344.
The license field is currently mandatory but leave it blank when the remote service has its own license attached.
POST http://localhost:12340/v1/services
[
{
"host": "XX.XX.XX.XX",
"type": "calderarip",
"license": "",
"port": "45344"
}
]
Returned data
Returned data is the same as of the List services call with the new remote service.