Skip to main content

Get Snippet

GET 

/dlp/api/v1/inventory/snippet/objects/:objectId/datapattern/:dataPatternId

Returns a snippet for the given object and data pattern.

Request

Path Parameters

    objectId stringrequired

    Object ID

    dataPatternId stringrequired

    Data pattern ID

Responses

success

Schema
    dataPattern string

    Matching data patterns

    highConfidenceDetections object[]

    List of high confidence detections

  • Array [
  • detection string

    Detection technique

    left string

    Left detection

    origOffSet int64

    Offset by

    right string

    Right detection

    textLength int64

    Text Length

  • ]
  • lowConfidenceDetections object[]

    List of low confidence detections

  • Array [
  • detection string

    Detection technique

    left string

    Left detection

    origOffSet int64

    Offset by

    right string

    Right detection

    textLength int64

    Text Length

  • ]
  • matchedConfidenceLevel string

    Matched Confidence level

    mediumConfidenceDetections object[]

    List of medium confidence detections

  • Array [
  • detection string

    Detection technique

    left string

    Left detection

    origOffSet int64

    Offset by

    right string

    Right detection

    textLength int64

    Text Length

  • ]
  • statusCode int32

    Snippets status code

Loading...