EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Audit Logs

GET /audit/logs

Retrieves the bulk auditlogs and alerts based on passed request paramters or hour).


Query Parameters

time_bucketTime bucket for retrieval of auditlogs. Acceptable formats are: yyyy-MM-dd'T'HH for hour bucket, yyyy-MM-dd'T'HH:mm for minute bucket
startOverrided if timeBucket specified .start time for retieval of auditlogs. formats are: yyyy-MM-dd'T'HH
endOverride if timeBucket specified .end time for retieval of auditlogs. formats are: yyyy-MM-dd'T'HH
service_typeservice type for retrieval of auditlogs
userthe user of auditlogs to retrieve
resultthe result of auditlogs to retrieve
keywordthe containing keyword of auditlog to retrive
languageLanuage for the auditlog description. "en_US" by default

Required Roles

  • SYSTEM_AUDITOR

Response Body

Output stream of auditlogs or an error status.