When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
More information
Hi @SP324231 (Community Member),
The Veracode integrations and APIs use HMAC authentication when accessing API resources. You can find out more about the HMAC authentication we use, along with some examples for Python, Java and C# in the Help Center here: https://help.veracode.com/r/c_enabling_hmac.
You may be interested in the HMAC Signing Libraries section of the list of Veracode Community Projects here: https://github.com/veracode/Veracode-Community-Projects#hmac-signing-libraries. I note there is a PowerShell example that could be just what you're looking for. Please note that these projects are community contributed and not supported by Veracode.
Thanks,
Anthony
Hey so I like to map the location of the java wrapper,
as well as mapping the API_ID and API_KEY
Then I call the java wrapper file and save the XML result to a variable so I can explore it later-
[xml]$teamxml = java -jar $javaWrapper -vid $apiId -vkey $apiKey -action GetteamList
$vcteams = $teamxml.teamlist.team