OPTIONS

Pings to determine the state of Customer Collaboration Platform.

URL:

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

HTTPS method:

OPTIONS

Example XML payload:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://wadl.dev.java.net/2009/02">
<doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 1.19.1 03/11/2016 02:08 PM"/>
<grammars/>
<resources base="https://192.168.1.29/ccp-webapp/ccp/">
<resource path="authentication/ping">
<method id="ping" name="GET">
<response>
<representation mediaType="*/*"/>
</response>
</method>
</resource>
</resources>
</application>

Parameters:

See Authentication API Parameters.

Note
After removing the Customer Collaboration Platform configurations from the Cisco Unified CCX, it is recommended that you use the OPTIONS method to find the health of Customer Collaboration Platform.