Hello,
I use https://server:port/cli/applicationProcessRequest/requestID to get application process request workflow trace. How could I found environment where this process was run?
-thanks in advance
Answer by abhipatti (2677) | Jun 21, 2016 at 09:35 AM
I noticed that the response from the REST CALL https://server:port/cli/applicationProcessRequest/requestID does not contain environment information.
I could not find any other official documented API which would give us that information (Unless I am missing something , please correct me ) , however you can use this unsupported API Call
https://server:port:/rest/workflow/applicationProcessRequest/requestID
which will give you the environment on which it was run.
Hi @abhipatti!
I still can't find environment info using https://server:port:/rest/workflow/applicationProcessRequest/requestID
Sorry, I provided you wrong API (Typo Mistake)
Here is the correct API https://serverurl:port/rest/deploy/applicationProcessRequest/requestID
I also edited by above comment with correct API
UDeploy using RTC SCM Automated Build with Post deploy option 1 Answer
Error on logs after upgrading UrbanCode Deploy to version 6.1.0.1 2 Answers
Multiple manual tasks and approval for a process step in UCD 2 Answers
UDeploy Maven plugins: Maven and Maven Source Configs? 1 Answer
mapping between ucr env and ucd env 2 Answers