Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > ReplicationService Service >

purgeLog() Method


Clean replication the specified logs.

Signature

void purgeLog (String[] items, DateTime timestamp, String sessionID);

Argument
Description

String[] items

List of folder paths to clean.

DateTime timestamp

Cleans only those log items where the last modified time is earlier than the timestamp

String sessionID

A string value that contains the session ID to log off from the SOAP session. The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Siebel Analytics Web Services Guide