ef_akyazan
2 years agoLevel 3
Backup Selections in Netbackup API
Hello everyone,
I want to take backup selections of a server via netbackup api. Anyone know how I can do it?
Thanks.
ef_akyazan I dont think there is a separate API just to fetch the backup selections. You can still do GET method to display a policy and filter the backup selection
you can use GET /config/policies/{policyName} API
Hope it helps.