Searching for all Resources
Use the search tokens below to search for resources discovered in the TotalCloud unified resources view. Looking for help with writing your query? click here.
General
Select the AWS tag key associated with the resources you want to view. Select from the available tag keys in the drop-down menu.
Example
Show resources with the Environment tag key.
aws.tag.key: Environment
Select the AWS tag value associated with the resources you want to view. Select from the available tag values in the drop-down menu.
Example
Show resources with the Production tag value.
aws.tag.value: Production
Select the Azure tag key associated with the resources you want to view. Select from the available tag keys in the drop-down menu.
Example
Show resources with the CostCenter tag key.
azure.tag.key: CostCenter
azure.tag.valueazure.tag.value
Select the Azure tag value associated with the resources you want to view. Select from the available tag values in the drop-down menu.
Example
Show resources with the Finance tag value.
azure.tag.value: Finance
Select the OCI tag key associated with the resources you want to view. Select from the available tag keys in the drop-down menu.
Example
Show resources with the Department tag key.
oci.tag.key: Department
Select the OCI tag value associated with the resources you want to view. Select from the available tag values in the drop-down menu.
Example
Show resources with the HR tag value.
oci.tag.value: HR
Select the cloud region where the resources are deployed. Select from the supported regions in the drop-down menu.
Example
Show resources deployed in the us-east-1 region.
cloud.region: us-east-1
Specify the unique cloud resource identifier to search for a particular resource.
Example
Show the resource with the specified cloud ID.
cloud.id: i-0123456789abcdef0
cloud.resource.lastUpdatedDatecloud.resource.lastUpdatedDate
Select resources based on the date they were last updated in the cloud inventory.
Example
Show resources last updated on January 15, 2026.
cloud.resource.lastUpdatedDate: 2026-01-15
Select the GCP label name associated with the resources you want to view. Select from the available label names in the drop-down menu.
Example
Show resources with the environment label.
gcp.label.name: environment
gcp.label.valuegcp.label.value
Select the GCP label value associated with the resources you want to view. Select from the available label values in the drop-down menu.
Example
Show resources with the production label value.
gcp.label.value: production
resource.resultresource.result
Select resources based on their evaluation result. Select from the available result values in the drop-down menu.
Example
Show resources with a Passed result.
resource.result: Passed
cloud.resource.createdDatecloud.resource.createdDate
Select resources based on the date they were created in the cloud provider.
Example
Show resources created on January 1, 2026.
cloud.resource.createdDate: 2026-01-01
connector.tag.nameconnector.tag.name
Select the connector tag name associated with the connectors you want to view. Select from the available connector tags in the drop-down menu.
Example
Show connectors with the Production tag.
connector.tag.name: Production
Use a boolean query to express your query using AND logic.
Example
Show findings with account ID 205767712438 and type Subnet
account.id: 205767712438 and resource.type: Subnet
Use a boolean query to express your query using NOT logic.
Example
Show findings that are not region Hong Kong
not region: Hong Kong
Use a boolean query to express your query using OR logic.
Example
Show findings with one of these tag values
tag.value: Finance or tag.value: Accounting