Another question,
Is there any way to get the details of all the propagation happened today?
Something like, if yes, can you please tell me which format I should send the 
date?
/tasks/PROPAGATION?end=<today's date>


    On Wednesday, March 10, 2021, 02:50:30 AM EST, Francesco Chicchiriccò 
<ilgro...@apache.org> wrote:  
 
  On 08/03/21 20:11, utpal kas wrote:
  
 
 Hello, 
  We have set up the PULL task to execute auto-propagation to LDAP (external 
resource).  
  After the PULL task's execution we are getting the Summary result by invoking 
syncope/rest/tasks/executions/recent endpoint. The summary shows, how many 
users are create/updated/deleted. I do see the 
syncope/rest/tasks/executions/recent endpoint does show the PROPAGATION task 
related records but they are based on individual user.  
  We like to have a summary report ( how many users are create/updated/deleted) 
 generated for PROPAGATION task, is there any easy way? 
                             
Hi Utpal,
 what you are asking for is not available OOTB: compared to Pull (which is 
related to a set of objects being received from an External Resource), 
Propagation is instead related to a single identity being sent from Syncope to 
External Resources.
 
 
You might however extract the information you are looking for from the 
following REST endpoint:
 
/tasks/PROPAGATION?page=1&size=25&orderby=end%20DESC&resource=the-resource&anyTypeKind=USER&details=true
 
this will return the first matching 25 propagation tasks for users  on the 
"the-resource" External Resource, with executions (details), sorted by end date 
(completion).
 
HTH
 Regards.
 
 -- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/   

Reply via email to