Get violations as a result of policy enforcement on messages.
get
Query parameters
startTimeinteger · int64required
Timestamp of the first required violation.
This is a long integer value representing milliseconds since Jan 1 1970
endTimeinteger · int64optional
Timestamp of the last required violation.
This is a long integer value representing milliseconds since Jan 1 1970
If unspecified, it will default to current time of the request.
nextstringoptional
Offset of the next chunk of violations. Value is null for the first request.
limitintegeroptional
Max No. of violations to return. If no value is provided, 50 is the default. The maximum supported value is 500.
Header parameters
sessionTokenstringrequired
Session authentication token.
keyManagerTokenstringrequired
Key Manager authentication token.
Responses
application/json
objectoptional
application/json
application/json
application/json
application/json
get
GET /agent/v1/dlp/violations/message?startTime=1 HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*