Step 2. Publish the DataServicesAPIConnector service connector
Configure the service connector for the data service API to specify the URL for each action and then publish the DataServicesAPIConnector service connector.
1Open the DataServicesAPIConnector service connector.
2On the Actions tab, edit the Binding properties for each action and enter the URL.
aSelect the Login action and enter the POD URL in the format https://<POD URL>/ma/api/v2/user/login, such as https://dm-us.informaticacloud.com/ma/api/v2/user/login.
bSelect the Invoke_Data_Service_API action and enter the CVM URL in the format https://<CVM URL>/DSRepo/rest/api/v1/services/run/{$serviceName}, such as https://usw1-cvm.dm-staging.informaticacloud/DSRepo/rest/api/v1/services/run/{$serviceName}.
cSelect the Logout action and enter the POD URL in the format https://<POD URL>/saas/public/core/v3/logout, such as https://dm-us.informaticacloud.com/saas/public/core/v3/logout.