[Bug][opsgenie-plugin] Only 20 services are in scope config. Paging is not working #8259
Open
3 tasks done
Labels
component/plugins
This issue or PR relates to plugins
severity/p1
This bug affects functionality or significantly affect ux
type/bug
This issue is a bug
Search before asking
What happened
opsgenie plugin list first 20 service while scope configuring
1 Wrong parameters are passed to v1/services of opsgenie API.
correct one are offset and limit while page per_page are passed.
Example
https://api.opsgenie.com/v1/services?offset=285&limit=5
2 Only first 20 are returned back to UI (default paging of opsgenie)
No code in backend to process
What do you expect to happen
opsgenie plugin list all services available in opsgeneie for my user
How to reproduce
1 Please config more then 20 services in opsgenie
2 try to config scope
Anything else
No response
Version
v1.0.2-beta3
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: