managedStatus
The managedStatus table stores the managed status information for each network entity in the topology.
The following table describes the managedStatus table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | 32–bit integer |
Foreign key |
Identifier of an entity from the entityData table. |
| status | 8–bit integer |
The
managed status of an entity can be one of the following values:
Note: Unmanaged entities do not suppress other events in RCA. The ncp_poller process
does not poll unmanaged entities. Events on unmanaged entities have the field
NmosManagedStatus set in the alerts.status field in the ObjectServer. |
|
| username | 240–character string | Name of the user who last set the status of the entity. | |
| changeTime | Timestamp | Date and time when the status of the entity was changed. | |
| maintenanceStartTime | Timestamp | Start time for device to be in unmanaged state. | |
| maintenanceEndTime | Timestamp | End time for device to be in unmanaged state. |