Get Cloud Connect Configuration

Use this API to return the Cloud Connect configuration from the Speech Server.

HTTP Method

GET

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 Response
<cloudConnect>
	<publisherAddress>10.10.10.20</publisherAddress>
	<subscriberAddress>10.10.10.21</subscriberAddress>
	<userName>username</userName>
	<password>password</password>
</cloudConnect>