Parameter | Operators |
---|---|
Integer | EQUALS, NOT EQUALS, GREATER, LESSER, IN |
Text | CONTAINS, EQUALS, NOT EQUALS |
Date | EQUALS, NOT EQUALS, GREATER, LESSER |
Keyword | EQUALS, NOT EQUALS, IN |
Boolean (true/false) | EQUALS, NOT EQUALS |
* NOT EQUALS operator is not supported for update and delete actions. Using the NOT EQUALS operator for updating or deleting objects (such as tags, assets, host assets, AWS connectors, AWS authentication records, etc.) could result in accidental update or deletion of the objects without any warning. To prevent accidental updates/deletions, we do not support NOT EQUALS operator for updating/deleting objects.