Join the Conversation

To sign in, use your existing MySonicWall account. To create a free MySonicWall account click "Register".

export/current-config/cli returns "API endpoint is incomplete"

davetapleydavetapley Newbie ✭
edited November 2020 in Entry Level Firewalls

Per the swagger docs, I'm trying to hit /api/sonicos/export/current-config/cli, but when I do I get :

{
  "status": {
    "success": false,
    "info": [
      {
        "level": "error",
        "code": "E_INVALID_API_CALL",
        "message": "API endpoint is incomplete."
      }
    ]
  }
}

I've tried using both Basic Auth, and Bearer Token (via the Swagger interface), both cause the same error.

Is this a case of bad / missing documentation? If so how do a get a dump of the config via the API?

Category: Entry Level Firewalls
Reply

Best Answers

Sign In or Register to comment.