sumologic-python-sdk
sumologic-python-sdk copied to clipboard
usage-report.py references a function called ```search_and_wait```. This fails because, the ```SumoLogic``` class has no instance method ```search_and_wait```. See https://github.com/SumoLogic/sumologic-python-sdk/search?utf8=%E2%9C%93&q=search_and_wait
I am looking for an example to get the user list, add a user, delete a user from Sumologic
Example- `| Account_name as User` it renames field with lower case `user`
The API server implements several asynchronous APIs that require users to submit job, poll for status, and finally fetch results. It would be logical and would help fulfill the purpose...
There are multiple APIs implemented server side that don't appear to be implemented in the SDK. There are also some methods in the SDK that don't appear to correspond to...
This implements exponential backoff for all Sumologic API calls. There is also a fix for the endpoint patch that made its way in recently that didn't seem to be tested...
…te limiting backoff, and synchronous helper functions.
Fixes Issue #51
Example of uploading file.
From @segobiano - the change of the signature to the method in PR46 breaks positional argument usage. Looks like this might also break many of the examples listed.