openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AUTH_TRACE_GET_USOBRESP: post: tags: - SAUTHTRACE operationId: /rfc/AUTH_TRACE_GET_USOBRESP requestBody: content: application/json: schema: properties: USOB_TYPE: type: string maxLength: 2 description: Type of Check Flag and Authorization Default Values 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_USOBRESP: type: array items: type: object properties: NAME: type: string maxLength: 30 description: Program, transaction or function module name TYPE: type: string maxLength: 2 description: Type of Check Flag and Authorization Default Values RESPONSIBL: type: string maxLength: 12 description: Person Responsible for a Repository Object SMTPADR: type: string maxLength: 241 description: E-Mail Address SRCSYSTEM: type: string maxLength: 10 description: Original System of Object DEVCLASS: type: string maxLength: 30 description: Package '400': description: Bad request. 5XX: description: Unexpected error.