Skip to main content

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

success

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

Loading...