Skip to main content

Go-Veeam-Auth - API authentication package for Go

  • February 2, 2023
  • 2 comments
  • 83 views

Forum|alt.badge.img+3
  • Comes here often

Hi all, 

To all the API gurus out there that like Go I’ve put together a package that takes care of all the authentication for you.

https://github.com/shapedthought/go-veeam-auth

Really easy to add to your project. Just put this into the terminal in your project directory:

go get github.com/shapedthought/go-veeam-auth

Most of the APIs are covered:

  • VBR
  • VB AWS
  • VB AZURE
  • VB GCP
  • VONE
  • VB365

Instructions are on the GitHub. 

Video:

Note that this isn’t a full SDK like the one on VeeamHub, it just does the authentication, but there are some convenience functions to make calls a bit easier.

If you have any recommendations or would like to contribute, feel free to raise an issue or send a pull request.

All the best,

Edx

2 comments

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • February 2, 2023

Thanks for sharing.  Looking more at API side of things now.


JMeixner
Forum|alt.badge.img+16
  • On the path to Greatness
  • February 2, 2023

Thanks for sharing.

I will play around with it for sure 😎👍🏼