GetAuditLog

Syntax

GetAuditLogResult GetAuditLog(AuditLogId tLog, GetAuditLogArgs tArg)

Parameters

tLog. Access protocol moniker.

tArg. Operation execution parameters.

Description

The GetAuditLog operation extracts access protocol records in accordance with the specified settings.

Comments

Depending on the parameters that are used to execute the OpenAuditLog operation, this operation enables the user to get one of the following lists of access protocol records:

To execute the GetAuditLog operation, specify opened access protocol instance moniker in the tLog field, and in the tArg field specify parameters for retrieving information about protocol records. The moniker can be obtained on executing the OpenAuditLog operation.

Example

The example of getting records from the opened instance of the access protocol. The request contains moniker of the access protocol and the number of records, information on which must be retrieved.

SOAP

JSON

C#

See also:

Common Operations