Skip to content

arnaudcharles/VMWare_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

VMWare_API

Repo with all API scripts related to VMWare

#Bearer token# First off, you need to get the bearer token. For that I used postman with these parameters.

###Request Type### : POST

###Headers### :

Key = Content-Type / Value = application/json

###Body### :

{ "username": "YourUsername@mydomain", "password": "YourPassword", "tenant": "mytenant" }

Result will give you a 200 response. Simply copy the ID and replace it on the script on $token. Take care to leave "bearer " before !

About

Repo with all API scripts related to VMWare

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published