GCP Service Usage Service
The Google Cloud Service Usage Service represents the state of a single Google Cloud product or API (for example, Cloud Pub/Sub, Cloud DNS, BigQuery) inside a project. It records whether that service is enabled, disabled or pending activation and exposes quota information. Administrators interact with it through the Service Usage API to list, enable and disable services programmatically.
Official documentation: https://cloud.google.com/service-usage/docs/overview
Supported Methods​
GET
: Get a gcp-service-usage-service by its "name"LIST
: List all gcp-service-usage-serviceSEARCH
Possible Links​
gcp-pub-sub-topic
​
A Pub/Sub topic can only function if the pubsub.googleapis.com
service is enabled in the project. Overmind links the topic to the corresponding gcp-service-usage-service so you can see whether the API it depends on is active or scheduled for removal.
dns
​
Managed DNS zones and records rely on the Cloud DNS API (dns.googleapis.com
). By linking the DNS resources to their gcp-service-usage-service, Overmind highlights situations where DNS operations might fail because the underlying API is disabled or nearing its quota limits.