Create Dlp Auditor

Create Dlp Auditor

Create a DLP Auditor

Request
URI
POST
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/auditors
COPY
Path Parameters
string
enterpriseLogicalId
Required

Enterprise Logical ID


Request Body
createDlpAuditorBody of type(s) application/json
Required
{
    "name": "auditor1",
    "description": "auditor description",
    "sendFile": true,
    "emailAddresses": [
        "string"
    ],
    "fileFormat": "string",
    "encryptedZipPassword": "string",
    "maxFileSize": 52428800
}
string
name
Required

name

string
description
Required

description

boolean
sendFile
Required

sendFile

array of string
emailAddresses
Required

emailAddresses

string
fileFormat
Optional

fileFormat

string
encryptedZipPassword
Optional

encryptedZipPassword

number As float As float
maxFileSize
Optional

maxFileSize

Responses
201

DLP Auditor created

Returns createDlpAuditorResponse of type(s) application/json
{
    "logicalId": "ac611099-9872-4b29-bd87-8c2ba8b62c81"
}
string
logicalId
Required

logicalId


400

Invalid Input

Returns httpResponseError of type(s) application/json
{
    "code": "error code",
    "errors": [
        {
            "message": "error message",
            "path": "object.path"
        }
    ]
}
string
code
Required

code

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required

errors


500

Internal Server Error

Returns httpResponseError of type(s) application/json
{
    "code": "error code",
    "errors": [
        {
            "message": "error message",
            "path": "object.path"
        }
    ]
}
string
code
Required

code

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required

errors