cancel
Showing results for 
Search instead for 
Did you mean: 

veritas netbackup appliance api to pull system version

chittitalli25
Level 2

i would like to know if there is an api way to get veritas netbackup appliance version info. i would like to do it programmatically through api

4 REPLIES 4

X2
Moderator
Moderator
   VIP   

Looking at the api-docs for NetBackup 9.1:

https://sort.veritas.com/public/documents/nbu/9.1/windowsandunix/productguides/html/config-api/

check /config/hosts which gives

"nbuReleaseVersion": "string"

in response.

 

my appliances are at 3.1.2 and just configured as media servers. do i still treat the appliance as master server for end point url purposes? thanks for helping answer this

i saw this article for appliances in veritas site but couldnt find end point to use for appliance evrsion

 

https://www.veritas.com/support/en_US/article.100044213

Krutons
Moderator
Moderator
   VIP   

You'd make the API call against your master server which sounds like its not one of your appliances.