Skip to main content

instanceDailyUsageMetric Query

Returns the specified InstanceDailyUsageMetrics 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_instance_permissions, org_manage_instances, org_view_instances]. 2. The signed-in User has any of the following permissions for the object's 'instance_Customer' attribute: [customer_admin_instance_permissions, customer_view_instances]. 3. The signed-in User has any of the following permissions for the object's 'instance' attribute: [instance_admin_permissions, instance_view, instance_edit, instance_remove].

Input fields

ArgumentTypeDescription
idID!The ID of the InstanceDailyUsageMetrics object.

Return fields (InstanceDailyUsageMetrics)

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.