Retreives the log upload status.
Key | Value | Comment |
---|---|---|
method | "get_log_upload_status" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "get_log_upload_status",
"id": 8357
}
Key | Example | Description |
---|---|---|
log_upload_status |
3 | Log upload status |
{
"result": [{
"log_upload_status": 3
}
],
"id": 8357
}