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
-
Alvaro is right. RESTful job service is under evaluation and we will bring more administrative APIs into REST future releases. Please also raise any new feature requirement to Documentum product management team so that we can coordinate the priority.
0
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.
Alvaro is right. RESTful job service is under evaluation and we will bring more administrative APIs into REST future releases. Please also raise any new feature requirement to Documentum product management team so that we can coordinate the priority.