Data Object - DiagnosticManagerAuditRecordResult(vim.DiagnosticManager.AuditRecordResult)

Returned by
FetchAuditRecords
Extends
DynamicData
Since
vSphere API 7.0.3.0

Data Object Description

Properties

Name Type Description
nextTokenxsd:string

The token to be used for subsequent read operations. The string is "opaque"; the format of this data changes over time.
records*xsd:string[]

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).

Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition