The SCM NGFW Operations APIs (under the page here) are not returning any results - always 404 Not Found.
Expected behavior
Expect the examples to function
Current behavior
All APIs in examples fail with
{"statusCode":404,"error":"Not Found","message":"Not Found","errorCode":"Not Found","errorMessage":"Not Found","httpStatusCode":404,"ok":false,"trackingId":"*REMOVED UUID*"}
or similar error message.
Steps to reproduce
- Have SCM Pro with licensed NGFW devices (both physical and/or VMs.)
- Make auth request for bearer token.
- Make a request to
https://api.strata.paloaltonetworks.com/config/setup/v1/devices using bearer token, retrieve device serial from id field.
- Make any request in the operations docs for that retrieved device serial/id, for example
https://api.strata.paloaltonetworks.com/operations/v1/local-config/versions?device=<device id here>
- Get error message above.
Context
Trying to log config changes via API and backup NGFW configurations via SCM. The SCM UI shows diffs correctly using private internal SCM APIs, trying to have the same behavior via SCM API scripts.
It's definitely possible I could be making the requests wrong - but even the pan.dev website examples with bearer token/device serial entered also fail.
The SCM NGFW Operations APIs (under the page here) are not returning any results - always
404 Not Found.Expected behavior
Expect the examples to function
Current behavior
All APIs in examples fail with
or similar error message.
Steps to reproduce
https://api.strata.paloaltonetworks.com/config/setup/v1/devicesusing bearer token, retrieve device serial fromidfield.https://api.strata.paloaltonetworks.com/operations/v1/local-config/versions?device=<device id here>Context
Trying to log config changes via API and backup NGFW configurations via SCM. The SCM UI shows diffs correctly using private internal SCM APIs, trying to have the same behavior via SCM API scripts.
It's definitely possible I could be making the requests wrong - but even the pan.dev website examples with bearer token/device serial entered also fail.