create_classifier_process

This command creates classification processes.

Use create_classifier_process after creating a classification policy and datasource.

This API is available in Guardium V9.5 and later.

REST API syntax

This API is available as a REST service with the POST method. Call this API as follows:
POST https://[Guardium hostname or IP address]:8443/restAPI/classifier_process

GuardAPI syntax

create_classifier_process parameter=value

Parameters

Parameter Value type Description
comprehensive Boolean Valid values:
  • 0 (false)
  • 1 (true)

Default = 1 (true)

datasourceGroups String  
datasourceNames String
datasourceType String Valid values:
  • DOCUMENT
  • RELATIONAL

Default = RELATIONAL

includeInternalTables Boolean Valid values:
  • 0 (false)
  • 1 (true)

Default = 0 (false)

Enabling includeInternalTables indicates that you want to scan internal system databases and schema used by the database software provider. Internal system databases and schema are unlikely to contain sensitive data and are not scanned by default. When including internal tables, verify that the classifier datasource user has sufficient privileges to scan the internal databases and schema. Insufficient privileges may result in unexpected classification policy errors.

To view and edit the databases and schema impacted by the includeInternalTables parameter, use the Group Builder to edit one of the predefined Excluded Classification groups.

policyName String Required.
processName String Required.
sampleSize Integer  

Examples

grdapi create_classifier_process  datasourceNames=sample_cls_0001 policyName=APITEST_Cls_Ply_10001_1 processName=APITEST_Clps_10001_1