Search Tokens Discovered APIs 

You can use the search tokens available in Discovered APIs tab and refine your search results. Click each token to learn more about it.

Generic | Discovered APIs

Generic

andand

Use a boolean query to express your query using AND logic.

Example

Find applications with certain scan status and tag

application.lastScanStatus:"SUBMITTED" AND application.tags.name: "MS WAS 1000 Webapp"

notnot

Use a boolean query to express your query using NOT logic.

Example

Show web applications that don't have last scan status as CANCELED

NOT application.lastScanStatus:"CANCELED"

oror

Use a boolean query to express your query using OR logic.

Example

Show findings with one of these id values

vulnerability.id:3758394 OR vulnerability.id:3495166

Discovered APIs Tokens

Use these search tokens to find discovered APIs.

asset.id asset.id

Use an integer value ###### to find APIs with specific application ID.

Example

Find a discovered API with the ID 123445.

asset.id:123445

discovery.createdDatediscovery.createdDate

Use the date values to find the APIs created on specific date or date range.

Examples

Find the discovered APIs created on specifc date YYYY-MM-DD.

discovery.createdDate: 2025-01-16

Find the discovered APIs created in last six months.

discovery.createdDate: [now-6M .. now]

Find the discovered APIs created between specific date range.

discovery.createdDate: [2024-12-01 . . 2025-02-01]

Find the discovered APIs created before specific date.

discovery.createdDate <2025-02-01

Find the discovered APIs created on or after specific date.

discovery.createdDate =>2025-02-01

discovery.fqdndiscovery.fqdn

Use the string value to find the APIs using the FQDN.

Examples

Find the discovered APIs using its FQDN.

discovery.fqdn: fqdn_value

discovery.hostAssetIddiscovery.hostAssetId

Use the integer value to find the APIs using its host asset ID.

Examples

Find the APIs using its host asset ID.

discovery.hostAssetId: 12457965

discovery.ipAddressdiscovery.ipAddress

Use a string value in quotes or backticks to find the APIs using its IP address.

Examples

Find the APIs matching the specified IP address.

discovery.ipAddress: `10.10.10.123`

Find the APIs containing specified IP address value.

discovery.ipAddress: "10.10.10.123"

discovery.lastFoundDatediscovery.lastFoundDate

Use the date values to find the APIs based on its discovery date.

Examples

Find the APIs discovered on specifc date YYYY-MM-DD.

discovery.lastFoundDate: 2025-01-16

Find the APIs discovered in last six months.

discovery.lastFoundDate: [now-6M .. now]

Find the APIs discovered between specific date range.

discovery.lastFoundDate: [2024-12-01 . . 2025-02-01]

Find the APIs discovered before specific date.

discovery.lastFoundDate <2025-02-01

Find the APIs discovered on or after specific date.

discovery.lastFoundDate =>2025-02-01

discovery.portdiscovery.port

Use the integer value to search the discovered APIs using their discovery port.

Example

Find a discovered APIs using their discovery port.

discovery.port:443

discovery.sourcesdiscovery.sources

Select the source from the list to search the APIs discovered from sources such as CSAM, TOTAL CLOUD, VMDR, and WAS.

Note: Currently we have integrated only the TotalCloud with the Web Application Scanning.

Examples

Find the APIs discovered by Qualys TotalCloud.

discovery.sources:TOTAL CLOUD

discovery.statusdiscovery.status

Select a Status value from available options to search the discovered APIs with specified status such as APPROVED, IN SUBSCRIPTION, NEW, REJECTED, and ROGUE.

Examples

Find the APPROVED discovered APIs.

discovery.status:APPROVED

discovery.updatedDatediscovery.updatedDate

Use the date values to search the discovered APIs updated on specific date, date range, after or before a specified date.

Examples

Find the discovered APIs updated on specifc date YYYY-MM-DD.

discovery.updatedDate: 2025-01-16

Find the discovered APIs updated in last six months.

discovery.updatedDate: [now-6M .. now]

Find the discovered APIs updated between specific date range.

discovery.updatedDate: [2024-12-01 . . 2025-02-01]

Find the discovered APIs updated before specific date.

discovery.updatedDate<2025-02-01

Find the discovered APIs updated on or after specific date.

discovery.updatedDate=>2025-02-01

discovery.subSourcesdiscovery.subSources

Select the sub source from the list to search the APIs discovered by API_DISCOVERY, AWS, AZURE, or MULESOFT.

Examples

Find the APIs discovered as a result of API discovery scan.

discovery.subSources: API_DISCOVERY

Find the APIs discovered by AWS connector in TotalCloud.

discovery.subSources: AWS