Get quota information for an organization
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Name of the organization
Responses
Section titled “ Responses ”QuotaInfo
QuotaInfo represents information about a user’s quota
object
QuotaGroupList represents a list of quota groups
QuotaGroup represents a quota group
object
Name of the group
Rules associated with the group
QuotaRuleInfo contains information about a quota rule
object
The limit set by the rule
Name of the rule (only shown to admins)
Subjects the rule affects
QuotaUsed represents the quota usage of a user
object
QuotaUsedSize represents the size-based quota usage of a user
object
QuotaUsedSizeAssets represents the size-based asset usage of a user
object
Storage size used for the user’s artifacts
QuotaUsedSizeAssetsAttachments represents the size-based attachment quota usage of a user
object
Storage size used for the user’s issue & comment attachments
Storage size used for the user’s release attachments
QuotaUsedSizeAssetsPackages represents the size-based package quota usage of a user
object
Storage suze used for the user’s packages
QuotaUsedSizeGit represents the size-based git (lfs) quota usage of a user
object
Storage size of the user’s Git LFS objects
QuotaUsedSizeRepos represents the size-based repository quota usage of a user
object
Storage size of the user’s private repositories
Storage size of the user’s public repositories
Example generated
{ "groups": [ { "name": "example", "rules": [ { "limit": 1, "name": "example", "subjects": [ "example" ] } ] } ], "used": { "size": { "assets": { "artifacts": 1, "attachments": { "issues": 1, "releases": 1 }, "packages": { "all": 1 } }, "git": { "LFS": 1 }, "repos": { "private": 1, "public": 1 } } }}APIForbiddenError is a forbidden error response
object
Example generated
{ "message": "example", "url": "example"}APINotFound is a not found error response
object
Example generated
{ "errors": [ "example" ], "message": "example", "url": "example"}