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