openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB4_GET_FILESTAT_HEADER_INFO: post: tags: - STU4_ST04 summary: 'iSeries: File Statistics' operationId: /rfc/DB4_GET_FILESTAT_HEADER_INFO requestBody: content: application/json: schema: properties: DBHOST: type: string maxLength: 255 description: R/3 System, Name of Application Server SCHEMANAME: type: string maxLength: 20 description: 'DB6: Schema Name' responses: '200': description: OK content: application/json: schema: properties: ANALYSIS_TIMESTAMP: type: object properties: TIME: type: string maxLength: 6 description: '' DATE: type: string format: date description: '' IPL_TIMESTAMP: type: object properties: TIME: type: string maxLength: 6 description: '' DATE: type: string format: date description: '' RESET_TIMESTAMP: type: object properties: TIME: type: string maxLength: 6 description: '' DATE: type: string format: date description: '' '400': description: Bad request. 5XX: description: Unexpected error.