Click or drag to resize

SolidFireElementCreateSupportBundle Method (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 CreateSupportBundleResult CreateSupportBundle(
	string BundleName = null,
	string ExtraArgs = null,
	Nullable<long> TimeoutSec = null
)

Parameters

BundleName (Optional)
Type: SystemString
ExtraArgs (Optional)
Type: SystemString
TimeoutSec (Optional)
Type: SystemNullableInt64

Return Value

Type: CreateSupportBundleResult

Implements

ISolidFireElementCreateSupportBundle(String, String, NullableInt64)
See Also