| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationContainersLogsResponse> |
CorporationApi.getCorporationsCorporationIdContainersLogs(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get all corporation ALSC logs Returns logs recorded in the past seven
days from all audit log secure containers (ALSC) owned by a given
corporation --- This route is cached for up to 600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_container_logs.v1
|
ApiResponse<List<CorporationContainersLogsResponse>> |
CorporationApi.getCorporationsCorporationIdContainersLogsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get all corporation ALSC logs Returns logs recorded in the past seven
days from all audit log secure containers (ALSC) owned by a given
corporation --- This route is cached for up to 600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-corporations.read_container_logs.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdContainersLogsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationContainersLogsResponse>> _callback)
Get all corporation ALSC logs (asynchronously) Returns logs recorded in
the past seven days from all audit log secure containers (ALSC) owned by
a given corporation --- This route is cached for up to 600 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-corporations.read_container_logs.v1
|
Copyright © 2021. All Rights Reserved.