openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AUTH_TRACE_GET_USOTT: post: tags: - SAUTHTRACE operationId: /rfc/AUTH_TRACE_GET_USOTT requestBody: content: application/json: schema: properties: USOB_TYPE: type: string maxLength: 2 description: Report type required: - USOB_TYPE responses: '200': description: OK content: application/json: schema: properties: P_DBCNT: type: integer format: int32 description: DB operations, number of table lines processed P_USOTT: type: array items: type: object properties: NAME: type: string maxLength: 30 description: Program, transaction or function module name TYPE: type: string maxLength: 2 description: Report type SUBNAME: type: string maxLength: 30 description: Subordinate object group SUBTYPE: type: string maxLength: 2 description: Report type MODIFIER: type: string maxLength: 12 description: Last changed by MODDATE: type: string format: date description: Modification date MODTIME: type: string maxLength: 6 description: Modification time '400': description: Bad request. 5XX: description: Unexpected error.