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™ for Microsoft SQL Server Administrator's Guide
  3. Managing SQL Server assets and their credentials
  4. About credential rules
  5. Credential rule examples
NetBackup™ for Microsoft SQL Server Administrator's Guide

Credential rule examples

This topic provides examples of the kinds of credential rules that you can create to automatically register SQL Server instances.

In the following rule, the credential is applied to any instances where the host name ends with the string domain.com. The query string with OData keywords and operators is: endswith(tolower(clientName), tolower('domain.com'))

Field

Operator

Value

Host name

Ends with

domain.com

In the following rule, the credential is applied to any instances where the host has NetBackup version 10.5 installed. The query string with OData keywords and operators is: tolower(nbuVersion)eq tolower('10.5')

Field

Operator

Value

NetBackup version

Equal to

10.5

Feedback

Was this page helpful?
Previous

Preview a credential rule

Next

Query builder reference for credential rules

Feedback

Was this page helpful?