Get Data Pattern By Name
GET/dlp/api/v1/dss-api/data-pattern/name
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Lists of all data pattern names with their supported confidence levels.
Responses
- 200
- 400
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
name string
Pattern name
supportedConfidenceLevels string[]
List of confidence level
[
{
"name": "string",
"supportedConfidenceLevels": [
"string"
]
}
]
bad_request
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
detail string
Exception details
message string
API response
name string
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
Loading...