PaloAltoNetworks / PaloAltoNetworks/pan.dev

Issue with "List QoS profiles"

Open
#264 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
Dominant language
MDX
Stars
78
Forks
88
Avg merge
5d 17h
Merged PRs (30d)
18

Description

Documentation link

https://pan.dev/access/api/prisma-access-config/get-sse-config-v-1-qos-profiles/

Describe the problem

Incorrect params as states when you run the command only Remote Networks or Service Connections permitted:
Raises my Exception SASEBadRequest:

{
  "_errors": [
    {
      "code": "API_I00035",
      "message": "Invalid Request Payload ",
      "details": [
        "\"folder\" must be one of [Remote Networks, Service Connections]"
      ]
    }
  ],
  "_request_id": "3b305dc4-2715-47f7-8789-74ac5b719d92"
}

Suggested fix

Update instructions on valid params

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the linked Prisma Access Config QoS profiles documentation page and compare its stated parameters with the provided API error. Update the instructions so the valid folder values are clear, then verify the page reflects the permitted Remote Networks and Service Connections values.

Written by the indexing model from the issue text.

Assessment

Domain
api, documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.