Symphony · Capability

Symphony Agent API — Dlp

Symphony Agent API — Dlp. 28 operations. Lead operation: Symphony Get All Dictionary Metadatas. Self-contained Naftiko capability covering one Symphony business surface.

Run with Naftiko SymphonyDlp

What You Can Do

GET
Get — Symphony Get All Dictionary Metadatas
/v1/v1/dlp/dictionaries
POST
Post — Symphony Create a Dictionary
/v1/v1/dlp/dictionaries
GET
Get — Symphony Get Dictionary Metadata
/v1/v1/dlp/dictionaries/{dictid}
PUT
Put — Symphony Updates a Dictionary
/v1/v1/dlp/dictionaries/{dictid}
DELETE
Delete — Symphony Delete a Dictionary
/v1/v1/dlp/dictionaries/{dictid}
GET
Get — Symphony Downloads Base 64 Encoded Dictionary Content
/v1/v1/dlp/dictionaries/{dictid}/data/download
POST
Post — Symphony Override Dictionary Content With Provided Content
/v1/v1/dlp/dictionaries/{dictid}/data/upload
GET
Get — Symphony Get All Policies
/v1/v1/dlp/policies
POST
Post — Symphony Creates a Policy
/v1/v1/dlp/policies
GET
Get — Symphony Get a Policy
/v1/v1/dlp/policies/{policyid}
PUT
Put — Symphony Updates a Policy. Cannot Be Used for Creation
/v1/v1/dlp/policies/{policyid}
DELETE
Delete — Symphony Delete a Policy
/v1/v1/dlp/policies/{policyid}
POST
Post — Symphony Disables a Policy
/v1/v1/dlp/policies/{policyid}/disable
POST
Post — Symphony Enables a Policy
/v1/v1/dlp/policies/{policyid}/enable
GET
Get — Symphony Get Violations as a Result of Policy Enforcement on Messages
/v1/v1/dlp/violations/message
GET
Get — Symphony Get Violations as a Result of Policy Enforcement on Signals
/v1/v1/dlp/violations/signal
GET
Get — Symphony Get Violations as a Result of Policy Enforcement on Streams
/v1/v1/dlp/violations/stream
GET
Get — Symphony Get All Policies
/v1/v3/dlp/policies
POST
Post — Symphony Creates a Policy
/v1/v3/dlp/policies
GET
Get — Symphony Get a Policy
/v1/v3/dlp/policies/{policyid}
POST
Post — Symphony Delete a Policy
/v1/v3/dlp/policies/{policyid}/delete
POST
Post — Symphony Disables a Policy
/v1/v3/dlp/policies/{policyid}/disable
POST
Post — Symphony Enables a Policy
/v1/v3/dlp/policies/{policyid}/enable
POST
Post — Symphony Updates a Policy. Cannot Be Used for Creation
/v1/v3/dlp/policies/{policyid}/update
GET
Get — Symphony Get attachments that were sent as part of messages that were flagged by the DLP System.
/v1/v3/dlp/violation/attachment
GET
Get — Symphony Get Violations as a Result of Policy Enforcement on Messages
/v1/v3/dlp/violations/message
GET
Get — Symphony Get Violations as a Result of Policy Enforcement on Signals
/v1/v3/dlp/violations/signal
GET
Get — Symphony Get Violations as a Result of Policy Enforcement on Streams
/v1/v3/dlp/violations/stream

MCP Tools

symphony-get-all-dictionary-metadatas

Symphony Get All Dictionary Metadatas

read-only idempotent
symphony-create-dictionary

Symphony Create a Dictionary

symphony-get-dictionary-metadata

Symphony Get Dictionary Metadata

read-only idempotent
symphony-updates-dictionary

Symphony Updates a Dictionary

idempotent
symphony-delete-dictionary

Symphony Delete a Dictionary

idempotent
symphony-downloads-base-64-encoded

Symphony Downloads Base 64 Encoded Dictionary Content

read-only idempotent
symphony-override-dictionary-content-provided

Symphony Override Dictionary Content With Provided Content

symphony-get-all-policies

Symphony Get All Policies

read-only idempotent
symphony-creates-policy

Symphony Creates a Policy

symphony-get-policy

Symphony Get a Policy

read-only idempotent
symphony-updates-policy-cannot-be

Symphony Updates a Policy. Cannot Be Used for Creation

idempotent
symphony-delete-policy

Symphony Delete a Policy

idempotent
symphony-disables-policy

Symphony Disables a Policy

symphony-enables-policy

Symphony Enables a Policy

symphony-get-violations-result-policy

Symphony Get Violations as a Result of Policy Enforcement on Messages

