[midPoint] Lookuptable synchronization
Slavek Licehammer
slavek.licehammer at evolveum.com
Mon Apr 12 23:58:17 CEST 2021
Hello Frederic.
MidPoint is not able to synchronize lookup tables by itself, but you can update them using REST API call.
That means you need to generate the lookup table as XML, JSON or YAML file and then upload it using REST call like this one:
curl --user administrator:5ecr3t -H "Content-Type: application/xml" -X PUT http://localhost:8080/midpoint/ws/rest/lookupTables/d74d9990-3953-11e6-ab88-7fda62960e0f -d @lookuptable.xml
Detailed REST API documentation is here: https://wiki.evolveum.com/display/midPoint/REST+API
The update can be done in runtime. There is no need for restart or anything else.
Best regards,
Slavek
On 17/03/2021 17:05, Frédéric Lohier via midPoint wrote:
> Hello,
>
>
> We are using several lookup tables as enumeration in the user template as described here https://wiki.evolveum.com/display/midPoint/Lookup+Tables <https://wiki.evolveum.com/display/midPoint/Lookup+Tables>.
>
> The content of some of our lookup tables is managed by another entity. For example, the standardized list of employee titles is managed by Human Resources.
>
> Is it possible to synchronize lookup tables with data coming from a third-party system? Is it the best approach for this use case? Do you have any example that I can use?
>
> -Frederic
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> https://lists.evolveum.com/mailman/listinfo/midpoint
>
More information about the midPoint
mailing list