QOps-SetFilter

Defines the parameters for selecting applications to process with QOps, allows filtering by following:

  • Application Name
  • Application Id (OriginAppId or TargetAppId, see QOps-SetLocalApp for details)
  • Application Owner
  • Application Stream

  • Application Name
  • Application Id
  • Application Owner
  • Application Stream

  • Application Name

The multiple masks are supported in a way of repeating the field identifier with a semicolon separator, ex.: "Name=*ibcs*;Name=*api*,Id=*,Owner=*,Stream=*""Name=*ibcs*;Name=*api*"

The Semicolon defines result joining with OR logic, the Comma defines results joining with AND logic. When the field name is omitted all possible values for this field will be applied.

If square brackets have to be used in Filter, the following syntax should be used: [ = [[]; ] = []].

Syntax

QOps-SetFilter [Value]

Examples

QOps-SetFilter "*"



QOps-SetFilter "Name=*api*,Owner=user1"


QOps-SetFilter "Name=*api1*,Owner=user1;Name=*api2*,Owner=user2"



QOps-SetFilter "Name=*project1*;Name=*project2*"