openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CMO_COLLECT_INFO_RFC_DEST: post: tags: - CMON summary: Check and determine info to one logical RFC destination operationId: /rfc/CMO_COLLECT_INFO_RFC_DEST requestBody: content: application/json: schema: properties: IV_RFCDEST: type: string maxLength: 32 description: Logical destination (specified when calling function) ET_AVERS: type: array items: type: object properties: ADDONID: type: string maxLength: 10 description: Name of an R/3 add-on product ADDONRL: type: string maxLength: 12 description: Version of an R/3 add-on product R3RELEASE: type: string maxLength: 10 description: Name of an add-on delivery unit STARTDATE: type: string format: date description: Date STARTTIME: type: string maxLength: 6 description: Time ENDDATE: type: string format: date description: Date ENDTIME: type: string maxLength: 6 description: Time UPDSTATUS: type: string maxLength: 1 description: Upgrade status UPDTYPE: type: string maxLength: 1 description: Definition of upgrade procedure FULLTASK: type: string maxLength: 20 description: Meta description of add-on DELTATASK: type: string maxLength: 20 description: Meta description of add-on PCOMMENT: type: string maxLength: 40 description: Text (40 characters) ET_CVERS: type: array items: type: object properties: COMPONENT: type: string maxLength: 30 description: Software component RELEASE: type: string maxLength: 10 description: SAP release number EXTRELEASE: type: string maxLength: 10 description: Patch level of a software component COMP_TYPE: type: string maxLength: 1 description: Value Component Type ET_RZLLITAB: type: array items: type: object properties: CLASSNAME: type: string maxLength: 20 description: Logon/Server Group Name APPLSERVER: type: string maxLength: 20 description: Instance Name (for Logon/Server Group Assignment) GROUPTYPE: type: string maxLength: 1 description: Group type IP_ADDRESS: type: string maxLength: 31 description: IP address RESP_TIME: type: integer format: int64 description: Response time USERS: type: integer format: int64 description: No. of users OP_MODE: type: string maxLength: 20 description: Multi-purpose logon/server group management field WP_QUOTA: type: integer format: int32 description: Maximum number of work processes that can be used responses: '200': description: OK content: application/json: schema: properties: EV_INSTNO: type: string maxLength: 10 description: Installation Number EV_QVERSION: type: string maxLength: 8 description: QRFC Version ET_AVERS: type: array items: type: object properties: ADDONID: type: string maxLength: 10 description: Name of an R/3 add-on product ADDONRL: type: string maxLength: 12 description: Version of an R/3 add-on product R3RELEASE: type: string maxLength: 10 description: Name of an add-on delivery unit STARTDATE: type: string format: date description: Date STARTTIME: type: string maxLength: 6 description: Time ENDDATE: type: string format: date description: Date ENDTIME: type: string maxLength: 6 description: Time UPDSTATUS: type: string maxLength: 1 description: Upgrade status UPDTYPE: type: string maxLength: 1 description: Definition of upgrade procedure FULLTASK: type: string maxLength: 20 description: Meta description of add-on DELTATASK: type: string maxLength: 20 description: Meta description of add-on PCOMMENT: type: string maxLength: 40 description: Text (40 characters) ET_CVERS: type: array items: type: object properties: COMPONENT: type: string maxLength: 30 description: Software component RELEASE: type: string maxLength: 10 description: SAP release number EXTRELEASE: type: string maxLength: 10 description: Patch level of a software component COMP_TYPE: type: string maxLength: 1 description: Value Component Type ET_RZLLITAB: type: array items: type: object properties: CLASSNAME: type: string maxLength: 20 description: Logon/Server Group Name APPLSERVER: type: string maxLength: 20 description: Instance Name (for Logon/Server Group Assignment) GROUPTYPE: type: string maxLength: 1 description: Group type IP_ADDRESS: type: string maxLength: 31 description: IP address RESP_TIME: type: integer format: int64 description: Response time USERS: type: integer format: int64 description: No. of users OP_MODE: type: string maxLength: 20 description: Multi-purpose logon/server group management field WP_QUOTA: type: integer format: int32 description: Maximum number of work processes that can be used '400': description: Bad request. 5XX: description: Unexpected error.