{ "operationId": "listManagedServers", "method": "GET", "path": "/servers", "summary": "List Managed Servers", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listmanagedservers200Example", "example": { "servers": [ { "id": "abc123", "name": "Example Title", "type": "was-traditional", "version": "example_value", "host": "example_value", "port": 10, "status": "active", "vulnerabilityCount": 10, "lastScanDate": "2026-01-15T10:30:00Z", "registeredDate": "2026-01-15T10:30:00Z", "installedFixes": [ {} ] } ], "totalCount": 10 } } ] }