GenerateLogBundlesRequestType

GenerateLogBundlesRequestType
GenerateLogBundlesRequestType

The parameters of GenerateLogBundles_Task.

JSON Example
{
    "includeDefault": false,
    "host": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
boolean
includeDefault
Required

Specifies if the bundle should include the default server. If called on a VirtualCenter server, then this means the VirtualCenter diagnostic files. If called directly on a host, then includeDefault must be set to true.

host
Optional

Lists hosts that are included. This is only used when called on VirtualCenter. If called directly on a host, then this parameter must be empty.