openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB02N_GET_INDEX_ALLOCSIZE_DB2: post: tags: - S_DB02N_DB2 operationId: /rfc/DB02N_GET_INDEX_ALLOCSIZE_DB2 requestBody: content: application/json: schema: properties: INDEX_CREATOR: type: string maxLength: 8 description: DB2 creator name INDEX_NAME: type: string maxLength: 18 description: Name of a DB2 for OS/390 index required: - INDEX_CREATOR - INDEX_NAME responses: '200': description: OK content: application/json: schema: properties: ALLOCSIZE_KB: type: integer format: int64 description: Total size of an index (allocated storage in KB) DATE_OF_ANALYSIS: type: string format: date description: Total size of an index (allocated storage in KB) TIME_OF_ANALYSIS: type: string maxLength: 6 description: Total size of an index (allocated storage in KB) '400': description: Bad request. 5XX: description: Unexpected error.