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

Announcements
Mastering Change Data Capture: Read Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Jesse_W
Contributor II
Contributor II

How do you stop and reload a task using the Enterprise Manager RestAPI?

I am looking for the documentation to send a stop and reload task command from a ServiceNow application via an API when we have an incident created.

Labels (2)
1 Solution

Accepted Solutions
Emile_Koslowski
Employee
Employee

Hi @Jesse_W ,

We currently have no connector to interact with the Qlik Enterprise Manager API.

You could use the Call URL block to configure & make the API calls you need.
More information on the Call URL block can be found here.

To run the automation from within ServiceNow you could configure the automation's Run Mode to "triggered" this will generate a URL that you can use to execute the automation.
More information on the triggered run mode can be found here.

Emile

View solution in original post

1 Reply
Emile_Koslowski
Employee
Employee

Hi @Jesse_W ,

We currently have no connector to interact with the Qlik Enterprise Manager API.

You could use the Call URL block to configure & make the API calls you need.
More information on the Call URL block can be found here.

To run the automation from within ServiceNow you could configure the automation's Run Mode to "triggered" this will generate a URL that you can use to execute the automation.
More information on the triggered run mode can be found here.

Emile