Get Dlp Auditor By Id
Get the DLP auditor by id
Request
URI
GET
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/auditors/{auditorId}
COPY
Path Parameters
string
enterpriseLogicalId
Required
Enterprise Logical ID
string
auditorId
Required
Auditor ID
Query Parameters
Responses
200
Get the DLP auditor
Returns getDlpAuditorResponse of type(s) application/json
{
"name": "auditor1",
"description": "auditor description",
"sendFile": true,
"emailAddresses": [
"string"
],
"fileFormat": "string",
"encryptedZipPassword": "string",
"maxFileSize": 52428800,
"logicalId": "ac611099-9872-4b29-bd87-8c2ba8b62c81",
"createdAt": 1611961646,
"updatedAt": 1611961646,
"_href": "/enterprise/1/dlp/auditors/7e5b6baa-e5fa-4272-ba4c-5f1941235584/"
}
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
string
logicalId
Required
logicalId
number As float As float
createdAt
Optional
createdAt
number As float As float
updatedAt
Optional
updatedAt
string
_href
Optional
_href
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