Skip to main content

InstanceDailyUsageMetrics Object

Represents snapshots of daily utilization metrics for an Instance.

Return fields#

allowRemove (Boolean!)#

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

allowUpdate (Boolean!)#

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

failedExecutionCount (BigInt!)#

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

id (ID!)#

The ID of the object

instance (Instance!)#

The Instance for which utilization metrics are being collected.

snapshotDate (Date!)#

The date the utilization metrics snapshot was created.

spendMbSecs (BigInt!)#

The execution spend for this Instance on the snapshot date in MB-secs.

stepCount (BigInt!)#

The number of steps executed for this Instance on the snapshot date.

successfulExecutionCount (BigInt!)#

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