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.
https://serverhost.com/dctm-rest/repositories/REPO1?dql=EXECUTE%20do_method%20WITH%20method_name='dm_LDAPSynchronization',%20-queueperson,%20-full_sync%20true,%20-ldap_user_cache_size%2030000,%20-ldap_group_cache_size%2010000,%20-pagesize%201000,%20-window_interval%2014400
REMOVED BRACKETS
https://serverhost.com/dctm-rest/repositories/REPO1?dql=EXECUTE%20do_method%20WITH%20method_name='dm_LDAPSynchronization'
REMOVED ARGUMENTS
If there are accepted answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.