Element Management Functions Fault API
Version 7.1
v1.0 - 2025-05-20
Added
The following operations are introduced with this release:
[Alarm Customization]
- GET /crosswork/alarm/v1/custom/syslog/{eventtype}
- New operation: Retrieves custom syslog configuration based on the event type
- POST /crosswork/alarm/v1/custom/syslog
- New operation: Creates custom event syslog configuration with custom mnemonics and regex details
- PUT /crosswork/alarm/v1/custom/syslog/{eventtype}
- New operation: Updates the custom syslog configuration based on the event type
- DELETE /crosswork/alarm/v1/custom/syslog/{eventtype}
- New operation: Deletes the custom syslog configuration for the specified event type
- GET /crosswork/alarm/v1/custom/trap/{eventtype}
- New operation: Retrieves custom trap events based on the specified event type
- POST /crosswork/alarm/v1/custom/trap
- New operation: Adds a new custom trap event with specified details
- PUT /crosswork/alarm/v1/custom/trap/{eventtype}
- New operation: Updates an existing custom trap event based on the specified event type
- DELETE /crosswork/alarm/v1/custom/trap/{eventtype}
- New operation: Deletes an existing custom trap event for the specified event type
- POST /crosswork/alarm/v1/custom/eventtype
- New operation: Retrieves all custom event types based on the provided filters
- POST /crosswork/alarm/v1/custom/syslog/test
- New operation: Tests a custom syslog event with the provided device details and syslog message
- POST /crosswork/alarm/v1/custom/trap/test
- New operation: Tests a custom trap event with the provided device details and trap OID
- POST /crosswork/alarm/v1/custom/subeventtype
- New operation: Creates a custom sub-event type with the specified details
- PUT /crosswork/alarm/v1/custom/subeventtype/{subeventtype}
- New operation: Updates an existing custom sub-event type with the specified details
- DELETE /crosswork/alarm/v1/custom/subeventtype/{subeventtype}
- New operation: Deletes an existing custom sub-event type identified by the specified sub-event type
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.