sp503_api_audit
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
sequence_no | number(9) | Â | |
timestamp | date | Â | |
operation | varchar2(40) | Â | |
duration | float | Â | |
in_params | varchar2(1024) | Â | |
out_params | varchar2(1024) | Â |
Keys
None.
Column Descriptions
Field | Description |
---|---|
sequence_no | Unique identifier: the sequence number of the update. |
timestamp | Timestamp of start of processing of API call. (Uses the time zone of the DBMS server machine). |
operation | API identifier. Relates to the C function name or SOAP operation name, although may not exactly match either. |
duration | Duration of API processing in ServiceOptimizer, in seconds. |
in_params | Data supplied to the API call, in ServiceOptimizer protocol message format (internal, unpublished, may change without prior notification between major releases).If the amount of data would exceed the field length, the data is truncated and the last 3 characters are replaced with a continuation marker "…". |
out_params | Data returned from the API call, in ServiceOptimizer protocol message format (internal, unpublished, may change without prior notification between major releases).If the amount of data would exceed the field length, the data is truncated and the last 3 characters are replaced with a continuation marker "…". |
Â
Â