GET – BMC Audit event log entries
Use the GET method to retrieve properties in Audit log entries for a server.
Request URL
https://<SMM_IPADDR>/redfish/v1/Managers/bmc/LogServices/AuditLog/Entries
Request body
None
Response body
- The range of X is 1 to (232 – 1).
- The max count of standard log is 1024.
Field | Type | Description | |||
|---|---|---|---|---|---|
Description | String | “Collection of Audit Log Entries.” | |||
EventGroupId | Integer | 0, an identifier that correlates events with the same cause. | |||
Members | Array | Items: object Item count:: 0 ~ 1024 | |||
Members[N] | Object | Expanded | |||
Id | Number | The value of records. | |||
Message | String | The message of the log entry. | |||
Name | String | “Audit Log Entry” | |||
Name | String | “Audit Log Entries Collection” | |||
Note
The AuditLog will sync the audit logs from backend automatically after the nginx is ready.
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 500 | InternalError |
Give documentation feedback