post deprecatedhttps://{host}/v1.1/store/logs
Uploads the log files of InStore as per the headers provided - supports activity logs and performance logs.
Uploading Activity Log Files to the Server
- Use the headers mentioned.
- Uploading Performance Log Files
Headers
Parameter Name | Data Type | Description |
---|---|---|
Content-Type | String | multipart/form-data |
X-CAP-CLIENT-LOGFILENAME | String | Name of the file on the client's machine. |
X-CAP-CLIENT-LOGFILESIZE | Long | The size of the file in bytes in the client machine. |
X-CAP-CLIENT-FILE-SIGNATURE | String | Hash of file on client. |
Request Query Parameters
Parameter Name | Data Type | Description |
---|---|---|
uploaded_time | DateTime | Time at which the log file is uploaded in the database. Format: YYYY-MM-DD HH:MM:SS |
logged_time | DateTime | Time at which the log file is created in the database. Format: YYYY-MM-DD HH:MM:SS |