Verifying CRM adapter configuration

Last Updated : Dec 16, 2019 |

About this task

Use this procedure to verify that the CRM adapter is installed correctly after you configure the required attributes in the System Manager web console.

Procedure

Enter the following url in any web browser:

https:// <Cluster IP>//services/CRMGateway/v1/health/crmConnection, where Cluster IP is the IP address of the cluster where the CRM adapter is configured.

The browser must display the following message: {"description":"","status":"ACTIVE","statusCode":"200","timestamp":"11-03-2019 14:53:12"}

If the adapter is not installed correctly, the browser displays the following error message:

{
    "result": "Failure",
    "response": "",
    "errorMessage": "CRM Adapter is not found or is not active ",
    "errorCode": "2000",
    "statusCode": "422"
}