NetBackup™ Release Notes
- About NetBackup 10.1
- New features, enhancements, and changes
- NetBackup 10.1 new features, changes, and enhancements
- Operational notes
- NetBackup installation and upgrade operational notes
- NetBackup administration interface operational notes
- NetBackup Bare Metal Restore operational notes
- NetBackup Snapshot Manager (formerly NetBackup CloudPoint)
- NetBackup for NDMP operational notes
- NetBackup for OpenStack operational notes
- NetBackup internationalization and localization operational notes
- Appendix A. About SORT for NetBackup Users
- Appendix B. NetBackup installation requirements
- Appendix C. NetBackup compatibility requirements
- Appendix D. Other NetBackup documentation and related documents
RESTful APIs included in NetBackup 10.1
NetBackup 10.1 includes both updated and new RESTful application programming interfaces (APIs). These APIs provide a web-service-based interface that lets you configure and administer NetBackup in your environments.
You can find documentation for the NetBackup APIs in on SORT and on your primary server. Make sure to review the Versioning topic and the What's New topic in the Getting Started section.
On SORT:
NetBackup API documentation is available on SORT:
HOME > KNOWLEDGE BASE > Documents > Product Version > 10.1
Look under
. A Getting Started document provides background information about using NetBackup APIs. The API YAML files are also available for reference, however, they are not functional. You cannot test the APIs from the documents on SORT.On your primary server:
APIs are stored in YAML files on the primary server:
https://<primary_server>/api-docs/index.html
The APIs are documented in Swagger format. This format lets you review the code and test the functionality by making actual calls with the APIs. You must have the appropriate security permissions to access the primary server and APIs to use the Swagger APIs.
Caution:
Veritas recommends that you test APIs only in a development environment. Because you can make actual API calls from the Swagger files, you should not test the APIs in a production environment.
NetBackup 10.1 includes these new and enhanced APIs:
Cloud Object Store:
List cloud providers which support cloud object protection.
Proxy Servers:
Create and update internet proxy server details.
Paused Clients:
Pause and unpause protection for a client.
Disk Array Hosts:
Create, update, and delete disk array host credentials.
DBPaaS:
Associate a named credential to a DBPaaS asset.
DMP:
Recover individual NDMP files and folders.
Cloud Workloads:
Create and delete instant access mounts.
VMware:
Query VMware Cloud vApp information.
Create and delete malware scan mounts.
Catalog Images:
View the contents of rollback images.
List images associated with SLPs.
Snapshot Providers:
List security groups in a region.
Retrieve supported replication destinations for on-premise storage array snapshot replication.
Bare Metal Restore (BMR):
List Windows driver packages that are attached to the BMR configuration.
Map a configuration ID from the configuration.
Update
zfs
file system and volume attributes.Create and delete physical volumes in the configuration.
List available disks.
List and update licenses.
Update volume group properties.
These APIs that have been versioned in NetBackup 10.1 due to breaking changes. The previous version of these APIs is still supported by specifying the correct version. See the Versioning section in the
on SORT for examples and more details.Get Token List:
GET /security/securitytokens has changed the properties of the object getTokenResponse to return the list of objects from getTokenDataList with pagination attributes.
Get Valid Token List:
GET /security/securitytokens/state/valid has changed the properties of the object getTokenResponse to return the list of objects from getTokenDataList with pagination attributes.
Initiate CA migration:
POST /security/certificate-authorities/initiate-migration has removed the support for generating CA of keysize 16384. If you already have an active CA with keysize 16384, use the existing CA migration mechanism to downgrade to supported values.