一个专注软件爱分享的网站

Clearswift — Automation

Clearswift — Automation

If you manage a Clearswift Secure Email Gateway (SEG) or the ICAP Gateway, you know it’s a powerful tool for DLP (Data Loss Prevention) and content filtering. But are you still managing policies, reports, and configurations manually via the web UI?

Automate one task this week – exporting the quarantine list or blocking a test domain via API – and build from there. Do you have a specific Clearswift automation task in mind? Ask below – scripts and examples welcome. clearswift automation

$headers = @ "Authorization" = "Bearer $YOUR_API_TOKEN" $body = @ "email" = "spammer@example.com"; "type" = "block" | ConvertTo-Json Invoke-RestMethod -Uri "https://your-clearswift-server/api/v1/blocklist" -Method POST -Headers $headers ` -Body $body Clearswift’s ICAP server allows network devices (proxies, email relays) to send content for scanning. You can automate the source of that traffic. If you manage a Clearswift Secure Email Gateway

赞(8) 打赏
本软件仅供个人学习测试使用,请再下载后24小时内删除,不得用于商业用途,否则后果自负,请支持购买正版软件。兔八哥爱分享-软件下载平台-绿色软件下载-破解软件免费下载 » 万兴神剪手 Wondershare Filmora v10.1.20破解版
分享到: 更多 (0)

评论 1

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #1
    clearswift automation

    不错的软件!感谢分享

    xin4年前 (2022-02-04)回复