client_log_controller = client.client_log
ClientLogController
Upload a document.
def log_file(self,
body=None)
Parameter | Type | Tags | Description |
---|---|---|---|
body |
typing.BinaryIO |
Form, Optional | - |
result = client_log_controller.log_file()
HTTP Status Code | Error Description | Exception Class |
---|---|---|
401 | Unauthorized | APIException |
403 | Event logging disabled. | ProblemDetailsException |
413 | Upload size too large. | ProblemDetailsException |