openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BPT_ANALYSE_START_REMOTE: post: tags: - SBPT summary: Execute background processing analysis on external computer operationId: /rfc/BPT_ANALYSE_START_REMOTE requestBody: content: application/json: schema: properties: BTCQSIZE_GET: type: string default: ' ' maxLength: 1 HOSTNAME_CHECK: type: string default: ' ' maxLength: 1 PROFILE_CHECK: type: string default: ' ' maxLength: 1 WPSTATUS_GET: type: string default: ' ' maxLength: 1 PROTOCOL: type: array items: type: object properties: ENTRY: type: string maxLength: 80 description: Entry in background test log responses: '200': description: OK content: application/json: schema: properties: ERROR_DETECTED: type: string maxLength: 1 PROTOCOL: type: array items: type: object properties: ENTRY: type: string maxLength: 80 description: Entry in background test log '400': description: Bad request. 5XX: description: Unexpected error.