Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
emanuelesausto
Partner - Contributor II
Partner - Contributor II

How use repctl to delete endpoints

Hi All,

we want to delete an endpoint using repctl, do you know if there's a command we can use?

 

I know that there's the api callend "DeleteEndpoint" for EM (https://help.qlik.com/en-US/enterprise-manager/November2023/Content/EnterpriseManager/EnterpriseMana... but we can't use it because we use SAML authentication and there's no way to use it.

 

Thanks,
Emanuele.

Labels (2)
1 Solution

Accepted Solutions
emanuelesausto
Partner - Contributor II
Partner - Contributor II
Author

Hi Steve,

 

I did it on my own, if there's someone else that wants to use this feature the command is the following:

./repctl -d [DATA_FOLDER] deletedatabase [SOURCE/TARGET ENDPOINT NAME]

For the API I'll ask to Microsoft Admin Support to do it.

Regards,
Emanuele.

View solution in original post

4 Replies
Steve_Nguyen
Support
Support

@emanuelesausto 

1.repctl do not have such command to deleteendpoint.

2.for QEM with SAML you would need to setup OpenID to use the API call.

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
emanuelesausto
Partner - Contributor II
Partner - Contributor II
Author

Hi Steve,


thanks for your answer.

About the command: I found "deleteendpointresource" and "delete_endpoint_server", What do these two commands do? Do you know I can use them? I think that should be a thing like:

repctl -d [DATA_PATH] delete_endpoint_server [ENDPOINT_SERVER]

but I received this error:

[delete_endpoint_server command] Failed

 

For the OpenID: do you know the steps to configure it with Microsoft?
I found "Setting up Personal Access Token authentication for the API" (https://help.qlik.com/en-US/enterprise-manager/November2023/Content/EnterpriseManager/Main/Installat... but the doc mention "Okta", Is it an Azure service or is it an application that needs to be configured separately?
I'm asking this because I've opened a ticket to Support weeks ago but I didn't receive answers about it.

 

Thanks,

Emanuele.

Steve_Nguyen
Support
Support

@emanuelesausto any repctl command that is not listed in the Replicate user guide is not supported.

so if you found something you can try and play around with it but support will not support repctl that is not listed in the Replicate user guide .

All API call should be from QEM .

for QEM Azure you would still need Open ID,

https://help.qlik.com/en-US/enterprise-manager/November2024/Content/EnterpriseManager/Main/Installat...

Example: Using Microsoft Azure as the SAML IdP ,,, section 

and section :

  • Step 1: In Okta or Azure Active Directory, create an app integration that uses OpenID Connect
Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
emanuelesausto
Partner - Contributor II
Partner - Contributor II
Author

Hi Steve,

 

I did it on my own, if there's someone else that wants to use this feature the command is the following:

./repctl -d [DATA_FOLDER] deletedatabase [SOURCE/TARGET ENDPOINT NAME]

For the API I'll ask to Microsoft Admin Support to do it.

Regards,
Emanuele.