Is it possible to add hardware using the API gateway?

We have a use-case where we want integrate our docker-based solution with Milestone using the API Gateway. We plan to use the API to add hardware to milestone, but I cannot figure out what API call to make, if there even exists one.

Does anybody know if such a call exists and what it is?

Kind regards

Jacob Nilsson

Recording Server AddHardware - https://doc.developer.milestonesys.com/mipvmsapi/#operation/postTaskForrecordingServers

There are samples that do the same task in Configuration API and they might be a help to figure out the parameters.

One example: https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configaddcameras/readme.html&tree=tree_2.html

A sample giving a more general overview: https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html