Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-2536

Fetch a DLP configuration item by sender domain and rule id

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 3.2.0
    • webadmin
    • None

    Description

      Retrieve a DLP configuration rule for corresponding senderDomain and a ruleId

      curl -XGET http://ip:port/dlp/rules/senderDomain/rules/ruleId

      Response codes:
       - 200: A dlp configuration item is returned
       - 404: The domain and/or the rule does not exist.

      This is an example of returned body.

      {
        "id": "1",
        "expression": "james.org",
        "explanation": "Find senders or recipients containing james[any char]org",
        "targetsSender": true,
        "targetsRecipients": true,
        "targetsContent": false
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            gdifolco Gautier DI FOLCO
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: