Skip to main content

orgDailyUsageMetric Query

Returns the specified OrgDailyUsageMetrics 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 OrgDailyUsageMetrics object.

Return fields (OrgDailyUsageMetrics)#

allowRemove (Boolean!)#

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

allowUpdate (Boolean!)#

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

failedExecutionCount (BigInt!)#

The total number of failed Instance executions on the snapshot date.

id (ID!)#

The ID of the object

snapshotDate (Date!)#

The date the utilization metrics snapshot was created.

spendMbSecs (BigInt!)#

The total execution spend on the snapshot date in MB-secs.

stepCount (BigInt!)#

The total number of steps executed on the snapshot date.

successfulExecutionCount (BigInt!)#

The total number of successful Instance executions on the snapshot date.