{ "operationId": "listGroups", "method": "GET", "path": "/groups.json", "summary": "Solarwinds List All Groups", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listgroups200Example", "example": [ { "id": "abc123", "name": "Example Title", "system_wildcard": "example_value", "systems": [ {} ] } ] } ] }