Cloud Connect Configuration

This is global API for cloudconnector (same configuration will be applicable for all the cloud connect present in the system).

The Cloud Connect API is applicable for the following deployments only:

  • Unified CCE 2000 Agents.

  • PCCE 2000 Agents and

  • PCCE LabOnly

URL

https://<server>/unifiedconfig/config/cloudconnectsettings

Operations

  • Get:

    Gets the configuration information of the cloud connecthttps://<server>/unifiedconfig/config/cloudconnectsettings

  • Put:

    Updates the proxy server and media type mapping to cloud connect. https://<server>/unifiedconfig/config/cloudconnectsettings

    with the following body.
Code Snippet
Copy<?xml version="1.0" encoding="UTF-8" standalone="yes"?><CloudConnectSettings>
    <registrationStatus>Registered</registrationStatus>
    <proxyAddress>10.10.10.80</proxyAddress>
    <deploymentID>9de8bdfe-d513-4ab9-a021-2b729efa9c63</deploymentID>
    <deploymentName>CloudConnectSettings</deploymentName>
    <changeStamp>6</changeStamp>
</CloudConnectSettings>

Parameters

  • ProxyAddress: Proxy address or hostname for Cloud Connect to connect to the Control Hub.

  • Registration Status: Read-only field that displays the Cloud Connect registration status of Control Hub.

  • Deployment ID: Read-only field that displays the Deployment ID, an auto-generated identifier of the Unified CCE instance.

  • Deployment Name: Name of the Deployment.

Example Get Response

Code Snippet
Copy<?xml version="1.0" encoding="UTF-8" standalone="yes"?><CloudConnectSettings>
    <registrationStatus>Registered</registrationStatus>
    <proxyAddress>10.10.10.80</proxyAddress>
    <deploymentID>9de8bdfe-d513-4ab9-a021-2b729efa9c63</deploymentID>
    <deploymentName>CloudConnectSettings</deploymentName>
    <changeStamp>6</changeStamp>
</CloudConnectSettings>