Skip to main content

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

success

Schema
    createdAt string

    Created at (unix time)

    createdBy string

    Created by

    dataPatternsRulesOne object

    DataProfile Rules

    dataPatternRules object[]

    Pattern rules

  • Array [
  • 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

Loading...