{"id":37072448,"url":"https://github.com/yuta519/zscaler-python-sdk","last_synced_at":"2026-01-14T08:30:20.899Z","repository":{"id":45167108,"uuid":"411514082","full_name":"yuta519/zscaler-python-sdk","owner":"yuta519","description":"This repository is SDK for Zscaler API","archived":false,"fork":false,"pushed_at":"2022-01-05T00:52:20.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T07:58:32.068Z","etag":null,"topics":["zscaler"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/zscaler-python-sdk/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuta519.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-29T03:14:14.000Z","updated_at":"2022-01-04T05:14:00.000Z","dependencies_parsed_at":"2022-08-27T10:40:44.408Z","dependency_job_id":null,"html_url":"https://github.com/yuta519/zscaler-python-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuta519/zscaler-python-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuta519%2Fzscaler-python-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuta519%2Fzscaler-python-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuta519%2Fzscaler-python-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuta519%2Fzscaler-python-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuta519","download_url":"https://codeload.github.com/yuta519/zscaler-python-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuta519%2Fzscaler-python-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:16:59.381Z","status":"ssl_error","status_checked_at":"2026-01-14T08:13:45.490Z","response_time":107,"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":["zscaler"],"created_at":"2026-01-14T08:30:20.294Z","updated_at":"2026-01-14T08:30:20.880Z","avatar_url":"https://github.com/yuta519.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zscaler Python SDK\nThis is a Python SDK for Zscaler Internet Access. This client library is designed to support the Zscaler Internet Access (ZIA) API. Now This library does not support Zscaler Private Access (ZPA), but this will be implemented in the future.\nThis SDK has been developed mainly using Python 3.9.0 .\n\nNOTE: This repository is not official. Zscaler does not support this repository.\n\n## Preparation\n---\nYou need a ZIA credentials like below.\n- ZIA Admin Username (like `admin@example.com`)\n- ZIA Admin Password\n- ZIA Hostname (like `zscaler.net`)\n- ZIA APIKEY (You need to request an api key to Zscaler support team.)\n\n## Set profile\n---\nIf you have verified your credentials, set up your credentials to use this repository. Please replace `/Users/utah18` to your arbitrary directory path.\n\n```\n$ mkdir /Users/utah18/.zscaler \u0026\u0026 cat \u003e /Users/utah18/.zscaler/config.ini \u003c\u003cEOF\n[zia]\nUSERNAME=example@example.com\nPASSWORD=P@ssw0rd\nHOSTNAME=zscaler.net\nAPIKEY=xxxxxxxxxxxxxxxxxxxxxxx\nEOF\n```\n\n## Clone and Install Repository\n---\nIn this case, we use `poetry`. If you don't have this, please install poetry from [HERE](https://python-poetry.org/docs/)\n```\n$ poetry add zscaler-python-sdk\n```\n\n## Quick Start\n---\nAfter installing, you can try below to check if you could use this library.\n```\n$ python\n$ from zscaler_python_sdk.zia import Zia\n$ zia = Zia(\"/Users/utah18/.zscaler/config.ini\")\n$print(zia.fetch_admin_users())\n```\n\n## Support Zscaler features\n---\nBelow table has all features which this library could provides.\n- ZIA\n  | Category | Features | Notes |\n  | --- | --- | --- |\n  | Admin | Show admin roles | No supports to create new role |\n  | Admin | Show admin users |  |\n  | Admin | Create new admin users |  |\n  | URL categories | Show URL categories |  |\n  | URL categories | Lookup URL category from input URL |  |\n  | URL categories | Create new custom URL category |  |\n  | URL filtering rules | Show URL filtering rules |  |\n  | URL filtering rules | Create new URL filtering rule |  |\n  | URL filtering rules | Update existing rule |  |\n  | Users | Show users |  |\n  | Users | Show departments  |  |\n  | Users | Show groups |  |\n\n\n...\nReporting Issues\nIf you have bugs or other issues specifically pertaining to this library, file them here.\n\n## References\n- https://help.zscaler.com/zia/api\n- https://help.zscaler.com/zia/zscaler-api-developer-guide\n- https://help.zscaler.com/zia/sd-wan-api-integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuta519%2Fzscaler-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuta519%2Fzscaler-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuta519%2Fzscaler-python-sdk/lists"}