v1
latestOpenAPI 3.0.12026-07-24501176.6 MBUpload Store Logs
Uploads the log files of InStore as per the headers provided - supports activity logs and performance logs.
post/store/logs
Query parameters
format'xml' | 'json'
Preferred response format.
uploaded_timestring date
Time at which the log file is uploaded in the database. Format: YYYY-MM-DD HH:MM:SS
logged_timestring date
Time at which the log file is created in the database. Format: YYYY-MM-DD HH:MM:SS
Headers
Content-Typestring required
X-CAP-CLIENT-LOGFILENAMEstring required
Name of the file on the client's machine.
X-CAP-CLIENT-LOGFILESIZEinteger
The size of the file in bytes in the client machine.
X-CAP-CLIENT-FILE-SIGNATUREstring
Hash of file on client.
Response
200
Example response
{
"response": {
"success": "true",
"code": "200",
"message": "SUCCESS"
}
}