BrowseDiagnosticLogRequestType
BrowseDiagnosticLogRequestType
The parameters of BrowseDiagnosticLog.
JSON Example
{
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"key": "string",
"start": 0,
"lines": 0
}
string
key
Required
A string key specifying the key for the log file to browse. Keys can be obtained using the queryDescriptions method.
integer As int32 As int32
start
Optional
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.
integer As int32 As int32
lines
Optional
The number of lines to return. If not specified, then all lines are returned from the start value to the end of the file.