Resource Quotas
QuotaInfo object
- parent_securable_typestring
The quota parent securable type.
- parent_full_namestring
Name of the parent resource. Returns metastore ID if the parent is a metastore.
- quota_namestring
The name of the quota.
- quota_countint32
The current usage of the resource quota.
- quota_limitint32
The current limit of the resource quota.
- last_refreshed_atint64
The timestamp that indicates when the quota count was last updated.
Get GA
GET
The GetQuota API returns usage information for a single resource quota, defined as a child-parent pair. This API also refreshes the quota count if it is out of date. Refreshes are triggered asynchronously. The updated count might not be returned in the first call.
API scopes: unity-catalog
Parameters
- parent_securable_typestringRequiredpath
Securable type of the quota parent.
- parent_full_namestringRequiredpath
Full name of the parent resource. Provide the metastore ID if the parent is a metastore.
- quota_namestringRequiredpath
Name of the quota. Follows the pattern of the quota type, with "-quota" added as a suffix.
Response
- quota_infoobject
The returned QuotaInfo.
Show child attributesHide child attributes
- parent_securable_typestring
The quota parent securable type.
- parent_full_namestring
Name of the parent resource. Returns metastore ID if the parent is a metastore.
- quota_namestring
The name of the quota.
- quota_countint32
The current usage of the resource quota.
- quota_limitint32
The current limit of the resource quota.
- last_refreshed_atint64
The timestamp that indicates when the quota count was last updated.