Generates a support bundle

post/backup-recovery/v1beta1/protection-store-gateways/{id}/generate-support-bundle

Generate a support bundle

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the object

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Request Body schema: application/json
required
description
string

Description of the support bundle.

slim
boolean
Default: false

Set support bundle type to slim rather than comprehensive.

Responses
202

Accepted

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

Protection Store Gateway with the given Id does not exist

500

Internal Server Error

Request samples
application/json
{
  • "description": "string",
  • "slim": false
}
Response samples
application/json
{ }