Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
edward221096
Partner - Contributor
Partner - Contributor

QLIK REPLICATE: Key Service (URI) to Probe if service is UP or DOWN

Hi Community,

 

Just want to ask if Qlik Replicate have a key service (URI) to probe if the Qlik Replicate services is UP or DOWN? If yes, please provide a specific document pertaining to it. 

 

We need this information to provision the server where Qlik Replicate will be installed

 

Thanks!

Labels (4)
1 Reply
DesmondWOO
Support
Support

Hi,

For QEM, you can use curl to check Replicate Server status as below.

1. Get the Application Session ID with your login
curl -i -k -u <domain>/<username> https://<your hostname>/attunityenterprisemanager/api/V1/login

2. Get the Server details
curl -i -k --header "EnterpriseManager.APISessionID: <Application Session ID that you got from above>" https://<your hostname>/attunityenterprisemanager/api/v1/servers/<your servername>

In the response message, if Replicate server is running, state is "MONITORED"; If it is stopped, state is "ERROR".

For Replicate, I need some more time to check.

Regards,
Desmond

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!