read-only idempotent
symphony-get-violations-result-policy-2

Symphony Get Violations as a Result of Policy Enforcement on Signals

read-only idempotent
symphony-get-violations-result-policy-3

Symphony Get Violations as a Result of Policy Enforcement on Streams

read-only idempotent
symphony-get-all-policies-2

Symphony Get All Policies

read-only idempotent
symphony-creates-policy-2

Symphony Creates a Policy

symphony-get-policy-2

Symphony Get a Policy

read-only idempotent
symphony-delete-policy-2

Symphony Delete a Policy

symphony-disables-policy-2

Symphony Disables a Policy

symphony-enables-policy-2

Symphony Enables a Policy

symphony-updates-policy-cannot-be-2

Symphony Updates a Policy. Cannot Be Used for Creation

symphony-get-attachments-that-were

Symphony Get attachments that were sent as part of messages that were flagged by the DLP System.

read-only idempotent
symphony-get-violations-result-policy-4

Symphony Get Violations as a Result of Policy Enforcement on Messages

read-only idempotent
symphony-get-violations-result-policy-5

Symphony Get Violations as a Result of Policy Enforcement on Signals

read-only idempotent
symphony-get-violations-result-policy-6

Symphony Get Violations as a Result of Policy Enforcement on Streams

read-only idempotent

Capability Spec

