- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-16-2024 01:16 PM
I keep getting an error attempting this. I am using the Api from the pan.dev site the API call is :
05-15-2024 05:23 AM
I've got the same issue on https://api.sase.paloaltonetworks.com/sdwan/v4.17/api/sites/:site_id/elements/:element_id/interfaces
from https://pan.dev/sdwan/api/post-sdwan-v-4-17-api-sites-site-id-elements-element-id-interfaces/
I can't figure out what it wants.
12-18-2025 02:17 PM
@T.Colvin , if only you had taken 30 more seconds to paste the resolution that was given to you.. you could have helped more people faster. ;(
12-18-2025 02:45 PM
I had similar issues w/ the endpoint documented on https://pan.dev/sdwan/api/put-sdwan-v-2-1-api-elementusers-user-id/
I enabled the developer tools in my browser and captured the network traffic HAR while doing the activity that I wanted within the GUI (I was messing w/ device toolkit users in StrataCloudManager for SDWAN portal).. when I isolated the PUT command and analyzed it with AI's help, we noticed some differences.. We tried different combinations of things and ultimately settled on this where base is what is documented..
✅ Base + _etag + _schema + lowercase role ← ONLY THIS WORKS
======================================================================
TEST 5: Base + _etag + _schema + lowercase role (GUI format)
======================================================================
Payload: {
"id": "163060247<truncated>",
"is_tenant_level": false,
"login_id": "cgnx",
"role": "super",
"username": "cgnx",
"_etag": 25,
"_schema": 1
}
Status: 200
✓✓✓ SUCCESS with lowercase role!
Updated is_tenant_level: False
Moral of the story: capture your action in browser developer tools in the UI and let an AI figure out what the documentation lacks! 😉
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

