Retrieve an audit group entry
GET /audit/{requestId}
Retrieves the audit group entry for the specified request ID.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
requestId |
string |
path |
True |
|
records |
boolean |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
_id |
integer |
True |
|
id |
string |
True |
Audit group public ID |
requestId |
string |
True |
Request ID of an action associated with the audit group |
startDate |
integer |
True |
Start date |
endDate |
integer |
False |
End date |
actionName |
string |
True |
Audit group name |
status |
string |
False |
Audit group status |
userName |
string |
False |
Name of the user who performed the action |
tenantName |
string |
False |
Name of the tenant |
workingEnvironmentName |
string |
False |
Name of the system related to the user action |
actionParameters |
string |
False |
Parameters of the user action |
records |
array[AuditGroupSummaryRecord] |
True |
List of audit records |
errorMessage |
string |
False |
Audit failure information (if relevant) |
version |
string |
True |
Version of NetApp Console used to create this audit |
parentId |
False |
||
userId |
string |
False |
|
workingEnvironmentId |
string |
False |
|
containsFailedRecords |
boolean |
False |
|
containsRecords |
boolean |
False |
Definitions
See Definitions
AuditGroupSummaryRecord
| Name | Type | Required | Description |
|---|---|---|---|
id |
string |
True |
Audit record public ID |
date |
integer |
True |
Date |
actionName |
string |
True |
Action |
status |
string |
True |
Status |
parameters |
string |
False |
Action parameters |
errorMessage |
string |
False |
Audit failure information (if relevant) |
count |
integer |
True |
Aggregated count of similar records |
parentId