sumologic-python-sdk
sumologic-python-sdk copied to clipboard
Synchronize SDK to latest API feature support
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 the documented API. Could the SDK be updated to true up support to current Sumo API standards?
Examples in API but not in client SDK:
- https://api.sumologic.com/docs/#operation/getItemByPath
- https://api.sumologic.com/docs/#operation/updateFolder
Examples in SDK but not found in API documentation:
- sync_folder()
-
POST /content/folders/%s/synchronize
- https://github.com/SumoLogic/sumologic-python-sdk/blob/main/sumologic/sumologic.py#L217
-
- check_sync_folder()
-
GET /content/folders/%s/synchronize/%s/status
- https://github.com/SumoLogic/sumologic-python-sdk/blob/main/sumologic/sumologic.py#L220
-