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.
Example
Find search lists with certain type and tag
searchList.type:"DYNAMIC" AND
tags.name: "Internal"
Example
Show search lists that are not dynamic search lists
NOT searchList.type:DYNAMIC
Example
Show findings with one of these id values
searchList.id:1234
OR searchList.id:3456
Use these search tokens to find Parameter Sets.
Example
Find parameter set with given ID
paramSet.id: 9725
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
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
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
Example
Find parameter sets that are created by user whose first name is Chandler
paramSet.createdBy.firstName: Chandler
paramSet.createdBy.lastNameparamSet.createdBy.lastName
Example
Find parameter sets that are created by user whose last name is Bing
paramSet.createdBy.lastName: Bing
paramSet.createdBy.usernameparamSet.createdBy.username
Example
Find parameter sets that are created by a user with username is quays_pp
paramSet.createdBy.username: quays_pp
paramSet.updatedparamSet.updated
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
Example
Find parameter sets that are updated by user whose first name is Chandler
paramSet.updatedBy.firstName:Chandler
paramSet.updatedBy.lastNameparamSet.updatedBy.lastName
Example
Find parameter sets that are updated by user whose last name is Bing
paramSet.updatedBy.lastName:Bing
paramSet.updatedBy.usernameparamSet.updatedBy.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
Example
Find parameter sets with owner's first name as Chandler
paramSet.owner.firstName:Chandler
paramSet.owner.lastNameparamSet.owner.lastName
Example
Find parameter sets with owner's last name as Bing
paramSet.owner.lastName:Bing
paramSet.owner.usernameparamSet.owner.username
Example
Find parameter sets with owner's username as quays_pp
paramSet.owner.username:quays_pp
paramSet.quickFiltersparamSet.quickFilters
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"