PaloAltoNetworks / PaloAltoNetworks/pan.dev

Issue with "Get a remote network"

Open
#346 1 comment 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-remote-networks-id/

Describe the problem

Missing required query parameter "folder".

{
  "_errors": [
    {
      "code": "API_I00035",
      "message": "Invalid Request Payload ",
      "details": [
        "\"folder\" is required"
      ]
    }
  ],
  "_request_id": "7a816617-c331-425e-ac1f-0e4db9af9cdd"
}

Suggested fix

Add missing query parameter.

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 Get a remote network endpoint documentation and inspect its documented query parameters. Add the required folder query parameter, then verify that the documentation reflects the API error and suggested fix.

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.