SupportBundle

Generates support bundle

Generates support bundle

SecurityApiKeyAuth
Responses
201

Success

400

Invalid Input provided.

500

Internal Service Unavailable.

post/support-bundle
Response samples
application/json
{
  • "async_task_id": 1,
  • "operation": "SUPPORT_BUNDLE_GENERATE",
  • "reference": "hyperscale-support-20240313-13-18-04.tar.gz",
  • "status": "SUCCEEDED",
  • "start_time": "2024-03-13T13:18:05.366909Z",
  • "end_time": "2024-03-13T13:19:05.955041Z",
  • "cancellable": true
}

Delete an existing support-bundle.

SecurityApiKeyAuth
Request
path Parameters
asyncTaskId
required
integer <int64> >= 1

Numeric ID of the async task.

Responses
200

OK

delete/support-bundle/{asyncTaskId}