{"id":45261050,"url":"https://github.com/sijis/sumologic-python","last_synced_at":"2026-02-21T00:18:08.443Z","repository":{"id":12879752,"uuid":"15556243","full_name":"sijis/sumologic-python","owner":"sijis","description":"Sumologic's python api library","archived":false,"fork":false,"pushed_at":"2018-07-09T20:24:53.000Z","size":29,"stargazers_count":8,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-29T18:42:43.777Z","etag":null,"topics":["library","python","sdk","sumologic"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sijis.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-31T20:16:42.000Z","updated_at":"2022-05-31T07:43:12.000Z","dependencies_parsed_at":"2022-09-17T05:52:14.559Z","dependency_job_id":null,"html_url":"https://github.com/sijis/sumologic-python","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sijis/sumologic-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sijis%2Fsumologic-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sijis%2Fsumologic-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sijis%2Fsumologic-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sijis%2Fsumologic-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sijis","download_url":"https://codeload.github.com/sijis/sumologic-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sijis%2Fsumologic-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29668682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T23:24:07.480Z","status":"ssl_error","status_checked_at":"2026-02-20T23:24:06.202Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["library","python","sdk","sumologic"],"created_at":"2026-02-21T00:18:06.614Z","updated_at":"2026-02-21T00:18:08.437Z","avatar_url":"https://github.com/sijis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.org/sijis/sumologic-python.svg?branch=master\n    :target: https://travis-ci.org/sijis/sumologic-python\n\nsumologic-python\n================\n\nSumologic's python api library\n\nThe library currently supports the following features:\n\n* search\n* collectors\n\n.. code-block:: python\n\n    from sumologic import Client, Collectors, Search\n\n    # Need a client to authenticate to service\n    client = Client(auth=('username', 'password'))\n\n    # collector usage\n    collector = Collectors(client)\n    for c in collector.get_collectors():\n        print('{0}:{1}'.format(c['name'], c['alive']))\n\n    # find and delete a collector\n    c = collector.find('logserver')\n    c.delete()\n\n    # search usage\n    search = Search(client)\n    results = search.query('log1', formats='json')\n    print(results)\n\nTo see the library in use, go to sumologic-cli_ repo.\n\n.. _sumologic-cli: https://github.com/sijis/sumologic-cli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsijis%2Fsumologic-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsijis%2Fsumologic-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsijis%2Fsumologic-python/lists"}