Modify Data Classification Plan
Select
SaaS
Customer Managed
Used to modify an existing data classification plan
Path Parameters
- planId int64 required
- application/json
Request Body
- name string
Name of the Data Classification plan
contentAnalyzer object[]
- threatAnalysis int32
Enables\Disables Threat Analysis support for DC Plan
entityDetection object
contentIndexing object
threatIndicator object
schedule object
Responses
- 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
}
PUT /v4/dcplan/:planid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"threatAnalysis": true,
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"contentIndexing": {
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
],
"exactSearch": true,
"extractTextFromImage": true,
"contentLanguage": "NONE",
"searchType": "METADATA",
"previewPath": "string",
"domainName": "string",
"userName": "string"
},
"threatIndicator": {
"threatDetection": {
"fileActivity": true,
"fileType": true,
"fileExtension": true,
"backupSize": true,
"canaryFile": true
},
"threatScan": {
"threatAnalysis": true,
"fileDataAnalysis": true,
"yaraRule": true,
"yaraRules": [
{
"id": 0,
"name": "string"
}
]
},
"threatNexus": {
"cspm_dspm": {
"acante": true,
"dasera": true
},
"networkAndDataSecurity": {
"darktrace": true,
"crowdstrike": true,
"netskope": true
},
"soar": {
"paloAlto_XSOAR": true,
"msSentinel": true,
"splunk": true
}
},
"accessNodesInfo": {
"accessNodesGroup": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
]
},
"correlationPolicyRules": {
"threatScan": {
"minDays": 0,
"maxDays": 0,
"useLastJobStatus": true
},
"threatDetection": {
"useLastJobStatus": true,
"minDays": 0
},
"threatNexus": {
"enableThreatNexus": true,
"minDays": 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 PUT 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"threatAnalysis": true,
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"contentIndexing": {
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
],
"exactSearch": true,
"extractTextFromImage": true,
"contentLanguage": "NONE",
"searchType": "METADATA",
"previewPath": "string",
"domainName": "string",
"userName": "string"
},
"threatIndicator": {
"threatDetection": {
"fileActivity": true,
"fileType": true,
"fileExtension": true,
"backupSize": true,
"canaryFile": true
},
"threatScan": {
"threatAnalysis": true,
"fileDataAnalysis": true,
"yaraRule": true,
"yaraRules": [
{
"id": 0,
"name": "string"
}
]
},
"threatNexus": {
"cspm_dspm": {
"acante": true,
"dasera": true
},
"networkAndDataSecurity": {
"darktrace": true,
"crowdstrike": true,
"netskope": true
},
"soar": {
"paloAlto_XSOAR": true,
"msSentinel": true,
"splunk": true
}
},
"accessNodesInfo": {
"accessNodesGroup": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
]
},
"correlationPolicyRules": {
"threatScan": {
"minDays": 0,
"maxDays": 0,
"useLastJobStatus": true
},
"threatDetection": {
"useLastJobStatus": true,
"minDays": 0
},
"threatNexus": {
"enableThreatNexus": true,
"minDays": 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 PUT 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"threatAnalysis": true,
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"contentIndexing": {
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
],
"exactSearch": true,
"extractTextFromImage": true,
"contentLanguage": "NONE",
"searchType": "METADATA",
"previewPath": "string",
"domainName": "string",
"userName": "string"
},
"threatIndicator": {
"threatDetection": {
"fileActivity": true,
"fileType": true,
"fileExtension": true,
"backupSize": true,
"canaryFile": true
},
"threatScan": {
"threatAnalysis": true,
"fileDataAnalysis": true,
"yaraRule": true,
"yaraRules": [
{
"id": 0,
"name": "string"
}
]
},
"threatNexus": {
"cspm_dspm": {
"acante": true,
"dasera": true
},
"networkAndDataSecurity": {
"darktrace": true,
"crowdstrike": true,
"netskope": true
},
"soar": {
"paloAlto_XSOAR": true,
"msSentinel": true,
"splunk": true
}
},
"accessNodesInfo": {
"accessNodesGroup": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
]
},
"correlationPolicyRules": {
"threatScan": {
"minDays": 0,
"maxDays": 0,
"useLastJobStatus": true
},
"threatDetection": {
"useLastJobStatus": true,
"minDays": 0
},
"threatNexus": {
"enableThreatNexus": true,
"minDays": 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 PUT 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"threatAnalysis": true,
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"contentIndexing": {
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
],
"exactSearch": true,
"extractTextFromImage": true,
"contentLanguage": "NONE",
"searchType": "METADATA",
"previewPath": "string",
"domainName": "string",
"userName": "string"
},
"threatIndicator": {
"threatDetection": {
"fileActivity": true,
"fileType": true,
"fileExtension": true,
"backupSize": true,
"canaryFile": true
},
"threatScan": {
"threatAnalysis": true,
"fileDataAnalysis": true,
"yaraRule": true,
"yaraRules": [
{
"id": 0,
"name": "string"
}
]
},
"threatNexus": {
"cspm_dspm": {
"acante": true,
"dasera": true
},
"networkAndDataSecurity": {
"darktrace": true,
"crowdstrike": true,
"netskope": true
},
"soar": {
"paloAlto_XSOAR": true,
"msSentinel": true,
"splunk": true
}
},
"accessNodesInfo": {
"accessNodesGroup": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
]
},
"correlationPolicyRules": {
"threatScan": {
"minDays": 0,
"maxDays": 0,
"useLastJobStatus": true
},
"threatDetection": {
"useLastJobStatus": true,
"minDays": 0
},
"threatNexus": {
"enableThreatNexus": true,
"minDays": 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 PUT 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"threatAnalysis": true,
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"contentIndexing": {
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
],
"exactSearch": true,
"extractTextFromImage": true,
"contentLanguage": "NONE",
"searchType": "METADATA",
"previewPath": "string",
"domainName": "string",
"userName": "string"
},
"threatIndicator": {
"threatDetection": {
"fileActivity": true,
"fileType": true,
"fileExtension": true,
"backupSize": true,
"canaryFile": true
},
"threatScan": {
"threatAnalysis": true,
"fileDataAnalysis": true,
"yaraRule": true,
"yaraRules": [
{
"id": 0,
"name": "string"
}
]
},
"threatNexus": {
"cspm_dspm": {
"acante": true,
"dasera": true
},
"networkAndDataSecurity": {
"darktrace": true,
"crowdstrike": true,
"netskope": true
},
"soar": {
"paloAlto_XSOAR": true,
"msSentinel": true,
"splunk": true
}
},
"accessNodesInfo": {
"accessNodesGroup": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
]
},
"correlationPolicyRules": {
"threatScan": {
"minDays": 0,
"maxDays": 0,
"useLastJobStatus": true
},
"threatDetection": {
"useLastJobStatus": true,
"minDays": 0
},
"threatNexus": {
"enableThreatNexus": true,
"minDays": 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 PUT 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"threatAnalysis": true,
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"contentIndexing": {
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
],
"exactSearch": true,
"extractTextFromImage": true,
"contentLanguage": "NONE",
"searchType": "METADATA",
"previewPath": "string",
"domainName": "string",
"userName": "string"
},
"threatIndicator": {
"threatDetection": {
"fileActivity": true,
"fileType": true,
"fileExtension": true,
"backupSize": true,
"canaryFile": true
},
"threatScan": {
"threatAnalysis": true,
"fileDataAnalysis": true,
"yaraRule": true,
"yaraRules": [
{
"id": 0,
"name": "string"
}
]
},
"threatNexus": {
"cspm_dspm": {
"acante": true,
"dasera": true
},
"networkAndDataSecurity": {
"darktrace": true,
"crowdstrike": true,
"netskope": true
},
"soar": {
"paloAlto_XSOAR": true,
"msSentinel": true,
"splunk": true
}
},
"accessNodesInfo": {
"accessNodesGroup": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
]
},
"correlationPolicyRules": {
"threatScan": {
"minDays": 0,
"maxDays": 0,
"useLastJobStatus": true
},
"threatDetection": {
"useLastJobStatus": true,
"minDays": 0
},
"threatNexus": {
"enableThreatNexus": true,
"minDays": 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 PUT 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"threatAnalysis": true,
"entityDetection": {
"entities": [
{
"id": 0,
"name": "string"
}
],
"classifiers": [
{
"id": 0,
"name": "string"
}
],
"copyPrecendence": 0
},
"contentIndexing": {
"fileFilters": {
"includeDocTypes": "string",
"excludePaths": [
"string"
],
"minDocSize": 0,
"maxDocSize": 0
},
"backupCopy": [
{
"copyId": 0,
"storagePoolId": 0
}
],
"exactSearch": true,
"extractTextFromImage": true,
"contentLanguage": "NONE",
"searchType": "METADATA",
"previewPath": "string",
"domainName": "string",
"userName": "string"
},
"threatIndicator": {
"threatDetection": {
"fileActivity": true,
"fileType": true,
"fileExtension": true,
"backupSize": true,
"canaryFile": true
},
"threatScan": {
"threatAnalysis": true,
"fileDataAnalysis": true,
"yaraRule": true,
"yaraRules": [
{
"id": 0,
"name": "string"
}
]
},
"threatNexus": {
"cspm_dspm": {
"acante": true,
"dasera": true
},
"networkAndDataSecurity": {
"darktrace": true,
"crowdstrike": true,
"netskope": true
},
"soar": {
"paloAlto_XSOAR": true,
"msSentinel": true,
"splunk": true
}
},
"accessNodesInfo": {
"accessNodesGroup": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
]
},
"correlationPolicyRules": {
"threatScan": {
"minDays": 0,
"maxDays": 0,
"useLastJobStatus": true
},
"threatDetection": {
"useLastJobStatus": true,
"minDays": 0
},
"threatNexus": {
"enableThreatNexus": true,
"minDays": 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"
]
}
]
}
}
}'