How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Symphony Dlp API

The Dlp API from Symphony — 21 operation(s) for dlp.

Symphony Dlp API is one of 20 APIs that Symphony publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include DLP. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 28 operations across 21 paths, and defines 48 schemas. It is described by OpenAPI 3.2.0, at version 22.9.1.

Requests are made against a single base URL, /.

28 operations 21 paths 48 schemas 2 DELETE14 GET10 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
22.9.1
Base URL
https://acme.symphony.com
Resource Areas
1

Paths & Operations 28

Across 21 paths, the API surfaces 28 operations — 2 DELETE, 14 GET, 10 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Dlp 28
GET
/v1/dlp/policies
Symphony Get All Policies
4 params → 200400401403500
POST
/v1/dlp/policies
Symphony Creates a Policy
2 params body → 200400401403500
GET
/v1/dlp/policies/{policyId}
Symphony Get a Policy
4 params → 200400401403500
PUT
/v1/dlp/policies/{policyId}
Symphony Updates a Policy. Cannot Be Used for Creation
3 params body → 200400401403500
DELETE
/v1/dlp/policies/{policyId}
Symphony Delete a Policy
3 params → 200400401403500
POST
/v1/dlp/policies/{policyId}/enable
Symphony Enables a Policy
3 params → 200400401403500
POST
/v1/dlp/policies/{policyId}/disable
Symphony Disables a Policy
3 params → 200400401403500
GET
/v1/dlp/dictionaries
Symphony Get All Dictionary Metadatas
4 params → 200400401403500
POST
/v1/dlp/dictionaries
Symphony Create a Dictionary
2 params body → 200400401403500
GET
/v1/dlp/dictionaries/{dictId}
Symphony Get Dictionary Metadata
4 params → 200400401403500
PUT
/v1/dlp/dictionaries/{dictId}
Symphony Updates a Dictionary
3 params body → 200400401403500
DELETE
/v1/dlp/dictionaries/{dictId}
Symphony Delete a Dictionary
3 params → 200400401403500
GET
/v1/dlp/dictionaries/{dictId}/data/download
Symphony Downloads Base 64 Encoded Dictionary Content
4 params → 200400401403500
POST
/v1/dlp/dictionaries/{dictId}/data/upload
Symphony Override Dictionary Content With Provided Content
3 params body → 200400401403500
GET
/v1/dlp/violations/message
Symphony Get Violations as a Result of Policy Enforcement on Messages
6 params → 200204400401403500
GET
/v1/dlp/violations/stream
Symphony Get Violations as a Result of Policy Enforcement on Streams
6 params → 200204400401403500
GET
/v1/dlp/violations/signal
Symphony Get Violations as a Result of Policy Enforcement on Signals
6 params → 200204400401403500
GET
/v3/dlp/policies
Symphony Get All Policies
4 params → 200400401403500
POST
/v3/dlp/policies
Symphony Creates a Policy
2 params body → 200400401403500
GET
/v3/dlp/policies/{policyId}
Symphony Get a Policy
4 params → 200400401403500
POST
/v3/dlp/policies/{policyId}/update
Symphony Updates a Policy. Cannot Be Used for Creation
3 params body → 200400401403500
POST
/v3/dlp/policies/{policyId}/delete
Symphony Delete a Policy
3 params → 200400401403500
POST
/v3/dlp/policies/{policyId}/enable
Symphony Enables a Policy
3 params → 200400401403500
POST
/v3/dlp/policies/{policyId}/disable
Symphony Disables a Policy
3 params → 200400401403500
GET
/v3/dlp/violations/message
Symphony Get Violations as a Result of Policy Enforcement on Messages
6 params → 200204400401403500
GET
/v3/dlp/violations/stream
Symphony Get Violations as a Result of Policy Enforcement on Streams
6 params → 200204400401403500
GET
/v3/dlp/violations/signal
Symphony Get Violations as a Result of Policy Enforcement on Signals
6 params → 200204400401403500
GET
/v3/dlp/violation/attachment
Symphony Get attachments that were sent as part of messages that were flagged by the DLP System.
4 params → 200400401403404500

Schemas 48

The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are V1DLPStream (21 properties), V4Message (20 properties), V3DLPPolicy (13 properties), V1DLPPolicy (12 properties). Each schema is shown below with its type and property counts.

