Search Tokens for Parameter Sets
You can use the search tokens available in the Parameter Sets tab and refine your search results. Click each token to learn more about it.
Generic
Use a boolean query to express your query using AND logic.
Example
Find search lists with certain type and tag
searchList.type:"DYNAMIC" AND
tags.name: "Internal"
Use a boolean query to express your query using NOT logic.
Example
Show search lists that are not dynamic search lists
NOT searchList.type:DYNAMIC
Use a boolean query to express your query using OR logic.
Example
Show findings with one of these id values
searchList.id:1234
OR searchList.id:3456
Parameter Set Tokens
Use these search tokens to find Parameter Sets.
Use an integer value to find parameter set with the specified ID.
Example
Find parameter set with given ID
paramSet.id: 9725
Use values within quotes or backticks to find parameter sets with the specified name.
Examples
Find parameter set that contains part of the given name
paramSet.name:"NewParam"
Find parameter set with given name
paramSet.name:`New Param`
paramSet.isDefaultparamSet.isDefault
Use the values true | false to find parameter set which is marked as default for your subscription.
Examples
Find parameter set which is marked as default for your subscription
paramSet.isDefault: true
Find parameter set which is not marked as default for your subscription
paramSet.isDefault: false
paramSet.createdparamSet.created
Use a date range or specific date to find parameter sets that were created on the given date or date range.
Examples
Show parameter sets that were created in past 6 months
paramSet.created: [now-6M .. now]
Show parameter sets that were created on a specified date
paramSet.created:"2020-03-20"
Show parameter sets that were created after a specified date
paramSet.created >"2020-03-20"
Show parameter sets created between March 2020 to July 2021
paramSet.created:[2020-03-01 .. 2020-12-31]
paramSet.createdBy.firstNameparamSet.createdBy.firstName
Use values within quotes or backticks to find parameter sets created by specified user’s first name.
Example
Find parameter sets that are created by user whose first name is Chandler
paramSet.createdBy.firstName: Chandler
paramSet.createdBy.lastNameparamSet.createdBy.lastName
Use values within quotes or backticks to find parameter sets created by specified user’s last name.
Example
Find parameter sets that are created by user whose last name is Bing
paramSet.createdBy.lastName: Bing
paramSet.createdBy.usernameparamSet.createdBy.username
Use values within quotes or backticks to find parameter sets created by specified user name.
Example
Find parameter sets that are created by a user with username is quays_pp
paramSet.createdBy.username: quays_pp
paramSet.updatedparamSet.updated
Use a date range or specific date to find parameter sets that were updated in the given date range.
Examples
Find parameter sets that were updated in past 6 months
paramSet.updated:[now-6M .. now]
Find parameter sets that were updated on a specified date
paramSet.updated:"2020-03-20"
Find parameter sets that were updated after a specified date
paramSet.updated >"2020-03-20"
Find parameter sets that were updated between March 2020 to Dec 2020
paramSet.updated:[2020-03-01 .. 2020-12-31]
paramSet.updatedBy.firstNameparamSet.updatedBy.firstName
Use values within quotes or backticks to find parameter sets updated by specified user’s first name.
Example
Find parameter sets that are updated by user whose first name is Chandler
paramSet.updatedBy.firstName:Chandler
paramSet.updatedBy.lastNameparamSet.updatedBy.lastName
Use values within quotes or backticks to find parameter sets updated by specified user’s last name.
Example
Find parameter sets that are updated by user whose last name is Bing
paramSet.updatedBy.lastName:Bing
paramSet.updatedBy.usernameparamSet.updatedBy.username
Use values within quotes or backticks to find parameter sets updated by specified username.
Example
Find parameter sets that were updated by a user with username is quays_pp
paramSet.updatedBy.username:quays_pp
paramSet.owner.firstNameparamSet.owner.firstName
Use values within quotes or backticks to find parameter sets with owner's first name.
Example
Find parameter sets with owner's first name as Chandler
paramSet.owner.firstName:Chandler
paramSet.owner.lastNameparamSet.owner.lastName
Use values within quotes or backticks to find parameter sets with owner's last name.
Example
Find parameter sets with owner's last name as Bing
paramSet.owner.lastName:Bing
paramSet.owner.usernameparamSet.owner.username
Use values within quotes or back ticks to find parameter sets with owner's username.
Example
Find parameter sets with owner's username as quays_pp
paramSet.owner.username:quays_pp
paramSet.quickFiltersparamSet.quickFilters
Use a text value ##### to find parameter sets with specified quick filters: MY_PARAMSETS, IN_USE, NOT_IN_USE.
Examples
Find parameter sets with current user as owner.
paramSet.quickFilters:"MY_PARAMSETS"
Find parameter sets currently associated with any option profile.
paramSet.quickFilters:"IN_USE"
Find parameter sets currently not associated with any option profile.
paramSet.quickFilters:"NOT_IN_USE"