Flex 5260 help with API
Hello everyone, I am currently struggling with finding up-to-date resource regarding the available API endpoints for Flex 6.0. The closest i got was to https://sort.veritas.com/public/documents/FAPP/6.0/veritas5260/productguides/html/flex-restapis-6.0/ but even those are documented very poorly. Their github has last update 2 years ago and contains strange endpoints which in reality dont appear to exist, e.g. /api/appliance/v1.0/netbackup/checkpoints. Swagger would be helpful to at least test the commands but Swagger URL which i found here https://www.veritas.com/support/en_US/doc/139332629-144656221-0/v143532640-144656221 doesnt work for me at all, i get 404. Any hints?26Views0likes2CommentsHow to add a Oracle RAC instance with #nboracmd to 10.4
Hi, we use Netbackup 10.1.1 with OIP in our production and manage our Oracle assets with #nboraadm. - Everything works fine! In our Test environment we use Netbackup 10.4.0.1 and everything has changed :-( The CLI commend #nboraadm was replaced with #nboracmd and this command is not so powerful! With the command "#nboracmd modify database" i'm able to register the Database, but it is not possible to add a new Instance to the Database. Has somebody the same issue and can provide a solution? I'm sure over the API it will work, but i don't use API scripts.84Views0likes2CommentsImage Cleanup Job Details from Master Server API
Hi All, I was working with NBU master server API and found that Image cleanup job details are not coming from /admin/jobs API endpoint. Can anyone please help me to get Image cleanup jobs from the API. I am new to NetBackup. ThanksSolved32Views0likes1CommentHow does bpVMreq cmd collect vCloud metadata?
Hello, Can someone please tell me what is inside bpVMreq command and how the metadata for vCloud infrastructure is collected? Is it a vCloud API call or some other way? If its API call, which is it? We have Veritas enhancement request open and im trying to assist as much as possible, and this piece of information could lead to a successful solution. Thanks for any kind of help.459Views0likes0CommentsRequest API with filter option
Hello, I would like to filter from requesting API. curl -k -X GET https://master:1556/netbackup/catalog/images?filter%3DclientName%20eq%20%27CLIENT_NAME%27 -H 'Accept: application/vnd.netbackup+json;version=2.0' -H 'Authorization: MY_TOKEN_HERE' | json_pp But the result include the whole client name list? What i'm missing ? Thanks for your help.1.3KViews0likes3CommentsNetbackup Appliance API calls not working
Hi all, I am trying to run powershell script (based on API) to monitor Netbackup Appliance without success. Using the same script on the ordinary Netbackup was ok. So, what could be the difference between the Netbackup Appliance and Netbackup? Script to gather information about running services (https://github.com/VeritasOS/netbackup-api-code-samples/blob/master/recipes/powershell/admin/get_services.ps1) The error output from Netbackup Appliance: PS C:\Users\Administrator\Desktop> ./get_services.ps1 -MasterServer <hostname> -UserName <user_name> -Password <password> -Client <hostname> Sending a POST request to login to the NetBackup webservices... Login successful. Sending a GET request to get host UUID .. Invoke-WebRequest : Vzdálený server vrátil chybu: (401) Neověřeno. At C:\Users\cz.jcieslar\Desktop\get_services.ps1:111 char:14 + $response = Invoke-WebRequest ` + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand Unable to get host UUID. At C:\Users\Administrator\Desktop\get_services.ps1:119 char:3 + throw "Unable to get host UUID.`n" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Unable to get host UUID. :String) [], RuntimeException + FullyQualifiedErrorId : Unable to get host UUID. It seems according to error (401),that our user has not enough priviliges to be able to gain UUID of the Appliance. However the login was successful, so the API token was generated without problem. Do you have any idea how to increase user priviliges on the Netbackup Appliance? Do you have any experience with API powershell calls on the Netbackup Appliance? I am looking forward for any suggestions!Solved1.6KViews0likes3CommentsChecking RBAC (UUID permission) on Netbackup and Netbackup appliance
Hello, it is very likely that our user has not right to get UUID during the API call. How can I check if the user has UUID permission or not? For Netbackup appliance the address https://IP/webui is not working (or it is said, that user does not have RBAC to login). Is there any other commands for checking these permissions? The second question would be how to increase missing UUID permission? Any help much appriaciated!Solved1.1KViews0likes2Comments