Update Cloud Connect Configuration
Use this API to update the Cloud Connect configuration in the Speech Server.
HTTP Method |
PUT |
URI |
https://<serverip/hostname/FQDN>/adminapi/cloudConnect/ |
Content Type |
Application/JSON, Application/XML |
HTTP Success Code |
200 OK - Successful |
HTTP Failure Code |
4xx - Client Error 5xx - Server Error |
Parameters
Refer to the Data Structure for Speech Configuration section for the list of parameters.
Sample Request
<cloudConnect>
<publisherAddress>10.10.10.111</publisherAddress>
<subscriberAddress>10.10.10.100</subscriberAddress>
<userName>username</userName>
<password>password</password>
</cloudConnect>