pan.dev icon indicating copy to clipboard operation
pan.dev copied to clipboard

Issue with "List QoS profiles"

Open atav928 opened this issue 2 years ago • 0 comments

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

atav928 avatar Feb 05 '23 16:02 atav928