REST API - Support package download

Assignee

Reporter

Sprint

Description

Simply provides server logs new REST API.  

Optional parameters to choose details like:

  • which type?

  • zipped?

  • all rolled files?

Steps to reproduce

None

Activity

Show:

Tomas Horsky July 10, 2023 at 7:10 AM
Edited

Added new endpoint:

  • GET /server/support-package
    Downloads the support package zip from the node where the request was sent to.

Parameters:

  • includeServerConfiguration - Include Server configuration in the package (may contain sensitive data). Default is false.

  • limitSize - If true, package size is limited to the maximum allowed size of support ticket attachment. Default is true.

Pavel Švec February 23, 2021 at 1:55 PM
Edited

In cluster environment, it is necessary to log into separate environments and download them one by one at the moment which takes a long time and effort.
Nice to have feature might be to limit specific server logs. Often, it is necessary to only download Performance.log or All.log

This ticket is a successor of https://cloverdx.atlassian.net/browse/CLO-17285#icft=CLO-17285, originally created for Simple HTTP API.

Fixed

Details

Priority

Fix versions

QA Testing

UNDECIDED

QA Test Identification

Components

Created February 23, 2021 at 1:53 PM
Updated October 3, 2023 at 8:44 AM
Resolved July 10, 2023 at 7:11 AM