Create a Data Classification Plan
Select
SaaS
Customer Managed
Create a Data Classification Plan
- application/json
Request Body
- name string
Name of Data Classification Plan
- threatAnalysis int32
Enables\Disables Threat Analysis support for DC Plan
- application string
Possible values: [
NOT_AVAILABLE
,FILE_STORAGE_OPTIMIZATION
,SENSITIVE_DATA_GOVERNANCE
,CASE_MANAGER
,CONTENT_INDEXING
,THREAT_ANALYSIS
]Content indexing target app
indexServer object
contentAnalyzer object[]
contentIndexing object
entityDetection object
schedule object
Responses
- 201
- 400
- 404
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
plan object
errors object[]
{
"plan": {
"id": 0,
"GUID": "string",
"name": "string"
},
"errors": [
{
"component": "string",
"errorCode": 0,
"errorMessage": "string"
}
]
}
Bad Request
- 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
}
POST /v4/dcplan
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"threatAnalysis": true,
"application": "NOT_AVAILABLE",
"indexServer": {
"id": 0,
"name": "string"
},
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"contentIndexing": {
"extractTextFromImage": true,
"exactSearch": true,
"copyPrecedence": 0,
"searchType": "METADATA",
"contentLanguage": "NONE",
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
]
},
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"schedule": {
"name": "string",
"pattern": {
"scheduleFrequencyType": "DAILY",
"frequency": 1,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"startTime": 75600,
"startDate": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
]
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"threatAnalysis": true,
"application": "NOT_AVAILABLE",
"indexServer": {
"id": 0,
"name": "string"
},
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"contentIndexing": {
"extractTextFromImage": true,
"exactSearch": true,
"copyPrecedence": 0,
"searchType": "METADATA",
"contentLanguage": "NONE",
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
]
},
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"schedule": {
"name": "string",
"pattern": {
"scheduleFrequencyType": "DAILY",
"frequency": 1,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"startTime": 75600,
"startDate": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
]
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"threatAnalysis": true,
"application": "NOT_AVAILABLE",
"indexServer": {
"id": 0,
"name": "string"
},
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"contentIndexing": {
"extractTextFromImage": true,
"exactSearch": true,
"copyPrecedence": 0,
"searchType": "METADATA",
"contentLanguage": "NONE",
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
]
},
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"schedule": {
"name": "string",
"pattern": {
"scheduleFrequencyType": "DAILY",
"frequency": 1,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"startTime": 75600,
"startDate": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
]
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"threatAnalysis": true,
"application": "NOT_AVAILABLE",
"indexServer": {
"id": 0,
"name": "string"
},
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"contentIndexing": {
"extractTextFromImage": true,
"exactSearch": true,
"copyPrecedence": 0,
"searchType": "METADATA",
"contentLanguage": "NONE",
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
]
},
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"schedule": {
"name": "string",
"pattern": {
"scheduleFrequencyType": "DAILY",
"frequency": 1,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"startTime": 75600,
"startDate": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
]
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"threatAnalysis": true,
"application": "NOT_AVAILABLE",
"indexServer": {
"id": 0,
"name": "string"
},
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"contentIndexing": {
"extractTextFromImage": true,
"exactSearch": true,
"copyPrecedence": 0,
"searchType": "METADATA",
"contentLanguage": "NONE",
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
]
},
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"schedule": {
"name": "string",
"pattern": {
"scheduleFrequencyType": "DAILY",
"frequency": 1,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"startTime": 75600,
"startDate": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
]
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"threatAnalysis": true,
"application": "NOT_AVAILABLE",
"indexServer": {
"id": 0,
"name": "string"
},
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"contentIndexing": {
"extractTextFromImage": true,
"exactSearch": true,
"copyPrecedence": 0,
"searchType": "METADATA",
"contentLanguage": "NONE",
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
]
},
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"schedule": {
"name": "string",
"pattern": {
"scheduleFrequencyType": "DAILY",
"frequency": 1,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"startTime": 75600,
"startDate": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
]
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"threatAnalysis": true,
"application": "NOT_AVAILABLE",
"indexServer": {
"id": 0,
"name": "string"
},
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"contentIndexing": {
"extractTextFromImage": true,
"exactSearch": true,
"copyPrecedence": 0,
"searchType": "METADATA",
"contentLanguage": "NONE",
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
]
},
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"schedule": {
"name": "string",
"pattern": {
"scheduleFrequencyType": "DAILY",
"frequency": 1,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"startTime": 75600,
"startDate": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
]
}
}
}'