cost 74 ms
已删除/已创建资源的 Cloud Asset Organization 提要 - Cloud Asset Organization feed for deleted/created resource

我正在为已删除/创建的资源创建资产提要。 下面的代码和链接仅在创建资源时显示表达式,但我只需要在删除资源时使用另一个提要。 参考链接 - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cl ...

谷歌云资产 assets.list REST API 配额超出错误返回 - Google cloud asset assets.list REST API Quota exceeded error returned

我正在尝试使用我的代码中的云资产库存 assets.list REST API 请求,在达到最大配额后,我收到以下错误:“配额指标“ListAssets Requests”超出配额并限制“ListAssets Requests per minute”服务'cloudasset.googleapis. ...

GCP:使用 gcloud CLI 列出组织中所有组的成员,输出到 BigQuery - GCP: List members of all groups in an organization using gcloud CLI, output to BigQuery

我想使用 gcloud CLI 创建我们组织中 Google IAM 组中所有用户的表,并输出到 BQ 表。 我知道它涉及“gcloud 身份组成员资格列表”,但不清楚如何遍历组并将输出生成为 CSV。 我已经找到了一种遍历项目并获取每个项目的 iam 绑定的方法 - https://rajat ...

如何找到具有 COS 映像的 Compute Engine 实例数与具有非 COS 映像的实例数? - How can I find the number of Compute Engine Instances with a COS image vs the number of instances with a non-COS image?

我能够识别可用于我的 Compute Engine 实例的所有映像,并且可以识别单个实例的 sourceImage 但是我需要始终声明一个区域,因此我正在努力弄清楚如何构建命令 gcloud 计算磁盘描述“实例名称”--zone='zone' 能够了解使用 Cos 镜像的实例数量和使用非 ...

如何最好地使用云功能处理来自谷歌长期运行操作的异步响应 - How best to handle async response from google long running operation with cloud functions

我正在使用 Google Cloud Functions (python) 通过在此处调用 exportAssets() 方法从 GCP 启动资产清单导出。 该方法返回此处定义的操作 object,可用于轮询操作,直到操作完成。 当然,因为这是一个云 function 我被限制在 540 秒,所以不 ...

“错误:(gcloud.asset.export) 用户没有权限”仅在使用服务帐户进行身份验证时 - "ERROR: (gcloud.asset.export) User does not have permission" only when authenticated with a service account

我正在尝试使用通过服务帐户进行身份验证的Google Cloud Asset Inventory和gcloud命令(版本 314.0.0)导出项目资产: # 1. authenticate with service account my-service-account@$PROJECT_ID.iam ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM