Add Switzerland region to API call documentation#1353
Open
Jeremy-Glaus wants to merge 1 commit into
Open
Conversation
Switzerland was missing from the list of available regions. I figured this out because my API calls always returned an empty data array. After investigating how Strata Cloud Manager performs the API calls, I figured out that ch is a valid region but missing from the docs. Signed-off-by: Jeremy Glaus <46749743+Jeremy-Glaus@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added ch in the list of available X-PANW-Region headers
Motivation and Context
I spent quite a long time trying to fetch data from the Prisma Access API. It's required to add X-PANW-Region. After hours of not getting data, I was investigating how Strata Cloud Manager (WebUI) performs the API requests and found the ch region there. It's not listed in the documentation, but setting my API requests to this region returned my desired data.
How Has This Been Tested?
I tested my own API calls with ch as a region. It returned the data I was looking for.
Types of changes
Checklist