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 |