Log status¶
LogsStatusUpdate¶
Topic: cs/josev. Used by CS to inform Josev of the status of an ongoing logs upload. |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
format |
uuid |
||
|
const |
logs_status |
|
|
const |
update |
|
|
type |
object |
|
properties |
|||
|
type |
integer |
|
|
enum |
accepted_canceled, bad_message, idle, not_supported_operation, permission_denied, upload_failure, uploaded, uploading |
Example:
{
"id": "2b0aa109-21a1-4f2f-bdbd-6cdf139e7bb1",
"name": "logs_status",
"type": "update",
"data": {
"request_id": 12345,
"status": "uploading" # uploaded, upload_failure, accepted_canceled, permission_denied, not_supported_operation, idle, bad_message
}
}