openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BP_SAPEVT_TRACE_READ: post: tags: - BTC_EVTHIST operationId: /rfc/BP_SAPEVT_TRACE_READ requestBody: content: application/json: schema: properties: I_PATH: type: string maxLength: 255 responses: '200': description: OK content: application/json: schema: properties: E_MAX_LENGTH: type: integer format: int32 E_OPENED: type: string maxLength: 1 E_PATH: type: string maxLength: 255 E_TRACE: type: array items: type: object properties: LINE: type: string maxLength: 255 description: Char255 '400': description: Bad request. 5XX: description: Unexpected error.