openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/C_ORA_PAR_QUERY_EXPLAIN_PLAN: post: tags: - S_ORA_COCKPIT_1 summary: Display the Explain Plan for a parallel query operationId: /rfc/C_ORA_PAR_QUERY_EXPLAIN_PLAN requestBody: content: application/json: schema: properties: I_SQL_STATEMENT: type: string maxLength: 30000 description: SQL statement text required: - I_SQL_STATEMENT responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.