sc_app_status
The sc_app_status table holds information about activities that have been registered by 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 application undeploy is triggered. |
undeployed_time | The datetime the application undeploy completed |
active_millis | The time (in milliseconds) the undeployed application is active. |
app_type | The type of application. For example, data, globalsignal, organization, process |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.