Google Cloud Asset Inventory Updates | July 29th, 2021
ASSET SERVICES
Public preview launch: Cloud Asset Inventory Console
We made the Asset Inventory Console preview version publicly accessible in June! Here is a blog post that highlights the launch and a few other launches. Compared to the previous private release, we got new features like full change history comparison, fill metadata view, as well as VM instance count change history graph. Check it out, we cannot wait to hear from you!
GA launch: Searching VM instances by VM manager data
The search resources API allows you to search and filter by the attributes of the primary resource (e.g., Compute Instance) and the attached assets (e.g., OS Inventory) in a single query. If the Compute Engine VM manager is enabled, you are able to run a query like this to find out what are all your VMs that are running on Linux OS and have a label "prod":
query: "linux labels:prod" asset-types: "compute.googleapis.com/Instance"
GA launch: Full resource metadata is available in SearchAllResources
Now you can get returned with full resource metadata with the search resources API. You can set the “read_mask” to “*” in the request to get the full metadata, or any fields you’d like to be included in the return. Please visit our user guide for more information.
ASSET COVERAGE
More Assets are available through Export, Realtime, Search and Analysis
The following resource types are now publicly available through the Export APIs (ExportAssets and BatchGetAssetsHistory) and the Feed API:
Secret Manager (Newly added real-time feed support)
Google Kubernetes Engine
Hub
API Gateway
Document AI
Vertex AI
Serverless VPC Access
Certificate Authority Service
Cloud Redis
Cloud Bigtable
Artifact Registry
The following resource types are now publicly available through the resource search API (SearchAllResources) and policy search API (SearchAllIamPolicies):
Managed Service For Microsoft Active Directory
Filestore
The following resource types are now publicly available through the analyze policy APIs (AnalyzeIamPolicy and AnalyzeIamPolicyLongrunning):
Cloud KMS
Service Usage
Cloud Data Fusion
If you have any questions or feedback, please email gcp-asset-inventory...@googlegroups.com.
To receive product updates from Asset Inventory, please join our mailing list here.
Thanks very much,
Google Cloud Asset Inventory team