FreeAppQuota
An org's free shared app slot quota usage.
type FreeAppQuota {
orgId: BigInt!
quota: Int!
usedFree: Int!
paidApps: Int!
reservedApps: Int!
remainingFree: Int!
apps: [FreeAppQuotaApp!]!
}
Fields
FreeAppQuota.orgId ● BigInt! non-null scalar
Organization id (BigInt).
FreeAppQuota.quota ● Int! non-null scalar
Total free shared app slots granted to the org.
FreeAppQuota.usedFree ● Int! non-null scalar
Free slots currently in use.
FreeAppQuota.paidApps ● Int! non-null scalar
Apps on a paid subscription (do not consume free slots).
FreeAppQuota.reservedApps ● Int! non-null scalar
Apps with reserved throughput (premium; do not consume free slots).
FreeAppQuota.remainingFree ● Int! non-null scalar
Free slots still available (quota − usedFree).
FreeAppQuota.apps ● [FreeAppQuotaApp!]! non-null object
Shared apps with free-slot / reserved / paid credit status.
Returned By
orgFreeAppQuota query