openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB02_ORA_FILL_TS_CHECK__CRITOB: post: tags: - STD4 summary: 'DB02 (Oracle): Space-critical objects (tables ts_check and critobj)' operationId: /rfc/DB02_ORA_FILL_TS_CHECK__CRITOB requestBody: content: application/json: schema: properties: FLAG_REFRESH: type: string default: ' ' maxLength: 1 CRITOBJ: type: array items: type: object properties: 'ON': type: string maxLength: 30 description: Name of Object TN: type: string maxLength: 30 description: Name of Object RT: type: string maxLength: 30 description: '' TS: type: string maxLength: 30 description: Name of tablespace MAXBLKFREE: type: integer format: int32 description: Max. size of connected free blocks ANZBLKFREE: type: integer format: int32 description: Number of separated free data blocks TOTBLKFREE: type: integer format: int32 description: Total Freespace MAXNEXTEXT: type: integer format: int32 description: Largest NextExtent AUTOEXT: type: string maxLength: 30 description: Auto extent CRITICALS1: type: integer format: int32 description: Number of Space Critical Objects CRITICALS2: type: integer format: int32 description: Number of Space Critical Objects TS_CHECK: type: array items: type: object properties: TS: type: string maxLength: 30 description: Name of tablespace MAXBLKFREE: type: integer format: int32 description: Max. size of connected free blocks ANZBLKFREE: type: integer format: int32 description: Number of separated free data blocks TOTBLKFREE: type: integer format: int32 description: Total Freespace MAXNEXTEXT: type: integer format: int32 description: Largest NextExtent CRITICALS1: type: integer format: int32 description: Number of Space Critical Objects CRITICALS2: type: integer format: int32 description: Number of Space Critical Objects CRITICALS3: type: integer format: int32 description: Number of Space Critical Objects responses: '200': description: OK content: application/json: schema: properties: CURR_DATE: type: string format: date CURR_TIME: type: string maxLength: 6 DATETIME: type: object properties: MONI_DATE: type: string format: date description: Date MONI_TIME: type: string maxLength: 6 description: Time NR_CRIT_OBJ: type: object properties: NR_TABLES: type: integer format: int32 description: No. of space-critical tables NR_INDEXES: type: integer format: int32 description: No. of space-critical indexes NR_TS: type: integer format: int32 description: No. of space-critical tablespaces CRITOBJ: type: array items: type: object properties: 'ON': type: string maxLength: 30 description: Name of Object TN: type: string maxLength: 30 description: Name of Object RT: type: string maxLength: 30 description: '' TS: type: string maxLength: 30 description: Name of tablespace MAXBLKFREE: type: integer format: int32 description: Max. size of connected free blocks ANZBLKFREE: type: integer format: int32 description: Number of separated free data blocks TOTBLKFREE: type: integer format: int32 description: Total Freespace MAXNEXTEXT: type: integer format: int32 description: Largest NextExtent AUTOEXT: type: string maxLength: 30 description: Auto extent CRITICALS1: type: integer format: int32 description: Number of Space Critical Objects CRITICALS2: type: integer format: int32 description: Number of Space Critical Objects TS_CHECK: type: array items: type: object properties: TS: type: string maxLength: 30 description: Name of tablespace MAXBLKFREE: type: integer format: int32 description: Max. size of connected free blocks ANZBLKFREE: type: integer format: int32 description: Number of separated free data blocks TOTBLKFREE: type: integer format: int32 description: Total Freespace MAXNEXTEXT: type: integer format: int32 description: Largest NextExtent CRITICALS1: type: integer format: int32 description: Number of Space Critical Objects CRITICALS2: type: integer format: int32 description: Number of Space Critical Objects CRITICALS3: type: integer format: int32 description: Number of Space Critical Objects '400': description: Bad request. 5XX: description: Unexpected error.