openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB4_GET_DBMON_HEADER_INFO: post: tags: - STU4_ST04 summary: 'iSeries: General Database Monitor Information' operationId: /rfc/DB4_GET_DBMON_HEADER_INFO requestBody: content: application/json: schema: properties: DBCNAME: type: string maxLength: 30 description: Logical name for a database connection 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: '' DUMP_COMPLETED: 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: '' MERGE_COMPLETED: type: object properties: TIME: type: string maxLength: 6 description: '' DATE: type: string format: date description: '' MERGE_SKIPPED: type: object properties: TIME: type: string maxLength: 6 description: '' DATE: type: string format: date description: '' MERGE_STARTED: 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: '' TOTAL_DB_TIME: type: string description: 'iSeries: Timestamp' '400': description: Bad request. 5XX: description: Unexpected error.