Re: Syncope: Consolidated propagation report

2021-03-12 Thread utpal kas
 Thanks Francesco, for clarification.
On Friday, March 12, 2021, 07:41:56 AM EST, Francesco Chicchiriccò 
 wrote:  
 
  On 10/03/21 13:30, utpal kas wrote:
  
 
 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=
   
As you can find out by visiting the Tasks endpoint in Swagger UI, it is not 
possible to filter tasks by start / end date.
 
Regards.

  
  On Wednesday, March 10, 2021, 02:50:30 AM EST, Francesco Chicchiriccò 
 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=25=end%20DESC=the-resource=USER=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/
   

Re: Syncope: Consolidated propagation report

2021-03-12 Thread Francesco Chicchiriccò

On 10/03/21 13:30, utpal kas wrote:

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=


As you can find out by visiting the Tasks endpoint in Swagger UI, it is not 
possible to filter tasks by start / end date.

Regards.


On Wednesday, March 10, 2021, 02:50:30 AM EST, Francesco Chicchiriccò 
 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=25=end%20DESC=the-resource=USER=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/



Re: Syncope: Consolidated propagation report

2021-03-10 Thread utpal kas
 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=


On Wednesday, March 10, 2021, 02:50:30 AM EST, Francesco Chicchiriccò 
 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=25=end%20DESC=the-resource=USER=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/   

Re: Syncope: Consolidated propagation report

2021-03-10 Thread utpal kas
 That helps, Thank you Francesco! 
On Wednesday, March 10, 2021, 02:50:30 AM EST, Francesco Chicchiriccò 
 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=25=end%20DESC=the-resource=USER=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/   

Re: Syncope: Consolidated propagation report

2021-03-09 Thread Francesco Chicchiriccò

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=25=end%20DESC=the-resource=USER=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/