DiagnosticManagerAuditRecordResult

DiagnosticManagerAuditRecordResult
DiagnosticManagerAuditRecordResult

Since: vSphere API Release 7.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "records": [
        "string"
    ],
    "nextToken": "string"
}
array of string
records
Optional

Zero or more audit records returned.

Each audit record is a UTF-8 string in RFC 5424 format. See RFC 5424, page 8, for the ABNF grammar.

The HOSTNAME and MSGID fields are set to "-", the structured data contains the audit record parameters, no unstructured data will be present, and each record is terminated with an ASCII LF (newline).

string
nextToken
Required

The token to be used for subsequent read operations.

The string is "opaque"; the format of this data changes over time.

Availability
Added in vSphere API Release 7.0.3.0