- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-09-2025 05:29 AM - edited 05-09-2025 05:31 AM
Hello,
I did request the token using client_id, Secret_id and TSG id. once token created, I launched the following api request as per pan-dev documentation
curl -L "https://api.strata.paloaltonetworks.com/config/setup/v1/devices" -H "Accept: application/json" -H "Authorization: Bearer <token> " . i got number of devices is zero. however we have two devices in this tenant on SCM
{
"data": [],
"limit": 200,
"offset": 0,
"total": 0
}
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!