All Products
Search
Document Center

Quota Center:How to check if a quota supports alarms

Last Updated:Jun 10, 2026

Not all quotas support alerting. Check whether a specific quota supports alerting using the Quota Center console or the ListProductQuotas API.

  • Console: Go to the quota list in the Quota Center console. If the Actions column for a quota shows Create Alert, the quota supports alerting. If Create Alert is not shown, the quota does not support alerting.

  • API: Call the ListProductQuotas operation in the OpenAPI Developer Portal. If Consumable is true in the response, the quota supports alerting. If Consumable is false, the quota does not support alerting.

    For more information, see List product quotas.