Skip to main content

Support API

Introduction

This endpoint allows us to download a support zip from an instance.

Endpoints

Supportzip

GET /service/rest/v1/support/supportzip

This endpoint allows us to download a support zip from an instance.

Curl Example

curl -u admin:admin123 -X POST "http://localhost:8081/service/rest/v1/support/supportzip" -H "accept: application/octet-stream" -H "Content-Type: application/json" -d "{ \"systemInformation\": true, \"threadDump\": true, \"metrics\": true, \"configuration\": true, \"security\": true, \"log\": true, \"taskLog\": true, \"auditLog\": true, \"jmx\": true, \"limitFileSizes\": true, \"limitZipSize\": true}" --output supportzip.zip

The response body contains the support zip.