Skip to content

SCM NGFW Operations APIs not working #1202

@ebob9

Description

@ebob9

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

  1. Have SCM Pro with licensed NGFW devices (both physical and/or VMs.)
  2. Make auth request for bearer token.
  3. Make a request to https://api.strata.paloaltonetworks.com/config/setup/v1/devices using bearer token, retrieve device serial from id field.
  4. 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>
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions