BrowseDiagnosticLogRequestType
The parameters of BrowseDiagnosticLog.
{
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"key": "string",
"start": 0,
"lines": 0
}
Specifies the host. If not specified, then it defaults to the default server. For example, if called on VirtualCenter, then the value defaults to VirtualCenter logs.
A string key specifying the key for the log file to browse. Keys can be obtained using the queryDescriptions method.
The line number for the first entry to be returned. If the parameter is not specified, then the operation returns with lines starting from the top of the log.
The number of lines to return. If not specified, then all lines are returned from the start value to the end of the file.