Joel
Contributor II
2 months ago12.3.0 GraphQL UI change broke GQL GET requests
Hi, I have made an RBA action that gets devices in a specific collector group, and then modifies the custom attribute information of those devices. In version 12.1.2, before our 12.3.0 upgrade, the ...
- 31 days ago
I resolved the problem by changing HTTP method from GET to POST, and then modifying line 18 to this:
variables = {"deviceCount": 500, "cursor": cursor}