Please enter search query.
Search <book_title>...
Veritas NetBackup™ Flex Scale Installation and Configuration Guide
Last Published:
2021-01-26
Product(s):
Appliances (1.3)
Platform: NetBackup Flex Scale OS
Installing EEBs using REST APIs
You can perform an upgrade by installing EEBs using REST APIs.
To install EEBs using REST APIs
- Find the list of all the available EEBs (downloaded/installed).
GET /api/appliance/v1.0/upgrade/eebs
- Find the summary of a specific EEB.
GET /api/appliance/v1.0/upgrade/eebs/{eebName}
- (Optional) Find the directory path where the EEB should be placed.
GET /api/appliance/v1.0/upgrade/path
- Upload an EEB file to the cluster.
PATCH /api/appliance/v1.0/upgrade/upload
You can also upload the EEB using the GUI by navigating to Settings > Software management > Add-ons
- Install the EEB.
PATCH /api/appliance/v1.0/upgrade/eebs/{eebName}
- You can find the details of the progress of the EEB installation using the task ID.
GET /api/appliance/v1.0/tasks/{taskId}