Marking sensitivity data is nothing but invoking the following API (HTTP POST) http://localhost:9099/eagle-service/rest/entities?serviceName=FileSensitivi tyService [ { "tags":{ "site" : "sandbox", "filedir" : "testFilePath" }, "sensitivityType": "EMAIL" }, { "tags":{ "site" : "sandbox", "filedir" : "testFilePath2" }, "sensitivityType": "SSN" } ]
On 12/18/15, 15:27, "Daniel Zhou" <daniel.z...@dataguise.com> wrote: >Hi, > >I didn't find the API about marking sensitivity data in the online >tutorial, can someone tell me where to find it? > >Thanks, >Daniel