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:
- The following symbols are considered reserved within CA NIM UM; and therefore are not supported within filters:
- ==
- :in:
- :lt:
- :gt:
- :le:
- :ge:
- =
- <
- >
- <=
- >=
- !=
- (
- )
- &&
- ||
Example:http://<server host>:<server port>/ca-nim-um/api/v1/user?$filter=(Name eq 'server A && server B has a problem')&$select=creationTimeStamp - The following symbols are considered reserved in the context of the IN operator; and therefore, are not supported within filters:
- ,
- {
- }
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 - 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