How to run a job with a REST API Call
I am trying to run the dm_LDAPSyncronization job with a REST URL Link.
<link rel="http://identifiers.emc.com/linkrel/dql" hreftemplate="https://serverhost.com/dctm-rest/repositories/REPO1{?dql,page,items-per-page}"/>
in the DQL Editor I can run EXECUTE do_method WITH METHOD='dm_LDAPSynchronization'
I would like to be able to run this from POSTMAN, or through the HTTPS REST link above.
REMOVED BRACKETS
REMOVED ARGUMENTS
0
Best Answer
Answers
-
There is no OOTB way to do this, as query execution is limited to search queries only. You can customize the query functionality or you can extend the rest services by creating a new one to run methods.
0