Limitations On CA NIM UM Filters

When using filters, please consider the following limitations when constructing CA NIM UM filters:
nimum20
When using filters, please consider the following limitations when constructing CA NIM UM filters:
  1. The following symbols are considered reserved within CA NIM UM; and therefore are not supported within filters:
    1. ==
    2. :in:
    3. :lt:
    4. :gt:
    5. :le:
    6. :ge:
    7. =
    8. <
    9. >
    10. <=
    11. >=
    12. !=
    13. (
    14. )
    15. &&
    16. ||
    Example:
     
    http://<server host>:<server port>/ca-nim-um/api/v1/user?$filter=(Name eq 'server A && server B has a problem')&$select=creationTimeStamp
  2. The following symbols are considered reserved in the context of the IN operator; and therefore, are not supported within filters:
    1. ,
    2. {
    3. }
    Example:
     
    http://<server host>:<server port>/ca-nim-um/api/v1/user?filter=(label:in:{server A, server B,C,server C})&display=creationTimeStamp,isActive
  3. Length of the text field should not be beyond 80 characters in length for the filter value.
    http://<server host>:<server port>/ca-nim-um/api/v1/user?$filter=(ticketType eq 'incident' and description eq 'At 2013-09-13T15:08:46Z, the average #CPU:Utilization at @alisys002 over the past 5 minutes was 47.76 percent')&$select=description,creationTimeStamp,id,ticketType,launchInContext,status,referenceNumber,assigneeUserID,impact,description,name,urgency,priority,updatedTimeStamp,closureTimeStamp