Fetch hardware details(Physical Ram, Number of Cores, Operating System) of a GCP CloudSql instance(CLOUD_SQL_INSTANCE)

Viewed 13

I am writing Java code to retrieve the below info of an sql instance Operating System, Number of Cores, Physical Ram. I tried API

gcloud sql instances describe <SQL_INSTANCE_NAME>

But, the relevant information was not useful

0 Answers
Related