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 fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the OrgDailyUsageMetrics object. |
OrgDailyUsageMetrics)#
Return fields (Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the OrgDailyUsageMetrics.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the OrgDailyUsageMetrics.
BigInt!)#
failedExecutionCount (The total number of failed Instance executions on the snapshot date.
ID!)#
id (The ID of the object
Date!)#
snapshotDate (The date the utilization metrics snapshot was created.
BigInt!)#
spendMbSecs (The total execution spend on the snapshot date in MB-secs.
BigInt!)#
stepCount (The total number of steps executed on the snapshot date.
BigInt!)#
successfulExecutionCount (The total number of successful Instance executions on the snapshot date.