Skip to content

Start-VCFSupportBundle

Synopsis

Starts the support bundle generation.

Syntax

Start-VCFSupportBundle [-json] <String> [<CommonParameters>]

Description

The Start-VCFSupportBundle cmdlet starts the support bundle generation.

Examples

Example 1

Start-VCFSupportBundle -json (Get-Content -Raw .\samples\sos\supportBundleSpec.json)

This example shows how to start the support bundle generation using a JSON specification file.

Sample JSON: Support Bundle Generation
{
    "logs": {
        "apiLogs": false,
        "esxLogs": false,
        "nsxLogs": false,
        "sddcManagerLogs": true,
        "systemDebugLogs": false,
        "vcLogs": false,
        "vmScreenshots": false,
        "vraLogs": false,
        "vrliLogs": false,
        "vropsLogs": false,
        "vrslcmLogs": false,
        "vxrailManagerLogs": false,
        "wcpLogs": false
    },
    "options": {
        "config": {
            "force": false,
            "skipKnownHostCheck": false
        },
        "include": {
            "healthCheck": false,
            "summaryReport": false
        }
    },
    "scope": {
        "domains": [ {
            "clusterNames": [ "" ],
            "domainName": ""
        } ],
        "includeFreeHosts": false
    }
}

Parameters

-json

Specifies the JSON specification to be used.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.