Logs

Download controller logs as a zip file

Sample request 

Download controller logs from all team members:

GET /sdn/v2.0/logs

There is no request body for this API.

Sample response 

Response data is an application/octet stream of the zip file containing the controller(s)'s logs.

Response codes 

  • Normal: OK (200)

  • Error: Unauthorized (401), Not Found (404), Service Unavailable (503)

Logs/local

Download the local controller logs as a zip file

Sample request 

Download local controller logs:

GET /sdn/v2.0/logs/local

There is no request body for this API.

Sample response 

Response data is an application/octet stream of the zip file containing the controller's logs.

Response codes 

  • Normal: OK (200)

  • Error: Unauthorized (401), Not Found (404), Service Unavailable (503)