Get HTTPS Trigger
HTTPS Method |
GET |
URI |
https://<server>/adminapi/httpTrigger/{httpTriggerName} |
Example URI |
https://uccx-server/adminapi/httpTrigger |
Accept |
Application/XML, Application/JSON |
HTTPS Success Code |
200 |
HTTPS Failure Codes |
401, 404, 405 |
Error Codes |
— |
Success Response
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<httpTrigger>
<self>https://uccx-server/adminapi/httpTrigger/redirect_Cisco</self>
<name>/redirect_Cisco</name>
<application name="Auto_App_HTTP">
<refURL>https://uccx-server/adminapi/application/Auto_App_HTTP</refURL>
</application>
<maxSessions>10</maxSessions>
<idleTimeout>2000</idleTimeout>
<locale>en_US</locale>
<enabled>true</enabled>
</httpTrigger>