Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

API v2 with Powershell 3.0 Invoke-RestMethod

$
0
0

API v2 is a RESTful API, and starting with Powershell 3.0 InvokeRestMethod provides a smooth native method for making REST calls.  Here I will present a script which retrieves the list of reports from Qualys, selects the newest, and downloads that for manipulation within Powershell.  This will demonstrate all of the following:

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles