Retrieving Action Log

Use the get-events operation to retrieve the Action log starting from a specified action. For information on retrieving the ID of last action, refer to the Retrieving ID of Last Action section.

If you interact with Plesk 9 through API RPC 1.5.2.1 and earlier versions, each reseller-related action will be tracked as a client-related action. The following table summarizes the mapping of reseller-related actions to client-related actions.

Action Name in Plesk 9

Object Class

Event Type

Reseller account created

client

created

Reseller limit updated

client_limits

updated

Reseller status changed

client

status_changed

Reseller preferences changed

client_prefs

updated

Reseller permissions changed

client_perms

updated

Reseller's IP pool changed

client_ip_pool

updated

Reseller exceeds traffic limit

client_limit_traffic

exceeded

Reseller exceeds size limit

client_limit_size

exceeded

Reseller account removed

client

deleted

In this section:

Request Packet

Response Packet Structure

Response Samples