Summary:
Retrieves Virtuozzo Containers log data.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Start time of the log. |
|
|
|
End time of the log. |
|
|
|
|
The number of records from the end of the log to include in the result set. If this element is omitted, all available records will be retrieved. |
|
|
Additional options. |
|
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
|
Log data. |
Example:
Input
<packet version="4.0.0">
<target>vzaenvm</target>
<data>
<vzaenvm>
<get_log>
<start_time>2006-05-28T19:05:30-0500</start_time>
<end_time>2007-08-28T19:05:30-0500</end_time>
<records>10</records>
<options>
<type>1</type>
<options>
</get_log>
</vzaenvm>
</data>
</packet>