V3DLPViolationStream
object
2 properties
V1DLPMatchedPolicyList
array
List of policies that matched the violation.
V3DLPFilePasswordConfig
object
Password protected detection config for files that are password protected or not.
2 properties 2 required
V1DLPStream
object
Room details in the context of violation.
21 properties
V1DLPViolationMessageResponse
object
2 properties 1 required
V1DLPDictionaryMetadataUpdateRequest
object
Dictionary's metadata (excluding content) to use for dictionary update operations.
1 property 1 required
V4AttachmentInfo
object
4 properties 4 required
V3DLPFileExtensionConfig
object
Extension detection config for allowed and blocked types of file extensions.
2 properties 2 required
V3DLPRule
object
A Rule defines the actual matching specification for policies. It holds a type and a configuration for the rule, these properties should be used to build the c…
8 properties 2 required
V3DLPDictionaryMeta
object
Identity of a dictionary.
3 properties 3 required
V3DLPPolicyRequest
object
Request to be used to get policies.
3 properties 3 required
V1DLPContentType
object
A representation of content type of message sent by a user of Symphony (message/stream/signal)
1 property
V1DLPViolationSignalResponse
object
2 properties 1 required
V4Stream
object
7 properties
V3DLPPolicyAppliesTo
object
3 properties 3 required
V4ThumbnailInfo
object
2 properties
V1DLPDictionaryMetadataCollectionResponse
object
List of dictionary metadata.
3 properties 1 required
V1DLPDictionaryRef
object
Basic information needed to identify a dictionary
3 properties 1 required
V1DLPMatchedPolicy
object
A representation of policy that matched the violation with a list of matched keywords in the policy
6 properties
V1DLPViolationSignal
object
2 properties
V1DLPOutcome
object
A representation of outcome of DLP message/stream/signal sent by a user of Symphony
1 property
V1DLPPolicyResponse
object
Policy Response
1 property
V3DLPViolationStreamResponse
object
2 properties 1 required
V4Message
object
A representation of a message sent by a user of Symphony
20 properties
V3DLPViolationMessage
object
4 properties
V1DLPDictionaryMetadataCreateRequest
object
Dictionary's metadata (excluding content) to use for dictionary create operations.
2 properties 2 required
V3DLPTextMatchConfig
object
This is a configuration that can be used to match text or regex. Configuration that can be used by a rule. This is a configuration that can be used to match te…
3 properties 2 required
V1DLPViolationStream
object
2 properties
V1DLPViolationStreamResponse
object
2 properties 1 required
V3DLPViolationSignal
object
2 properties
V3DLPPoliciesCollectionResponse
object
List of policies.
4 properties 1 required
V1DLPDictionaryMetadata
object
Dictionary's metadata (excluding content)
5 properties 2 required
V3DLPPolicyResponse
object
Policy Response.
1 property
Error
object
2 properties
V4User
object
6 properties
V3DLPViolation
object
A representation of a violation due to an event created by a user of Symphony
10 properties
V1DLPPolicyRequest
object
The policy object to use for creating/updating a policy.
5 properties 4 required
V3DLPPolicy
object
A policy is the main entity of V3 policy/rule system. It is responsible to define rules and add scope constraints to the engine.
13 properties 1 required
V3DLPFileSizeConfig
object
File size config defines maximum allowed size of file. Default max size limit is 20 MB.
1 property
V3DLPViolationMessageResponse
object
2 properties 1 required
V1DLPDictionaryMetadataResponse
object
Dictionary response containing dictionary metadata.
1 property 1 required
V1DLPViolationMessage
object
3 properties
V1DLPViolation
object
A representation of a violation due to a message sent by a user of Symphony
11 properties
V1DLPSignal
object
Signal details
3 properties
V3DLPViolationSignalResponse
object
2 properties 1 required
V3DLPFileClassifierConfig
object
2 properties 2 required
V1DLPPolicy
object
The policy object for expression filter, one policy can have multiple dictionaries
12 properties 5 required
V1DLPPoliciesCollectionResponse
object
List of policies
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

symphony-dlp-api-openapi.yml Raw ↑

Other APIs Symphony publishes across the network.

Symphony All API
Symphony App API
Symphony Audittrail API
Symphony Authenticate API
Symphony Channelco API
Symphony Datafeeds API
Symphony Events API
Symphony Groups API
Symphony Health API
Symphony Idm API
Symphony Info API
Symphony Logout API
Where this information came from

This is an independent, third-party profile of Symphony Dlp API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.