Use the Log Collection API to collect the log files, or request a download of the log files in one collected zipped file.
create: Creates one request to collect the log files, and begins collecting them.
delete: Deletes one log collection.
get: Returns the log collection item, using the URL https://<server>/unifiedconfig/config/logcollection/<id>.
list: Retrieves a list of collection requests.
refURL: The refURL of the log collection. See Shared Parameters.
startDateTime: The start date of the logs collected.
endDateTime: The end date of the logs collected.
description: See Shared Parameters.
components: A list of components for which logs are collected. Defaults to all components if the list is blank or not provided. Possible component values include:
status.state: The status of the collection request: IN_PROGRESS, DONE, or ERROR.
status.apiErrors: The error indicating why the collection request failed. Returned when status.state is ERROR.
resultsFile: Zipped file containing logs collected. Includes the following parameters:
<logCollection> <refURL>/unifiedconfig/config/logcollection/1</refURL> <status> <state>IN_PROGRESS</state> </status> <components> <component>1</component> <component>2</component> </components> <description>this is a log collection to see if ____</description> <startDateTime>1368564152000</startDateTime> <endDateTime>1368564156000</endDateTime> <resultsFile> <refUrl>/unifiedconfig/config/logcollection/(id)/log</refUrl> <size>450</size> </resultsFile> </logCollection>