ISolidFireElementCreateSupportBundleAsync 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 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:
TaskCreateSupportBundleResultSee Also