update_classifier_process
This command updates classification processes.
This API is available in Guardium V9.5 and later.
REST API syntax
PUT
method. Call this API as
follows:PUT https://[Guardium hostname or IP address]:8443/restAPI/classifier_process
GuardAPI syntax
update_classifier_process parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
comprehensive | Boolean |
Valid values:
|
datasourceGroups | String | |
datasourceNames | String | |
datasourceType | String | Valid values:
Default = RELATIONAL |
includeInternalTables | Boolean | Valid values:
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. |
newName | String | |
policyName | String | |
processName | String | Required. |
sampleSize | Integer |
Examples
grdapi update_classifier_process datasourceNames=datasource_01,datasource_02 policyName=access_policy processName=APITEST_Clps_10001_1 comprehensive=0 sampleSize=3000