Get Data Classification Plan By ID
Select
SaaS
Customer Managed
Get Data Classification Plan details
Path Parameters
- planId int64 required
Responses
- 200
- 400
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
- threatAnalysis boolean
Whether Threat Analysis is enabled for plan
- targetApplication string
Possible values: [
NOT_AVAILABLE
,FILE_STORAGE_OPTIMIZATION
,SENSITIVE_DATA_GOVERNANCE
,CASE_MANAGER
,CONTENT_INDEXING
,THREAT_ANALYSIS
,RISK_ANALYSIS
,THREAT_INDICATOR
]Content indexing target app
contentAnalyzer object[]
indexServer object
entityDetection object
contentIndexing object
threatIndicator object
permissions object[]
associatedEntities object[]
schedule object
{
"id": 0,
"name": "string",
"threatAnalysis": true,
"targetApplication": "NOT_AVAILABLE",
"contentAnalyzer": [
{
"id": 0,
"name": "string"
}
],
"indexServer": {
"id": 0,
"name": "string"
},
"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,
"copyName": "string",
"storagePoolId": 0,
"storagePoolName": "string",
"copyRetentionPeriod": 0,
"storagePoolType": "DEDUPLICATION",
"planId": 0,
"planType": "Server",
"storageType": "ALL",
"storageSubType": "ALL"
}
],
"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
}
}
},
"permissions": [
{
"id": 0,
"name": "string"
}
],
"associatedEntities": [
{
"id": 0,
"name": "string",
"count": 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"
]
}
]
}
}
}
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
}
GET /v4/dcplan/:planid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/DCPlan/:planId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'