- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
API call to create DTC pool with 2 or more servers
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 03:45 AM - edited 03-27-2024 04:00 AM
I am struggling to get to create a DTC pool with multiple servers in there at the creation of the DTC pool using an API call via Python.
I am able to create the DTC pool with one server, but I need to have more servers in the pool and preferably in just one call.
Also in the documentation I can not find anything about the order of the servers in the pool.
Nevermind, I found the sollution.
Re: API call to create DTC pool with 2 or more servers
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
@S-van-Hattumshadow fight 2 wrote:
I am struggling to get to create a DTC pool with multiple servers in there at the creation of the DTC pool using an API call via Python.
I am able to create the DTC pool with one server, but I need to have more servers in the pool and preferably in just one call.
Also in the documentation I can not find anything about the order of the servers in the pool.
Nevermind, I found the sollution.
Great to hear you found the solution! For creating a DTC pool with multiple servers via Python, you typically need to include all the server details in the request body when making the API call. Ensure your JSON payload is structured correctly to include multiple servers.