openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CCMSBI_DETAILED_SERVER_INFO_L: post: tags: - SCCMSBI_STAT_EXTR_UTIL operationId: /rfc/CCMSBI_DETAILED_SERVER_INFO_L requestBody: content: application/json: schema: properties: SRV_INFO: type: array items: type: object properties: STEP: type: string maxLength: 40 description: Text, 40 Characters Long OK: type: string maxLength: 1 description: Single-Character Flag COMM: type: string maxLength: 80 description: Text (80 Characters) TCODE: type: string maxLength: 20 description: Transaction Code LOGSYS: type: string maxLength: 10 description: Logical system responses: '200': description: OK content: application/json: schema: properties: SRV_INFO: type: array items: type: object properties: STEP: type: string maxLength: 40 description: Text, 40 Characters Long OK: type: string maxLength: 1 description: Single-Character Flag COMM: type: string maxLength: 80 description: Text (80 Characters) TCODE: type: string maxLength: 20 description: Transaction Code LOGSYS: type: string maxLength: 10 description: Logical system '400': description: Bad request. 5XX: description: Unexpected error.