openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CCMSBI_GET_STATRECS_FRAME: post: tags: - SCSM_BI_UTIL_FUNCTIONS operationId: /rfc/CCMSBI_GET_STATRECS_FRAME requestBody: content: application/json: schema: properties: NO_OF_RECORDS: type: integer format: int32 default: -1 READ_CLIENT: type: string maxLength: 3 READ_END_DATE: type: string format: date READ_END_TIME: type: string maxLength: 6 READ_EXCLUDE_USERNAME: type: string maxLength: 12 READ_ONLY_MAINRECORDS: type: string default: X maxLength: 1 READ_START_DATE: type: string format: date READ_START_TIME: type: string maxLength: 6 READ_TIME_ZONE: type: string maxLength: 6 READ_USERNAME: type: string maxLength: 12 SELECT_FROM_SYSTEMS: type: array items: type: object properties: SELECT_SYS: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' ONLY_SERV: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) SELECT_ONLY_TRANSIDS: type: array items: type: object properties: TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' WAIT_SECONDS: type: integer format: int32 required: - READ_END_DATE - READ_END_TIME - READ_START_DATE - READ_START_TIME responses: '200': description: OK content: application/json: schema: properties: ALL_RECORDS: type: array items: type: object properties: SYSTEMID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' SERVERNAME: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) EOFREACHED: type: string maxLength: 1 description: 'SAP Workload: Workload: flag ('' '' or ''X'')' RECS_READ: type: integer format: int32 description: 'SAP Workload: Statistic collector: number of records read' STATRECS: type: array items: type: object properties: MAINREC: type: object properties: RECNO: type: integer format: int32 description: 'SAP Workload: Workload: No. of records (main + sub records)' DISPCNT: type: string format: byte description: 'SAP Workload: Workload: short integer' DATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTDATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' ENDDATE: type: string format: date description: 'SAP Workload: Workload: Date' ENDTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' RESPTI: type: integer format: int64 description: 'SAP Workload: Workload: Response time in micro seconds' CPUTI: type: integer format: int64 description: 'SAP Workload: CPU Time in Microseconds (Float Value from C)' QUEUETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' WPID: type: string format: byte description: 'SAP Workload: Workload: short integer' TASKTYPE: type: string format: byte description: 'SAP Workload: Workload: Byte' TABLOAD: type: string format: byte description: 'SAP Workload: Workload: Byte' DYNPRONR: type: string maxLength: 4 description: 'SAP Workload: Workload: Screen number' REPORT: type: string maxLength: 40 description: 'SAP Workload: Workload: Report name' ACCOUNT: type: string maxLength: 12 description: User Name in User Master Record MANDT: type: string maxLength: 3 description: Client ID of Current User ROLLKEY: type: string format: byte description: 'SAP Workload: Workload: roll key' INPUTLEN: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' OUTPUTLEN: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXROLL: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXPAGE: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLINCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLINTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLOUTCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLOUTTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LOCKCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LOCKTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRBUF: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQTI: type: integer format: int64 description: 'SAP Workload: DB Times in Microseconds (Float Value from C)' READSEQREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQBUF: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYREADCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYINSCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYUPDCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYDELCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' COMMITTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' GENERATETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' REPLOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' CUALOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DYNPLOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DSQLCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' QUECNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' QUETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DDICTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCTI: type: number description: 'SAP Workload: Workload: Floating point number' MEMSUM: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PRIVSUM: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' USEDBYTES: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXBYTES: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXBYTESDI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PRIVMODE: type: string format: byte description: 'SAP Workload: Workload: Byte' WPRESTART: type: string format: byte description: 'SAP Workload: Workload: Byte' TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' ROLLED_OUT: type: integer format: int64 description: 'SAP Workload: Workload: Wait time in status "Rolled out"' DBPROCCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DBPROCTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LUW_INFO: type: string format: byte description: 'SAP Workload: Workload: Byte' SLI_CNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' TERMINALID: type: string maxLength: 20 description: 'SAP Workload: Workload: presentation server' CUA_PROG: type: string maxLength: 40 description: 'SAP Workload: Workload: Report name' CUA_FUNC: type: string maxLength: 20 description: 'SAP Workload: Workload: Function code' TCODE: type: string maxLength: 20 description: 'SAP Workload: Workload: transaction code' V1SATI: type: string maxLength: 8 description: 'SAP Workload: Workload: update key' GUITIME: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' GUICNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' GUINETTIME: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' STARTTIME1: type: integer format: int32 description: 'SAP Workload: Time in raw-statisticrecord in Seconds' STARTTIME2: type: integer format: int32 description: 'SAP Workload: Time in raw-statisticrecord in Microseconds' ENDTIME1: type: integer format: int32 description: 'SAP Workload: Time in raw-statisticrecord in Seconds' ENDTIME2: type: integer format: int32 description: 'SAP Workload: Time in raw-statisticrecord in Microseconds' DBPROCED: type: array items: type: object properties: DB_PROC: type: string maxLength: 100 description: 'SAP Workload: Workload: Zeichenfeld Länge 30' DB_CONN: type: string maxLength: 30 description: 'SAP Workload: Workload: Zeichenfeld Länge 30' CNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' TIME: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCSERVER: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics EXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics TARGET: type: string maxLength: 64 description: Charachter string of length 64 for statistics USERID: type: string maxLength: 13 description: Character string of length 13 for statistics IP: type: string maxLength: 16 description: Character string of length 16 for statistics REMOTEIP: type: string maxLength: 16 description: Character string of length 16 for statistics DEST: type: string maxLength: 32 description: Character string of length 32 for statistics REMOTEDEST: type: string maxLength: 32 description: Character string of length 32 for statistics PROGNAME: type: string maxLength: 40 description: Program Name FUNCNAME: type: string maxLength: 32 description: Character string of length 32 for statistics CALLER: type: string maxLength: 13 description: Character string of length 13 for statistics TID: type: string maxLength: 24 description: Character string of length 24 for statistics SPOOLPRINT: type: array items: type: object properties: STARTDATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' ENDDATE: type: string format: date description: 'SAP Workload: Workload: Date' ENDTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' RESPTI: type: integer format: int64 description: 'SAP Workload: Workload: Response time in micro seconds' PROCESSED: type: integer format: int64 description: 'SAP Workload: Workload: Number of processed spool jobs' PJPAGES: type: integer format: int64 description: 'SAP Workload: Workload: Number of processed sides' PROCBYTES: type: integer format: int64 description: 'SAP Workload: Workload: Processed data in Bytes' PJBYTES: type: integer format: int64 description: 'SAP Workload: Workload: Size of the print job in Bytes' TRBYTES: type: integer format: int64 description: 'SAP Workload: Workload: Transfered bytes' BATCHSTEP: type: array items: type: object properties: RECNO: type: integer format: int32 description: 'SAP Workload: Workload: No. of records (main + sub records)' DISPCNT: type: string format: byte description: 'SAP Workload: Workload: short integer' DATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTDATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' ENDDATE: type: string format: date description: 'SAP Workload: Workload: Date' ENDTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' RESPTI: type: integer format: int64 description: 'SAP Workload: Workload: Response time in micro seconds' CPUTI: type: integer format: int64 description: 'SAP Workload: CPU Time in Microseconds (Float Value from C)' QUEUETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' WPID: type: string format: byte description: 'SAP Workload: Workload: short integer' TASKTYPE: type: string format: byte description: 'SAP Workload: Workload: Byte' TABLOAD: type: string format: byte description: 'SAP Workload: Workload: Byte' DYNPRONR: type: string maxLength: 4 description: 'SAP Workload: Workload: Screen number' REPORT: type: string maxLength: 40 description: 'SAP Workload: Workload: Report name' ACCOUNT: type: string maxLength: 12 description: User Name in User Master Record MANDT: type: string maxLength: 3 description: Client ID of Current User ROLLKEY: type: string format: byte description: 'SAP Workload: Workload: roll key' INPUTLEN: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' OUTPUTLEN: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXROLL: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXPAGE: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLINCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLINTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLOUTCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLOUTTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LOCKCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LOCKTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRBUF: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQTI: type: integer format: int64 description: 'SAP Workload: DB Times in Microseconds (Float Value from C)' READSEQREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQBUF: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYREADCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYINSCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYUPDCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYDELCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' COMMITTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' GENERATETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' REPLOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' CUALOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DYNPLOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DSQLCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' QUECNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' QUETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DDICTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCTI: type: number description: 'SAP Workload: Workload: Floating point number' MEMSUM: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PRIVSUM: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' USEDBYTES: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXBYTES: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXBYTESDI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PRIVMODE: type: string format: byte description: 'SAP Workload: Workload: Byte' WPRESTART: type: string format: byte description: 'SAP Workload: Workload: Byte' TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' ROLLED_OUT: type: integer format: int64 description: 'SAP Workload: Workload: Wait time in status "Rolled out"' DBPROCCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DBPROCTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LUW_INFO: type: string format: byte description: 'SAP Workload: Workload: Byte' SLI_CNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' JOBNAME: type: string maxLength: 32 description: 'SAP Workload: Workload: Job name (long)' JOBSTEP: type: integer format: int32 description: 'SAP Workload: Workload: Job step' HTPCLIRECS: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics RTOTALTIME: type: number description: Double field for statistics REXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics DEST: type: string maxLength: 64 description: 'SAP-Workload: Destination (host, service) of HTTP-Request' PATH: type: string maxLength: 128 description: 'SAP Workload: HTTP Path' HTPCLDRECS: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics RTOTALTIME: type: number description: Double field for statistics REXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics CALLS: type: number description: Double field for statistics DEST: type: string maxLength: 64 description: 'SAP-Workload: Destination (host, service) of HTTP-Request' TABLERECS: type: array items: type: object properties: TABNAME: type: string maxLength: 30 description: 'SAP Workload: Workload: table name' MODCNT: type: integer format: int32 description: 'SAP Workload: Workload: number of modifications' DIRCNT: type: integer format: int32 description: 'SAP Workload: Workload: number of direct read accesses' SEQCNT: type: integer format: int64 description: 'SAP Workload: Workload: number of sequential read accesses' TABTIME: type: integer format: int64 description: 'SAP Workload: Workload: access time' SPOOLACTIV: type: array items: type: object properties: STARTDATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' ENDDATE: type: string format: date description: 'SAP Workload: Workload: Date' ENDTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' RESPTI: type: integer format: int64 description: 'SAP Workload: Workload: Response time in micro seconds' CURRMODE: type: string maxLength: 1 description: 'SAP Workload: Workload: Spool work process activity' HTTPRECS: type: array items: type: object properties: TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' HTP_PATH: type: string maxLength: 128 description: 'SAP Workload: HTTP Path' VIRTSERVER: type: integer format: int32 description: 'SAP Workload: Number of Virtual Servers/Hosts' CLIENTINFO: type: array items: type: object properties: I_TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' I_SYSTEMID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' I_SERVTYP: type: integer format: int32 description: 'SAP Workload: Service Type in the Client Infor Subrecord' I_USERID: type: string maxLength: 32 description: 'SAP Workload: UserID in Distributed System Landscape' I_ACTION: type: string maxLength: 40 description: 'SAP Workload: Action/Transaction in Distributed SysLandscape' I_ACTTYPE: type: integer format: int32 description: 'SAP Workload: Action Type in the Client Info Subrecord' PRE_SYSID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' TRACEFLAG: type: integer format: int32 description: 'SAP Workload: Trace Flag for Distributed System Landscape' RFCCLIDEST: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics REXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics CALLS: type: number description: Double field for statistics TARGET: type: string maxLength: 64 description: Charachter string of length 64 for statistics USERID: type: string maxLength: 13 description: Character string of length 13 for statistics IP: type: string maxLength: 16 description: Character string of length 16 for statistics REMOTEIP: type: string maxLength: 16 description: Character string of length 16 for statistics DEST: type: string maxLength: 32 description: Character string of length 32 for statistics REMOTEDEST: type: string maxLength: 32 description: Character string of length 32 for statistics PROGNAME: type: string maxLength: 40 description: Program Name FUNCNAME: type: string maxLength: 32 description: Character string of length 32 for statistics RFCSTART: type: string maxLength: 48 description: Character string of length 48 for statistics TID: type: string maxLength: 24 description: Character string of length 24 for statistics RFCSRVDEST: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics EXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics CALLS: type: number description: Double field for statistics TARGET: type: string maxLength: 64 description: Charachter string of length 64 for statistics USERID: type: string maxLength: 13 description: Character string of length 13 for statistics IP: type: string maxLength: 16 description: Character string of length 16 for statistics REMOTEIP: type: string maxLength: 16 description: Character string of length 16 for statistics DEST: type: string maxLength: 32 description: Character string of length 32 for statistics REMOTEDEST: type: string maxLength: 32 description: Character string of length 32 for statistics PROGNAME: type: string maxLength: 40 description: Program Name FUNCNAME: type: string maxLength: 32 description: Character string of length 32 for statistics CALLER: type: string maxLength: 13 description: Character string of length 13 for statistics RFCSTART: type: string maxLength: 48 description: Character string of length 48 for statistics TID: type: string maxLength: 24 description: Character string of length 24 for statistics RFCTIMEINT: type: array items: type: object properties: INDEX: type: integer format: int32 description: Statistics, counter field in raw statistical record F_INDEX: type: integer format: int32 description: Statistics, counter field in raw statistical record NO_SONS: type: integer format: int32 description: Statistics, counter field in raw statistical record DEPTH: type: integer format: int32 description: Statistics, counter field in raw statistical record CLASS: type: integer format: int32 description: Statistics, counter field in raw statistical record STAMP: type: integer format: int32 description: Statistics, counter field in raw statistical record KEY: type: string maxLength: 64 description: 'SAP Statistics: Time Interval Key' SUM: type: number description: Double field for statistics SUM_PERC: type: number description: Double field for statistics COUNT: type: integer format: int32 description: Statistics, counter field in raw statistical record MIN: type: integer format: int32 description: Statistics, counter field in raw statistical record MAX: type: integer format: int32 description: Statistics, counter field in raw statistical record FIRST: type: integer format: int32 description: Statistics, counter field in raw statistical record LAST: type: integer format: int32 description: Statistics, counter field in raw statistical record ADMMSG: type: array items: type: object properties: OPCODE: type: integer format: int64 description: 'SAP Workload: Workload: Numerisches Zeichen' CNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' TIME: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCCLIENT: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics REXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics TARGET: type: string maxLength: 64 description: Charachter string of length 64 for statistics USERID: type: string maxLength: 13 description: Character string of length 13 for statistics IP: type: string maxLength: 16 description: Character string of length 16 for statistics REMOTEIP: type: string maxLength: 16 description: Character string of length 16 for statistics DEST: type: string maxLength: 32 description: Character string of length 32 for statistics REMOTEDEST: type: string maxLength: 32 description: Character string of length 32 for statistics PROGNAME: type: string maxLength: 40 description: Program Name FUNCNAME: type: string maxLength: 32 description: Character string of length 32 for statistics TID: type: string maxLength: 24 description: Character string of length 24 for statistics ALL_RECORDS_KB: type: array items: type: object properties: SYSTEMID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' SERVERNAME: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) EOFREACHED: type: string maxLength: 1 description: 'SAP Workload: Workload: flag ('' '' or ''X'')' RECS_READ: type: integer format: int32 description: 'SAP Workload: Statistic collector: number of records read' STATRECS: type: array items: type: object properties: MAINREC: type: object properties: RECNO: type: integer format: int32 description: 'SAP Workload: Workload: No. of records (main + sub records)' DISPCNT: type: string format: byte description: 'SAP Workload: Workload: short integer' DATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTDATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' ENDDATE: type: string format: date description: 'SAP Workload: Workload: Date' ENDTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' RESPTI: type: integer format: int64 description: 'SAP Workload: Workload: Response time in micro seconds' CPUTI: type: integer format: int64 description: 'SAP Workload: CPU Time in Microseconds (Float Value from C)' QUEUETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' WPID: type: string format: byte description: 'SAP Workload: Workload: short integer' TASKTYPE: type: string format: byte description: 'SAP Workload: Workload: Byte' TABLOAD: type: string format: byte description: 'SAP Workload: Workload: Byte' DYNPRONR: type: string maxLength: 4 description: 'SAP Workload: Workload: Screen number' REPORT: type: string maxLength: 40 description: 'SAP Workload: Workload: Report name' ACCOUNT: type: string maxLength: 12 description: User Name in User Master Record MANDT: type: string maxLength: 3 description: Client ID of Current User ROLLKEY: type: string format: byte description: 'SAP Workload: Workload: roll key' INPUTLEN: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' OUTPUTLEN: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXROLL: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXPAGE: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLINCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLINTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLOUTCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLOUTTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LOCKCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LOCKTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRBUF: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQTI: type: integer format: int64 description: 'SAP Workload: DB Times in Microseconds (Float Value from C)' READSEQREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQBUF: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYREADCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYINSCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYUPDCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYDELCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' COMMITTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' GENERATETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' REPLOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' CUALOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DYNPLOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DSQLCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' QUECNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' QUETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DDICTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCTI: type: number description: 'SAP Workload: Workload: Floating point number' MEMSUM: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PRIVSUM: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' USEDBYTES: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXBYTES: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXBYTESDI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PRIVMODE: type: string format: byte description: 'SAP Workload: Workload: Byte' WPRESTART: type: string format: byte description: 'SAP Workload: Workload: Byte' TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' ROLLED_OUT: type: integer format: int64 description: 'SAP Workload: Workload: Wait time in status "Rolled out"' DBPROCCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DBPROCTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LUW_INFO: type: string format: byte description: 'SAP Workload: Workload: Byte' SLI_CNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' TERMINALID: type: string maxLength: 20 description: 'SAP Workload: Workload: presentation server' CUA_PROG: type: string maxLength: 40 description: 'SAP Workload: Workload: Report name' CUA_FUNC: type: string maxLength: 20 description: 'SAP Workload: Workload: Function code' TCODE: type: string maxLength: 20 description: 'SAP Workload: Workload: transaction code' V1SATI: type: string maxLength: 8 description: 'SAP Workload: Workload: update key' GUITIME: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' GUICNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' GUINETTIME: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' STARTTIME1: type: integer format: int32 description: 'SAP Workload: Time in raw-statisticrecord in Seconds' STARTTIME2: type: integer format: int32 description: 'SAP Workload: Time in raw-statisticrecord in Microseconds' ENDTIME1: type: integer format: int32 description: 'SAP Workload: Time in raw-statisticrecord in Seconds' ENDTIME2: type: integer format: int32 description: 'SAP Workload: Time in raw-statisticrecord in Microseconds' DBPROCED: type: array items: type: object properties: DB_PROC: type: string maxLength: 100 description: 'SAP Workload: Workload: Zeichenfeld Länge 30' DB_CONN: type: string maxLength: 30 description: 'SAP Workload: Workload: Zeichenfeld Länge 30' CNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' TIME: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCSERVER: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics EXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics TARGET: type: string maxLength: 64 description: Charachter string of length 64 for statistics USERID: type: string maxLength: 13 description: Character string of length 13 for statistics IP: type: string maxLength: 16 description: Character string of length 16 for statistics REMOTEIP: type: string maxLength: 16 description: Character string of length 16 for statistics DEST: type: string maxLength: 32 description: Character string of length 32 for statistics REMOTEDEST: type: string maxLength: 32 description: Character string of length 32 for statistics PROGNAME: type: string maxLength: 40 description: Program Name FUNCNAME: type: string maxLength: 32 description: Character string of length 32 for statistics CALLER: type: string maxLength: 13 description: Character string of length 13 for statistics TID: type: string maxLength: 24 description: Character string of length 24 for statistics SPOOLPRINT: type: array items: type: object properties: STARTDATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' ENDDATE: type: string format: date description: 'SAP Workload: Workload: Date' ENDTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' RESPTI: type: integer format: int64 description: 'SAP Workload: Workload: Response time in micro seconds' PROCESSED: type: integer format: int64 description: 'SAP Workload: Workload: Number of processed spool jobs' PJPAGES: type: integer format: int64 description: 'SAP Workload: Workload: Number of processed sides' PROCBYTES: type: integer format: int64 description: 'SAP Workload: Workload: Processed data in Bytes' PJBYTES: type: integer format: int64 description: 'SAP Workload: Workload: Size of the print job in Bytes' TRBYTES: type: integer format: int64 description: 'SAP Workload: Workload: Transfered bytes' BATCHSTEP: type: array items: type: object properties: RECNO: type: integer format: int32 description: 'SAP Workload: Workload: No. of records (main + sub records)' DISPCNT: type: string format: byte description: 'SAP Workload: Workload: short integer' DATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTDATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' ENDDATE: type: string format: date description: 'SAP Workload: Workload: Date' ENDTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' RESPTI: type: integer format: int64 description: 'SAP Workload: Workload: Response time in micro seconds' CPUTI: type: integer format: int64 description: 'SAP Workload: CPU Time in Microseconds (Float Value from C)' QUEUETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' WPID: type: string format: byte description: 'SAP Workload: Workload: short integer' TASKTYPE: type: string format: byte description: 'SAP Workload: Workload: Byte' TABLOAD: type: string format: byte description: 'SAP Workload: Workload: Byte' DYNPRONR: type: string maxLength: 4 description: 'SAP Workload: Workload: Screen number' REPORT: type: string maxLength: 40 description: 'SAP Workload: Workload: Report name' ACCOUNT: type: string maxLength: 12 description: User Name in User Master Record MANDT: type: string maxLength: 3 description: Client ID of Current User ROLLKEY: type: string format: byte description: 'SAP Workload: Workload: roll key' INPUTLEN: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' OUTPUTLEN: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXROLL: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXPAGE: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLINCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLINTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLOUTCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' ROLLOUTTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LOCKCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LOCKTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READDIRBUF: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQTI: type: integer format: int64 description: 'SAP Workload: DB Times in Microseconds (Float Value from C)' READSEQREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' READSEQBUF: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYREADCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' INSREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYINSCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' UPDREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYUPDCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DELREC: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PHYDELCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' COMMITTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' GENERATETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' REPLOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' CUALOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DYNPLOADTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DSQLCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' QUECNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' QUETI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DDICTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCTI: type: number description: 'SAP Workload: Workload: Floating point number' MEMSUM: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PRIVSUM: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' USEDBYTES: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXBYTES: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' MAXBYTESDI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' PRIVMODE: type: string format: byte description: 'SAP Workload: Workload: Byte' WPRESTART: type: string format: byte description: 'SAP Workload: Workload: Byte' TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' ROLLED_OUT: type: integer format: int64 description: 'SAP Workload: Workload: Wait time in status "Rolled out"' DBPROCCNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' DBPROCTI: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' LUW_INFO: type: string format: byte description: 'SAP Workload: Workload: Byte' SLI_CNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' JOBNAME: type: string maxLength: 32 description: 'SAP Workload: Workload: Job name (long)' JOBSTEP: type: integer format: int32 description: 'SAP Workload: Workload: Job step' HTPCLIRECS: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics RTOTALTIME: type: number description: Double field for statistics REXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics DEST: type: string maxLength: 64 description: 'SAP-Workload: Destination (host, service) of HTTP-Request' PATH: type: string maxLength: 128 description: 'SAP Workload: HTTP Path' HTPCLDRECS: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics RTOTALTIME: type: number description: Double field for statistics REXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics CALLS: type: number description: Double field for statistics DEST: type: string maxLength: 64 description: 'SAP-Workload: Destination (host, service) of HTTP-Request' TABLERECS: type: array items: type: object properties: TABNAME: type: string maxLength: 30 description: 'SAP Workload: Workload: table name' MODCNT: type: integer format: int32 description: 'SAP Workload: Workload: number of modifications' DIRCNT: type: integer format: int32 description: 'SAP Workload: Workload: number of direct read accesses' SEQCNT: type: integer format: int64 description: 'SAP Workload: Workload: number of sequential read accesses' TABTIME: type: integer format: int64 description: 'SAP Workload: Workload: access time' SPOOLACTIV: type: array items: type: object properties: STARTDATE: type: string format: date description: 'SAP Workload: Workload: Date' STARTTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' ENDDATE: type: string format: date description: 'SAP Workload: Workload: Date' ENDTIME: type: string maxLength: 6 description: 'SAP Workload: Workload: time of day' RESPTI: type: integer format: int64 description: 'SAP Workload: Workload: Response time in micro seconds' CURRMODE: type: string maxLength: 1 description: 'SAP Workload: Workload: Spool work process activity' HTTPRECS: type: array items: type: object properties: TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' HTP_PATH: type: string maxLength: 128 description: 'SAP Workload: HTTP Path' VIRTSERVER: type: integer format: int32 description: 'SAP Workload: Number of Virtual Servers/Hosts' CLIENTINFO: type: array items: type: object properties: I_TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' I_SYSTEMID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' I_SERVTYP: type: integer format: int32 description: 'SAP Workload: Service Type in the Client Infor Subrecord' I_USERID: type: string maxLength: 32 description: 'SAP Workload: UserID in Distributed System Landscape' I_ACTION: type: string maxLength: 40 description: 'SAP Workload: Action/Transaction in Distributed SysLandscape' I_ACTTYPE: type: integer format: int32 description: 'SAP Workload: Action Type in the Client Info Subrecord' PRE_SYSID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' TRACEFLAG: type: integer format: int32 description: 'SAP Workload: Trace Flag for Distributed System Landscape' RFCCLIDEST: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics REXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics CALLS: type: number description: Double field for statistics TARGET: type: string maxLength: 64 description: Charachter string of length 64 for statistics USERID: type: string maxLength: 13 description: Character string of length 13 for statistics IP: type: string maxLength: 16 description: Character string of length 16 for statistics REMOTEIP: type: string maxLength: 16 description: Character string of length 16 for statistics DEST: type: string maxLength: 32 description: Character string of length 32 for statistics REMOTEDEST: type: string maxLength: 32 description: Character string of length 32 for statistics PROGNAME: type: string maxLength: 40 description: Program Name FUNCNAME: type: string maxLength: 32 description: Character string of length 32 for statistics RFCSTART: type: string maxLength: 48 description: Character string of length 48 for statistics TID: type: string maxLength: 24 description: Character string of length 24 for statistics RFCSRVDEST: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics EXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics CALLS: type: number description: Double field for statistics TARGET: type: string maxLength: 64 description: Charachter string of length 64 for statistics USERID: type: string maxLength: 13 description: Character string of length 13 for statistics IP: type: string maxLength: 16 description: Character string of length 16 for statistics REMOTEIP: type: string maxLength: 16 description: Character string of length 16 for statistics DEST: type: string maxLength: 32 description: Character string of length 32 for statistics REMOTEDEST: type: string maxLength: 32 description: Character string of length 32 for statistics PROGNAME: type: string maxLength: 40 description: Program Name FUNCNAME: type: string maxLength: 32 description: Character string of length 32 for statistics CALLER: type: string maxLength: 13 description: Character string of length 13 for statistics RFCSTART: type: string maxLength: 48 description: Character string of length 48 for statistics TID: type: string maxLength: 24 description: Character string of length 24 for statistics RFCTIMEINT: type: array items: type: object properties: INDEX: type: integer format: int32 description: Statistics, counter field in raw statistical record F_INDEX: type: integer format: int32 description: Statistics, counter field in raw statistical record NO_SONS: type: integer format: int32 description: Statistics, counter field in raw statistical record DEPTH: type: integer format: int32 description: Statistics, counter field in raw statistical record CLASS: type: integer format: int32 description: Statistics, counter field in raw statistical record STAMP: type: integer format: int32 description: Statistics, counter field in raw statistical record KEY: type: string maxLength: 64 description: 'SAP Statistics: Time Interval Key' SUM: type: number description: Double field for statistics SUM_PERC: type: number description: Double field for statistics COUNT: type: integer format: int32 description: Statistics, counter field in raw statistical record MIN: type: integer format: int32 description: Statistics, counter field in raw statistical record MAX: type: integer format: int32 description: Statistics, counter field in raw statistical record FIRST: type: integer format: int32 description: Statistics, counter field in raw statistical record LAST: type: integer format: int32 description: Statistics, counter field in raw statistical record ADMMSG: type: array items: type: object properties: OPCODE: type: integer format: int64 description: 'SAP Workload: Workload: Numerisches Zeichen' CNT: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' TIME: type: integer format: int64 description: 'SAP Workload: Workload: integer without a leading sign' RFCCLIENT: type: array items: type: object properties: RECEIVE: type: number description: Double field for statistics SEND: type: number description: Double field for statistics REXETIME: type: number description: Double field for statistics CALLTIME: type: number description: Double field for statistics TARGET: type: string maxLength: 64 description: Charachter string of length 64 for statistics USERID: type: string maxLength: 13 description: Character string of length 13 for statistics IP: type: string maxLength: 16 description: Character string of length 16 for statistics REMOTEIP: type: string maxLength: 16 description: Character string of length 16 for statistics DEST: type: string maxLength: 32 description: Character string of length 32 for statistics REMOTEDEST: type: string maxLength: 32 description: Character string of length 32 for statistics PROGNAME: type: string maxLength: 40 description: Program Name FUNCNAME: type: string maxLength: 32 description: Character string of length 32 for statistics TID: type: string maxLength: 24 description: Character string of length 24 for statistics CLIENTINFO_RECORDS: type: array items: type: object properties: I_TRANSID: type: string maxLength: 32 description: 'SAP Workload: Workload: Transaction ID' I_SYSTEMID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' I_SERVTYP: type: integer format: int32 description: 'SAP Workload: Service Type in the Client Infor Subrecord' I_USERID: type: string maxLength: 32 description: 'SAP Workload: UserID in Distributed System Landscape' I_ACTION: type: string maxLength: 40 description: 'SAP Workload: Action/Transaction in Distributed SysLandscape' I_ACTTYPE: type: integer format: int32 description: 'SAP Workload: Action Type in the Client Info Subrecord' PRE_SYSID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' TRACEFLAG: type: integer format: int32 description: 'SAP Workload: Trace Flag for Distributed System Landscape' RETURN_ERRORS: type: array items: type: object properties: SYSTEMID: type: string maxLength: 32 description: 'SAP Workload: SystemID(GUID) in Distributed System Landscape' SERVERNAME: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) EOFREACHED: type: string maxLength: 1 description: 'SAP Workload: Workload: flag ('' '' or ''X'')' ERROR_TEXT: type: string maxLength: 128 description: 'SAP Workload: Statistic collector: Error message' RECS_READ: type: integer format: int32 description: 'SAP Workload: Statistic collector: number of records read' RC: type: integer format: int32 description: 'Alert: Return Code' '400': description: Bad request. 5XX: description: Unexpected error.