I'm trying to do some basic automation by using the CloudClient. I've pretty much resolved this issue using a Python wrapper around the REST interface, but I'd rather not support that path if I can do the same with the supported tooling.
I'm able to login, fetch a request template, and submit the request. I obviously can retrieve the request ID. But I get pretty solidly stuck here, not knowing how to get the associated deployment ID. From what I can tell, the request information never has the deployment info. Is there a simply query to get the deployed details via the request ID, or other ID in the request details?
TIA.