Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/88c50b6cfa903e2f43286e3f4bbdc9bc to your computer and use it in GitHub Desktop.
Save jonathanmedd/88c50b6cfa903e2f43286e3f4bbdc9bc to your computer and use it in GitHub Desktop.
Invoke-vRARestMethod-Blueprints
$request = Invoke-vRARestMethod -Method GET -URI '/blueprint/api/blueprints'
$request.content | Format-Table Name,ProjectName
name projectName
---- -----------
Blueprint1 Project Alpha
Blueprint2 Project Alpha
Blueprint3 Project Beta
Blueprint4 Project Beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment