Get Data Pattern Details
GET/dlp/api/v1/dss-api/data-pattern/id/:patternId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Returns the data pattern details for the specified ID.
Request
Path Parameters
patternId stringrequired
Data pattern ID
Responses
- 200
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
confidenceLevels string[]
List of confidence level
description string
Pattern description
detectionTechnique string
Pattern technique
id string
Pattern id
name string
Pattern name
proximityKeywords string[]
Proximity keywords
status string
Pattern status
{
"confidenceLevels": [
"string"
],
"description": "string",
"detectionTechnique": "string",
"id": "string",
"name": "string",
"proximityKeywords": [
"string"
],
"status": "string"
}
Loading...