sc_app_status

The sc_app_status table holds information about activities that have been registered by the Event Collector.

Column Description
app_id The ID of the deployed application.
app_package_id The application package ID. For example, com.example.mypackage
app_name The name of the application.
app_version The application version. For example, 1.0.0.12349865
status The application status. For example, DEPLOYED, UNDEPLOYING, UNDEPLOYED.
deployed_time The datetime, the application is deployed.
undeploy_start_time The datetime, the undeploy application is triggered.
undeployed_time The datetime, the undeploy application is completed.
active_millis The time (in milliseconds) the undeployed application is active.
app_type The type of application. For example, data, globalsignal, organization, process