{ "operationId": "listProblems", "method": "GET", "path": "/problems.json", "summary": "Solarwinds List Problems", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listproblems200Example", "example": [ { "id": "abc123", "number": 10, "name": "Example Title", "description": "A sample description.", "state": "example_value", "priority": "example_value", "created_at": "2026-01-15T10:30:00Z" } ] } ] }