HP OneView REST API Reference

audit-logs
audit-logs.html[10/17/2013 10:35:12 AM]
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
void
Response Codes
REST API Response Codes
Examples
Below example downloads the audit-logs
GET https://{appl}/rest/audit-logs/download
AuditLogRecordDetail
type: object
Properties
dateTimeStamp: type: number
componentId: description: Component ID that this audit log record belongs to
type: string
organizationId: description: Organization ID that this audit log record belongs to
type: string
userId: description: ID of the user who created this audit log entry
type: string
domain: description: Domain name that this audit log record belongs to
type: string
loggingId: description: LoggingId used to uniquely identify the audit log records belonging to a
specified session
type: string
readonly: true
sourceIp: description: Client source IP from which the action originated. The default setting is
null/empty.
type: string
result: description: Result of the action performed, such as SUCCESS, FAILURE,
SOME_FAILURES, CANCELED or KILLED
type: string
action: description: Action being performed, such as ADD, MODIFY, DELETE, ACCESS,
RUN, LIST, ENABLE, DISABLE, RESTORE, SAVE, SETUP, UNSETUP,
DEPLOY, START, DONE, KILLED, CANCELED, LOGIN or LOGOUT