agent-dlp.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Symphony Agent API — Dlp
  description: 'Symphony Agent API — Dlp. 28 operations. Lead operation: Symphony Get All Dictionary Metadatas. Self-contained
    Naftiko capability covering one Symphony business surface.'
  tags:
  - Symphony
  - Dlp
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYMPHONY_API_KEY: SYMPHONY_API_KEY
capability:
  consumes:
  - type: http
    namespace: agent-dlp
    baseUri: ''
    description: Symphony Agent API — Dlp business capability. Self-contained, no shared references.
    resources:
    - name: v1-dlp-dictionaries
      path: /v1/dlp/dictionaries
      operations:
      - name: get
        method: GET
        description: Symphony Get All Dictionary Metadatas
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: page
          in: query
          type: integer
          description: Optional parameter to specify which page to return (default is 0)
        - name: limit
          in: query
          type: integer
          description: Optional parameter to specify the number of result to return per page, default is 50. Maximum is 50.
      - name: post
        method: POST
        description: Symphony Create a Dictionary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-dlp-dictionaries-dictId
      path: /v1/dlp/dictionaries/{dictId}
      operations:
      - name: get
        method: GET
        description: Symphony Get Dictionary Metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: dictId
          in: path
          type: string
          description: Unique dictionary identifier
          required: true
        - name: dictVersion
          in: query
          type: string
          description: 'If set to be valid dictionary version number, will return dictionary metadata with specified version. '
      - name: put
        method: PUT
        description: Symphony Updates a Dictionary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: dictId
          in: path
          type: string
          description: Unique dictionary identifier
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: delete
        method: DELETE
        description: Symphony Delete a Dictionary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: dictId
          in: path
          type: string
          description: Unique dictionary identifier
          required: true
    - name: v1-dlp-dictionaries-dictId-data-download
      path: /v1/dlp/dictionaries/{dictId}/data/download
      operations:
      - name: get
        method: GET
        description: Symphony Downloads Base 64 Encoded Dictionary Content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: dictId
          in: path
          type: string
          description: Unique dictionary identifier
          required: true
        - name: dictVersion
          in: query
          type: string
          description: 'If set to be valid dictionary version number, will return dictionary with specified version. '
    - name: v1-dlp-dictionaries-dictId-data-upload
      path: /v1/dlp/dictionaries/{dictId}/data/upload
      operations:
      - name: post
        method: POST
        description: Symphony Override Dictionary Content With Provided Content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: dictId
          in: path
          type: string
          description: Unique dictionary identifier
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-dlp-policies
      path: /v1/dlp/policies
      operations:
      - name: get
        method: GET
        description: Symphony Get All Policies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: page
          in: query
          type: integer
          description: Optional parameter to specify which page to return (default is 0)
        - name: limit
          in: query
          type: integer
          description: Optional parameter to specify the number of result to return per page, default is 50. Maximum is 50.
      - name: post
        method: POST
        description: Symphony Creates a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-dlp-policies-policyId
      path: /v1/dlp/policies/{policyId}
      operations:
      - name: get
        method: GET
        description: Symphony Get a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          description: Unique dictionary identifier.
          required: true
        - name: policyVersion
          in: query
          type: string
          description: 'Optional parameter, if set to be valid policy version number,  will return policy with specified policyVersion. '
      - name: put
        method: PUT
        description: Symphony Updates a Policy. Cannot Be Used for Creation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          description: Unique dictionary identifier.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: delete
        method: DELETE
        description: Symphony Delete a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          description: Unique dictionary identifier.
          required: true
    - name: v1-dlp-policies-policyId-disable
      path: /v1/dlp/policies/{policyId}/disable
      operations:
      - name: post
        method: POST
        description: Symphony Disables a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          required: true
    - name: v1-dlp-policies-policyId-enable
      path: /v1/dlp/policies/{policyId}/enable
      operations:
      - name: post
        method: POST
        description: Symphony Enables a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          required: true
    - name: v1-dlp-violations-message
      path: /v1/dlp/violations/message
      operations:
      - name: get
        method: GET
        description: Symphony Get Violations as a Result of Policy Enforcement on Messages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: integer
          description: Timestamp of the first required violation.
          required: true
        - name: endTime
          in: query
          type: integer
          description: Timestamp of the last required violation.
        - name: next
          in: query
          type: string
          description: Offset of the next chunk of violations. Value is null for the first request.
        - name: limit
          in: query
          type: integer
          description: Max No. of violations to return. If no value is provided, 50 is the default. The maximum supported
            value is 500.
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
    - name: v1-dlp-violations-signal
      path: /v1/dlp/violations/signal
      operations:
      - name: get
        method: GET
        description: Symphony Get Violations as a Result of Policy Enforcement on Signals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: integer
          description: Timestamp of the first required violation.
          required: true
        - name: endTime
          in: query
          type: integer
          description: Timestamp of the last required violation.
        - name: next
          in: query
          type: string
          description: Offset of the next chunk of violations. Value is null for the first request.
        - name: limit
          in: query
          type: integer
          description: Max No. of violations to return. If no value is provided, 50 is the default. The maximum supported
            value is 500.
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
    - name: v1-dlp-violations-stream
      path: /v1/dlp/violations/stream
      operations:
      - name: get
        method: GET
        description: Symphony Get Violations as a Result of Policy Enforcement on Streams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: integer
          description: Timestamp of the first required violation.
          required: true
        - name: endTime
          in: query
          type: integer
          description: Timestamp of the last required violation.
        - name: next
          in: query
          type: string
          description: Offset of the next chunk of violations. Value is null for the first request.
        - name: limit
          in: query
          type: integer
          description: Max No. of violations to return. If no value is provided, 50 is the default. The maximum supported
            value is 500.
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
    - name: v3-dlp-policies
      path: /v3/dlp/policies
      operations:
      - name: get
        method: GET
        description: Symphony Get All Policies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: page
          in: query
          type: integer
          description: Optional parameter to specify which page to return (default is 0)
        - name: limit
          in: query
          type: integer
          description: Optional parameter to specify the number of result to return per page, default is 50. Maximum is 50.
      - name: post
        method: POST
        description: Symphony Creates a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v3-dlp-policies-policyId
      path: /v3/dlp/policies/{policyId}
      operations:
      - name: get
        method: GET
        description: Symphony Get a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          description: Unique dictionary identifier.
          required: true
        - name: policyVersion
          in: query
          type: string
          description: 'Optional parameter, if set to be valid policy version number,  will return policy with specified policyVersion. '
    - name: v3-dlp-policies-policyId-delete
      path: /v3/dlp/policies/{policyId}/delete
      operations:
      - name: post
        method: POST
        description: Symphony Delete a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          description: Unique dictionary identifier.
          required: true
    - name: v3-dlp-policies-policyId-disable
      path: /v3/dlp/policies/{policyId}/disable
      operations:
      - name: post
        method: POST
        description: Symphony Disables a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          required: true
    - name: v3-dlp-policies-policyId-enable
      path: /v3/dlp/policies/{policyId}/enable
      operations:
      - name: post
        method: POST
        description: Symphony Enables a Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          required: true
    - name: v3-dlp-policies-policyId-update
      path: /v3/dlp/policies/{policyId}/update
      operations:
      - name: post
        method: POST
        description: Symphony Updates a Policy. Cannot Be Used for Creation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
        - name: policyId
          in: path
          type: string
          description: Unique dictionary identifier.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v3-dlp-violation-attachment
      path: /v3/dlp/violation/attachment
      operations:
      - name: get
        method: GET
        description: Symphony Get attachments that were sent as part of messages that were flagged by the DLP System.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fileId
          in: query
          type: string
          description: ID of attachment that will be downloaded.
          required: true
        - name: violationId
          in: query
          type: string
          description: ID of violation that corresponds to the flagged message that contains the attachment
          required: true
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
    - name: v3-dlp-violations-message
      path: /v3/dlp/violations/message
      operations:
      - name: get
        method: GET
        description: Symphony Get Violations as a Result of Policy Enforcement on Messages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: integer
          description: Timestamp of the first required violation.
          required: true
        - name: endTime
          in: query
          type: integer
          description: Timestamp of the last required violation.
        - name: next
          in: query
          type: string
          description: Offset of the next chunk of violations. Value is null for the first request.
        - name: limit
          in: query
          type: integer
          description: Max No. of violations to return. If no value is provided, 50 is the default. The maximum supported
            value is 500.
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
    - name: v3-dlp-violations-signal
      path: /v3/dlp/violations/signal
      operations:
      - name: get
        method: GET
        description: Symphony Get Violations as a Result of Policy Enforcement on Signals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: integer
          description: Timestamp of the first required violation.
          required: true
        - name: endTime
          in: query
          type: integer
          description: Timestamp of the last required violation.
        - name: next
          in: query
          type: string
          description: Offset of the next chunk of violations. Value is null for the first request.
        - name: limit
          in: query
          type: integer
          description: Max No. of violations to return. If no value is provided, 50 is the default. The maximum supported
            value is 500.
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
    - name: v3-dlp-violations-stream
      path: /v3/dlp/violations/stream
      operations:
      - name: get
        method: GET
        description: Symphony Get Violations as a Result of Policy Enforcement on Streams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: integer
          description: Timestamp of the first required violation.
          required: true
        - name: endTime
          in: query
          type: integer
          description: Timestamp of the last required violation.
        - name: next
          in: query
          type: string
          description: Offset of the next chunk of violations. Value is null for the first request.
        - name: limit
          in: query
          type: integer
          description: Max No. of violations to return. If no value is provided, 50 is the default. The maximum supported
            value is 500.
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
          required: true
  exposes:
  - type: rest
    namespace: agent-dlp-rest
    port: 8080
    description: REST adapter for Symphony Agent API — Dlp. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/dlp/dictionaries
      name: v1-dlp-dictionaries
      description: REST surface for v1-dlp-dictionaries.
      operations:
      - method: GET
        name: get
        description: Symphony Get All Dictionary Metadatas
        call: agent-dlp.get
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          page: rest.page
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Symphony Create a Dictionary
        call: agent-dlp.post
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/dlp/dictionaries/{dictid}
      name: v1-dlp-dictionaries-dictid
      description: REST surface for v1-dlp-dictionaries-dictId.
      operations:
      - method: GET
        name: get
        description: Symphony Get Dictionary Metadata
        call: agent-dlp.get
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          dictId: rest.dictId
          dictVersion: rest.dictVersion
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Symphony Updates a Dictionary
        call: agent-dlp.put
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          dictId: rest.dictId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Symphony Delete a Dictionary
        call: agent-dlp.delete
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          dictId: rest.dictId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/dlp/dictionaries/{dictid}/data/download
      name: v1-dlp-dictionaries-dictid-data-download
      description: REST surface for v1-dlp-dictionaries-dictId-data-download.
      operations:
      - method: GET
        name: get
        description: Symphony Downloads Base 64 Encoded Dictionary Content
        call: agent-dlp.get
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          dictId: rest.dictId
          dictVersion: rest.dictVersion
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/dlp/dictionaries/{dictid}/data/upload
      name: v1-dlp-dictionaries-dictid-data-upload
      description: REST surface for v1-dlp-dictionaries-dictId-data-upload.
      operations:
      - method: POST
        name: post
        description: Symphony Override Dictionary Content With Provided Content
        call: agent-dlp.post
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          dictId: rest.dictId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/dlp/policies
      name: v1-dlp-policies
      description: REST surface for v1-dlp-policies.
      operations:
      - method: GET
        name: get
        description: Symphony Get All Policies
        call: agent-dlp.get
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          page: rest.page
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Symphony Creates a Policy
        call: agent-dlp.post
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/dlp/policies/{policyid}
      name: v1-dlp-policies-policyid
      description: REST surface for v1-dlp-policies-policyId.
      operations:
      - method: GET
        name: get
        description: Symphony Get a Policy
        call: agent-dlp.get
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          policyId: rest.policyId
          policyVersion: rest.policyVersion
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Symphony Updates a Policy. Cannot Be Used for Creation
        call: agent-dlp.put
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          policyId: rest.policyId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Symphony Delete a Policy
        call: agent-dlp.delete
        with:
          sessionToken: rest.sessionToken
          keyManag

# --- truncated at 32 KB (53 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/symphony/refs/heads/main/capabilities/agent-dlp.yaml