Get Data Classification Plan By ID
Select
SaaS
Customer Managed
Get Data Classification Plan details
Path Parameters
- planId int32 required
Id of the plan to fetch details
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
]Content indexing target app
contentAnalyzer object[]
indexServer object
entityDetection object
contentIndexing 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"
},
"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>'