Using this endpoint: https://loa-lre-qa.pncint.net/LoadTest/rest/domains/PNC/projects/Automation/timeslots/availabilities
Request Type : PUT
Body :
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Using this endpoint: https://loa-lre-qa.pncint.net/LoadTest/rest/domains/PNC/projects/Automation/timeslots/availabilities
Request Type : PUT
Body :
This is the actual response
Just a guess. In most API calls, a tag that ends in ID, should have an integer number and not a string like your have at HostID.
Use Get Hosts List by Query to map host-name to ID.
Reward contributions via likes or 'verified answers'
Tried changing HostID from actual HostName to the ID.
Modified Request
I assume you use header: Content-Type: application/json
experiment: Did you have been able to run it as XML, or did you try to use LoadGeneratorDemandAutomatic, just for testing.
Also not sure if you can plan a month in advance, can you experiment with a few hours ahead?
Experiment with a different date format (No 'Z' at end).
Take a reservation of 1h iso 30m (I've seen some weird things with only 30m)
Look in the logging on LRE server and see if there are more details.
Based on structure of JSON and documentation it looks ok.
Reward contributions via likes or 'verified answers'