Generate a new support-bundle

post/backup-recovery/v1beta1/data-orchestrators/{id}/generate-support-bundle

Generate a new support-bundle.

Securitybearer
Request
path Parameters
id
required
string <uuid>

id of the Data Orchestrator.

Request Body schema: application/json
required
description
string <= 255 characters

A brief description about the support-bundle.

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

412

Precondition failed

500

Internal server error

503

Service not available

Request samples
application/json
{
  • "description": "This is a support-bundle generated to help investigate a failure."
}
Response samples
application/json
{ }