dell / OpenManage-Enterprise

Script collateral leveraging the OME/OME-M REST APIs
Apache License 2.0
95 stars 49 forks source link

Script to filter alert logs by type of logs. #50

Closed vmallemp closed 3 years ago

vmallemp commented 4 years ago

Can the script get_alerts_by_group.py be enhanced to filter alert logs by type of logs (ex - hardware logs etc)?

grantcurell commented 3 years ago

@vmallemp you can filter alerts by any odata filter. There's a list available on page 75 here. Is there something in particular you'd like it to do?

grantcurell commented 3 years ago

Clarification received. Need to be able to filter on attributes

See page 75 of the API guide

grantcurell commented 3 years ago

Finished in https://github.com/dell/OpenManage-Enterprise/pull/103