Skip to main content

User Guide

privitar-on-demand.png About Privitar on Demand

Privitar On Demand (PoD) is a server component that provides an HTTP API for applying Policies. 

This enables a variety of integration use cases where de-identification can be initated from other applications and services.

Privitar on Demand Jobs

Using Privitar On Demand requires the creation of a Privitar On Demand Job. This Job defines the Policy and Protected Data Domain that the API will use when accepting data. The Job ID of a Privitar On Demand Job must be supplied when calling the Privitar on Demand HTTP API. Privitar on Demand Jobs can be created through the Privitar user interface or the Policy Manager Automation API.

API calls to Privitar On Demand Jobs with the same destination PDD will produce consistent data (provided the Preserve Data Consistency option is set on the corresponding masking Rules)

Calling Privitar on Demand

Once created, a Privitar On Demand Job is referenced from the external calling application by its Job ID. Changes to the Policy or the Job configuration are propagated periodically to the Privitar On Demand server.

Privitar provides a Java client SDK library that can optionally be used to call the Privitar On Demand APIs.