openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CAT_PING: post: tags: - STTF summary: CATT - Remote R/3 Destination Client Check operationId: /rfc/CAT_PING responses: '200': description: OK content: application/json: schema: properties: SYSINFO: type: object properties: SYSTEM: type: string maxLength: 3 description: CATT - System ID MAND: type: integer format: int64 description: 'CATT: Original Client' ASPRA: type: string maxLength: 1 description: CATT - Execution language SNAME: type: string maxLength: 12 description: CATT - User CATTOK: type: string maxLength: 1 description: 'Client Control: CATT und eCATT Authorization enumValues: ""=eCATT and CATT Not Allowed,X=eCATT and CATT Allowed,F=eCATT allowed, but FUN/ABAP and CATT only for ''Trusted RFC'',T=eCATT and CATT Only Allowed for ''Trusted RFC'',E=eCATT Allowed, but FUN/ABAP and CATT not Allowed' enum: - '' - X - F - T - E SAPRL: type: string maxLength: 4 description: Release Status of SAP System HOST: type: string maxLength: 8 description: Name of a host in the Local Area Network OPSYS: type: string maxLength: 10 description: Operating System of Application Server DBSYS: type: string maxLength: 10 description: Central Database System DATEX: type: string maxLength: 8 description: CATT - Date in external format w/o separators DCPFM: type: string maxLength: 1 description: 'Decimal notation enumValues: X=1,234,567.89,Y=1 234 567,89,""=1.234.567,89' enum: - X - Y - '' MSNAME2: type: string maxLength: 40 description: Application Server Name '400': description: Bad request. 5XX: description: Unexpected error.