Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Web UI Administrator's Guide
  3. Section I. Managing security
  4. Creating and using API keys
  5. Use an API key with NetBackup REST APIs

Use an API key with NetBackup REST APIs

After a key is created, the user can pass the API key in the API request headers. For example:

curl -X GET https://masterservername.domain.com/netbackup/admin/jobs/5 \
     -H 'Accept: application/vnd.netbackup+json;version=3.0'     \
     -H 'Authorization: <API key value>'

Feedback

Was this page helpful?
Previous

Manage API keys

Next

View API keys

Feedback

Was this page helpful?