Skip to main content

customerTotalUsageMetric Query

Returns the specified CustomerTotalUsageMetrics 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_admin_customer_permissions, org_manage_customers, org_view_customers]. 2. The signed-in User has any of the following permissions for the object: [customer_view, customer_edit, customer_remove, customer_admin_users, customer_view_users, customer_admin_instance_permissions, customer_view_instances].

Input fields

ArgumentTypeDescription
idID!The ID of the CustomerTotalUsageMetrics object.

Return fields (CustomerTotalUsageMetrics)

allowRemove (Boolean!)

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

allowUpdate (Boolean!)

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

customer (Customer!)

The Customer for which utilization metrics are being collected.

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

snapshotTime (DateTime!)

The time the utilization metrics snapshot was created.

userCount (Int!)

The total number of Users that currently exist.