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. Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
  3. API reference
  4. Type definitions
  5. Data structures
  6. BSA_ApiVersion
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

BSA_ApiVersion

The BSA_ApiVersion structure describes the version of the API that is implemented. It is defined as follows:

typedef struct {
       BSA_UInt16                    issue;
       BSA_UInt16                    version;
       BSA_UInt16                    level;
} BSA_ApiVersion;

The usage of the structure fields is defined as follows:

Table: BSA_ApiVersion Structure Fields

Field

Description

issue

Issue number of the XBSA specification

version

Version number of the XBSA specification

level

NetBackup XBSA-defined version number

The NetBackup XBSA interface is an implementation of the XBSA Technical Standard (document - C425); the values should be 1,1,0.

Feedback

Was this page helpful?
Previous

Data structures

Next

BSA_DataBlock32

Feedback

Was this page helpful?