使用 rest API 获取项目下的所有 GCP 实例

Get all GCP instances under project using rest API

下面api给出了基于特定区域的实例。
https://cloud.google.com/compute/docs/reference/rest/v1/instances/list
我正在使用 java 客户端库连接 GCP。

可以根据此 link 使用 gcloud https://cloud.google.com/sdk/gcloud/reference/compute/instances/list

任何帮助将不胜感激。

要列出项目所有地区和地区的所有实例,请使用 aggregatedList 方法。

Method: instances.aggregatedList