vjayaramrh / assistedinstaller

MIT License
0 stars 3 forks source link

List the specified number of events for a given cluster #18

Closed vjayaramrh closed 2 weeks ago

vjayaramrh commented 3 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 specified number 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.

Depends on: https://github.com/vjayaramrh/assistedinstaller/issues/15