Modify Data Classification Plan
Select
Used to modify an existing data classification plan
Path Parameters
- planId int32 required
Id of the Plan to update
- application/json
Request Body
- name string
Name of the Data Classification plan
contentAnalyzer object[]
id int32name string- threatAnalysis int32
Enables\Disables Threat Analysis support for DC Plan
entityDetection object
Entity Extraction Model for Data Classification Plan
entities object[]
Entity TagId for Extraction
id int32name stringclassifiers object[]
Classifier TagId For Extraction
id int32name stringcopyPrecendence int32contentIndexing object
Describes the Content Indexing attributes related to a Data Classification Plan
fileFilters object
includeDocTypes stringexcludePaths string[]minDocSize int32maxDocSize int32Possible values:
<= 500
backupCopy object[]
copyId int32storagePoolId int32exactSearch booleanWhether Exact Search is enabled or disabled
extractTextFromImage booleanWhether Image Extraction is Enabled
contentLanguage DCPlanOCRLanguagePossible values: [
NONE
,ENGLISH
,HEBREW
,SPANISH
,FRENCH
,ITALIAN
,DANISH
]OCR Languages Supported By DC Plan
searchType ContentIndexingOperationTypePossible values: [
METADATA
,METADATA_CONTENT
,METADATA_CONTENT_PREVIEW
]Describes the Content Indexing Operation Type for Data Classification Plan
previewPath stringDescribes the Preview path for Content Indexed Data when search type is METADATA_CONTENT_PREVIEW
domainName stringAssociated Domain of user having access to preview path
userName stringAssociated user name of user having access to preview path
schedule object
Describes the Schedule object for Data Classification Plan
name stringpattern object
Used to describe the frequency of backup
scheduleFrequencyType stringPossible values: [
MINUTES
,DAILY
,WEEKLY
,MONTHLY
,YEARLY
]Default value:
DAILY
schedule frequency type
frequency int32Possible values:
>= 1
Default value:
1
Frequency of the schedule based on schedule frequency type eg. for Hours, value 2 is 2 hours, for Minutes, 30 is 30 minutes, for Daily, 2 is 2 days. for Monthly 2 is it repeats every 2 months
weeklyDays string[]Possible values: [
SUNDAY
,MONDAY
,TUESDAY
,WEDNESDAY
,THURSDAY
,FRIDAY
,SATURDAY
]Days of the week for weekly frequency
dayOfMonth int32Possible values:
>= 1
and<= 31
Day on which to run the schedule, applicable for monthly, yearly
weekOfMonth stringPossible values: [
FIRST
,SECOND
,THIRD
,FOURTH
,LAST
]Specific week of a month
dayOfWeek stringPossible values: [
SUNDAY
,MONDAY
,TUESDAY
,WEDNESDAY
,THURSDAY
,FRIDAY
,SATURDAY
,DAY
,WEEKDAY
,WEEKEND_DAYS
]monthOfYear stringPossible values: [
JANUARY
,FEBRUARY
,MARCH
,APRIL
,MAY
,JUNE
,JULY
,AUGUST
,SEPTEMBER
,OCTOBER
,NOVEMBER
,DECEMBER
]startTime int32Default value:
75600
start time of schedule in seconds for daily, weekly, monthly, yearly frequency
startDate int32start date of schedule in epoch format
exceptions object[]
Exceptions to when a schedule should not run, either in dates or week of month and day
onDates int32[]Possible values:
>= 1
and<= 31
list of dates in a month. For ex: 1, 20
onWeekOfTheMonth string[]Possible values: [
FIRST
,SECOND
,THIRD
,FOURTH
,LAST
]On which week of month, for ex: FIRST, LAST
onDayOfTheWeek string[]Possible values: [
SUNDAY
,MONDAY
,TUESDAY
,WEDNESDAY
,THURSDAY
,FRIDAY
,SATURDAY
,DAY
,WEEKDAY
,WEEKEND_DAYS
]On which days, for ex: MONDAY, FRIDAY
- 200
- 400
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested Details not found
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}