Skip to main content

orgTotalUsageMetric Query

Returns the specified OrgTotalUsageMetrics object.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_view_utilization].

Input fields#

ArgumentTypeDescription
idID!The ID of the OrgTotalUsageMetrics object.

Return fields (OrgTotalUsageMetrics)#

allowRemove (Boolean!)#

Specifies whether the signed-in User can remove the OrgTotalUsageMetrics.

allowUpdate (Boolean!)#

Specifies whether the signed-in User can update the OrgTotalUsageMetrics.

blobBytesStored (BigInt!)#

The total number of bytes of blob storage currently used.

customerCount (Int!)#

The total number of Customers that currently exist.

deployedInstanceCount (Int!)#

The total number of Instances that are deployed.

deployedUniqueIntegrationCount (Int!)#

The total number of unique Integrations that are deployed.

id (ID!)#

The ID of the object

integrationCount (Int!)#

The total number of Integrations that currently exist.

snapshotTime (DateTime!)#

The time the utilization metrics snapshot was created.

userCount (Int!)#

The total number of Users that currently exist.