|
|
Description
The Container Log API shows the corporation container audit log.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-12-22 05:46:20</currentTime>
<result>
<rowset name="containerLog" key="logTime" columns="logTime,itemID,itemTypeID,actorID,actorName,flag,locationID,action,passwordType,typeID,quantity,oldConfiguration,newConfiguration">
<row logTime="2010-12-21 06:46:21" itemID="1112882911" itemTypeID="17368" actorID="830582" actorName="Halomisty" flag="121" locationID="1255401" action="Lock" passwordType="" typeID="39" quantity="3" oldConfiguration="" newConfiguration="" />
<row logTime="2010-12-21 06:46:18" itemID="1112882911" itemTypeID="17368" actorID="830582" actorName="Halomisty" flag="121" locationID="1255401" action="Lock" passwordType="" typeID="34" quantity="37962" oldConfiguration="" newConfiguration="" />
<row logTime="2010-12-21 06:46:18" itemID="1112882911" itemTypeID="17368" actorID="830582" actorName="Halomisty" flag="121" locationID="1255401" action="Lock" passwordType="" typeID="35" quantity="21882379" oldConfiguration="" newConfiguration="" />
<row logTime="2010-12-21 06:46:18" itemID="1112882911" itemTypeID="17368" actorID="830582" actorName="Halomisty" flag="121" locationID="1255401" action="Lock" passwordType="" typeID="38" quantity="25" oldConfiguration="" newConfiguration="" />
<row logTime="2010-12-21 06:46:18" itemID="1112882911" itemTypeID="17368" actorID="830582" actorName="Halomisty" flag="121" locationID="1255401" action="Lock" passwordType="" typeID="36" quantity="5048" oldConfiguration="" newConfiguration="" />
<row logTime="2010-12-21 06:46:18" itemID="1112882911" itemTypeID="17368" actorID="830582" actorName="Halomisty" flag="121" locationID="1255401" action="Lock" passwordType="" typeID="40" quantity="10" oldConfiguration="" newConfiguration="" />
</rowset>
</result>
<cachedUntil>2010-12-22 08:25:57</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| logTime
| date string
| Timestamp of the audit log.
|
| itemID
| int
| ID of the container that this log entry belongs to.
|
| itemTypeID
| int
| ID of the itemType.
|
| actorID
| int
| The ID of the character that made the change.
|
| actorName
| varchar
| Name of the character that made this change.
|
| flag
| int
| Flag Identifier.
|
| locationID
| int
| ID of the location where the container is located.
|
| action
| varchar
| What was done in the audit log.
|
| passwordType
| varchar
| Which password type was changed.
|
| typeID
| int
| ID of the item type in log.
|
| quantity
| int
| Quantity of items added/remove/locked.
|
Top Contributors For This Page
|