Skip to content

fix: use zsapi Base URL for Public API traffic [PAPP-37951] - #45

Merged
athreya-splunk merged 3 commits into
mainfrom
PAPP-37951-zsapi-base-url
Jul 21, 2026
Merged

fix: use zsapi Base URL for Public API traffic [PAPP-37951]#45
athreya-splunk merged 3 commits into
mainfrom
PAPP-37951-zsapi-base-url

Conversation

@mohit-hcltech

Copy link
Copy Markdown
Contributor

Summary

Zscaler is deprecating https://admin.<Zscaler Cloud Name> for Public API traffic in September. This PR updates the Zscaler connector to point users at the new zsapi endpoint and documents the change, so existing assets keep working after the deprecation.

Changes

  • Documentation — Added a deprecation notice at the top of the app docs (manual_readme_content.md, regenerated into README.md) instructing users to update their asset Base URL from admin to https://zsapi.<Zscaler Cloud Name>.
  • Asset config — Updated the Base URL example in zscaler.json from https://admin.zscaler_instance.net to https://zsapi.zscaler_instance.net.
  • Connector code — Updated the error/help message in zscaler_connector.py (L134) to reference the zsapi Base URL example.

Why

The admin.<cloud> host stops serving Public API traffic in September. Assets still pointing at it will break; switching the Base URL to zsapi keeps the app functional. A matching note was added to the Splunkbase app description.

Testing

Verified against a zscalerbeta tenant in Splunk SOAR:

  • test connectivity passes with the zsapi Base URL.
  • Actions execute successfully with requests going to https://zsapi.zscalerbeta.net/... (confirmed in console output).

Reference

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown

Merging this PR will release 3.0.3 with the following release notes:

3.0.3 (2026-07-21)

Connector release changes

  • Updated documentation with Zscaler's new Public API Base URL guidance, replacing admin. with zsapi. ahead of the September deprecation.

@athreya-splunk
athreya-splunk merged commit e9057f0 into main Jul 21, 2026
11 of 19 checks passed
@athreya-splunk
athreya-splunk deleted the PAPP-37951-zsapi-base-url branch July 21, 2026 16:34
@splunk-soar-semantic-release

Copy link
Copy Markdown

🎉 This PR is included in version 3.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants