vjayaramrh / assistedinstaller

MIT License
0 stars 3 forks source link

List events for a cluster #15

Closed vjayaramrh closed 2 weeks ago

vjayaramrh commented 4 weeks ago

Reference: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/openshift/assisted-service/master/swagger.yaml#/events/v2ListEvents

Given a valid API Token When Using a module, e.g. assistedinstaller.list_events Then Retrieve the list of events for a specified cluster id.

NOTE: Follow the PR at link https://github.com/vjayaramrh/assistedinstaller/pull/10 to help understand what needs to be implemented.