Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 957 Bytes

log_upload.md

File metadata and controls

39 lines (29 loc) · 957 Bytes

Log Upload

Retreives the log upload status.

Get Log Upload

Command

Key Value Comment
method "get_log_upload_status"
id id Random integer which is returned in the response used to link request and response.

Example

{
    "method": "get_log_upload_status",
    "id": 8357
}

Response

Key Example Description
log_upload_status 3 Log upload status

Example

{
    "result": [{
            "log_upload_status": 3
        }
    ],
    "id": 8357
}