Esx. Settings. Hosts. Configuration. Audit Records List
Retrieves audit information about the configuration actions performed on the standalone host.
Warning: this operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires VcIntegrity.StandaloneHostConfiguration.View.
- The resource HostSystem referenced by the parameter host requires VcIntegrity.StandaloneHostConfiguration.View.
Identifier of the host.
The parameter must be an identifier for the resource type: HostSystem.
used to filter the audit records.
If missing or null returns all available audit records associated with host
List of audit records that match the given operations An operation in operations can be any of
- Export
- Remediate
- Checkcompliance
- Precheck
- Transition-Enable
- Draft-List
- Draft-Create
- Draft-ImportFromHost
- Draft-Get
- Draft-ExportConfig
- Draft-Update
- Draft-ShowChanges
- Draft-CheckCompliance
- Draft-Precheck
- Draft-Delete
- Draft-Apply
- Draft-GetSchema
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
If missing or null or empty, records with any operation match the filter.
List of audit records that match the given users
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
If missing or null or empty, records with any users match the filter.
List of audit records that match the given start time i.e. occurred after the DateTime start.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
List of audit records that match the given end time i.e. occurred before the DateTime end.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
audit information about the standalone host
[
"Esx.Settings.Hosts.Configuration.AuditRecords.Info Object"
]
If the host is not a standalone host.
"Vapi.Std.Errors.InvalidArgument Object"
If the caller is not authenticated.
"Vapi.Std.Errors.Unauthenticated Object"
If the user doesn't not have the required privileges.
"Vapi.Std.Errors.Unauthorized Object"
If there is no host associated with
"Vapi.Std.Errors.NotFound Object"
If the service is not available.
"Vapi.Std.Errors.ServiceUnavailable Object"
curl -H 'Authorization: <value>' https://{api_host}/esx/settings/hosts/{host}/configuration/audit-records