Search Tokens for DNS Override Records
You can use the search tokens available in the DNS Override 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 DNS override record created on a certain date and with certain tag
dnsOverride.created:"2020-03-20" AND tags.name: "Internal"
Use a boolean query to express your query using NOT logic.
Example
Find DNS override records that are not marked as default
NOT dnsOverride.isDefault:false
Use a boolean query to express your query using OR logic.
Example
Find DNS override records with one of these id values
dnsOverride.id:1234
OR dnsOverride.id:3456
DNS Override Tokens
Use these search tokens to find DNS override.
Use an integer value to find the DNS override record with the specified ID.
Example
Find the DNS override record with the given ID
dnsOverride.id:9725
dnsOverride.namednsOverride.name
Use values within quotes or backticks to find DNS override record with the specified name.
Example
Find DNS override records that contain part of the given name
dnsOverride.name:"DNS Override name"
Find the DNS override record with the given name
dnsOverride.name:`DNS Override name`
dnsOverride.createddnsOverride.created
Use a date range or specific date to find DNS override records that were created on the given date or date range.
Examples
Show DNS override records that were created in the past 6 months
dnsOverride.created:[now-6M .. now]
Show DNS override records that were created on a specified date
dnsOverride.created:"2020-03-20"
Show DNS override records that were created after a specified date
dnsOverride.created >"2020-03-20"
Show DNS override records created between March 2020 to Dec 2020
dnsOverride.created:[2020-03-01 .. 2020-12-31]
dnsOverride.createdBy.firstNamednsOverride.createdBy.firstName
Use values within quotes or backticks to find the DNS override records created by the specified user’s first name.
Example
Find DNS override records that are created by a user whose first name is Chandler
dnsOverride.created:Chandler
dnsOverride.createdBy.lastNamednsOverride.createdBy.lastName
Use values within quotes or backticks to find the DNS override record created by the specified user’s last name.
Example
Find a DNS override record that is created by a user whose last name is Bing
dnsOverride.createdBy.lastName:Bing
dnsOverride.createdBy.usernamednsOverride.createdBy.username
Use values within quotes or backticks to find DNS override records created by specified user name.
Example
Find a DNS override record that is created by a user whose user name is quays_pp.
dnsOverride.createdBy.username:quays_pp
dnsOverride.owner.firstNamednsOverride.owner.firstName
Use values within quotes or backticks to find the DNS override record with the owner's first name.
Example
Find DNS override record with owner's first name as Chandler
dnsOverride.owner.firstName:Chandler
dnsOverride.owner.lastNamednsOverride.owner.lastName
Use values within quotes or backticks to find the DNS override record with the owner's last name.
Example
Find DNS override record with the owner's last name as Bing
dnsOverride.owner.lastName:Bing
dnsOverride.owner.usernamednsOverride.owner.username
Use values within quotes or backticks to find the DNS override record with the owner's username.
Example
Find DNS override record with the owner's last name as quays_pp
dnsOverride.owner.username:quays_pp
dnsOverride.updateddnsOverride.updated
Use a date range or specific date to find DNS override records that were updated on a specific date or date range.
Examples
Show DNS override records that were updated in the past 6 months
dnsOverride.updated:[now-6M .. now]
Show DNS override records that were updated on the specified date
dnsOverride.updated:"2020-03-20"
Show DNS override records that were updated after a specified date
dnsOverride.updated >"2020-03-20"
Show DNS override records updated between March 2020 to Dec 2020
dnsOverride.updated:[2020-03-01 .. 2020-12-31]
dnsOverride.updatedBy.firstNamednsOverride.updatedBy.firstName
Use values within quotes or backticks to find the DNS override records updated by the specified user’s first name.
Example
Find DNS override record that are updated by a user whose first name is Chandler
dnsOverride.updatedBy.firstName:Chandler
dnsOverride.updatedBy.lastNamednsOverride.updatedBy.lastName
Use values within quotes or backticks to find the DNS override records updated by the specified user’s last name.
Example
Find DNS override records that is updated by a user whose last name is Bing
dnsOverride.updatedBy.lastName:Bing
dnsOverride.updatedBy.usernamednsOverride.updatedBy.username
Use values within quotes or backticks to find DNS override records updated by specified username.
Example
Find DNS override records that are updated by a user whose user name is quays_pp
dnsOverride.updatedBy.username:quays_pp
dnsOverride.mappings.hostNamednsOverride.mappings.hostName
Use values within quotes or backticks to find DNS override records which contain specified hostName in their DNS Mappings records.
Example
Find DNS override records which contain specified hostName in their DNS Mappings records
dnsOverride.mappings.hostName:"hostname-in-dns-mappings.com"
Use values within quotes or backticks to find DNS override records associated with web applications with the given name.
Example
Find DNS override records associated with web applications that contain part of the given name
asset.name:"TestWebapp"
Find DNS override records associated with web applications with the given name
asset.name:`TestWebapp`
Use an integer value to find DNS override records associated with the web application with the specified ID.
Example
Find DNS override records associated with the web application with the given ID
asset.id:9725
dnsOverride.isDefaultdnsOverride.isDefault
Use the values true | false to find DNS override records which is marked as default for your subscription.
Example
Find DNS override record which is marked as default for your subscription
dnsOverride.isDefault:true
dnsOverride.quickFiltersdnsOverride.quickFilters
Use a text value ##### to find DNS override record with specified quick filters: MY_DNS_OVERRIDE, IN_USE, NOT_IN_USE, SET_AS_DEFAULT
Example
Find DNS override records which is with given quick filters
dnsOverride.quickFilters: `MY_DNS_OVERRIDE`