Hi, I also have a filter case would like to confirm. The target it LogEntry collection. The actual response is like below.
Is "$filter" can be supported in this resource to filter specific logs. If yes, how we give the URL command. The example I have is something like "GET /redfish/v1/Managers/Self/LogServices/AuditLog/Entries?$filter=Members/any(item: item/EntryType eq 'Event')" but this looks also out of SPEC scope.
Actual Response:
{
"@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
"@odata.etag": "\"1690357051\"",
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries",
"@odata.type": "#LogEntryCollection.LogEntryCollection",
"Description": "Collection of entries for this log service",
"Members": [
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/1",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-10T03:57:56-04:00",
"Description": "The value of attribute Password at /redfish/v1/AccountService/Accounts/1 was successfully updated from ***** to *****.",
"EntryType": "Event",
"EventTimestamp": "2023-07-10T03:57:56-04:00",
"Id": "1",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/AccountService/Accounts/1"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute Password at /redfish/v1/AccountService/Accounts/1 was successfully updated from ***** to *****.",
"MessageArgs": [
"Password",
"/redfish/v1/AccountService/Accounts/1",
"*****",
"*****"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 1",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/2",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-10T03:57:59-04:00",
"Description": "The value of attribute Password at /redfish/v1/AccountService/Accounts/4 was successfully updated from ***** to *****.",
"EntryType": "Event",
"EventTimestamp": "2023-07-10T03:57:59-04:00",
"Id": "2",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/AccountService/Accounts/4"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute Password at /redfish/v1/AccountService/Accounts/4 was successfully updated from ***** to *****.",
"MessageArgs": [
"Password",
"/redfish/v1/AccountService/Accounts/4",
"*****",
"*****"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 2",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/3",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-18T04:37:57-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-18T04:37:57-04:00",
"Id": "3",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"MessageArgs": [
"CommandShell/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true",
"false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 3",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/4",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-18T04:44:23-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-18T04:44:23-04:00",
"Id": "4",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"MessageArgs": [
"CommandShell/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true",
"false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 4",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/5",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-18T04:44:26-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-18T04:44:26-04:00",
"Id": "5",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"MessageArgs": [
"CommandShell/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true",
"false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 5",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/6",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-18T04:44:28-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-18T04:44:28-04:00",
"Id": "6",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"MessageArgs": [
"CommandShell/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true",
"false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 6",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/7",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-18T04:44:29-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-18T04:44:29-04:00",
"Id": "7",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"MessageArgs": [
"CommandShell/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true",
"false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 7",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/8",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-18T04:44:40-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-18T04:44:40-04:00",
"Id": "8",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true to false.",
"MessageArgs": [
"CommandShell/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true",
"false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 8",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/9",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-19T03:12:39-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled, GraphicalConsole/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true, true, true to false, false, false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-19T03:12:39-04:00",
"Id": "9",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled, GraphicalConsole/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true, true, true to false, false, false.",
"MessageArgs": [
"CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled, GraphicalConsole/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true, true, true",
"false, false, false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 9",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/10",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-19T03:12:48-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true, true to false, false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-19T03:12:48-04:00",
"Id": "10",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true, true to false, false.",
"MessageArgs": [
"CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true, true",
"false, false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 10",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/11",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-19T03:12:56-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true, true to false, false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-19T03:12:56-04:00",
"Id": "11",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true, true to false, false.",
"MessageArgs": [
"CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true, true",
"false, false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 11",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/12",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-19T03:20:05-04:00",
"Description": "The value of attribute CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true, true to false, false.",
"EntryType": "Event",
"EventTimestamp": "2023-07-19T03:20:05-04:00",
"Id": "12",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled at /redfish/v1/Managers/Self was successfully updated from true, true to false, false.",
"MessageArgs": [
"CommandShell/ServiceEnabled, SerialConsole/ServiceEnabled",
"/redfish/v1/Managers/Self",
"true, true",
"false, false"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 12",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/13",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:22-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:22-04:00",
"Id": "13",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 13",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/14",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:22-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:22-04:00",
"Id": "14",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 14",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/15",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:23-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:23-04:00",
"Id": "15",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 15",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/16",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:23-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:23-04:00",
"Id": "16",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 16",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/17",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:24-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:24-04:00",
"Id": "17",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 17",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/18",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:24-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:24-04:00",
"Id": "18",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 18",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/19",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:25-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:25-04:00",
"Id": "19",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 19",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/20",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:25-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:25-04:00",
"Id": "20",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 20",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/21",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:25-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:25-04:00",
"Id": "21",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 21",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/22",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:26-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:26-04:00",
"Id": "22",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 22",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/23",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:26-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:26-04:00",
"Id": "23",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 23",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/24",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:27-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:27-04:00",
"Id": "24",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 24",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/25",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:27-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:27-04:00",
"Id": "25",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 25",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/26",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:28-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:28-04:00",
"Id": "26",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 26",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/27",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:28-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:28-04:00",
"Id": "27",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 27",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/28",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:29-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:29-04:00",
"Id": "28",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 28",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/29",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:29-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:29-04:00",
"Id": "29",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 29",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/30",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:29-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:29-04:00",
"Id": "30",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 30",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/31",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:30-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:30-04:00",
"Id": "31",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 31",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/32",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:30-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:30-04:00",
"Id": "32",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 32",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/33",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:30-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:30-04:00",
"Id": "33",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 33",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/34",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:31-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:31-04:00",
"Id": "34",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 34",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/35",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:31-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:31-04:00",
"Id": "35",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 35",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/36",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:32-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:32-04:00",
"Id": "36",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 36",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/37",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:32-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:32-04:00",
"Id": "37",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 37",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/38",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:32-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:32-04:00",
"Id": "38",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 38",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/39",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:33-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:33-04:00",
"Id": "39",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 39",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/40",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:33-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:33-04:00",
"Id": "40",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 40",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/41",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:34-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:34-04:00",
"Id": "41",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 41",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/42",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:34-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:34-04:00",
"Id": "42",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 42",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/43",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:34-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:34-04:00",
"Id": "43",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 43",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/44",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:35-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:35-04:00",
"Id": "44",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 44",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/45",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:35-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:35-04:00",
"Id": "45",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 45",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/46",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:36-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:36-04:00",
"Id": "46",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 46",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/47",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:36-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:36-04:00",
"Id": "47",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 47",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/48",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:37-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:37-04:00",
"Id": "48",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 48",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/49",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:37-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:37-04:00",
"Id": "49",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 49",
"Severity": "OK"
},
{
"@odata.id": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries/50",
"@odata.type": "#LogEntry.v1_12_0.LogEntry",
"Created": "2023-07-26T03:36:38-04:00",
"Description": "The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"EntryType": "Event",
"EventTimestamp": "2023-07-26T03:36:38-04:00",
"Id": "50",
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Managers/Self/HostInterfaces/Self"
}
},
"Message": "User: Administrator, IP: 192.168.0.110, Protocol: https - The value of attribute InterfaceEnabled at /redfish/v1/Managers/Self/HostInterfaces/Self was successfully updated from true to true.",
"MessageArgs": [
"InterfaceEnabled",
"/redfish/v1/Managers/Self/HostInterfaces/Self",
"true",
"true"
],
"MessageId": "Security.1.0.ResourceModified",
"Name": "Audit Log Entry 50",
"Severity": "OK"
}
],
"
[email protected]": 150,
"
[email protected]": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries?$skip=50",
"Name": "Log Service Entries Collection"
}