Click or drag to resize

ISolidFireElementCreateSupportBundle Method (CreateSupportBundleRequest)

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#
CreateSupportBundleResult CreateSupportBundle(
	CreateSupportBundleRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiCreateSupportBundleRequest

Return Value

Type: CreateSupportBundleResult
See Also