mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 12:27:53 +00:00
1.0 KiB
1.0 KiB
Alarm
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| customer_id | int | [optional] | |
| equipment_id | int | [optional] | |
| alarm_code | AlarmCode | [optional] | |
| created_timestamp | int | [optional] | |
| originator_type | OriginatorType | [optional] | |
| severity | StatusCode | [optional] | |
| scope_type | AlarmScopeType | [optional] | |
| scope_id | str | [optional] | |
| details | AlarmDetails | [optional] | |
| acknowledged | bool | [optional] | |
| last_modified_timestamp | int | must be provided for update operation, update will be rejected if provided value does not match the one currently stored in the database | [optional] |