Search Criteria in List APIs

The List API command uses an optional search parameter, which limits returned results to the configuration objects that match the search string. The parameter is: q=<search string>.

The search criteria is applied before the pagination parameters, so that the pagination totalResults value lists the total number of elements in the database that meet the search criteria.

The query syntax should comply with Solr query syntax. For more details, see the Solr syntax document at http://wiki.apache.org/solr/SolrQuerySyntax

The field name/value pair in search query uses the following syntax: fieldname:value .

The search name/value pairs can be joined in logical AND expressions. The search terms should be encoded if they contain Solr special characters.

Example: https://<ipaddress>:8111/cvp-config /mediafile?q=name:agent1*%20AND%20path:en-us