Get Data Profile Details
GET/dlp/api/v1/dss-api/data-profile/id/:profileId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Returns data profile details for the specified profile ID.
Request
Path Parameters
profileId stringrequired
Data profile ID
Responses
- 200
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
createdAt string
Created at (unix time)
createdBy string
Created by
dataPatternsRulesOne object
DataProfile Rules
dataPatternRules object[]
Pattern rules
confidencLevel string
Confidence level
detectionTechnique string
Detection technique
id string
Pattern id
matchType string
Match type
name string
Pattern name
occurrenceCount int32
Occurrence count
occurrenceHigh int32
High Occurrence value
occurrenceLow int32
Low Occurrence value
occurrenceOperatorType string
Occurrence type
supportedConfidenceLevels string[]
List of supported confidence levels
operatorType string
Pattern operator type
description string
Description
id string
DataProfile id
name string
DataProfile name
profileStatus string
Profile status
profileType string
DataProfile type
status string
Status
tenantId string
Tenant Id
types string
Type
updatedAt string
Updated at (unix time)
updatedBy string
Updated by
{
"createdAt": "string",
"createdBy": "string",
"dataPatternsRulesOne": {
"dataPatternRules": [
{
"confidencLevel": "string",
"detectionTechnique": "string",
"id": "string",
"matchType": "string",
"name": "string",
"occurrenceCount": 0,
"occurrenceHigh": 0,
"occurrenceLow": 0,
"occurrenceOperatorType": "string",
"supportedConfidenceLevels": [
"string"
]
}
],
"operatorType": "string"
},
"description": "string",
"id": "string",
"name": "string",
"profileStatus": "string",
"profileType": "string",
"status": "string",
"tenantId": "string",
"types": "string",
"updatedAt": "string",
"updatedBy": "string"
}
Loading...