GET

Retrieves the authentication information from Customer Collaboration Platform.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/authentication/

HTTPS method:

GET

Example XML response:

<Authentication>	
	<enabled>true</enabled>
	<managerDistinguishedName>
   CN=administrator,CN=users,DC=ccbu-doc-ad,
   DC=cisco,DC=com
 </managerDistinguishedName>
	<managerPassword>********</managerPassword>
	<primaryHost>10.xx.yyy.zzz</primaryHost>
	<primaryPort>3268</primaryPort>
	<primaryUseSSL>false</primaryUseSSL>
	<refURL>
   https://<ServerIP>:<Port>/ccp-webapp/ccp/
   authentication
 </refURL>
	<roleName></roleName>
</Authentication>

Parameters:

See Authentication API Parameters.