sumologic-python-sdk icon indicating copy to clipboard operation
sumologic-python-sdk copied to clipboard

Synchronize SDK to latest API feature support

Open dspruell-s01 opened this issue 3 years ago • 0 comments

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

dspruell-s01 avatar Jun 07 '21 14:06 dspruell-s01