<< Back to GIL API Documentation
Returns a list of the available logfiles.
api/logfiles[.format]
Example: api/logfiles.xml
Omitted format defaults to html.
html, xml, json
GET
| Element | Description |
|---|---|
| sizeInBytes | The size of the listed logfile in bytes. |
| name | The uri to download the listed logfile. |
| lastModified | A timestamp for the last modification of the logfile. |
<logfiles>
<logfile>
<sizeInBytes>1001</sizeInBytes>
<name>http://localhost:9980/api/logfiles/example.log</name>
<lastModified>2010-04-12T15:32:44+02:00</lastModified>
</logfile>
<logfile>
<sizeInBytes>1093</sizeInBytes>
<name>http://localhost:9980/api/logfiles/example.log.1</name>
<lastModified>2010-04-12T15:32:44+02:00</lastModified>
</logfile>
<logfile>
<sizeInBytes>1096</sizeInBytes>
<name>http://localhost:9980/api/logfiles/example.log.2</name>
<lastModified>2010-04-12T15:32:42.015+02:00</lastModified>
</logfile>
</logfiles>