0

Over at https://console.cloud.google.com/apis/api/deploymentmanager.googleapis.com/quotas or https://console.cloud.google.com/iam-admin/quotas?service=deploymentmanager.googleapis.com, I am able to see the query and well as the write quotas and are can determine if I'm going to hit limits if any.

Unfortunately, there seems to be no way to get these values programmatically using the Deployment Manager APIs (using Go) or using gcloud.

Am I missing something here, or there are some other ways of getting at these values, possibly, not via the APIs directly.

Wari Wahab
  • 123
  • 1
  • 5

2 Answers2

1

Currently, there's no way to get the quotas programmatically or with gcloud(apart from the compute engine quotas) , however, there's a feature request to get/set the project quotas via API. I suggest starring this issue to track it and ask for updates from it.

F10
  • 2,843
  • 2
  • 12
  • 18
  • Thanks for the suggestion. I was wondering why only the compute related quotas are available, yet for the other APIs, one would have to use the site for details. – Wari Wahab Oct 09 '18 at 01:43
0

knowing of no API, which could be used to do so ...

guess one could only limit the quota per user; see the documentation.

there are several questions concerning other API (all the same).

Martin Zeitler
  • 1
  • 19
  • 155
  • 216