Cloud SQL inventory report
SELECT
name,resource.data.state, resource.data.databaseVersion, resource.data.settings.tier, resource.data.settings. availabilityType
FROM
`sqladmin_googleapis_com_ Instance`
order by databaseVersion, resource.data.settings. availabilityType;
(1) search for ASSET INVENTORY in the top search box
(2) choose the tailoredbrands.com project
(3) on the ASSET QUERY tab copy/paste query from above
(4) export CSV file
Comments
Post a Comment