如何通过 API 从 Deployment Manager 获取查询配额?
How do I get the query quotas from Deployment Manager via the API?
在 https://console.cloud.google.com/apis/api/deploymentmanager.googleapis.com/quotas or https://console.cloud.google.com/iam-admin/quotas?service=deploymentmanager.googleapis.com,我能够看到查询和写入配额,并且可以确定我是否会达到限制(如果有的话)。
不幸的是,似乎无法使用 Deployment Manager API(使用 Go)或使用 gcloud
.
以编程方式获取这些值
我是不是遗漏了一些东西,或者有一些其他方法可以获取这些值,可能不是直接通过 API。
不知道 API,可以用来这样做...
猜测只能限制每个用户的配额;看到 documentation.
关于其他API有几个问题(都一样)。
目前,无法以编程方式或使用 gcloud
获取配额(除了 compute engine quotas) , however, there's a feature request to get/set the project quotas via API. I suggest starring 这个问题可以跟踪它并请求更新。
在 https://console.cloud.google.com/apis/api/deploymentmanager.googleapis.com/quotas or https://console.cloud.google.com/iam-admin/quotas?service=deploymentmanager.googleapis.com,我能够看到查询和写入配额,并且可以确定我是否会达到限制(如果有的话)。
不幸的是,似乎无法使用 Deployment Manager API(使用 Go)或使用 gcloud
.
我是不是遗漏了一些东西,或者有一些其他方法可以获取这些值,可能不是直接通过 API。
不知道 API,可以用来这样做...
猜测只能限制每个用户的配额;看到 documentation.
关于其他API有几个问题(都一样)。
目前,无法以编程方式或使用 gcloud
获取配额(除了 compute engine quotas) , however, there's a feature request to get/set the project quotas via API. I suggest starring 这个问题可以跟踪它并请求更新。