Click or drag to resize

SolidFireElementCreateSupportBundleAsync Method (CancellationToken, String, String, NullableInt64)

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(
	CancellationToken cancellationToken,
	string BundleName = null,
	string ExtraArgs = null,
	Nullable<long> TimeoutSec = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
BundleName (Optional)
Type: SystemString
ExtraArgs (Optional)
Type: SystemString
TimeoutSec (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskCreateSupportBundleResult

Implements

ISolidFireElementCreateSupportBundleAsync(CancellationToken, String, String, NullableInt64)
See Also