BeaconDiscoveryStatus Table

Discovery and remote execution status of Beacon

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for BeaconDiscoveryStatus table

Database Column

Details

BeaconDiscoveryStatusID

Type: integer. Key. Generated ID

The ID of the beacon discovery status.

ServerUID

Type: unique identifier. Key

The inventory beacon that has run the task.

State

Type: text (max 256 characters)

State of the discovery/execution - Running/Finished.

StartDateTime

Type: datetime

Execution start time.

Duration

Type: integer

Duration in Seconds of the discovery execution.

DiscoveredCount

Type: integer

Total number of devices discovered.

ExecutionSuccess

Type: integer

Total number successful remote executions.

ExecutionFailure

Type: integer

Total number failed remote executions.