Darktrace API - Powershell example
Aug 22, 2023 · 1 min read · Here's an example code snippet to make an API call to Darktrace using Powershell. Find the instances of 'changeme' and change to the correct value. $Time = (Get-Date).ToUniversalTime().ToString("yyyy-MM-dd HH:mm:ss") $PrivateToken = "changeme" $Publi...
Join discussion