openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB6_DIAG_GET_TRACE_STATUS: post: tags: - SDB6DIAG summary: 'DB6: get dbsl trace status' operationId: /rfc/DB6_DIAG_GET_TRACE_STATUS requestBody: content: application/json: schema: properties: ACTION: type: integer format: int32 required: - ACTION responses: '200': description: OK content: application/json: schema: properties: TRACE_LEVEL: type: integer format: int32 description: Value of the profile parameter TRACE_VALUE: type: string maxLength: 128 description: Value of the profile parameter '400': description: Bad request. 5XX: description: Unexpected error.