Click or drag to resize

SolidFireElementCreateSupportBundleAsync Method (CreateSupportBundleRequest, CancellationToken)

CreateSupportBundle enables you to create a support bundle file under the node's directory. After creation, the bundle is stored on the node as a tar.gz file.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateSupportBundleResult> CreateSupportBundleAsync(
	CreateSupportBundleRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiCreateSupportBundleRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskCreateSupportBundleResult

Implements

ISolidFireElementCreateSupportBundleAsync(CreateSupportBundleRequest, CancellationToken)
See Also