diff --git a/config/crd/bases/metal.harvesterhci.io_inventories.yaml b/config/crd/bases/metal.harvesterhci.io_inventories.yaml
index ab22830..5e003a1 100644
--- a/config/crd/bases/metal.harvesterhci.io_inventories.yaml
+++ b/config/crd/bases/metal.harvesterhci.io_inventories.yaml
@@ -89,12 +89,23 @@ spec:
required:
- connection
type: object
+ events:
+ properties:
+ enabled:
+ type: boolean
+ pollingInterval:
+ default: 1h
+ type: string
+ required:
+ - enabled
+ type: object
managementInterfaceMacAddress:
type: string
primaryDisk:
type: string
required:
- baseboardSpec
+ - events
- managementInterfaceMacAddress
- primaryDisk
type: object
diff --git a/go.mod b/go.mod
index 9be594f..b9a358e 100644
--- a/go.mod
+++ b/go.mod
@@ -8,17 +8,53 @@ require (
github.com/onsi/ginkgo/v2 v2.1.4
github.com/onsi/gomega v1.19.0
github.com/pkg/errors v0.9.1
+ github.com/rancher/dynamiclistener v0.3.3
github.com/rancher/wrangler v1.0.0
- github.com/stretchr/testify v1.7.0
+ github.com/stmcginnis/gofish v0.12.1-0.20220311113027-6072260f4c8d
+ github.com/stretchr/testify v1.8.0
github.com/tinkerbell/rufio v0.0.0-20220601004315-4dc2085adc8e
github.com/tinkerbell/tink v0.6.0
golang.org/x/net v0.0.0-20220531201128-c960675eff93
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
- k8s.io/api v0.24.1
- k8s.io/apimachinery v0.24.1
- k8s.io/client-go v0.24.1
- sigs.k8s.io/controller-runtime v0.12.1
+ k8s.io/api v0.24.2
+ k8s.io/apimachinery v0.24.2
+ k8s.io/client-go v0.24.2
+ sigs.k8s.io/controller-runtime v0.12.2
+
+)
+
+require (
+ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
+ github.com/Microsoft/go-winio v0.5.2 // indirect
+ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
+ github.com/cenkalti/backoff/v4 v4.1.3 // indirect
+ github.com/containerd/continuity v0.3.0 // indirect
+ github.com/docker/cli v20.10.14+incompatible // indirect
+ github.com/docker/docker v20.10.14+incompatible // indirect
+ github.com/docker/go-connections v0.4.0 // indirect
+ github.com/docker/go-units v0.4.0 // indirect
+ github.com/emicklei/go-restful v2.9.5+incompatible // indirect
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
+ github.com/go-openapi/swag v0.19.15 // indirect
+ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
+ github.com/josharian/intern v1.0.0 // indirect
+ github.com/lib/pq v1.10.2 // indirect
+ github.com/mailru/easyjson v0.7.7 // indirect
+ github.com/mitchellh/mapstructure v1.4.1 // indirect
+ github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
+ github.com/opencontainers/go-digest v1.0.0 // indirect
+ github.com/opencontainers/image-spec v1.0.2 // indirect
+ github.com/opencontainers/runc v1.1.2 // indirect
+ github.com/sirupsen/logrus v1.8.1 // indirect
+ github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
+ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
+ github.com/xeipuuv/gojsonschema v1.2.0 // indirect
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
+ sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
)
require (
@@ -32,14 +68,10 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/emicklei/go-restful v2.15.0+incompatible // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/zapr v1.2.3 // indirect
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
- github.com/go-openapi/jsonreference v0.20.0 // indirect
- github.com/go-openapi/swag v0.21.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -48,13 +80,11 @@ require (
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
- github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
- github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
+ github.com/ory/dockertest/v3 v3.9.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
@@ -79,16 +109,16 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
- k8s.io/apiextensions-apiserver v0.24.1 // indirect
- k8s.io/component-base v0.24.1 // indirect
+ k8s.io/apiextensions-apiserver v0.24.2 // indirect
+ k8s.io/component-base v0.24.2 // indirect
k8s.io/klog/v2 v2.60.1 // indirect
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
- sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)
-replace github.com/tinkerbell/tink v0.6.0 => github.com/tinkerbell/tink v0.6.1-0.20220524234633-0a800a4b5e25
-
-replace github.com/tinkerbell/rufio => github.com/tinkerbell/rufio v0.0.0-20220606134123-599b7401b5cc
+replace (
+ github.com/tinkerbell/rufio => github.com/tinkerbell/rufio v0.0.0-20220606134123-599b7401b5cc
+ github.com/tinkerbell/tink v0.6.0 => github.com/tinkerbell/tink v0.6.1-0.20220524234633-0a800a4b5e25
+)
diff --git a/go.sum b/go.sum
index a87aead..5d6deaf 100644
--- a/go.sum
+++ b/go.sum
@@ -52,7 +52,10 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
+github.com/360EntSecGroup-Skylar/excelize v1.4.1/go.mod h1:vnax29X2usfl7HHkBrX5EvSCJcmH3dT9luvxzu8iGAE=
+github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
+github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=
github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
@@ -82,18 +85,29 @@ github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBp
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd/go.mod h1:64YHyfSL2R96J44Nlwm39UHepQbyR5q10x7iYa1ks2E=
+github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA=
+github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c=
+github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
+github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
+github.com/PuerkitoBio/goquery v1.5.0/go.mod h1:qD2PgZ9lccMbQlc7eEOjaeRlFQON7xY8kdmcsrnKqMg=
github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
+github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
+github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
+github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
+github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
+github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
+github.com/andybalholm/cascadia v1.0.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
@@ -101,6 +115,7 @@ github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
+github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
@@ -112,9 +127,12 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84=
github.com/bketelsen/crypt v0.0.4/go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM=
+github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
+github.com/cenkalti/backoff/v4 v4.1.3 h1:cFAlzYUlVYDysBEH2T5hyJZMh3+5+WCBvSnK6Q8UtC4=
+github.com/cenkalti/backoff/v4 v4.1.3/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
@@ -123,9 +141,11 @@ github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5/go.mod h1:/iP1qXHoty45bqomnu2LM+VVyAEdWN+vtSHGlQgyxbw=
+github.com/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAcn+zUUwWxqcaKZlF54wK8E=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
+github.com/cilium/ebpf v0.7.0/go.mod h1:/oI2+1shJiTGAMgl6/RgJr36Eo1jzrRcAWbcXO2usCA=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
@@ -135,38 +155,66 @@ github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWH
github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
+github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8=
github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5/go.mod h1:h6jFvWxBdQXxjopDMZyH2UVceIRfR84bdzbkoKrsWNo=
github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoCr5oaCLELYA=
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI=
+github.com/containerd/console v1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U=
+github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=
+github.com/containerd/continuity v0.3.0/go.mod h1:wJEAIwKOm/pBZuBd0JmeTvnLquTB1Ag8espWhkykbPM=
+github.com/coreos/bbolt v1.3.1-coreos.6/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
+github.com/coreos/etcd v3.3.15+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
+github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
github.com/coreos/go-oidc v2.1.0+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc=
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
+github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
+github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
+github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
+github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
+github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
+github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
+github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=
github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
+github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
+github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd/go.mod h1:dv4zxwHi5C/8AeI+4gX4dCWOIvNi7I6JCSX0HvlKPgE=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
+github.com/docker/cli v20.10.14+incompatible h1:dSBKJOVesDgHo7rbxlYjYsXe7gPzrTT+/cKQgpDAazg=
+github.com/docker/cli v20.10.14+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
+github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
+github.com/docker/docker v20.10.14+incompatible h1:+T9/PRYWNDo5SZl5qS1r9Mo/0Q8AwxKKPtu9S1yxM0w=
+github.com/docker/docker v20.10.14+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
+github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
+github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
+github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
+github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=
+github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM=
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
+github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
+github.com/dustmop/soup v1.1.2-0.20190516214245-38228baa104e/go.mod h1:CgNC6SGbT+Xb8wGGvzilttZL1mc5sQ/5KkcxsZttMIk=
github.com/dvyukov/go-fuzz v0.0.0-20210103155950-6a8e9d1f2415/go.mod h1:11Gm+ccJnvAhCNLlf5+cS9KjtbaD5I5zaZpFMsTHWTw=
+github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
+github.com/emicklei/go-restful v2.9.5+incompatible h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=
github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
-github.com/emicklei/go-restful v2.15.0+incompatible h1:8KpYO/Xl/ZudZs5RNOEhWMBY4hmzlZhhRd9cu+jrZP4=
-github.com/emicklei/go-restful v2.15.0+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
@@ -178,6 +226,8 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/evanphx/json-patch v0.0.0-20200808040245-162e5629780b/go.mod h1:NAJj0yf/KaRKURN6nyi7A9IZydMivZEm9oQLWNjfKDc=
github.com/evanphx/json-patch v0.5.2/go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMikGIFbs31qQ=
+github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
+github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=
@@ -189,6 +239,7 @@ github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSw
github.com/flowstack/go-jsonschema v0.1.1/go.mod h1:yL7fNggx1o8rm9RlgXv7hTBWxdBM0rVwpMwimd3F3N0=
github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
+github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI=
@@ -199,6 +250,8 @@ github.com/getsentry/raven-go v0.2.0/go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49P
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
+github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
+github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
@@ -218,30 +271,72 @@ github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbV
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
+github.com/go-logr/zapr v0.1.0/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk=
github.com/go-logr/zapr v0.4.0/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk=
github.com/go-logr/zapr v1.2.0/go.mod h1:Qa4Bsj2Vb+FAVeAKsLD8RLQ+YRJB8YDmOAKxaBQf7Ro=
github.com/go-logr/zapr v1.2.3 h1:a9vnzlIBPQBBkeaR9IuMUfmVOrQlkoC4YfPoFkX3T7A=
github.com/go-logr/zapr v1.2.3/go.mod h1:eIauM6P8qSvTw5o2ez6UEAfGjQKrxQTl5EoK+Qa2oG4=
+github.com/go-openapi/analysis v0.0.0-20180825180245-b006789cd277/go.mod h1:k70tL6pCuVxPJOHXQ+wIac1FUrvNkHolPie/cLEU6hI=
+github.com/go-openapi/analysis v0.17.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik=
+github.com/go-openapi/analysis v0.18.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik=
+github.com/go-openapi/analysis v0.19.2/go.mod h1:3P1osvZa9jKjb8ed2TPng3f0i/UY9snX6gxi44djMjk=
+github.com/go-openapi/analysis v0.19.5/go.mod h1:hkEAkxagaIvIP7VTn8ygJNkd4kAYON2rCu0v0ObL0AU=
+github.com/go-openapi/errors v0.17.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0=
+github.com/go-openapi/errors v0.18.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0=
+github.com/go-openapi/errors v0.19.2/go.mod h1:qX0BLWsyaKfvhluLejVpVNwNRdXZhEbTA4kxxpKBC94=
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0=
+github.com/go-openapi/jsonpointer v0.17.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M=
+github.com/go-openapi/jsonpointer v0.18.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M=
+github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg=
github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=
github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg=
+github.com/go-openapi/jsonreference v0.17.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I=
+github.com/go-openapi/jsonreference v0.18.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I=
+github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc=
github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8=
+github.com/go-openapi/jsonreference v0.19.5 h1:1WJP/wi4OjB4iV8KVbH73rQaoialJrqv8gitZLxGLtM=
github.com/go-openapi/jsonreference v0.19.5/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg=
-github.com/go-openapi/jsonreference v0.20.0 h1:MYlu0sBgChmCfJxxUKZ8g1cPWFOB37YSZqewK7OKeyA=
-github.com/go-openapi/jsonreference v0.20.0/go.mod h1:Ag74Ico3lPc+zR+qjn4XBUmXymS4zJbYVCZmcgkasdo=
+github.com/go-openapi/loads v0.17.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
+github.com/go-openapi/loads v0.18.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
+github.com/go-openapi/loads v0.19.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
+github.com/go-openapi/loads v0.19.2/go.mod h1:QAskZPMX5V0C2gvfkGZzJlINuP7Hx/4+ix5jWFxsNPs=
+github.com/go-openapi/loads v0.19.4/go.mod h1:zZVHonKd8DXyxyw4yfnVjPzBjIQcLt0CCsn0N0ZrQsk=
+github.com/go-openapi/runtime v0.0.0-20180920151709-4f900dc2ade9/go.mod h1:6v9a6LTXWQCdL8k1AO3cvqx5OtZY/Y9wKTgaoP6YRfA=
+github.com/go-openapi/runtime v0.19.0/go.mod h1:OwNfisksmmaZse4+gpV3Ne9AyMOlP1lt4sK4FXt0O64=
+github.com/go-openapi/runtime v0.19.4/go.mod h1:X277bwSUBxVlCYR3r7xgZZGKVvBd/29gLDlFGtJ8NL4=
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501/go.mod h1:J8+jY1nAiCcj+friV/PDoE1/3eeccG9LYBs0tYvLOWc=
+github.com/go-openapi/spec v0.17.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI=
+github.com/go-openapi/spec v0.18.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI=
+github.com/go-openapi/spec v0.19.2/go.mod h1:sCxk3jxKgioEJikev4fgkNmwS+3kuYdJtcsZsD5zxMY=
+github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo=
+github.com/go-openapi/spec v0.19.5/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk=
+github.com/go-openapi/strfmt v0.17.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU=
+github.com/go-openapi/strfmt v0.18.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU=
+github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY=
+github.com/go-openapi/strfmt v0.19.3/go.mod h1:0yX7dbo8mKIvc3XSKp7MNfxw4JytCfCD6+bY1AVL9LU=
+github.com/go-openapi/strfmt v0.19.5/go.mod h1:eftuHTlB/dI8Uq8JJOyRlieZf+WkkxUuk0dgdHXr2Qk=
github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87/go.mod h1:DXUve3Dpr1UfpPtxFw+EFuQ41HhCWZfha5jSVRG7C7I=
+github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
+github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
+github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
github.com/go-openapi/swag v0.19.14/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
-github.com/go-openapi/swag v0.21.1 h1:wm0rhTb5z7qpJRHBdPOMuY4QjVUMbF6/kwoYeRAOrKU=
-github.com/go-openapi/swag v0.21.1/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
+github.com/go-openapi/swag v0.19.15 h1:D2NRCBzS9/pEY3gP9Nl8aDqGUcPFrwG2p+CNFrLyrCM=
+github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
+github.com/go-openapi/validate v0.18.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4=
+github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2KDnRCRMUi7GTA=
+github.com/go-openapi/validate v0.19.5/go.mod h1:8DJv2CVJQ6kGNpFW6eV9N3JviE1C85nY1c2z52x1Gk4=
+github.com/go-openapi/validate v0.19.8/go.mod h1:8DJv2CVJQ6kGNpFW6eV9N3JviE1C85nY1c2z52x1Gk4=
+github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
+github.com/godbus/dbus/v5 v5.0.6/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4=
+github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
@@ -252,6 +347,7 @@ github.com/golang-jwt/jwt/v4 v4.4.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
+github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
@@ -268,6 +364,7 @@ github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71
github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8=
github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs=
github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
@@ -287,6 +384,8 @@ github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx
github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
+github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450/go.mod h1:Bk6SMAONeMXrxql8uvOKuAZSu8aM5RUGv+1C6IJaEho=
+github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995/go.mod h1:lJgMEyOkYFkPcDKwRXegd+iM6E7matEszMG5HhwytU8=
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e/go.mod h1:0AA//k/eakGydO4jKRoRL2j92ZKSzTgj9tclaCrvXHk=
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
@@ -311,6 +410,7 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
+github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
@@ -334,7 +434,9 @@ github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLe
github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
+github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
+github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
@@ -347,18 +449,25 @@ github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/Oth
github.com/googleapis/gax-go/v2 v2.3.0/go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99EXz9pXxye9YM=
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
github.com/googleapis/gnostic v0.1.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
+github.com/googleapis/gnostic v0.3.1/go.mod h1:on+2t9HRStVgn95RSsFWFz+6Q0Snyqv1awfrALZdbtU=
github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU=
github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA=
github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8=
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
+github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
+github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
+github.com/grpc-ecosystem/go-grpc-middleware v0.0.0-20190222133341-cfaf5686ec79/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
+github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0/go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y=
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
+github.com/grpc-ecosystem/grpc-gateway v1.3.0/go.mod h1:RSKVYQBd5MCa4OVpNdGskqpgL2+G+NZTnrVHpWWfpdw=
github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
+github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q=
github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=
@@ -375,6 +484,7 @@ github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/b
github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
+github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ=
@@ -384,6 +494,7 @@ github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpO
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
+github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=
github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg=
@@ -394,7 +505,9 @@ github.com/jonboulle/clockwork v0.2.2/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUB
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=
+github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
+github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
@@ -410,21 +523,29 @@ github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQL
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
+github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
+github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
+github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
+github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
+github.com/lib/pq v1.10.2 h1:AqzbZs4ZoCBp+GtejcpCpcxM3zlSMx29dXbUSeVtJb8=
+github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
+github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
+github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=
@@ -433,6 +554,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
+github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
+github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=
@@ -447,34 +570,43 @@ github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS4
github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY=
github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
+github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag=
github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc=
github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=
+github.com/moby/sys/mountinfo v0.5.0/go.mod h1:3bMD3Rg+zkqx8MRYPi7Pyb0Ie97QEBmdxbhnCLlSvSU=
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297/go.mod h1:vgPCkQMyxTZ7IDy8SXRufE172gr8+K/JE/7hHFxHW3A=
+github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 h1:dcztxKSvZ4Id8iPpHERQBbIJfabdt4wUm5qy3wOL2Zc=
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6/go.mod h1:E2VnQOmVuvZB6UYnnDB0qG5Nq/1tD9acaOpo6xmt0Kw=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
+github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
+github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8=
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
+github.com/mrunalp/fileutils v0.5.0/go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
-github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
+github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.4.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.10.1/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY=
@@ -483,16 +615,31 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo/v2 v2.1.4 h1:GNapqRSid3zijZ9H77KrgVG4/8KqiyRsxcSxe+7ApXY=
github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47RKZmLU=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
+github.com/onsi/gomega v1.3.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
+github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
+github.com/onsi/gomega v1.8.1/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.15.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0=
github.com/onsi/gomega v1.16.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw=
github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro=
+github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
+github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
+github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=
+github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
+github.com/opencontainers/runc v1.1.2 h1:2VSZwLx5k/BfsBxMMipG/LYUnmqOD/BPkIVgQUcTlLw=
+github.com/opencontainers/runc v1.1.2/go.mod h1:Tj1hFw6eFWp/o33uxGf5yF2BX5yz2Z6iptFpuvbbKqc=
+github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
+github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
+github.com/ory/dockertest/v3 v3.9.1 h1:v4dkG+dlu76goxMiTT2j8zV7s4oPPEppKT8K8p2f1kY=
+github.com/ory/dockertest/v3 v3.9.1/go.mod h1:42Ir9hmvaAPm0Mgibk6mBPi7SFvTXxEcnztDYOJ//uM=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
+github.com/paulmach/orb v0.1.3/go.mod h1:VFlX/8C+IQ1p6FTRRKzKoOPJnvEtA5G0Veuqwbu//Vk=
+github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
@@ -501,11 +648,13 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI=
+github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
+github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM=
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
@@ -519,6 +668,7 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=
github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
+github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
@@ -527,6 +677,7 @@ github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+
github.com/prometheus/common v0.34.0 h1:RBmGO9d/FVjqHT0yUGQwBJhkwKV+wPCn7KGpvfab0uE=
github.com/prometheus/common v0.34.0/go.mod h1:gB3sOl7P0TvJabZpLY5uQMpUqRCPPCyRLCZYc7JZTNE=
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
@@ -534,10 +685,15 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
+github.com/qri-io/starlib v0.4.2-0.20200213133954-ff2e8cd5ef8d/go.mod h1:7DPO4domFU579Ga6E61sB9VFNaniPVwJP5C4bBCu3wA=
+github.com/rancher/dynamiclistener v0.3.3 h1:pNwVc3vzuEHsbqAh1e76asq4aeDzHFV/5Ha/fMsk6EA=
+github.com/rancher/dynamiclistener v0.3.3/go.mod h1:QwTpy+drx4gvPMefrrUUKpVaWiy74O7vNvkwBXJ+s3E=
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08 h1:NxR8Fh0eE7/5/5Zvlog9B5NVjWKqBSb1WYMUF7/IE5c=
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08/go.mod h1:9qZd/S8DqWzfKtjKGgSoHqGEByYmUE3qRaBaaAHwfEM=
+github.com/rancher/wrangler v0.8.9/go.mod h1:Lte9WjPtGYxYacIWeiS9qawvu2R4NujFU9xuXWJvc/0=
github.com/rancher/wrangler v1.0.0 h1:K+GHMhkpgcGIfYgOX9RKdEEiM8o3WjFpI2U0ljxy+bg=
github.com/rancher/wrangler v1.0.0/go.mod h1:TR0R07P5oU6T2bO+6eOX0jcFvKy+zoDd6u+PZ2mHJKg=
+github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
@@ -546,15 +702,19 @@ github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts=
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
+github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg=
+github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
+github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
+github.com/soheilhy/cmux v0.1.3/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE1GqG0=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
@@ -563,6 +723,8 @@ github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTd
github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I=
github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
+github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
+github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU=
github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo=
github.com/spf13/cobra v1.2.1/go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk=
@@ -570,36 +732,59 @@ github.com/spf13/cobra v1.4.0/go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
+github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
+github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE=
github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg=
github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH9Ns=
github.com/spyzhov/ajson v0.4.2/go.mod h1:63V+CGM6f1Bu/p4nLIN8885ojBdt88TbLoSFzyqMuVA=
+github.com/stmcginnis/gofish v0.12.1-0.20220311113027-6072260f4c8d h1:cqKAdqKgyLY3CbHNViBPALcUbbYSXOciB5lppURZ3lE=
+github.com/stmcginnis/gofish v0.12.1-0.20220311113027-6072260f4c8d/go.mod h1:BLDSFTp8pDlf/xDbLZa+F7f7eW0E/CHCboggsu8CznI=
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
+github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
+github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
+github.com/stretchr/testify v1.2.3-0.20181224173747-660f15d67dbb/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
-github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
+github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
+github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
+github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
+github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
+github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tinkerbell/rufio v0.0.0-20220606134123-599b7401b5cc h1:aiF/Ieu+HblpMQtHL4mQUbc9VvdIP/i5Ud6kISZjflk=
github.com/tinkerbell/rufio v0.0.0-20220606134123-599b7401b5cc/go.mod h1:2b7/OCatuqXr3SR7lns/7iKoV4XiXYdUnqwqiUGOsr0=
github.com/tinkerbell/tink v0.6.1-0.20220524234633-0a800a4b5e25 h1:WrprXQjYOKWhVZWEFe3I6/ybHxwKGkCp+i8ZgJ8g1v0=
github.com/tinkerbell/tink v0.6.1-0.20220524234633-0a800a4b5e25/go.mod h1:px5E+SccP2xvZRnHHf8smb8vtKnroXXwx7lGg30igS8=
+github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
+github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
+github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
+github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
+github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw=
+github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE=
+github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU=
+github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
+github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
+github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
+github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
+github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1/go.mod h1:QcJo0QPSfTONNIgpN5RA8prR7fF8nkF6cTWTcNerRO8=
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca/go.mod h1:ce1O1j6UtZfjr22oyGxGLbauSBp2YVXpARAosm7dHBg=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
@@ -609,7 +794,9 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
+go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
+go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg=
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
go.etcd.io/etcd/api/v3 v3.5.1/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
@@ -620,6 +807,9 @@ go.etcd.io/etcd/client/v3 v3.5.1/go.mod h1:OnjH4M8OnAotwaB2l9bVgZzRFKru7/ZMoS46O
go.etcd.io/etcd/pkg/v3 v3.5.0/go.mod h1:UzJGatBQ1lXChBkQF0AuAtkRQMYnHubxAEYIrC3MSsE=
go.etcd.io/etcd/raft/v3 v3.5.0/go.mod h1:UFOHSIvO/nKwd4lhkwabrTD3cqW5yVyYYf/KlD00Szc=
go.etcd.io/etcd/server/v3 v3.5.0/go.mod h1:3Ah5ruV+M+7RZr0+Y/5mNLwC+eQlni+mQmOVdCRJoS4=
+go.mongodb.org/mongo-driver v1.0.3/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM=
+go.mongodb.org/mongo-driver v1.1.1/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM=
+go.mongodb.org/mongo-driver v1.1.2/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
@@ -639,7 +829,10 @@ go.opentelemetry.io/otel/sdk/export/metric v0.20.0/go.mod h1:h7RBNMsDJ5pmI1zExLi
go.opentelemetry.io/otel/sdk/metric v0.20.0/go.mod h1:knxiS8Xd4E/N+ZqKmUPf3gTTZ4/0TjTXukfxjzSTpHE=
go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw=
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
+go.starlark.net v0.0.0-20190528202925-30ae18b8564f/go.mod h1:c1/X6cHgvdXj6pUlmWKMkuqRnW4K8x2vwt6JAaaircg=
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5/go.mod h1:nmDLcffg48OtT/PSW0Hg7FvpRQsQh5OSqIylirxKC7o=
+go.uber.org/atomic v0.0.0-20181018215023-8dc6146f7569/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
+go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
@@ -647,10 +840,13 @@ go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A=
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
go.uber.org/goleak v1.1.12 h1:gZAh5/EyT/HQwlpkCy6wTpqfH9H8Lz8zbm3dZh+OyzA=
+go.uber.org/multierr v0.0.0-20180122172545-ddea229ff1df/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU=
go.uber.org/multierr v1.8.0 h1:dg6GjLku4EH+249NNmoIciG9N/jURbDG+pFlTkhzIC8=
go.uber.org/multierr v1.8.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak=
+go.uber.org/zap v0.0.0-20180814183419-67bc79d13d15/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
+go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo=
go.uber.org/zap v1.19.0/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI=
@@ -662,23 +858,30 @@ go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 h1:Tx9kY6y
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37/go.mod h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
+golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
+golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
+golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
+golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
+golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e h1:T8NU3HyQ8ClP4SEE+KbFlg6n0NhuTsN4MyznaarGsZM=
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
+golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
+golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek=
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY=
@@ -714,9 +917,12 @@ golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY=
golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20180112015858-5ccada7d0a7b/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20181005035420-146acd28ed58/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -724,6 +930,7 @@ golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73r
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
+golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
@@ -733,6 +940,8 @@ golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLL
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
+golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
@@ -755,6 +964,7 @@ golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwY
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
+golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc=
@@ -805,9 +1015,9 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20180117170059-2c42eef0765b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -815,22 +1025,28 @@ golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5h
golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191002063906-3421d5a6bb1c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20191115151921-52ab43148777/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -879,8 +1095,11 @@ golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
@@ -901,6 +1120,7 @@ golang.org/x/term v0.0.0-20220526004731-065cf7ba2467/go.mod h1:jbD1KX2456YbFQfuX
golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
+golang.org/x/text v0.3.1-0.20171227012246-e19ae1496984/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
@@ -909,6 +1129,7 @@ golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
+golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -922,6 +1143,8 @@ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGm
golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20190125232054-d66bd3c5d5a6/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
@@ -931,12 +1154,16 @@ golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBn
golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
+golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
+golang.org/x/tools v0.0.0-20190617190820-da514acc4774/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
golang.org/x/tools v0.0.0-20190624222133-a101b041ded4/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
+golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
+golang.org/x/tools v0.0.0-20191017205301-920acffc3e65/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
@@ -985,8 +1212,12 @@ golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8T
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
+gomodules.xyz/jsonpatch/v2 v2.0.1/go.mod h1:IhYNNY4jnS53ZnfE4PAmpKtDpTCj1JFXc+3mwe7XcUU=
gomodules.xyz/jsonpatch/v2 v2.2.0 h1:4pT439QV83L+G9FkcCriY6EkpcK6r6bK+A5FBUMI7qY=
gomodules.xyz/jsonpatch/v2 v2.2.0/go.mod h1:WXp+iVDkoLQqPudfQ9GBlwB2eZ5DKOnjQZCYdOS8GPY=
+gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485/go.mod h1:2ltnJ7xHfj0zHS40VVPYEAAMTa3ZGguvHGBSJeRWqE0=
+gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw=
+gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e/go.mod h1:kS+toOQn6AQKjmKJ7gzohV1XkqsFehRA2FbsbkopSuQ=
google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
@@ -1112,6 +1343,7 @@ google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiq
google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
+google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
@@ -1156,10 +1388,13 @@ gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLks
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
+gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
+gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw=
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
+gopkg.in/inf.v0 v0.9.0/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
@@ -1170,6 +1405,7 @@ gopkg.in/square/go-jose.v2 v2.2.2/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
+gopkg.in/yaml.v2 v2.0.0/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
@@ -1179,14 +1415,19 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
+gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
+gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
+gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
+gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk=
gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8=
+gotest.tools/v3 v3.2.0 h1:I0DwBVMGAx26dttAj1BtJLAkVGncrkkUXfJLC4Flt/I=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
@@ -1196,44 +1437,77 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6 h1:acCzuUSQ79tGsM/O50VRFySfMm19IoMKL+sZztZkCxw=
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6/go.mod h1:y3MGhcFMlh0KZPMuXXow8mpjxxAk3yoDNsp4cQz54i8=
+k8s.io/api v0.0.0-20190918155943-95b840bb6a1f/go.mod h1:uWuOHnjmNrtQomJrvEBg0c0HRNyQ+8KTEERVsK0PW48=
+k8s.io/api v0.0.0-20191214185829-ca1d04f8b0d3/go.mod h1:itOjKREfmUTvcjantxOsyYU5mbFsU7qUnyUuRfF5+5M=
+k8s.io/api v0.17.2/go.mod h1:BS9fjjLc4CMuqfSO8vgbHPKMt5+SF0ET6u/RVDihTo4=
+k8s.io/api v0.18.0/go.mod h1:q2HRQkfDzHMBZL9l/y9rH63PkQl4vae0xRT+8prbrK8=
k8s.io/api v0.18.8/go.mod h1:d/CXqwWv+Z2XEG1LgceeDmHQwpUJhROPx16SlxJgERY=
k8s.io/api v0.22.2/go.mod h1:y3ydYpLJAaDI+BbSe2xmGcqxiWHmWjkEeIbiwHvnPR8=
k8s.io/api v0.24.0/go.mod h1:5Jl90IUrJHUJYEMANRURMiVvJ0g7Ax7r3R1bqO8zx8I=
-k8s.io/api v0.24.1 h1:BjCMRDcyEYz03joa3K1+rbshwh1Ay6oB53+iUx2H8UY=
-k8s.io/api v0.24.1/go.mod h1:JhoOvNiLXKTPQ60zh2g0ewpA+bnEYf5q44Flhquh4vQ=
+k8s.io/api v0.24.2 h1:g518dPU/L7VRLxWfcadQn2OnsiGWVOadTLpdnqgY2OI=
+k8s.io/api v0.24.2/go.mod h1:AHqbSkTm6YrQ0ObxjO3Pmp/ubFF/KuM7jU+3khoBsOg=
+k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783/go.mod h1:xvae1SZB3E17UpV59AWc271W/Ph25N+bjPyR63X6tPY=
+k8s.io/apiextensions-apiserver v0.17.2/go.mod h1:4KdMpjkEjjDI2pPfBA15OscyNldHWdBCfsWMDWAmSTs=
+k8s.io/apiextensions-apiserver v0.18.0/go.mod h1:18Cwn1Xws4xnWQNC00FLq1E350b9lUF+aOdIWDOZxgo=
k8s.io/apiextensions-apiserver v0.22.2/go.mod h1:2E0Ve/isxNl7tWLSUDgi6+cmwHi5fQRdwGVCxbC+KFA=
k8s.io/apiextensions-apiserver v0.24.0/go.mod h1:iuVe4aEpe6827lvO6yWQVxiPSpPoSKVjkq+MIdg84cM=
-k8s.io/apiextensions-apiserver v0.24.1 h1:5yBh9+ueTq/kfnHQZa0MAo6uNcPrtxPMpNQgorBaKS0=
-k8s.io/apiextensions-apiserver v0.24.1/go.mod h1:A6MHfaLDGfjOc/We2nM7uewD5Oa/FnEbZ6cD7g2ca4Q=
+k8s.io/apiextensions-apiserver v0.24.2 h1:/4NEQHKlEz1MlaK/wHT5KMKC9UKYz6NZz6JE6ov4G6k=
+k8s.io/apiextensions-apiserver v0.24.2/go.mod h1:e5t2GMFVngUEHUd0wuCJzw8YDwZoqZfJiGOW6mm2hLQ=
+k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655/go.mod h1:nL6pwRT8NgfF8TT68DBI8uEePRt89cSvoXUVqbkWHq4=
+k8s.io/apimachinery v0.0.0-20191214185652-442f8fb2f03a/go.mod h1:Ng1IY8TS7sC44KJxT/WUR6qFRfWwahYYYpNXyYRKOCY=
+k8s.io/apimachinery v0.0.0-20191216025728-0ee8b4573e3a/go.mod h1:Ng1IY8TS7sC44KJxT/WUR6qFRfWwahYYYpNXyYRKOCY=
+k8s.io/apimachinery v0.17.2/go.mod h1:b9qmWdKlLuU9EBh+06BtLcSf/Mu89rWL33naRxs1uZg=
+k8s.io/apimachinery v0.18.0/go.mod h1:9SnR/e11v5IbyPCGbvJViimtJ0SwHG4nfZFjU77ftcA=
k8s.io/apimachinery v0.18.8/go.mod h1:6sQd+iHEqmOtALqOFjSWp2KZ9F0wlU/nWm0ZgsYWMig=
k8s.io/apimachinery v0.22.2/go.mod h1:O3oNtNadZdeOMxHFVxOreoznohCpy0z6mocxbZr7oJ0=
k8s.io/apimachinery v0.24.0/go.mod h1:82Bi4sCzVBdpYjyI4jY6aHX+YCUchUIrZrXKedjd2UM=
-k8s.io/apimachinery v0.24.1 h1:ShD4aDxTQKN5zNf8K1RQ2u98ELLdIW7jEnlO9uAMX/I=
-k8s.io/apimachinery v0.24.1/go.mod h1:82Bi4sCzVBdpYjyI4jY6aHX+YCUchUIrZrXKedjd2UM=
+k8s.io/apimachinery v0.24.2 h1:5QlH9SL2C8KMcrNJPor+LbXVTaZRReml7svPEh4OKDM=
+k8s.io/apimachinery v0.24.2/go.mod h1:82Bi4sCzVBdpYjyI4jY6aHX+YCUchUIrZrXKedjd2UM=
+k8s.io/apiserver v0.0.0-20190918160949-bfa5e2e684ad/go.mod h1:XPCXEwhjaFN29a8NldXA901ElnKeKLrLtREO9ZhFyhg=
+k8s.io/apiserver v0.17.2/go.mod h1:lBmw/TtQdtxvrTk0e2cgtOxHizXI+d0mmGQURIHQZlo=
+k8s.io/apiserver v0.18.0/go.mod h1:3S2O6FeBBd6XTo0njUrLxiqk8GNy6wWOftjhJcXYnjw=
k8s.io/apiserver v0.22.2/go.mod h1:vrpMmbyjWrgdyOvZTSpsusQq5iigKNWv9o9KlDAbBHI=
k8s.io/apiserver v0.24.0/go.mod h1:WFx2yiOMawnogNToVvUYT9nn1jaIkMKj41ZYCVycsBA=
-k8s.io/apiserver v0.24.1/go.mod h1:dQWNMx15S8NqJMp0gpYfssyvhYnkilc1LpExd/dkLh0=
+k8s.io/apiserver v0.24.2/go.mod h1:pSuKzr3zV+L+MWqsEo0kHHYwCo77AT5qXbFXP2jbvFI=
+k8s.io/cli-runtime v0.0.0-20191214191754-e6dc6d5c8724/go.mod h1:wzlq80lvjgHW9if6MlE4OIGC86MDKsy5jtl9nxz/IYY=
+k8s.io/cli-runtime v0.17.2/go.mod h1:aa8t9ziyQdbkuizkNLAw3qe3srSyWh9zlSB7zTqRNPI=
k8s.io/cli-runtime v0.22.2/go.mod h1:tkm2YeORFpbgQHEK/igqttvPTRIHFRz5kATlw53zlMI=
+k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90/go.mod h1:J69/JveO6XESwVgG53q3Uz5OSfgsv4uxpScmmyYOOlk=
+k8s.io/client-go v0.0.0-20191214190045-a32a6f7a3052/go.mod h1:tAaoc/sYuIL0+njJefSAmE28CIcxyaFV4kbIujBlY2s=
+k8s.io/client-go v0.0.0-20191219150334-0b8da7416048/go.mod h1:ZEe8ZASDUAuqVGJ+UN0ka0PfaR+b6a6E1PGsSNZRui8=
+k8s.io/client-go v0.17.2/go.mod h1:QAzRgsa0C2xl4/eVpeVAZMvikCn8Nm81yqVx3Kk9XYI=
+k8s.io/client-go v0.18.0/go.mod h1:uQSYDYs4WhVZ9i6AIoEZuwUggLVEF64HOD37boKAtF8=
k8s.io/client-go v0.18.8/go.mod h1:HqFqMllQ5NnQJNwjro9k5zMyfhZlOwpuTLVrxjkYSxU=
k8s.io/client-go v0.22.2/go.mod h1:sAlhrkVDf50ZHx6z4K0S40wISNTarf1r800F+RlCF6U=
k8s.io/client-go v0.24.0/go.mod h1:VFPQET+cAFpYxh6Bq6f4xyMY80G6jKKktU6G0m00VDw=
-k8s.io/client-go v0.24.1 h1:w1hNdI9PFrzu3OlovVeTnf4oHDt+FJLd9Ndluvnb42E=
-k8s.io/client-go v0.24.1/go.mod h1:f1kIDqcEYmwXS/vTbbhopMUbhKp2JhOeVTfxgaCIlF8=
+k8s.io/client-go v0.24.2 h1:CoXFSf8if+bLEbinDqN9ePIDGzcLtqhfd6jpfnwGOFA=
+k8s.io/client-go v0.24.2/go.mod h1:zg4Xaoo+umDsfCWr4fCnmLEtQXyCNXCvJuSsglNcV30=
+k8s.io/code-generator v0.0.0-20190912054826-cd179ad6a269/go.mod h1:V5BD6M4CyaN5m+VthcclXWsVcT1Hu+glwa1bi3MIsyE=
+k8s.io/code-generator v0.0.0-20191214185510-0b9b3c99f9f2/go.mod h1:BjGKcoq1MRUmcssvHiSxodCco1T6nVIt4YeCT5CMSao=
+k8s.io/code-generator v0.17.2/go.mod h1:DVmfPQgxQENqDIzVR2ddLXMH34qeszkKSdH/N+s+38s=
+k8s.io/code-generator v0.18.0/go.mod h1:+UHX5rSbxmR8kzS+FAv7um6dtYrZokQvjHpDSYRVkTc=
k8s.io/code-generator v0.22.2/go.mod h1:eV77Y09IopzeXOJzndrDyCI88UBok2h6WxAlBwpxa+o=
k8s.io/code-generator v0.24.0/go.mod h1:dpVhs00hTuTdTY6jvVxvTFCk6gSMrtfRydbhZwHI15w=
-k8s.io/code-generator v0.24.1/go.mod h1:dpVhs00hTuTdTY6jvVxvTFCk6gSMrtfRydbhZwHI15w=
+k8s.io/code-generator v0.24.2/go.mod h1:dpVhs00hTuTdTY6jvVxvTFCk6gSMrtfRydbhZwHI15w=
+k8s.io/component-base v0.0.0-20190918160511-547f6c5d7090/go.mod h1:933PBGtQFJky3TEwYx4aEPZ4IxqhWh3R6DCmzqIn1hA=
+k8s.io/component-base v0.0.0-20191214190519-d868452632e2/go.mod h1:wupxkh1T/oUDqyTtcIjiEfpbmIHGm8By/vqpSKC6z8c=
+k8s.io/component-base v0.17.2/go.mod h1:zMPW3g5aH7cHJpKYQ/ZsGMcgbsA/VyhEugF3QT1awLs=
+k8s.io/component-base v0.18.0/go.mod h1:u3BCg0z1uskkzrnAKFzulmYaEpZF7XC9Pf/uFyb1v2c=
k8s.io/component-base v0.22.2/go.mod h1:5Br2QhI9OTe79p+TzPe9JKNQYvEKbq9rTJDWllunGug=
k8s.io/component-base v0.24.0/go.mod h1:Dgazgon0i7KYUsS8krG8muGiMVtUZxG037l1MKyXgrA=
-k8s.io/component-base v0.24.1 h1:APv6W/YmfOWZfo+XJ1mZwep/f7g7Tpwvdbo9CQLDuts=
-k8s.io/component-base v0.24.1/go.mod h1:DW5vQGYVCog8WYpNob3PMmmsY8A3L9QZNg4j/dV3s38=
+k8s.io/component-base v0.24.2 h1:kwpQdoSfbcH+8MPN4tALtajLDfSfYxBDYlXobNWI6OU=
+k8s.io/component-base v0.24.2/go.mod h1:ucHwW76dajvQ9B7+zecZAP3BVqvrHoOxm8olHEg0nmM=
k8s.io/component-helpers v0.22.2/go.mod h1:+N61JAR9aKYSWbnLA88YcFr9K/6ISYvRNybX7QW7Rs8=
k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
+k8s.io/gengo v0.0.0-20190822140433-26a664648505/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
+k8s.io/gengo v0.0.0-20200114144118-36b2048a9120/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
+k8s.io/klog v0.4.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I=
k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=
@@ -1241,44 +1515,66 @@ k8s.io/klog/v2 v2.9.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec=
k8s.io/klog/v2 v2.10.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec=
k8s.io/klog/v2 v2.60.1 h1:VW25q3bZx9uE3vvdL6M8ezOX79vA2Aq1nEWLqNQclHc=
k8s.io/klog/v2 v2.60.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
+k8s.io/kube-aggregator v0.18.0/go.mod h1:ateewQ5QbjMZF/dihEFXwaEwoA4v/mayRvzfmvb6eqI=
k8s.io/kube-aggregator v0.24.0/go.mod h1:ftfs6Fi46z3cKzeF2kvNBPLbMlSKuqZbesJGNp/cQnw=
+k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E=
+k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E=
+k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c/go.mod h1:GRQhZsXIAJ1xR0C9bd8UpWHZ5plfAS9fzPjJuQ6JL3E=
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6/go.mod h1:GRQhZsXIAJ1xR0C9bd8UpWHZ5plfAS9fzPjJuQ6JL3E=
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e/go.mod h1:vHXdDvt9+2spS2Rx9ql3I8tycm3H9FDfdUoIuKCefvw=
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42/go.mod h1:Z/45zLw8lUo4wdiUkI+v/ImEGAvu3WatcZl3lPMR4Rk=
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 h1:nBQrWPlrNIiw0BsX6a6MKr1itkm0ZS0Nl97kNLitFfI=
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6/go.mod h1:daOouuuwd9JXpv1L7Y34iV3yf6nxzipkKMWWlqlvK9M=
+k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd/go.mod h1:9ehGcuUGjXVZh0qbYSB0vvofQw2JQe6c6cO0k4wu/Oo=
k8s.io/kubectl v0.22.2/go.mod h1:BApg2j0edxLArCOfO0ievI27EeTQqBDMNU9VQH734iQ=
+k8s.io/metrics v0.0.0-20191214191643-6b1944c9f765/go.mod h1:5V7rewilItwK0cz4nomU0b3XCcees2Ka5EBYWS1HBeM=
k8s.io/metrics v0.22.2/go.mod h1:GUcsBtpsqQD1tKFS/2wCKu4ZBowwRncLOJH1rgWs3uw=
+k8s.io/utils v0.0.0-20190801114015-581e00157fb1/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
+k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc=
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
+modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
+modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
+modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k=
+modernc.org/strutil v1.0.0/go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs=
+modernc.org/xc v1.0.0/go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
+sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.7/go.mod h1:PHgbrJT7lCHcxMU+mDHEm+nx46H4zuuHZkDP6icnhu0=
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.22/go.mod h1:LEScyzhFmoF5pso/YSeBstl57mOzx9xlU9n85RGrDQg=
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30/go.mod h1:fEO7lRTdivWO2qYVCVG7dEADOMo/MLDCVr8So2g88Uw=
+sigs.k8s.io/cli-utils v0.16.0/go.mod h1:9Jqm9K2W6ShhCxsEuaz6HSRKKOXigPUx3ZfypGgxBLY=
sigs.k8s.io/cli-utils v0.27.0/go.mod h1:8ll2fyx+bzjbwmwUnKBQU+2LDbMDsxy44DiDZ+drALg=
+sigs.k8s.io/controller-runtime v0.4.0/go.mod h1:ApC79lpY3PHW9xj/w9pj+lYkLgwAAUZwfXkME1Lajns=
sigs.k8s.io/controller-runtime v0.10.1/go.mod h1:CQp8eyUQZ/Q7PJvnIrB6/hgfTC1kBkGylwsLgOQi1WY=
-sigs.k8s.io/controller-runtime v0.12.1 h1:4BJY01xe9zKQti8oRjj/NeHKRXthf1YkYJAgLONFFoI=
-sigs.k8s.io/controller-runtime v0.12.1/go.mod h1:BKhxlA4l7FPK4AQcsuL4X6vZeWnKDXez/vp1Y8dxTU0=
+sigs.k8s.io/controller-runtime v0.12.2 h1:nqV02cvhbAj7tbt21bpPpTByrXGn2INHRsi39lXy9sE=
+sigs.k8s.io/controller-runtime v0.12.2/go.mod h1:qKsk4WE6zW2Hfj0G4v10EnNB2jMG1C+NTb8h+DwCoU0=
+sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y=
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2/go.mod h1:B+TnT182UBxE84DiCz4CVE26eOSDAeYCpfDnC2kdKMY=
-sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124 h1:2sgAQQcY0dEW2SsQwTXhQV4vO6+rSslYx8K3XmM5hqQ=
-sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124/go.mod h1:B+TnT182UBxE84DiCz4CVE26eOSDAeYCpfDnC2kdKMY=
+sigs.k8s.io/kustomize v2.0.3+incompatible/go.mod h1:MkjgH3RdOWrievjo6c9T245dYlB5QeXV4WCbnt/PEpU=
sigs.k8s.io/kustomize/api v0.8.11/go.mod h1:a77Ls36JdfCWojpUqR6m60pdGY1AYFix4AH83nJtY1g=
sigs.k8s.io/kustomize/cmd/config v0.9.13/go.mod h1:7547FLF8W/lTaDf0BDqFTbZxM9zqwEJqCKN9sSR0xSs=
sigs.k8s.io/kustomize/kustomize/v4 v4.2.0/go.mod h1:MOkR6fmhwG7hEDRXBYELTi5GSFcLwfqwzTRHW3kv5go=
+sigs.k8s.io/kustomize/kyaml v0.4.0/go.mod h1:XJL84E6sOFeNrQ7CADiemc1B0EjIxHo3OhW4o1aJYNw=
sigs.k8s.io/kustomize/kyaml v0.11.0/go.mod h1:GNMwjim4Ypgp/MueD3zXHLRJEjz7RvtPae0AwlvEMFM=
sigs.k8s.io/kustomize/kyaml v0.12.0/go.mod h1:FTJxEZ86ScK184NpGSAQcfEqee0nul8oLCK30D47m4E=
+sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI=
+sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca/go.mod h1:IIgPezJWb76P0hotTxzDbWsMYB8APh18qZnxkomBpxA=
+sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06/go.mod h1:/ULNhyfzRopfcjskuui0cTITekDduZ7ycKN3oUT9R18=
sigs.k8s.io/structured-merge-diff/v3 v3.0.0-20200116222232-67a7b8c61874/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw=
sigs.k8s.io/structured-merge-diff/v3 v3.0.0/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw=
sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw=
sigs.k8s.io/structured-merge-diff/v4 v4.1.2/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4=
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=
sigs.k8s.io/structured-merge-diff/v4 v4.2.1/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4=
+sigs.k8s.io/testing_frameworks v0.1.2/go.mod h1:ToQrwSC3s8Xf/lADdZp3Mktcql9CG0UAmdJG9th5i0w=
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
+vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc/go.mod h1:so/NYdZXCz+E3ZpW0uAoCj6uzU2+8OWDFv/HxUSs7kI=
diff --git a/main.go b/main.go
index e7b11db..6b1c4ab 100644
--- a/main.go
+++ b/main.go
@@ -125,6 +125,16 @@ func main() {
os.Exit(1)
}
+ if err = (&controllers.InventoryEventReconciller{
+ Client: mgr.GetClient(),
+ Scheme: mgr.GetScheme(),
+ Logger: log.FromContext(ctx).WithName("inventoryevent-controller"),
+ EventRecorder: mgr.GetEventRecorderFor("seeder"),
+ }).SetupWithManager(mgr); err != nil {
+ setupLog.Error(err, "unable to create controller", "controller", "InventoryEvent")
+ os.Exit(1)
+ }
+
//+kubebuilder:scaffold:builder
if err := mgr.AddHealthzCheck("healthz", healthz.Ping); err != nil {
setupLog.Error(err, "unable to set up health check")
diff --git a/pkg/api/v1alpha1/common.go b/pkg/api/v1alpha1/common.go
index f98e542..011ce5a 100644
--- a/pkg/api/v1alpha1/common.go
+++ b/pkg/api/v1alpha1/common.go
@@ -2,6 +2,12 @@ package v1alpha1
// common constants not associated with a particular type
const (
- DefaultNS = "metal-system"
- TinkConfig = "tinkerbell"
+ DefaultNS = "metal-system"
+ TinkConfig = "tinkerbell"
+ DefaultAPIPort = "6443"
+ OverrideAPIPortLabel = "clusterPort.harvesterhci.io"
+)
+
+var (
+ DefaultAPIPrefix = "rke2"
)
diff --git a/pkg/api/v1alpha1/inventory_types.go b/pkg/api/v1alpha1/inventory_types.go
index cfb9c94..c44003c 100644
--- a/pkg/api/v1alpha1/inventory_types.go
+++ b/pkg/api/v1alpha1/inventory_types.go
@@ -58,6 +58,7 @@ type InventorySpec struct {
PrimaryDisk string `json:"primaryDisk"`
ManagementInterfaceMacAddress string `json:"managementInterfaceMacAddress"`
rufio.BaseboardManagementSpec `json:"baseboardSpec"`
+ Events `json:"events"`
}
type BMCSecretReference struct {
@@ -89,6 +90,12 @@ type Conditions struct {
Message string `json:"message,omitempty"`
}
+type Events struct {
+ Enabled bool `json:"enabled"`
+ // +kubebuilder:default:="1h"
+ PollingInterval string `json:"pollingInterval,omitempty"`
+}
+
//+kubebuilder:object:root=true
//+kubebuilder:subresource:status
//+kubebuilder:printcolumn:name="InventoryStatus",type="string",JSONPath=`.status.status`
diff --git a/pkg/api/v1alpha1/zz_generated.deepcopy.go b/pkg/api/v1alpha1/zz_generated.deepcopy.go
index 0cd2d49..788d5ec 100644
--- a/pkg/api/v1alpha1/zz_generated.deepcopy.go
+++ b/pkg/api/v1alpha1/zz_generated.deepcopy.go
@@ -274,6 +274,21 @@ func (in *Conditions) DeepCopy() *Conditions {
return out
}
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
+func (in *Events) DeepCopyInto(out *Events) {
+ *out = *in
+}
+
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Events.
+func (in *Events) DeepCopy() *Events {
+ if in == nil {
+ return nil
+ }
+ out := new(Events)
+ in.DeepCopyInto(out)
+ return out
+}
+
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Inventory) DeepCopyInto(out *Inventory) {
*out = *in
@@ -337,6 +352,7 @@ func (in *InventoryList) DeepCopyObject() runtime.Object {
func (in *InventorySpec) DeepCopyInto(out *InventorySpec) {
*out = *in
out.BaseboardManagementSpec = in.BaseboardManagementSpec
+ out.Events = in.Events
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InventorySpec.
diff --git a/pkg/controllers/cluster_controller.go b/pkg/controllers/cluster_controller.go
index cdcbcb7..2caeb2f 100644
--- a/pkg/controllers/cluster_controller.go
+++ b/pkg/controllers/cluster_controller.go
@@ -19,14 +19,18 @@ package controllers
import (
"context"
"fmt"
+
"github.com/go-logr/logr"
seederv1alpha1 "github.com/harvester/seeder/pkg/api/v1alpha1"
"github.com/harvester/seeder/pkg/tink"
"github.com/harvester/seeder/pkg/util"
tinkv1alpha1 "github.com/tinkerbell/tink/pkg/apis/core/v1alpha1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"
+ typedCore "k8s.io/client-go/kubernetes/typed/core/v1"
+ "k8s.io/client-go/tools/clientcmd"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
@@ -76,6 +80,7 @@ func (r *ClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
r.patchNodesAndPools,
r.createTinkerbellHardware,
r.reconcileNodes,
+ r.markClusterReady,
}
deletionReconcileList := []clusterReconciler{
r.cleanupClusterDeps,
@@ -150,7 +155,7 @@ func (r *ClusterReconciler) generateClusterConfig(ctx context.Context, c *seeder
// patchNodes will patch the node information and associate appropriate events to trigger
// tinkerbell workflows to be generated and reboot initiated
func (r *ClusterReconciler) patchNodesAndPools(ctx context.Context, c *seederv1alpha1.Cluster) error {
- if c.Status.Status == seederv1alpha1.ClusterConfigReady {
+ if c.Status.Status == seederv1alpha1.ClusterConfigReady && len(c.Spec.Nodes) > 0 {
for n, nc := range c.Spec.Nodes {
pool := &seederv1alpha1.AddressPool{}
err := r.Get(ctx, types.NamespacedName{Namespace: nc.AddressPoolReference.Namespace,
@@ -250,7 +255,7 @@ func (r *ClusterReconciler) patchNodesAndPools(ctx context.Context, c *seederv1a
// createTinkerbellHardware will create hardware objects for all nodes in the cluster
func (r *ClusterReconciler) createTinkerbellHardware(ctx context.Context, c *seederv1alpha1.Cluster) error {
- if c.Status.Status == seederv1alpha1.ClusterNodesPatched || c.Status.Status == seederv1alpha1.ClusterTinkHardwareSubmitted {
+ if c.Status.Status == seederv1alpha1.ClusterNodesPatched || c.Status.Status == seederv1alpha1.ClusterTinkHardwareSubmitted || c.Status.Status == seederv1alpha1.ClusterRunning {
for _, i := range c.Spec.Nodes {
var hardwareUpdated bool
inventory := &seederv1alpha1.Inventory{}
@@ -322,7 +327,7 @@ func (r *ClusterReconciler) createTinkerbellHardware(ctx context.Context, c *see
// removed from the cluster
func (r *ClusterReconciler) reconcileNodes(ctx context.Context, c *seederv1alpha1.Cluster) error {
- if c.Status.Status == seederv1alpha1.ClusterTinkHardwareSubmitted {
+ if c.Status.Status == seederv1alpha1.ClusterTinkHardwareSubmitted || c.Status.Status == seederv1alpha1.ClusterRunning {
items, err := util.ListInventoryAllocatedtoCluster(ctx, r.Client, c)
if err != nil {
return err
@@ -493,6 +498,32 @@ func (r *ClusterReconciler) cleanupClusterDeps(ctx context.Context, c *seederv1a
return nil
}
+// markClusterReady will use the cluster endpoint and token to try and generate a kubeconfig for target cluster
+// and will mark cluster running when the kubeconfig can be generated
+func (r *ClusterReconciler) markClusterReady(ctx context.Context, c *seederv1alpha1.Cluster) error {
+ // no need to reconcile until the hardware has been submitted
+ if c.Status.Status != seederv1alpha1.ClusterTinkHardwareSubmitted {
+ return nil
+ }
+
+ typedClient, err := genCoreTypedClient(ctx, c)
+ if err != nil {
+ return err
+ }
+
+ nl, err := typedClient.Nodes().List(ctx, metav1.ListOptions{})
+ if err != nil {
+ return err
+ }
+
+ if len(nl.Items) < 1 {
+ return fmt.Errorf("api server is running but waiting for one of the nodes to be available")
+ }
+
+ c.Status.Status = seederv1alpha1.ClusterRunning
+ return r.Status().Update(ctx, c)
+}
+
// SetupWithManager sets up the controller with the Manager.
func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error {
return ctrl.NewControllerManagedBy(mgr).
@@ -514,3 +545,27 @@ func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error {
})).
Complete(r)
}
+
+func genCoreTypedClient(ctx context.Context, c *seederv1alpha1.Cluster) (*typedCore.CoreV1Client, error) {
+ port, ok := c.Labels[seederv1alpha1.OverrideAPIPortLabel]
+ if !ok {
+ port = seederv1alpha1.DefaultAPIPort
+ }
+
+ kcBytes, err := util.GenerateKubeConfig(fmt.Sprintf("https://%s:%s", c.Status.ClusterAddress, port), seederv1alpha1.DefaultAPIPrefix, c.Status.ClusterToken)
+ if err != nil {
+ return nil, err
+ }
+
+ hcClientConfig, err := clientcmd.NewClientConfigFromBytes(kcBytes)
+ if err != nil {
+ return nil, err
+ }
+
+ restConfig, err := hcClientConfig.ClientConfig()
+ if err != nil {
+ return nil, err
+ }
+
+ return typedCore.NewForConfig(restConfig)
+}
diff --git a/pkg/controllers/cluster_controller_test.go b/pkg/controllers/cluster_controller_test.go
index 3a67e07..4cd1395 100644
--- a/pkg/controllers/cluster_controller_test.go
+++ b/pkg/controllers/cluster_controller_test.go
@@ -7,12 +7,15 @@ import (
"github.com/harvester/seeder/pkg/util"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
+ "github.com/ory/dockertest/v3"
+ "github.com/ory/dockertest/v3/docker"
rufio "github.com/tinkerbell/rufio/api/v1alpha1"
tinkv1alpha1 "github.com/tinkerbell/tink/pkg/apis/core/v1alpha1"
v1 "k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
+ "sigs.k8s.io/controller-runtime/pkg/client"
)
var _ = Describe("Create cluster tests", func() {
@@ -173,15 +176,17 @@ var _ = Describe("Create cluster tests", func() {
}
hwList := &tinkv1alpha1.HardwareList{}
- if err := k8sClient.List(ctx, hwList); err != nil {
+ if err := k8sClient.List(ctx, hwList, &client.ListOptions{Namespace: "default"}); err != nil {
return err
}
- if len(hwList.Items) != 1 {
- return fmt.Errorf("exepcted to find 1 hardware object but found %d", len(hwList.Items))
+ for _, v := range hwList.Items {
+ if v.Name == i.Name && v.Namespace == i.Namespace {
+ return nil
+ }
}
- return nil
+ return fmt.Errorf("did not find hardware matching the inventory %s", i.Name)
}, "30s", "5s").ShouldNot(HaveOccurred())
})
@@ -748,3 +753,226 @@ var _ = Describe("delete inventory from cluster tests", func() {
}, "30s", "5s").ShouldNot(HaveOccurred())
})
})
+
+// this test attempts to check the last part of the workflow which generates a kubeconfig
+// and checks the nodes on the cluster.
+var _ = Describe("cluster running test", func() {
+ var i *seederv1alpha1.Inventory
+ var c *seederv1alpha1.Cluster
+ var a *seederv1alpha1.AddressPool
+ var creds *v1.Secret
+ var k3sMock *dockertest.Resource
+
+ BeforeEach(func() {
+ a = &seederv1alpha1.AddressPool{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "kc-test",
+ Namespace: "default",
+ },
+ Spec: seederv1alpha1.AddressSpec{
+ CIDR: "127.0.0.1/8",
+ Gateway: "127.0.0.1",
+ },
+ }
+
+ i = &seederv1alpha1.Inventory{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "kc-test",
+ Namespace: "default",
+ },
+ Spec: seederv1alpha1.InventorySpec{
+ PrimaryDisk: "/dev/sda",
+ ManagementInterfaceMacAddress: "xx:xx:xx:xx:xx",
+ BaseboardManagementSpec: rufio.BaseboardManagementSpec{
+ Connection: rufio.Connection{
+ Host: "localhost",
+ Port: 623,
+ InsecureTLS: true,
+ AuthSecretRef: v1.SecretReference{
+ Name: "kc-test",
+ Namespace: "default",
+ },
+ },
+ },
+ },
+ }
+
+ creds = &v1.Secret{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "kc-test",
+ Namespace: "default",
+ },
+ StringData: map[string]string{
+ "username": "root",
+ "password": "calvin",
+ },
+ }
+
+ c = &seederv1alpha1.Cluster{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "kc-test",
+ Namespace: "default",
+ },
+ Spec: seederv1alpha1.ClusterSpec{
+ HarvesterVersion: "harvester_1_0_2",
+ Nodes: []seederv1alpha1.NodeConfig{
+ {
+ InventoryReference: seederv1alpha1.ObjectReference{
+ Name: "kc-test",
+ Namespace: "default",
+ },
+ AddressPoolReference: seederv1alpha1.ObjectReference{
+ Name: "kc-test",
+ Namespace: "default",
+ },
+ },
+ },
+ VIPConfig: seederv1alpha1.VIPConfig{
+ AddressPoolReference: seederv1alpha1.ObjectReference{
+ Name: "kc-test",
+ Namespace: "default",
+ },
+ },
+ ClusterConfig: seederv1alpha1.ClusterConfig{
+ SSHKeys: []string{
+ "abc",
+ "def",
+ },
+ ConfigURL: "localhost:30300/config.yaml",
+ },
+ },
+ }
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, a)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, creds)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, i)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, c)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ //Wait for token to be populated and then use the same to create
+ //a k3s mock to validate kubeconfig
+ Eventually(func() error {
+ cObj := &seederv1alpha1.Cluster{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, cObj)
+ if err != nil {
+ return err
+ }
+
+ if cObj.Status.ClusterToken == "" {
+ return fmt.Errorf("waiting for cluster token to be generated")
+ }
+
+ k3sRunOpts := &dockertest.RunOptions{
+ Name: "k3s-mock",
+ Repository: "rancher/k3s",
+ Tag: "v1.24.2-k3s1",
+ Cmd: []string{"server", "--cluster-init"},
+ Env: []string{
+ fmt.Sprintf("K3S_TOKEN=%s", cObj.Status.ClusterToken),
+ },
+ Mounts: []string{
+ "tmpfs:/run",
+ "tmpfs:/var/run",
+ },
+ Privileged: true,
+ ExposedPorts: []string{
+ "6443/tcp",
+ },
+ }
+
+ k3sMock, err = pool.RunWithOptions(k3sRunOpts, func(config *docker.HostConfig) {
+ // set AutoRemove to true so that stopped container goes away by itself
+ config.RestartPolicy = docker.RestartPolicy{
+ Name: "no",
+ }
+ })
+
+ if err != nil {
+ return err
+ }
+
+ // patch port on cluster labels
+ if cObj.Labels == nil {
+ cObj.Labels = make(map[string]string)
+ }
+
+ // since mock node is k3s, need to change prefix from rke2 to k3s
+ seederv1alpha1.DefaultAPIPrefix = "k3s"
+ cObj.Labels[seederv1alpha1.OverrideAPIPortLabel] = k3sMock.GetPort("6443/tcp")
+
+ return k8sClient.Update(ctx, cObj)
+
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+ })
+ It("check if cluster is running", func() {
+
+ Eventually(func() error {
+ obj := &seederv1alpha1.Cluster{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, obj)
+ if err != nil {
+ return err
+ }
+
+ if obj.Status.Status != seederv1alpha1.ClusterRunning {
+ return fmt.Errorf("waiting for cluster to be running. current status is %s", obj.Status.Status)
+ }
+
+ return nil
+ }, "60s", "5s").ShouldNot(HaveOccurred())
+ })
+ AfterEach(func() {
+
+ Eventually(func() error {
+ // check and delete cluster if needed. Need this since one of the tests simulates removing cluster
+ // and checking gc of hardware objects
+ cObj := &seederv1alpha1.Cluster{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, cObj)
+ if err != nil {
+ if apierrors.IsNotFound(err) {
+ return nil
+ } else {
+ return err
+ }
+ }
+ return k8sClient.Delete(ctx, c)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, i)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, creds)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, a)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ cObj := &seederv1alpha1.Cluster{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, cObj)
+ if err != nil {
+ if apierrors.IsNotFound(err) {
+ return nil
+ }
+ return err
+ }
+
+ return fmt.Errorf("waiting for cluster finalizers to finish")
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return pool.Purge(k3sMock)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+ })
+})
diff --git a/pkg/controllers/cluster_events_controller.go b/pkg/controllers/cluster_events_controller.go
new file mode 100644
index 0000000..35f8b2e
--- /dev/null
+++ b/pkg/controllers/cluster_events_controller.go
@@ -0,0 +1,179 @@
+package controllers
+
+import (
+ "context"
+ "fmt"
+ "time"
+
+ "github.com/go-logr/logr"
+ seederv1alpha1 "github.com/harvester/seeder/pkg/api/v1alpha1"
+ "github.com/harvester/seeder/pkg/events"
+ corev1 "k8s.io/api/core/v1"
+ apierrors "k8s.io/apimachinery/pkg/api/errors"
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+ "k8s.io/apimachinery/pkg/runtime"
+ "k8s.io/apimachinery/pkg/types"
+ typedCore "k8s.io/client-go/kubernetes/typed/core/v1"
+ "k8s.io/client-go/tools/record"
+ ctrl "sigs.k8s.io/controller-runtime"
+ "sigs.k8s.io/controller-runtime/pkg/client"
+)
+
+type ClusterEventReconciler struct {
+ client.Client
+ Scheme *runtime.Scheme
+ logr.Logger
+ record.EventRecorder
+}
+
+type clusterEventReconciler func(context.Context, *seederv1alpha1.Cluster) error
+
+func (r *ClusterEventReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
+ r.Info("Reconcilling cluster objects for events", req.Name, req.Namespace)
+ // TODO(user): your logic here
+ c := &seederv1alpha1.Cluster{}
+
+ err := r.Get(ctx, req.NamespacedName, c)
+ if err != nil {
+ if apierrors.IsNotFound(err) {
+ return ctrl.Result{}, nil
+ }
+ r.Error(err, "unable to fetch cluster object")
+ return ctrl.Result{}, err
+ }
+
+ // ignore cluster deletion
+ if !c.DeletionTimestamp.IsZero() {
+ return ctrl.Result{}, nil
+ }
+
+ // if cluster is not yet running then ignore the cluster
+ if c.Status.Status != seederv1alpha1.ClusterRunning {
+ return ctrl.Result{}, nil
+ }
+
+ reconcileList := []clusterEventReconciler{
+ r.updateNodes,
+ }
+
+ for _, reconciler := range reconcileList {
+ if err := reconciler(ctx, c); err != nil {
+ return ctrl.Result{}, err
+ }
+ }
+
+ return ctrl.Result{RequeueAfter: 15 * time.Minute}, nil
+}
+
+func (r *ClusterEventReconciler) updateNodes(ctx context.Context, c *seederv1alpha1.Cluster) error {
+ typedClient, err := genCoreTypedClient(ctx, c)
+ if err != nil {
+ return err
+ }
+
+ inventoryList, err := r.identifyInventory(ctx, c)
+ if err != nil {
+ return err
+ }
+
+ if len(inventoryList) == 0 {
+ // no nodes have event collection enabled. nothing to do
+ return nil
+ }
+
+ nodeList, err := typedClient.Nodes().List(ctx, metav1.ListOptions{})
+ if err != nil {
+ return err
+ }
+
+ // associate k8s node with inventory using the address allocated to inventory by cluster
+ // this should make it easy to uniquely identify nodes in the cluster
+ for _, i := range inventoryList {
+ node := findNodeByIP(nodeList.Items, i.Status.Address)
+ if node != nil {
+ s := &corev1.Secret{}
+ err := r.Get(ctx, types.NamespacedName{Namespace: i.Spec.BaseboardManagementSpec.Connection.AuthSecretRef.Namespace,
+ Name: i.Spec.BaseboardManagementSpec.Connection.AuthSecretRef.Name}, s)
+ if err != nil {
+ return err
+ }
+ username := s.Data["username"]
+ password := s.Data["password"]
+ e, err := events.NewEventFetcher(ctx, string(username), string(password), fmt.Sprintf("https://%s", i.Spec.Connection.Host))
+ if err != nil {
+ return err
+ }
+ labels, status, err := e.GetConfig()
+ if err != nil {
+ return err
+ }
+
+ if node.Labels == nil {
+ node.Labels = make(map[string]string)
+ }
+ for k, v := range labels {
+ node.Labels[k] = v
+ }
+
+ updatedNode, err := typedClient.Nodes().Update(ctx, node, metav1.UpdateOptions{})
+ if err != nil {
+ return err
+ }
+
+ recorder := remoteEventRecorder(typedClient, r.Scheme)
+ var update string
+ if status == "OK" {
+ update = "Normal"
+ } else {
+ update = "Warning"
+ }
+ recorder.Event(updatedNode, update, "SeederUpdated", fmt.Sprintf("Underlying inventory %s status is %s", i.Name, status))
+ }
+ }
+ return nil
+}
+
+func (r *ClusterEventReconciler) identifyInventory(ctx context.Context, c *seederv1alpha1.Cluster) ([]*seederv1alpha1.Inventory, error) {
+ var retNodes []*seederv1alpha1.Inventory
+ // identify nodes for which event collection is enabled
+ for _, v := range c.Spec.Nodes {
+ nodeObj := &seederv1alpha1.Inventory{}
+ err := r.Get(ctx, types.NamespacedName{Namespace: v.InventoryReference.Namespace, Name: v.InventoryReference.Name}, nodeObj)
+ if err != nil {
+ return nil, err
+ }
+ if nodeObj.Spec.Events.Enabled {
+ retNodes = append(retNodes, nodeObj)
+ }
+ }
+
+ return retNodes, nil
+
+}
+
+func findNodeByIP(nodeList []corev1.Node, address string) *corev1.Node {
+ for _, v := range nodeList {
+ for _, a := range v.Status.Addresses {
+ if a.Address == address {
+ return &v
+ }
+ }
+ }
+
+ return nil
+}
+
+func remoteEventRecorder(c *typedCore.CoreV1Client, scheme *runtime.Scheme) record.EventRecorder {
+ eventBroadcaster := record.NewBroadcaster()
+ eventBroadcaster.StartStructuredLogging(0)
+ eventBroadcaster.StartRecordingToSink(&typedCore.EventSinkImpl{Interface: c.Events("")})
+ recorder := eventBroadcaster.NewRecorder(scheme, corev1.EventSource{Component: "boots"})
+ return recorder
+}
+
+// SetupWithManager sets up the controller with the Manager.
+func (r *ClusterEventReconciler) SetupWithManager(mgr ctrl.Manager) error {
+ return ctrl.NewControllerManagedBy(mgr).
+ For(&seederv1alpha1.Cluster{}).
+ Complete(r)
+}
diff --git a/pkg/controllers/cluster_events_controller_test.go b/pkg/controllers/cluster_events_controller_test.go
new file mode 100644
index 0000000..11fe62a
--- /dev/null
+++ b/pkg/controllers/cluster_events_controller_test.go
@@ -0,0 +1,322 @@
+package controllers
+
+import (
+ "fmt"
+
+ seederv1alpha1 "github.com/harvester/seeder/pkg/api/v1alpha1"
+ . "github.com/onsi/ginkgo/v2"
+ . "github.com/onsi/gomega"
+ "github.com/ory/dockertest/v3"
+ "github.com/ory/dockertest/v3/docker"
+ rufio "github.com/tinkerbell/rufio/api/v1alpha1"
+ corev1 "k8s.io/api/core/v1"
+ apierrors "k8s.io/apimachinery/pkg/api/errors"
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+ "k8s.io/apimachinery/pkg/types"
+)
+
+var _ = Describe("cluster events test", func() {
+ var i *seederv1alpha1.Inventory
+ var c *seederv1alpha1.Cluster
+ var p1, p2 *seederv1alpha1.AddressPool
+ var s *corev1.Secret
+ var nodeMock *dockertest.Resource
+ var address string
+ BeforeEach(func() {
+
+ p1 = &seederv1alpha1.AddressPool{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "cluster-event-test",
+ Namespace: "default",
+ },
+ Spec: seederv1alpha1.AddressSpec{
+ CIDR: "127.0.0.1/8",
+ Gateway: "127.0.0.1",
+ },
+ }
+
+ // empty addresspool. We will launch a k3s node with cluster config
+ // and use node address to populate address pool.
+ // this will ensure that during the reconcile process the inventory address
+ // will match the node address, allowing the node to inventory mapping to be performed
+ p2 = &seederv1alpha1.AddressPool{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "inventory-event-test",
+ Namespace: "default",
+ },
+ Spec: seederv1alpha1.AddressSpec{},
+ }
+
+ i = &seederv1alpha1.Inventory{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "event-test",
+ Namespace: "default",
+ },
+ Spec: seederv1alpha1.InventorySpec{
+ PrimaryDisk: "/dev/sda",
+ ManagementInterfaceMacAddress: "xx:xx:xx:xx:xx",
+ BaseboardManagementSpec: rufio.BaseboardManagementSpec{
+ Connection: rufio.Connection{
+ Host: "localhost",
+ Port: 623,
+ InsecureTLS: true,
+ AuthSecretRef: corev1.SecretReference{
+ Name: "event-test",
+ Namespace: "default",
+ },
+ },
+ },
+ Events: seederv1alpha1.Events{
+ Enabled: true,
+ },
+ },
+ }
+
+ s = &corev1.Secret{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "event-test",
+ Namespace: "default",
+ },
+ StringData: map[string]string{
+ "username": "root",
+ "password": "calvin",
+ },
+ }
+
+ c = &seederv1alpha1.Cluster{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "add-cluster",
+ Namespace: "default",
+ },
+ Spec: seederv1alpha1.ClusterSpec{
+ HarvesterVersion: "harvester_1_0_2",
+ Nodes: []seederv1alpha1.NodeConfig{}, // node config will be patched later
+ VIPConfig: seederv1alpha1.VIPConfig{
+ AddressPoolReference: seederv1alpha1.ObjectReference{
+ Name: "cluster-event-test",
+ Namespace: "default",
+ },
+ },
+ ClusterConfig: seederv1alpha1.ClusterConfig{
+ SSHKeys: []string{
+ "abc",
+ "def",
+ },
+ ConfigURL: "localhost:30300/config.yaml",
+ },
+ },
+ }
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, p1)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, s)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, c)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, i)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ cObj := &seederv1alpha1.Cluster{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, cObj)
+ if err != nil {
+ return err
+ }
+
+ if cObj.Status.ClusterToken == "" {
+ return fmt.Errorf("waiting for cluster token to be generated")
+ }
+
+ k3sRunOpts := &dockertest.RunOptions{
+ Name: "k3s-mock",
+ Repository: "rancher/k3s",
+ Tag: "v1.24.2-k3s1",
+ Cmd: []string{"server", "--cluster-init"},
+ Env: []string{
+ fmt.Sprintf("K3S_TOKEN=%s", cObj.Status.ClusterToken),
+ },
+ Mounts: []string{
+ "tmpfs:/run",
+ "tmpfs:/var/run",
+ },
+ Privileged: true,
+ ExposedPorts: []string{
+ "6443/tcp",
+ },
+ }
+
+ nodeMock, err = pool.RunWithOptions(k3sRunOpts, func(config *docker.HostConfig) {
+ // set AutoRemove to true so that stopped container goes away by itself
+ config.RestartPolicy = docker.RestartPolicy{
+ Name: "no",
+ }
+ })
+
+ if err != nil {
+ return err
+ }
+
+ // patch port on cluster labels
+ if cObj.Labels == nil {
+ cObj.Labels = make(map[string]string)
+ }
+
+ // since mock node is k3s, need to change prefix from rke2 to k3s
+ seederv1alpha1.DefaultAPIPrefix = "k3s"
+ cObj.Labels[seederv1alpha1.OverrideAPIPortLabel] = nodeMock.GetPort("6443/tcp")
+ networks, err := pool.NetworksByName("bridge")
+ if err != nil {
+ return err
+ }
+
+ if len(networks) != 1 {
+ return fmt.Errorf("expected to find exactly 1 bridge network but found %d", len(networks))
+ }
+
+ address = nodeMock.GetIPInNetwork(&networks[0])
+ p2.Spec.CIDR = fmt.Sprintf("%s/32", address)
+ p2.Spec.Gateway = networks[0].Network.IPAM.Config[0].Gateway
+
+ fmt.Println(p2.Spec.CIDR)
+ fmt.Println(p2.Spec.Gateway)
+ err = k8sClient.Create(ctx, p2)
+ if err != nil {
+ return err
+ }
+
+ // patch inventory into cluster
+ nodeConfig := []seederv1alpha1.NodeConfig{
+ {
+ InventoryReference: seederv1alpha1.ObjectReference{
+ Name: i.Name,
+ Namespace: i.Namespace,
+ },
+ AddressPoolReference: seederv1alpha1.ObjectReference{
+ Name: p2.Name,
+ Namespace: p2.Namespace,
+ },
+ },
+ }
+
+ // add nodes to inventory
+ cObj.Spec.Nodes = nodeConfig
+ return k8sClient.Update(ctx, cObj)
+ }, "60s", "5s").ShouldNot(HaveOccurred())
+ })
+
+ It("check for cluster event reconcilliation", func() {
+ // poll for cluster to be ready for and for nodes to be patched with inventory info
+ Eventually(func() error {
+ cObj := &seederv1alpha1.Cluster{}
+ fmt.Println(cObj.Spec.Nodes)
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, cObj)
+ if err != nil {
+ return err
+ }
+
+ if cObj.Status.Status != seederv1alpha1.ClusterRunning {
+ return fmt.Errorf("expected cluster to running but current status is %s", cObj.Status.Status)
+ }
+ return nil
+ }, "60s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ cObj := &seederv1alpha1.Cluster{}
+ fmt.Println(cObj.Spec.Nodes)
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, cObj)
+ if err != nil {
+ return err
+ }
+ remoteClient, err := genCoreTypedClient(ctx, cObj)
+ if err != nil {
+ return err
+ }
+
+ nodeList, err := remoteClient.Nodes().List(ctx, metav1.ListOptions{})
+ if err != nil {
+ return err
+ }
+
+ iObj := &seederv1alpha1.Inventory{}
+ err = k8sClient.Get(ctx, types.NamespacedName{Namespace: i.Namespace, Name: i.Name}, iObj)
+ if err != nil {
+ return err
+ }
+
+ var found bool
+ for _, v := range nodeList.Items {
+ for _, a := range v.Status.Addresses {
+ if a.Address == iObj.Status.Address {
+ found = true
+ if _, ok := v.Labels["totalCpuCores"]; !ok {
+ return fmt.Errorf("waiting for cpu cores to be populated")
+ }
+ }
+ }
+ }
+
+ if !found {
+ return fmt.Errorf("waiting to find node matching ip address allocated to inventory %s", iObj.Status.Address)
+ }
+ return nil
+ }, "60s", "5s").ShouldNot(HaveOccurred())
+ })
+
+ AfterEach(func() {
+
+ Eventually(func() error {
+ // check and delete cluster if needed. Need this since one of the tests simulates removing cluster
+ // and checking gc of hardware objects
+ cObj := &seederv1alpha1.Cluster{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, cObj)
+ if err != nil {
+ if apierrors.IsNotFound(err) {
+ return nil
+ } else {
+ return err
+ }
+ }
+ return k8sClient.Delete(ctx, c)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, i)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, s)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, p1)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, p2)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ cObj := &seederv1alpha1.Cluster{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: c.Namespace, Name: c.Name}, cObj)
+ if err != nil {
+ if apierrors.IsNotFound(err) {
+ return nil
+ }
+ return err
+ }
+
+ return fmt.Errorf("waiting for cluster finalizers to finish")
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return pool.Purge(nodeMock)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+ })
+
+})
diff --git a/pkg/controllers/inventory_controller_test.go b/pkg/controllers/inventory_controller_test.go
index 0a7c8f4..1ff4200 100644
--- a/pkg/controllers/inventory_controller_test.go
+++ b/pkg/controllers/inventory_controller_test.go
@@ -2,13 +2,14 @@ package controllers
import (
"fmt"
+
"github.com/harvester/seeder/pkg/util"
seederv1alpha1 "github.com/harvester/seeder/pkg/api/v1alpha1"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
rufio "github.com/tinkerbell/rufio/api/v1alpha1"
- v1 "k8s.io/api/core/v1"
+ corev1 "k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
@@ -16,7 +17,7 @@ import (
var _ = Describe("Inventory controller and baseboard tests", func() {
var i *seederv1alpha1.Inventory
- var creds *v1.Secret
+ var creds *corev1.Secret
BeforeEach(func() {
i = &seederv1alpha1.Inventory{
@@ -32,7 +33,7 @@ var _ = Describe("Inventory controller and baseboard tests", func() {
Host: "localhost",
Port: 623,
InsecureTLS: true,
- AuthSecretRef: v1.SecretReference{
+ AuthSecretRef: corev1.SecretReference{
Name: "sample",
Namespace: "default",
},
@@ -41,7 +42,7 @@ var _ = Describe("Inventory controller and baseboard tests", func() {
},
}
- creds = &v1.Secret{
+ creds = &corev1.Secret{
ObjectMeta: metav1.ObjectMeta{
Name: "sample",
Namespace: "default",
@@ -124,7 +125,7 @@ var _ = Describe("Inventory controller and baseboard tests", func() {
var _ = Describe("inventory object deletion tests", func() {
var i *seederv1alpha1.Inventory
- var creds *v1.Secret
+ var creds *corev1.Secret
BeforeEach(func() {
i = &seederv1alpha1.Inventory{
@@ -140,7 +141,7 @@ var _ = Describe("inventory object deletion tests", func() {
Host: "localhost",
Port: 623,
InsecureTLS: true,
- AuthSecretRef: v1.SecretReference{
+ AuthSecretRef: corev1.SecretReference{
Name: "sample-deletion",
Namespace: "default",
},
@@ -149,7 +150,7 @@ var _ = Describe("inventory object deletion tests", func() {
},
}
- creds = &v1.Secret{
+ creds = &corev1.Secret{
ObjectMeta: metav1.ObjectMeta{
Name: "sample-deletion",
Namespace: "default",
@@ -213,7 +214,7 @@ var _ = Describe("list inventory objects test", func() {
Host: "localhost",
Port: 623,
InsecureTLS: true,
- AuthSecretRef: v1.SecretReference{
+ AuthSecretRef: corev1.SecretReference{
Name: "sample-deletion",
Namespace: "default",
},
@@ -235,7 +236,7 @@ var _ = Describe("list inventory objects test", func() {
Host: "localhost",
Port: 623,
InsecureTLS: true,
- AuthSecretRef: v1.SecretReference{
+ AuthSecretRef: corev1.SecretReference{
Name: "sample-deletion",
Namespace: "default",
},
diff --git a/pkg/controllers/inventory_event_controller.go b/pkg/controllers/inventory_event_controller.go
new file mode 100644
index 0000000..0b69d7d
--- /dev/null
+++ b/pkg/controllers/inventory_event_controller.go
@@ -0,0 +1,172 @@
+package controllers
+
+import (
+ "context"
+ "fmt"
+ "time"
+
+ "github.com/go-logr/logr"
+ seederv1alpha1 "github.com/harvester/seeder/pkg/api/v1alpha1"
+ "github.com/harvester/seeder/pkg/events"
+ corev1 "k8s.io/api/core/v1"
+ apierrors "k8s.io/apimachinery/pkg/api/errors"
+ "k8s.io/apimachinery/pkg/runtime"
+ "k8s.io/apimachinery/pkg/types"
+ "k8s.io/client-go/tools/record"
+ "k8s.io/client-go/util/retry"
+ ctrl "sigs.k8s.io/controller-runtime"
+ "sigs.k8s.io/controller-runtime/pkg/client"
+)
+
+// ClusterReconciler reconciles a Cluster object
+type InventoryEventReconciller struct {
+ client.Client
+ Scheme *runtime.Scheme
+ logr.Logger
+ record.EventRecorder
+}
+
+const (
+ NextCheckTime = "nextCheckTime"
+)
+
+type inventoryEventReconciller func(context.Context, *seederv1alpha1.Inventory) error
+
+// Reconcile is part of the main kubernetes reconciliation loop which aims to
+// move the current state of the cluster closer to the desired state.
+// TODO(user): Modify the Reconcile function to compare the state specified by
+// the Cluster object against the actual cluster state, and then
+// perform operations to make the cluster state reflect the state specified by
+// the user.
+//
+// For more details, check Reconcile and its Result here:
+// - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile
+func (r *InventoryEventReconciller) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
+ r.Info("Reconcilling inventory objects for events", req.Name, req.Namespace)
+ // TODO(user): your logic here
+ i := &seederv1alpha1.Inventory{}
+
+ err := r.Get(ctx, req.NamespacedName, i)
+ if err != nil {
+ if apierrors.IsNotFound(err) {
+ return ctrl.Result{}, nil
+ }
+ r.Error(err, "unable to fetch inventory object")
+ return ctrl.Result{}, err
+ }
+
+ // if Event lookup is disabled, ignore the objects
+ if !i.Spec.Events.Enabled {
+ return ctrl.Result{}, nil
+ }
+
+ // if inventory is not ready, then return and wait for it to be ready
+ if i.Status.Status != seederv1alpha1.InventoryReady {
+ return ctrl.Result{}, fmt.Errorf("waiting for inventory %s in namespace %s to be ready", i.Name, i.Namespace)
+ }
+
+ // if next check time is after current time then requeue
+ timeStamp, ok := i.Annotations[NextCheckTime]
+ if ok {
+ parsedTime, err := time.Parse(time.RFC3339, timeStamp)
+ if err != nil {
+ return ctrl.Result{}, err
+ }
+
+ if parsedTime.After(time.Now()) {
+ time.Until(parsedTime)
+ return ctrl.Result{RequeueAfter: time.Until(parsedTime)}, nil
+ }
+
+ }
+
+ reconcileList := []inventoryEventReconciller{
+ r.getInventoryInfo,
+ }
+
+ if i.DeletionTimestamp.IsZero() {
+ for _, reconciler := range reconcileList {
+ if err := reconciler(ctx, i); err != nil {
+ return ctrl.Result{}, err
+ }
+ }
+ }
+
+ return ctrl.Result{RequeueAfter: time.Duration(1 * time.Hour)}, nil
+}
+
+// getInventoryInfo will leverage Redfish to query inventory information
+func (r *InventoryEventReconciller) getInventoryInfo(ctx context.Context, i *seederv1alpha1.Inventory) error {
+
+ // next reconcile duration
+ duration, err := time.ParseDuration(i.Spec.Events.PollingInterval)
+ if err != nil {
+ return err
+ }
+ // fetch bmc secret first
+ s := &corev1.Secret{}
+ err = r.Client.Get(ctx, types.NamespacedName{Namespace: i.Spec.BaseboardManagementSpec.Connection.AuthSecretRef.Namespace,
+ Name: i.Spec.BaseboardManagementSpec.Connection.AuthSecretRef.Name}, s)
+
+ if err != nil {
+ return err
+ }
+
+ username, ok := s.Data["username"]
+ if !ok {
+ return fmt.Errorf("secret %s has no key username", s.Name)
+ }
+ password, ok := s.Data["password"]
+ if !ok {
+ return fmt.Errorf("secret %s has no key password", s.Name)
+ }
+
+ bmcendpoint := i.Spec.BaseboardManagementSpec.Connection.Host
+ rc, err := events.NewEventFetcher(ctx, string(username), string(password), fmt.Sprintf("https://%s", bmcendpoint))
+ if err != nil {
+ return err
+ }
+
+ labels, status, err := rc.GetConfig()
+ if err != nil {
+ return err
+ }
+
+ // record event and update object
+ err = retry.RetryOnConflict(retry.DefaultRetry, func() error {
+ obj := &seederv1alpha1.Inventory{}
+ err := r.Get(ctx, types.NamespacedName{Namespace: i.Namespace, Name: i.Name}, obj)
+ if err != nil {
+ return err
+ }
+
+ if obj.Labels == nil {
+ obj.Labels = make(map[string]string)
+ }
+
+ if obj.Annotations == nil {
+ obj.Annotations = make(map[string]string)
+ }
+
+ obj.Annotations[NextCheckTime] = time.Now().Add(duration).Format(time.RFC3339)
+ for k, v := range labels {
+ obj.Labels[k] = v
+ }
+ obj.Labels["status"] = status
+ return r.Update(ctx, obj)
+ })
+
+ if err != nil {
+ return err
+ }
+
+ r.EventRecorder.Event(i, "Normal", "RedfishStatusEvent", fmt.Sprintf("current inventory status: %s", status))
+ return nil
+}
+
+// SetupWithManager sets up the controller with the Manager.
+func (r *InventoryEventReconciller) SetupWithManager(mgr ctrl.Manager) error {
+ return ctrl.NewControllerManagedBy(mgr).
+ For(&seederv1alpha1.Inventory{}).
+ Complete(r)
+}
diff --git a/pkg/controllers/inventory_event_controller_test.go b/pkg/controllers/inventory_event_controller_test.go
new file mode 100644
index 0000000..4ec2746
--- /dev/null
+++ b/pkg/controllers/inventory_event_controller_test.go
@@ -0,0 +1,147 @@
+package controllers
+
+import (
+ "fmt"
+
+ seederv1alpha1 "github.com/harvester/seeder/pkg/api/v1alpha1"
+ . "github.com/onsi/ginkgo/v2"
+ . "github.com/onsi/gomega"
+ rufio "github.com/tinkerbell/rufio/api/v1alpha1"
+ corev1 "k8s.io/api/core/v1"
+ apierrors "k8s.io/apimachinery/pkg/api/errors"
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+ "k8s.io/apimachinery/pkg/types"
+ "sigs.k8s.io/controller-runtime/pkg/client"
+)
+
+var _ = Describe("Inventory event controller tests", func() {
+ var i *seederv1alpha1.Inventory
+ var creds *corev1.Secret
+ var ns *corev1.Namespace
+ BeforeEach(func() {
+ ns = &corev1.Namespace{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "event-test",
+ },
+ }
+
+ i = &seederv1alpha1.Inventory{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "events",
+ Namespace: "event-test",
+ },
+ Spec: seederv1alpha1.InventorySpec{
+ PrimaryDisk: "/dev/sda",
+ ManagementInterfaceMacAddress: "xx:xx:xx:xx:xx",
+ BaseboardManagementSpec: rufio.BaseboardManagementSpec{
+ Connection: rufio.Connection{
+ Host: "localhost",
+ Port: 623,
+ InsecureTLS: true,
+ AuthSecretRef: corev1.SecretReference{
+ Name: "events",
+ Namespace: "event-test",
+ },
+ },
+ },
+ Events: seederv1alpha1.Events{
+ Enabled: true,
+ PollingInterval: "2h",
+ },
+ },
+ }
+
+ creds = &corev1.Secret{
+ ObjectMeta: metav1.ObjectMeta{
+ Name: "events",
+ Namespace: "event-test",
+ },
+ StringData: map[string]string{
+ "username": "root",
+ "password": "calvin",
+ },
+ }
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, ns)
+ }, "60s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, creds)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Create(ctx, i)
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+ })
+
+ It("check inventory and baremetal reconcile", func() {
+ Eventually(func() error {
+ iObj := &seederv1alpha1.Inventory{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: i.Namespace, Name: i.Name}, iObj)
+ if err != nil {
+ return err
+ }
+
+ if iObj.Status.Status != seederv1alpha1.InventoryReady {
+ return fmt.Errorf("waiting for inventory to be ready. Current status %v", iObj)
+ }
+ return nil
+ }, "30s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ iObj := &seederv1alpha1.Inventory{}
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: i.Namespace, Name: i.Name}, iObj)
+ if err != nil {
+ return err
+ }
+
+ _, ok := iObj.Labels["totalCpuCores"]
+ if !ok {
+ return fmt.Errorf("waiting for totalCpuCores to be populated")
+ }
+ return nil
+ }, "120s", "5s").ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ el := &corev1.EventList{}
+ err := k8sClient.List(ctx, el, &client.ListOptions{Namespace: i.Namespace})
+ if err != nil {
+ return err
+ }
+
+ if len(el.Items) == 0 {
+ return fmt.Errorf("expected to find atleast 1 event generated by inventory event controller")
+ }
+ return nil
+ }, "120s", "5s").ShouldNot(HaveOccurred())
+ })
+
+ AfterEach(func() {
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, creds)
+
+ }).ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, i)
+
+ }).ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ // wait until finalizers have cleaned up objects
+ err := k8sClient.Get(ctx, types.NamespacedName{Namespace: i.Namespace, Name: i.Name}, i)
+ if err != nil {
+ // object is missing
+ if apierrors.IsNotFound(err) {
+ return nil
+ }
+ }
+ return fmt.Errorf("waiting for inventory object to be not found")
+ }).ShouldNot(HaveOccurred())
+
+ Eventually(func() error {
+ return k8sClient.Delete(ctx, ns)
+ }).ShouldNot(HaveOccurred())
+ })
+})
diff --git a/pkg/controllers/suite_test.go b/pkg/controllers/suite_test.go
index ccfe829..818093f 100644
--- a/pkg/controllers/suite_test.go
+++ b/pkg/controllers/suite_test.go
@@ -18,20 +18,21 @@ package controllers
import (
"context"
- tinkv1alpha1 "github.com/tinkerbell/tink/pkg/apis/core/v1alpha1"
"path/filepath"
"testing"
"time"
+ "github.com/ory/dockertest/v3"
+ tinkv1alpha1 "github.com/tinkerbell/tink/pkg/apis/core/v1alpha1"
+
seederv1alpha1 "github.com/harvester/seeder/pkg/api/v1alpha1"
"github.com/harvester/seeder/pkg/mock"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
+ "github.com/ory/dockertest/v3/docker"
rufio "github.com/tinkerbell/rufio/api/v1alpha1"
- "golang.org/x/sync/errgroup"
"k8s.io/apimachinery/pkg/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
- "k8s.io/client-go/rest"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/envtest"
@@ -44,19 +45,18 @@ import (
// http://onsi.github.io/ginkgo/ to learn more about Ginkgo.
var (
- cfg *rest.Config
+ //cfg *rest.Config
k8sClient client.Client
testEnv *envtest.Environment
scheme = runtime.NewScheme()
ctx context.Context
cancel context.CancelFunc
- eg *errgroup.Group
- egctx context.Context
- setupLog = ctrl.Log.WithName("setup")
-)
-
-const (
- timeout = 300
+ //eg *errgroup.Group
+ //egctx context.Context
+ //setupLog = ctrl.Log.WithName("setup")
+ pool *dockertest.Pool
+ //redfishPort string
+ redfishMock *dockertest.Resource
)
func TestAPIs(t *testing.T) {
@@ -140,18 +140,59 @@ var _ = BeforeSuite(func() {
}).SetupWithManager(mgr)
Expect(err).NotTo(HaveOccurred())
+ err = (&InventoryEventReconciller{
+ Client: mgr.GetClient(),
+ Scheme: mgr.GetScheme(),
+ Logger: log.Log.WithName("controller.invenory-event"),
+ EventRecorder: mgr.GetEventRecorderFor("seeder"),
+ }).SetupWithManager(mgr)
+ Expect(err).NotTo(HaveOccurred())
+
+ err = (&ClusterEventReconciler{
+ Client: mgr.GetClient(),
+ Scheme: mgr.GetScheme(),
+ Logger: log.Log.WithName("controller.cluster-event"),
+ }).SetupWithManager(mgr)
+ Expect(err).NotTo(HaveOccurred())
+
go func() {
defer GinkgoRecover()
err := mgr.Start(ctx)
Expect(err).ToNot(HaveOccurred())
}()
+ pool, err = dockertest.NewPool("")
+ Expect(err).NotTo(HaveOccurred())
+
+ redfishBuildOpts := &dockertest.BuildOptions{
+ ContextDir: "../events/testdata",
+ }
+ redfishRunOpts := &dockertest.RunOptions{
+ Name: "redfishmock",
+ Cmd: []string{
+ "-D",
+ "/mockup",
+ "--ssl",
+ "--cert",
+ "/mockup/localhost.crt",
+ "--key",
+ "/mockup/localhost.key",
+ },
+ PortBindings: map[docker.Port][]docker.PortBinding{
+ "8000/tcp": {{HostPort: "443"}},
+ },
+ }
+
+ redfishMock, err = pool.BuildAndRunWithBuildOptions(redfishBuildOpts, redfishRunOpts)
+ Expect(err).NotTo(HaveOccurred())
time.Sleep(30 * time.Second)
})
var _ = AfterSuite(func() {
By("tearing down the test environment")
cancel()
- err := testEnv.Stop()
+ err := pool.Purge(redfishMock)
+ Expect(err).NotTo(HaveOccurred())
+ err = testEnv.Stop()
Expect(err).NotTo(HaveOccurred())
})
diff --git a/pkg/events/events.go b/pkg/events/events.go
new file mode 100644
index 0000000..82aa9b0
--- /dev/null
+++ b/pkg/events/events.go
@@ -0,0 +1,82 @@
+package events
+
+import (
+ "context"
+ "fmt"
+ "strings"
+
+ "github.com/stmcginnis/gofish"
+)
+
+type EventFetcher struct {
+ ctx context.Context
+ client *gofish.APIClient
+}
+
+func NewEventFetcher(ctx context.Context, username, password, endpoint string) (*EventFetcher, error) {
+ cfg := gofish.ClientConfig{
+ Username: username,
+ Password: password,
+ Endpoint: endpoint,
+ Insecure: true,
+ }
+
+ apiClient, err := gofish.ConnectContext(ctx, cfg)
+ if err != nil {
+ return nil, err
+ }
+
+ return &EventFetcher{ctx: ctx, client: apiClient}, nil
+}
+
+func (ef *EventFetcher) GetConfig() (map[string]string, string, error) {
+ chassis, err := ef.client.Service.Chassis()
+ if err != nil {
+ return nil, "", err
+ }
+
+ var totalMemory, totalCoreCount, totalCoreHz int
+ var manufacturer, model, serialNumber, health string
+ for _, v := range chassis {
+ if v.Manufacturer == "" {
+ continue
+ }
+ manufacturer = v.Manufacturer
+ model = v.Model
+ serialNumber = v.SerialNumber
+ health = string(v.Status.Health)
+ cs, err := v.ComputerSystems()
+ if err != nil {
+ return nil, "", err
+ }
+ for _, c := range cs {
+ memory, err := c.Memory()
+ if err != nil {
+ return nil, "", err
+ }
+
+ for _, m := range memory {
+ totalMemory += m.CapacityMiB
+ }
+
+ processors, err := c.Processors()
+ if err != nil {
+ return nil, "", err
+ }
+ for _, p := range processors {
+ totalCoreCount += p.TotalCores
+ totalCoreHz += int(p.MaxSpeedMHz)
+ }
+ }
+ }
+
+ retMap := make(map[string]string)
+
+ retMap["totalCpuCores"] = fmt.Sprintf("%d", totalCoreCount)
+ retMap["totalMemoryMiB"] = fmt.Sprintf("%d", totalMemory)
+ retMap["totalCoreHz"] = fmt.Sprintf("%d", totalCoreHz)
+ retMap["manufacturer"] = strings.ReplaceAll(strings.ReplaceAll(manufacturer, " ", ""), ".", "")
+ retMap["model"] = strings.ReplaceAll(strings.ReplaceAll(model, " ", ""), ".", "")
+ retMap["serialNumber"] = strings.ReplaceAll(strings.ReplaceAll(serialNumber, " ", ""), ".", "")
+ return retMap, health, nil
+}
diff --git a/pkg/events/events_test.go b/pkg/events/events_test.go
new file mode 100644
index 0000000..0cdab31
--- /dev/null
+++ b/pkg/events/events_test.go
@@ -0,0 +1,60 @@
+package events
+
+import (
+ "context"
+ "fmt"
+ "log"
+ "os"
+ "testing"
+ "time"
+
+ "github.com/ory/dockertest/v3"
+ "github.com/stretchr/testify/require"
+)
+
+var ef *EventFetcher
+
+func TestMain(m *testing.M) {
+ pool, err := dockertest.NewPool("")
+ if err != nil {
+ log.Fatalf("error connecting to dockerd: %v", err)
+ }
+
+ buildOpts := &dockertest.BuildOptions{
+ ContextDir: "./testdata",
+ }
+ runOpts := &dockertest.RunOptions{
+ Name: "redfishmock",
+ Cmd: []string{
+ "-D",
+ "/mockup",
+ },
+ }
+
+ redfishMock, err := pool.BuildAndRunWithBuildOptions(buildOpts, runOpts)
+ if err != nil {
+ log.Fatalf("error creating redfish mock container: %v", err)
+ }
+
+ time.Sleep(30 * time.Second)
+ ef, err = NewEventFetcher(context.TODO(), "root", "calvin", fmt.Sprintf("http://localhost:%s", redfishMock.GetPort("8000/tcp")))
+ if err != nil {
+ panic(err)
+ }
+ code := m.Run()
+
+ // cleanup
+ if err = pool.Purge(redfishMock); err != nil {
+ log.Fatalf("error purging redfish mock container: %v", err)
+ }
+ os.Exit(code)
+
+}
+
+func Test_GetInventory(t *testing.T) {
+ assert := require.New(t)
+ _, health, err := ef.GetConfig()
+ assert.NoErrorf(err, "expected no error during inventory call")
+ assert.Equal(health, "OK", "expected health to be ok")
+ ef.client.HTTPClient.CloseIdleConnections()
+}
diff --git a/pkg/events/testdata/Dockerfile b/pkg/events/testdata/Dockerfile
new file mode 100644
index 0000000..3de4d7e
--- /dev/null
+++ b/pkg/events/testdata/Dockerfile
@@ -0,0 +1,5 @@
+FROM dmtf/redfish-mockup-server:latest
+COPY mockup /mockup
+COPY gencert.sh /mockup/gencert.sh
+RUN chmod +x /mockup/gencert.sh && \
+ /mockup/gencert.sh
\ No newline at end of file
diff --git a/pkg/events/testdata/NOTES.txt b/pkg/events/testdata/NOTES.txt
new file mode 100644
index 0000000..134fbb4
--- /dev/null
+++ b/pkg/events/testdata/NOTES.txt
@@ -0,0 +1,7 @@
+## How to generate mock data
+
+Use the redfish mock data creator to create mock data store from an existing redfish instance.
+
+For this sample we leverage a Dell iDRAC available in our environment
+
+docker run --rm --user="$(id -u):$(id -g)" -v $PWD/mockup:/mockup dmtf/redfish-mockup-creator:latest -u root -p calvin -r 172.19.1.10:443 -S
\ No newline at end of file
diff --git a/pkg/events/testdata/gencert.sh b/pkg/events/testdata/gencert.sh
new file mode 100644
index 0000000..ca1fe4e
--- /dev/null
+++ b/pkg/events/testdata/gencert.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+openssl req -x509 -out /mockup/localhost.crt -keyout /mockup/localhost.key \
+ -newkey rsa:2048 -nodes -sha256 \
+ -subj '/CN=localhost' -extensions EXT -config <( \
+ printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
diff --git a/pkg/events/testdata/mockup/README b/pkg/events/testdata/mockup/README
new file mode 100644
index 0000000..64b2371
--- /dev/null
+++ b/pkg/events/testdata/mockup/README
@@ -0,0 +1,9 @@
+Redfish service captured by the Redfish Mockup Creator, Version 1.1.8
+Created: 2022-07-01 01:17:35
+Service: https://172.19.0.10:443
+User: root
+Description:
+Total response time: 1037.092625617981
+Average response time: 0.5836199356319532
+Minimum response time: 0.2874927520751953, /redfish/v1/Schemas/Schedule.json
+Maximum response time: 8.481079578399658, /redfish/v1/Registries/Messages/EEMIRegistry
diff --git a/pkg/events/testdata/mockup/redfish/index.json b/pkg/events/testdata/mockup/redfish/index.json
new file mode 100644
index 0000000..3bd5706
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/index.json
@@ -0,0 +1,3 @@
+{
+ "v1": "/redfish/v1/"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/$metadata/index.xml b/pkg/events/testdata/mockup/redfish/v1/$metadata/index.xml
new file mode 100644
index 0000000..e0eb0aa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/$metadata/index.xml
@@ -0,0 +1,963 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1/Assembly/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1/Assembly/index.json
new file mode 100644
index 0000000..704f901
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1/Assembly/index.json
@@ -0,0 +1,447 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly",
+ "@odata.type": "#Assembly.v1_0_0.Assembly",
+ "Assemblies": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625575",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A1",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A1#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A2",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A2#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-03T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A3",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A3",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A3#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A4",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A4",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A4#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A5",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A5",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A5#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A6",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A6",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A6#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-04T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A7",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A7",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A7#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A8",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A8",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A8#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B1",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B1#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B2",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B2#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B3",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B3",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B3#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B4",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B4",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B4#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B5",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B5",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B5#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B6",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B6",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B6#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B7",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B7",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B7#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B8",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B8",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B8#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-03T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/System.Embedded.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "SystemPlanar",
+ "EngineeringChangeLevel": "A08",
+ "MemberId": "System.Embedded.1",
+ "Model": "SystemPlanar",
+ "Name": "System.Embedded.1#FRU",
+ "PartNumber": "0CNCJW",
+ "Producer": "Dell Inc.",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/NIC.Integrated.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "Intel(R) GbE 4P I350-t rNDC",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "NIC.Integrated.1",
+ "Model": "Intel(R) GbE 4P I350-t rNDC",
+ "Name": "NIC.Integrated.1#FRU",
+ "PartNumber": "0R1XFC",
+ "Producer": "Dell",
+ "ProductionDate": "2015-09-28T17:52:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/RAID.Integrated.1-1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "Dell Storage Cntlr. H730 -Mini",
+ "EngineeringChangeLevel": "A03",
+ "MemberId": "RAID.Integrated.1-1",
+ "Model": "Dell Storage Cntlr. H730 -Mini",
+ "Name": "RAID.Integrated.1-1#FRU",
+ "PartNumber": "0KMCCD",
+ "Producer": "Dell",
+ "ProductionDate": "2015-11-27T12:48:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651718878",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "PWR SPLY,750W,RDNT,DELTA",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "PSU.Slot.1",
+ "Model": "PWR SPLY,750W,RDNT,DELTA",
+ "Name": "PSU.Slot.1#FRU",
+ "PartNumber": "0V1YJ6",
+ "Producer": "Dell",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651718878",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "PWR SPLY,750W,RDNT,EMSN",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "PSU.Slot.2",
+ "Model": "PWR SPLY,750W,RDNT,EMSN",
+ "Name": "PSU.Slot.2#FRU",
+ "PartNumber": "00XW8W",
+ "Producer": "Dell",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1655848019",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "",
+ "EngineeringChangeLevel": "",
+ "MemberId": "Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Model": "",
+ "Name": "Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1#FRU",
+ "PartNumber": "",
+ "Producer": "N/A",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1655848019",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "",
+ "EngineeringChangeLevel": "",
+ "MemberId": "Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Model": "",
+ "Name": "Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1#FRU",
+ "PartNumber": "",
+ "Producer": "N/A",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ }
+ ],
+ "Assemblies@odata.count": 23,
+ "Id": "PCIE Assembly",
+ "Name": "Assembly"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json
new file mode 100644
index 0000000..3017968
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json
@@ -0,0 +1,53 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
+ "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Chassis.v1_6_0.Chassis",
+ "Actions": {},
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1/Assembly"
+ },
+ "AssetTag": "",
+ "ChassisType": "Enclosure",
+ "Description": "PCIe SSD BP 1",
+ "Id": "Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Links": {
+ "ContainedBy": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ },
+ "Contains": [],
+ "Contains@odata.count": 0,
+ "Drives": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1"
+ }
+ ],
+ "Drives@odata.count": 2,
+ "ManagedBy": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ ],
+ "ManagedBy@odata.count": 1,
+ "Storage": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/PCIeExtender.Slot.1"
+ }
+ ],
+ "Storage@odata.count": 1
+ },
+ "Manufacturer": null,
+ "Model": "PCIe SSD BP 1",
+ "Name": "PCIe SSD BP 1",
+ "PartNumber": null,
+ "PowerState": "On",
+ "SKU": "",
+ "SerialNumber": null,
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1/Assembly/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1/Assembly/index.json
new file mode 100644
index 0000000..704f901
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1/Assembly/index.json
@@ -0,0 +1,447 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly",
+ "@odata.type": "#Assembly.v1_0_0.Assembly",
+ "Assemblies": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625575",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A1",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A1#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A2",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A2#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-03T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A3",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A3",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A3#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A4",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A4",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A4#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A5",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A5",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A5#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A6",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A6",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A6#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-04T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A7",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A7",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A7#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A8",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A8",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A8#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B1",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B1#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B2",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B2#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B3",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B3",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B3#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B4",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B4",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B4#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B5",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B5",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B5#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B6",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B6",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B6#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B7",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B7",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B7#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B8",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B8",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B8#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-03T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/System.Embedded.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "SystemPlanar",
+ "EngineeringChangeLevel": "A08",
+ "MemberId": "System.Embedded.1",
+ "Model": "SystemPlanar",
+ "Name": "System.Embedded.1#FRU",
+ "PartNumber": "0CNCJW",
+ "Producer": "Dell Inc.",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/NIC.Integrated.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "Intel(R) GbE 4P I350-t rNDC",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "NIC.Integrated.1",
+ "Model": "Intel(R) GbE 4P I350-t rNDC",
+ "Name": "NIC.Integrated.1#FRU",
+ "PartNumber": "0R1XFC",
+ "Producer": "Dell",
+ "ProductionDate": "2015-09-28T17:52:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/RAID.Integrated.1-1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "Dell Storage Cntlr. H730 -Mini",
+ "EngineeringChangeLevel": "A03",
+ "MemberId": "RAID.Integrated.1-1",
+ "Model": "Dell Storage Cntlr. H730 -Mini",
+ "Name": "RAID.Integrated.1-1#FRU",
+ "PartNumber": "0KMCCD",
+ "Producer": "Dell",
+ "ProductionDate": "2015-11-27T12:48:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651718878",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "PWR SPLY,750W,RDNT,DELTA",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "PSU.Slot.1",
+ "Model": "PWR SPLY,750W,RDNT,DELTA",
+ "Name": "PSU.Slot.1#FRU",
+ "PartNumber": "0V1YJ6",
+ "Producer": "Dell",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651718878",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "PWR SPLY,750W,RDNT,EMSN",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "PSU.Slot.2",
+ "Model": "PWR SPLY,750W,RDNT,EMSN",
+ "Name": "PSU.Slot.2#FRU",
+ "PartNumber": "00XW8W",
+ "Producer": "Dell",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1655848019",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "",
+ "EngineeringChangeLevel": "",
+ "MemberId": "Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Model": "",
+ "Name": "Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1#FRU",
+ "PartNumber": "",
+ "Producer": "N/A",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1655848019",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "",
+ "EngineeringChangeLevel": "",
+ "MemberId": "Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Model": "",
+ "Name": "Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1#FRU",
+ "PartNumber": "",
+ "Producer": "N/A",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ }
+ ],
+ "Assemblies@odata.count": 23,
+ "Id": "PCIE Assembly",
+ "Name": "Assembly"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1/index.json
new file mode 100644
index 0000000..7075b19
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1/index.json
@@ -0,0 +1,46 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
+ "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1",
+ "@odata.type": "#Chassis.v1_6_0.Chassis",
+ "Actions": {},
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1/Assembly"
+ },
+ "AssetTag": "",
+ "ChassisType": "Enclosure",
+ "Description": "BP13G+EXP 0:1",
+ "Id": "Enclosure.Internal.0-1:RAID.Integrated.1-1",
+ "Links": {
+ "ContainedBy": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ },
+ "Contains": [],
+ "Contains@odata.count": 0,
+ "Drives": [],
+ "Drives@odata.count": 0,
+ "ManagedBy": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ ],
+ "ManagedBy@odata.count": 1,
+ "Storage": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Integrated.1-1"
+ }
+ ],
+ "Storage@odata.count": 1
+ },
+ "Manufacturer": null,
+ "Model": "BP13G+EXP 0:1",
+ "Name": "BP13G+EXP 0:1",
+ "PartNumber": null,
+ "PowerState": "On",
+ "SKU": "",
+ "SerialNumber": null,
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A1/index.json
new file mode 100644
index 0000000..34fc772
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A1/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625575",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A1",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A1#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A2/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A2/index.json
new file mode 100644
index 0000000..606d032
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A2/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A2",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A2#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-03T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A3/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A3/index.json
new file mode 100644
index 0000000..403cebf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A3/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A3",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A3",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A3#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A4/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A4/index.json
new file mode 100644
index 0000000..4cb7a94
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A4/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A4",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A4",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A4#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A5/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A5/index.json
new file mode 100644
index 0000000..ec18420
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A5/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A5",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A5",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A5#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A6/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A6/index.json
new file mode 100644
index 0000000..21c94c2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A6/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A6",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A6",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A6#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-04T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A7/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A7/index.json
new file mode 100644
index 0000000..60a4f4f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A7/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A7",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A7",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A7#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A8/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A8/index.json
new file mode 100644
index 0000000..8ba7499
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A8/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A8",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A8",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A8#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B1/index.json
new file mode 100644
index 0000000..f956cda
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B1/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B1",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B1#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B2/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B2/index.json
new file mode 100644
index 0000000..b20ca4a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B2/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B2",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B2#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B3/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B3/index.json
new file mode 100644
index 0000000..12dbc14
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B3/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B3",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B3",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B3#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B4/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B4/index.json
new file mode 100644
index 0000000..96dde8f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B4/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B4",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B4",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B4#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B5/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B5/index.json
new file mode 100644
index 0000000..b11d597
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B5/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B5",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B5",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B5#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B6/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B6/index.json
new file mode 100644
index 0000000..e2b96ac
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B6/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B6",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B6",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B6#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B7/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B7/index.json
new file mode 100644
index 0000000..a87d8ef
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B7/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B7",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B7",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B7#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B8/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B8/index.json
new file mode 100644
index 0000000..3bf5c8b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B8/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B8",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B8",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B8#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-03T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json
new file mode 100644
index 0000000..cd519f3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1655848019",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "",
+ "EngineeringChangeLevel": "",
+ "MemberId": "Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Model": "",
+ "Name": "Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1#FRU",
+ "PartNumber": "",
+ "Producer": "N/A",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json
new file mode 100644
index 0000000..ebc1079
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1655848019",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "",
+ "EngineeringChangeLevel": "",
+ "MemberId": "Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Model": "",
+ "Name": "Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1#FRU",
+ "PartNumber": "",
+ "Producer": "N/A",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/NIC.Integrated.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/NIC.Integrated.1/index.json
new file mode 100644
index 0000000..7e44505
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/NIC.Integrated.1/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/NIC.Integrated.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "Intel(R) GbE 4P I350-t rNDC",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "NIC.Integrated.1",
+ "Model": "Intel(R) GbE 4P I350-t rNDC",
+ "Name": "NIC.Integrated.1#FRU",
+ "PartNumber": "0R1XFC",
+ "Producer": "Dell",
+ "ProductionDate": "2015-09-28T17:52:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.1/index.json
new file mode 100644
index 0000000..9af9d16
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.1/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651718878",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "PWR SPLY,750W,RDNT,DELTA",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "PSU.Slot.1",
+ "Model": "PWR SPLY,750W,RDNT,DELTA",
+ "Name": "PSU.Slot.1#FRU",
+ "PartNumber": "0V1YJ6",
+ "Producer": "Dell",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.2/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.2/index.json
new file mode 100644
index 0000000..9534115
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.2/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651718878",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "PWR SPLY,750W,RDNT,EMSN",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "PSU.Slot.2",
+ "Model": "PWR SPLY,750W,RDNT,EMSN",
+ "Name": "PSU.Slot.2#FRU",
+ "PartNumber": "00XW8W",
+ "Producer": "Dell",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/RAID.Integrated.1-1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/RAID.Integrated.1-1/index.json
new file mode 100644
index 0000000..0c9ce21
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/RAID.Integrated.1-1/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/RAID.Integrated.1-1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "Dell Storage Cntlr. H730 -Mini",
+ "EngineeringChangeLevel": "A03",
+ "MemberId": "RAID.Integrated.1-1",
+ "Model": "Dell Storage Cntlr. H730 -Mini",
+ "Name": "RAID.Integrated.1-1#FRU",
+ "PartNumber": "0KMCCD",
+ "Producer": "Dell",
+ "ProductionDate": "2015-11-27T12:48:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/System.Embedded.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/System.Embedded.1/index.json
new file mode 100644
index 0000000..b5e955d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/System.Embedded.1/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/System.Embedded.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "SystemPlanar",
+ "EngineeringChangeLevel": "A08",
+ "MemberId": "System.Embedded.1",
+ "Model": "SystemPlanar",
+ "Name": "System.Embedded.1#FRU",
+ "PartNumber": "0CNCJW",
+ "Producer": "Dell Inc.",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/index.json
new file mode 100644
index 0000000..704f901
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Assembly/index.json
@@ -0,0 +1,447 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly",
+ "@odata.type": "#Assembly.v1_0_0.Assembly",
+ "Assemblies": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625575",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A1",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A1#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A2",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A2#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-03T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A3",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A3",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A3#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A4",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A4",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A4#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A5",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A5",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A5#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A6",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A6",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A6#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-04T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A7",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A7",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A7#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625576",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.A8",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.A8",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.A8#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B1",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B1#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B2",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B2#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B3",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B3",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B3#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B4",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B4",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B4#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B5",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B5",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B5#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B6",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B6",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B6#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-17T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B7",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B7",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B7#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-05-11T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/DIMM.Socket.B8",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "DDR4 DIMM",
+ "EngineeringChangeLevel": null,
+ "MemberId": "DIMM.Socket.B8",
+ "Model": "DDR4 DIMM",
+ "Name": "DIMM.Socket.B8#FRU",
+ "PartNumber": "HMA84GL7MMR4N-TF",
+ "Producer": "Hynix Semiconductor",
+ "ProductionDate": "2015-08-03T07:00:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/System.Embedded.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "SystemPlanar",
+ "EngineeringChangeLevel": "A08",
+ "MemberId": "System.Embedded.1",
+ "Model": "SystemPlanar",
+ "Name": "System.Embedded.1#FRU",
+ "PartNumber": "0CNCJW",
+ "Producer": "Dell Inc.",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/NIC.Integrated.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "Intel(R) GbE 4P I350-t rNDC",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "NIC.Integrated.1",
+ "Model": "Intel(R) GbE 4P I350-t rNDC",
+ "Name": "NIC.Integrated.1#FRU",
+ "PartNumber": "0R1XFC",
+ "Producer": "Dell",
+ "ProductionDate": "2015-09-28T17:52:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651625577",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/RAID.Integrated.1-1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "Dell Storage Cntlr. H730 -Mini",
+ "EngineeringChangeLevel": "A03",
+ "MemberId": "RAID.Integrated.1-1",
+ "Model": "Dell Storage Cntlr. H730 -Mini",
+ "Name": "RAID.Integrated.1-1#FRU",
+ "PartNumber": "0KMCCD",
+ "Producer": "Dell",
+ "ProductionDate": "2015-11-27T12:48:00Z",
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651718878",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "PWR SPLY,750W,RDNT,DELTA",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "PSU.Slot.1",
+ "Model": "PWR SPLY,750W,RDNT,DELTA",
+ "Name": "PSU.Slot.1#FRU",
+ "PartNumber": "0V1YJ6",
+ "Producer": "Dell",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1651718878",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/PSU.Slot.2",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "PWR SPLY,750W,RDNT,EMSN",
+ "EngineeringChangeLevel": "A00",
+ "MemberId": "PSU.Slot.2",
+ "Model": "PWR SPLY,750W,RDNT,EMSN",
+ "Name": "PSU.Slot.2#FRU",
+ "PartNumber": "00XW8W",
+ "Producer": "Dell",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1655848019",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "",
+ "EngineeringChangeLevel": "",
+ "MemberId": "Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Model": "",
+ "Name": "Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.1#FRU",
+ "PartNumber": "",
+ "Producer": "N/A",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly",
+ "@odata.etag": "1655848019",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly/Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "@odata.type": "#Assembly.v1_0_0.AssemblyData",
+ "BinaryDataURI": null,
+ "Description": "",
+ "EngineeringChangeLevel": "",
+ "MemberId": "Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1",
+ "Model": "",
+ "Name": "Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.1#FRU",
+ "PartNumber": "",
+ "Producer": "N/A",
+ "ProductionDate": null,
+ "SKU": null,
+ "SparePartNumber": null,
+ "Vendor": "DELL",
+ "Version": null
+ }
+ ],
+ "Assemblies@odata.count": 23,
+ "Id": "PCIE Assembly",
+ "Name": "Assembly"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerControl/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerControl/index.json
new file mode 100644
index 0000000..5f488ef
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerControl/index.json
@@ -0,0 +1,32 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerControl",
+ "@odata.type": "#Power.v1_4_0.PowerControl",
+ "MemberId": "PowerControl",
+ "Name": "System Power Control",
+ "PowerAllocatedWatts": 1792,
+ "PowerAvailableWatts": 0,
+ "PowerCapacityWatts": 1792,
+ "PowerConsumedWatts": 247,
+ "PowerLimit": {
+ "CorrectionInMs": 0,
+ "LimitException": "HardPowerOff",
+ "LimitInWatts": 477
+ },
+ "PowerMetrics": {
+ "AverageConsumedWatts": 246,
+ "IntervalInMin": 1,
+ "MaxConsumedWatts": 249,
+ "MinConsumedWatts": 244
+ },
+ "PowerRequestedWatts": 569,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 2
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/index.json
new file mode 100644
index 0000000..3933ac2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/index.json
@@ -0,0 +1,65 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1",
+ "@odata.type": "#Power.v1_5_0.PowerSupply",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FirmwareVersion": "00.24.71",
+ "HotPluggable": true,
+ "InputRanges": [
+ {
+ "InputType": "AC",
+ "OutputWattage": 750
+ }
+ ],
+ "InputRanges@odata.count": 1,
+ "LastPowerOutputWatts": null,
+ "LineInputVoltage": 206,
+ "LineInputVoltageType": "AC240V",
+ "Manufacturer": "Dell",
+ "MemberId": "PSU.Slot.1",
+ "Model": "PWR SPLY,750W,RDNT,DELTA ",
+ "Name": "PS1 Status",
+ "PartNumber": "0V1YJ6A00",
+ "PowerInputWatts": 900,
+ "PowerSupplyType": "AC",
+ "Redundancy": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy",
+ "@odata.type": "#Redundancy.v1_3_0.Redundancy",
+ "MaxNumSupported": 4,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPSRedundancy",
+ "MinNumNeeded": 2,
+ "Mode": "N+m",
+ "Name": "System Board PS Redundancy",
+ "RedundancySet": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "RedundancySet@odata.count": 2,
+ "Status": {
+ "Health": "OK",
+ "State": "Disabled"
+ }
+ }
+ ],
+ "Redundancy@odata.count": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SerialNumber": "CN1797257L3H7H",
+ "SparePartNumber": "0V1YJ6A00",
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/index.json
new file mode 100644
index 0000000..a0a83eb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/index.json
@@ -0,0 +1,65 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2",
+ "@odata.type": "#Power.v1_5_0.PowerSupply",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FirmwareVersion": "00.11.3F",
+ "HotPluggable": true,
+ "InputRanges": [
+ {
+ "InputType": "AC",
+ "OutputWattage": 750
+ }
+ ],
+ "InputRanges@odata.count": 1,
+ "LastPowerOutputWatts": null,
+ "LineInputVoltage": 206,
+ "LineInputVoltageType": "AC240V",
+ "Manufacturer": "Dell",
+ "MemberId": "PSU.Slot.2",
+ "Model": "PWR SPLY,750W,RDNT,EMSN ",
+ "Name": "PS2 Status",
+ "PartNumber": "00XW8WA00",
+ "PowerInputWatts": 900,
+ "PowerSupplyType": "AC",
+ "Redundancy": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy",
+ "@odata.type": "#Redundancy.v1_3_0.Redundancy",
+ "MaxNumSupported": 4,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPSRedundancy",
+ "MinNumNeeded": 2,
+ "Mode": "N+m",
+ "Name": "System Board PS Redundancy",
+ "RedundancySet": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "RedundancySet@odata.count": 2,
+ "Status": {
+ "Health": "OK",
+ "State": "Disabled"
+ }
+ }
+ ],
+ "Redundancy@odata.count": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SerialNumber": "PH1629859Q018S",
+ "SparePartNumber": "00XW8WA00",
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy/index.json
new file mode 100644
index 0000000..5c158c8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy",
+ "@odata.type": "#Redundancy.v1_3_0.Redundancy",
+ "MaxNumSupported": 4,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPSRedundancy",
+ "MinNumNeeded": 2,
+ "Mode": "N+m",
+ "Name": "System Board PS Redundancy",
+ "RedundancySet": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "RedundancySet@odata.count": 2,
+ "Status": {
+ "Health": "OK",
+ "State": "Disabled"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/index.json
new file mode 100644
index 0000000..0ec88fc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Power/index.json
@@ -0,0 +1,1141 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power",
+ "@odata.type": "#Power.v1_5_0.Power",
+ "Description": "Power",
+ "Id": "Power",
+ "Name": "Power",
+ "PowerControl": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerControl",
+ "@odata.type": "#Power.v1_4_0.PowerControl",
+ "MemberId": "PowerControl",
+ "Name": "System Power Control",
+ "PowerAllocatedWatts": 1792,
+ "PowerAvailableWatts": 0,
+ "PowerCapacityWatts": 1792,
+ "PowerConsumedWatts": 247,
+ "PowerLimit": {
+ "CorrectionInMs": 0,
+ "LimitException": "HardPowerOff",
+ "LimitInWatts": 477
+ },
+ "PowerMetrics": {
+ "AverageConsumedWatts": 246,
+ "IntervalInMin": 1,
+ "MaxConsumedWatts": 249,
+ "MinConsumedWatts": 244
+ },
+ "PowerRequestedWatts": 569,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 2
+ }
+ ],
+ "PowerControl@odata.count": 1,
+ "PowerSupplies": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1",
+ "@odata.type": "#Power.v1_5_0.PowerSupply",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FirmwareVersion": "00.24.71",
+ "HotPluggable": true,
+ "InputRanges": [
+ {
+ "InputType": "AC",
+ "OutputWattage": 750
+ }
+ ],
+ "InputRanges@odata.count": 1,
+ "LastPowerOutputWatts": null,
+ "LineInputVoltage": 206,
+ "LineInputVoltageType": "AC240V",
+ "Manufacturer": "Dell",
+ "MemberId": "PSU.Slot.1",
+ "Model": "PWR SPLY,750W,RDNT,DELTA ",
+ "Name": "PS1 Status",
+ "PartNumber": "0V1YJ6A00",
+ "PowerInputWatts": 900,
+ "PowerSupplyType": "AC",
+ "Redundancy": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy",
+ "@odata.type": "#Redundancy.v1_3_0.Redundancy",
+ "MaxNumSupported": 4,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPSRedundancy",
+ "MinNumNeeded": 2,
+ "Mode": "N+m",
+ "Name": "System Board PS Redundancy",
+ "RedundancySet": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "RedundancySet@odata.count": 2,
+ "Status": {
+ "Health": "OK",
+ "State": "Disabled"
+ }
+ }
+ ],
+ "Redundancy@odata.count": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SerialNumber": "CN1797257L3H7H",
+ "SparePartNumber": "0V1YJ6A00",
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ }
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2",
+ "@odata.type": "#Power.v1_5_0.PowerSupply",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FirmwareVersion": "00.11.3F",
+ "HotPluggable": true,
+ "InputRanges": [
+ {
+ "InputType": "AC",
+ "OutputWattage": 750
+ }
+ ],
+ "InputRanges@odata.count": 1,
+ "LastPowerOutputWatts": null,
+ "LineInputVoltage": 206,
+ "LineInputVoltageType": "AC240V",
+ "Manufacturer": "Dell",
+ "MemberId": "PSU.Slot.2",
+ "Model": "PWR SPLY,750W,RDNT,EMSN ",
+ "Name": "PS2 Status",
+ "PartNumber": "00XW8WA00",
+ "PowerInputWatts": 900,
+ "PowerSupplyType": "AC",
+ "Redundancy": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy",
+ "@odata.type": "#Redundancy.v1_3_0.Redundancy",
+ "MaxNumSupported": 4,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPSRedundancy",
+ "MinNumNeeded": 2,
+ "Mode": "N+m",
+ "Name": "System Board PS Redundancy",
+ "RedundancySet": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "RedundancySet@odata.count": 2,
+ "Status": {
+ "Health": "OK",
+ "State": "Disabled"
+ }
+ }
+ ],
+ "Redundancy@odata.count": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SerialNumber": "PH1629859Q018S",
+ "SparePartNumber": "00XW8WA00",
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ }
+ }
+ ],
+ "PowerSupplies@odata.count": 2,
+ "Redundancy": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Redundancy/iDRAC.Embedded.1%23SystemBoardPSRedundancy",
+ "@odata.type": "#Redundancy.v1_3_0.Redundancy",
+ "MaxNumSupported": 4,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPSRedundancy",
+ "MinNumNeeded": 2,
+ "Mode": "N+m",
+ "Name": "System Board PS Redundancy",
+ "RedundancySet": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "RedundancySet@odata.count": 2,
+ "Status": {
+ "Health": "OK",
+ "State": "Disabled"
+ }
+ }
+ ],
+ "Redundancy@odata.count": 1,
+ "Voltages": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1VCOREPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1VCOREPG",
+ "Name": "CPU1 VCORE PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 35,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2VCOREPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2VCOREPG",
+ "Name": "CPU2 VCORE PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 36,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard3.3VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard3.3VPG",
+ "Name": "System Board 3.3V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 25,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VAUXPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard5VAUXPG",
+ "Name": "System Board 5V AUX PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 26,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDedicatedNIC",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardDedicatedNIC",
+ "Name": "System Board Dedicated NIC",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 112,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PERC1Presence",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#PERC1Presence",
+ "Name": "PERC1 Presence",
+ "PhysicalContext": "Chassis",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 73,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1Presence",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1Presence",
+ "Name": "CPU1 Presence",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 64,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2Presence",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2Presence",
+ "Name": "CPU2 Presence",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 65,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VPPPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M23VPPPG",
+ "Name": "CPU2 M23 VPP PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 34,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VPPPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M23VPPPG",
+ "Name": "CPU1 M23 VPP PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 37,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard2.5VAUXPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard2.5VAUXPG",
+ "Name": "System Board 2.5V AUX PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 38,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.05VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard1.05VPG",
+ "Name": "System Board 1.05V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 39,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VDDQPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M23VDDQPG",
+ "Name": "CPU1 M23 VDDQ PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 21,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VTTPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M23VTTPG",
+ "Name": "CPU1 M23 VTT PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 22,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VSWITCHPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard5VSWITCHPG",
+ "Name": "System Board 5V SWITCH PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 33,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDIMMPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardDIMMPG",
+ "Name": "System Board DIMM PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 41,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardVCCIOPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardVCCIOPG",
+ "Name": "System Board VCCIO PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 43,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VDDQPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M01VDDQPG",
+ "Name": "CPU2 M01 VDDQ PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 27,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VDDQPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M01VDDQPG",
+ "Name": "CPU1 M01 VDDQ PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 30,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VTTPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M23VTTPG",
+ "Name": "CPU2 M23 VTT PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 46,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VTTPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M01VTTPG",
+ "Name": "CPU2 M01 VTT PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 28,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardNDCPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardNDCPG",
+ "Name": "System Board NDC PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 47,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VPPPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M01VPPPG",
+ "Name": "CPU2 M01 VPP PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 31,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VPPPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M01VPPPG",
+ "Name": "CPU1 M01 VPP PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 32,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VDDQPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M23VDDQPG",
+ "Name": "CPU2 M23 VDDQ PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 29,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard1.5VPG",
+ "Name": "System Board 1.5V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 40,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VAUXPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard1.5VAUXPG",
+ "Name": "System Board 1.5V AUX PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 249,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1FIVRPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1FIVRPG",
+ "Name": "CPU1 FIVR PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 251,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2FIVRPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2FIVRPG",
+ "Name": "CPU2 FIVR PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 252,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS2PGFail",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPS2PGFail",
+ "Name": "System Board PS2 PG Fail",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 44,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS1PGFail",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPS1PGFail",
+ "Name": "System Board PS1 PG Fail",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 45,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP15VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardBP15VPG",
+ "Name": "System Board BP1 5V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 247,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP25VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardBP25VPG",
+ "Name": "System Board BP2 5V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 248,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VTTPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M01VTTPG",
+ "Name": "CPU1 M01 VTT PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 20,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS1Voltage",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#PS1Voltage",
+ "Name": "PS1 Voltage 1",
+ "PhysicalContext": "PowerSupply",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 108,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS2Voltage",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#PS2Voltage",
+ "Name": "PS2 Voltage 2",
+ "PhysicalContext": "PowerSupply",
+ "ReadingVolts": 206,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 109,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ }
+ ],
+ "Voltages@odata.count": 36
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1A/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1A/index.json
new file mode 100644
index 0000000..575a7f8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1A/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan1A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.1A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan1A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7440,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1B/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1B/index.json
new file mode 100644
index 0000000..2d69ec6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1B/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan1B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.1B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan1B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2A/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2A/index.json
new file mode 100644
index 0000000..77c65c0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2A/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan2A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.2A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan2A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7680,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2B/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2B/index.json
new file mode 100644
index 0000000..90a12ca
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2B/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan2B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.2B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan2B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5760,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3A/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3A/index.json
new file mode 100644
index 0000000..dad5fd5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3A/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan3A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.3A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan3A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7440,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3B/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3B/index.json
new file mode 100644
index 0000000..3b4dc06
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3B/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan3B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.3B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan3B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4A/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4A/index.json
new file mode 100644
index 0000000..a90261a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4A/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan4A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.4A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan4A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7560,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4B/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4B/index.json
new file mode 100644
index 0000000..1977d71
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4B/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan4B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.4B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan4B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5760,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5A/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5A/index.json
new file mode 100644
index 0000000..f41f427
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5A/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan5A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.5A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan5A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7440,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5B/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5B/index.json
new file mode 100644
index 0000000..34b11d7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5B/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan5B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.5B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan5B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6A/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6A/index.json
new file mode 100644
index 0000000..68ad98d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6A/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan6A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.6A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan6A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7440,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6B/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6B/index.json
new file mode 100644
index 0000000..59444ce
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6B/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan6B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.6B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan6B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7A/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7A/index.json
new file mode 100644
index 0000000..77d2d15
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7A/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan7A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.7A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan7A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7560,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7B/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7B/index.json
new file mode 100644
index 0000000..833fd29
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7B/index.json
@@ -0,0 +1,33 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan7B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.7B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan7B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU1Temp/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU1Temp/index.json
new file mode 100644
index 0000000..789fee9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU1Temp/index.json
@@ -0,0 +1,28 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU1Temp",
+ "@odata.type": "#Thermal.v1_4_0.Temperature",
+ "LowerThresholdCritical": 3,
+ "LowerThresholdFatal": 3,
+ "LowerThresholdNonCritical": 8,
+ "MaxReadingRangeTemp": 84,
+ "MemberId": "iDRAC.Embedded.1#CPU1Temp",
+ "MinReadingRangeTemp": 3,
+ "Name": "CPU1 Temp",
+ "PhysicalContext": "CPU",
+ "ReadingCelsius": 45,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 14,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": 84,
+ "UpperThresholdFatal": 84,
+ "UpperThresholdNonCritical": 79
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU2Temp/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU2Temp/index.json
new file mode 100644
index 0000000..35e9b0f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU2Temp/index.json
@@ -0,0 +1,28 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU2Temp",
+ "@odata.type": "#Thermal.v1_4_0.Temperature",
+ "LowerThresholdCritical": 3,
+ "LowerThresholdFatal": 3,
+ "LowerThresholdNonCritical": 8,
+ "MaxReadingRangeTemp": 84,
+ "MemberId": "iDRAC.Embedded.1#CPU2Temp",
+ "MinReadingRangeTemp": 3,
+ "Name": "CPU2 Temp",
+ "PhysicalContext": "CPU",
+ "ReadingCelsius": 48,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 15,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": 84,
+ "UpperThresholdFatal": 84,
+ "UpperThresholdNonCritical": 79
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardExhaustTemp/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardExhaustTemp/index.json
new file mode 100644
index 0000000..1db577f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardExhaustTemp/index.json
@@ -0,0 +1,28 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardExhaustTemp",
+ "@odata.type": "#Thermal.v1_4_0.Temperature",
+ "LowerThresholdCritical": 0,
+ "LowerThresholdFatal": 0,
+ "LowerThresholdNonCritical": 0,
+ "MaxReadingRangeTemp": 75,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardExhaustTemp",
+ "MinReadingRangeTemp": 0,
+ "Name": "System Board Exhaust Temp",
+ "PhysicalContext": "SystemBoard",
+ "ReadingCelsius": 30,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": 75,
+ "UpperThresholdFatal": 75,
+ "UpperThresholdNonCritical": 70
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardInletTemp/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardInletTemp/index.json
new file mode 100644
index 0000000..121a8ca
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardInletTemp/index.json
@@ -0,0 +1,28 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardInletTemp",
+ "@odata.type": "#Thermal.v1_4_0.Temperature",
+ "LowerThresholdCritical": -7,
+ "LowerThresholdFatal": -7,
+ "LowerThresholdNonCritical": 3,
+ "MaxReadingRangeTemp": 47,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardInletTemp",
+ "MinReadingRangeTemp": -7,
+ "Name": "System Board Inlet Temp",
+ "PhysicalContext": "SystemBoard",
+ "ReadingCelsius": 15,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 4,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": 47,
+ "UpperThresholdFatal": 47,
+ "UpperThresholdNonCritical": 42
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1FIVRPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1FIVRPG/index.json
new file mode 100644
index 0000000..596c2da
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1FIVRPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1FIVRPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1FIVRPG",
+ "Name": "CPU1 FIVR PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 251,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VDDQPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VDDQPG/index.json
new file mode 100644
index 0000000..380beac
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VDDQPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VDDQPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M01VDDQPG",
+ "Name": "CPU1 M01 VDDQ PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 30,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VPPPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VPPPG/index.json
new file mode 100644
index 0000000..f80c77d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VPPPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VPPPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M01VPPPG",
+ "Name": "CPU1 M01 VPP PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 32,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VTTPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VTTPG/index.json
new file mode 100644
index 0000000..9e656a9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VTTPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M01VTTPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M01VTTPG",
+ "Name": "CPU1 M01 VTT PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 20,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VDDQPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VDDQPG/index.json
new file mode 100644
index 0000000..cdef792
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VDDQPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VDDQPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M23VDDQPG",
+ "Name": "CPU1 M23 VDDQ PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 21,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VPPPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VPPPG/index.json
new file mode 100644
index 0000000..f813942
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VPPPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VPPPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M23VPPPG",
+ "Name": "CPU1 M23 VPP PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 37,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VTTPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VTTPG/index.json
new file mode 100644
index 0000000..56cdeea
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VTTPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1M23VTTPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1M23VTTPG",
+ "Name": "CPU1 M23 VTT PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 22,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1Presence/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1Presence/index.json
new file mode 100644
index 0000000..6082b88
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1Presence/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1Presence",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1Presence",
+ "Name": "CPU1 Presence",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 64,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1VCOREPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1VCOREPG/index.json
new file mode 100644
index 0000000..3c6924c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1VCOREPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU1VCOREPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU1VCOREPG",
+ "Name": "CPU1 VCORE PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 35,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2FIVRPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2FIVRPG/index.json
new file mode 100644
index 0000000..344ea4d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2FIVRPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2FIVRPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2FIVRPG",
+ "Name": "CPU2 FIVR PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 252,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VDDQPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VDDQPG/index.json
new file mode 100644
index 0000000..b2e46fe
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VDDQPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VDDQPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M01VDDQPG",
+ "Name": "CPU2 M01 VDDQ PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 27,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VPPPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VPPPG/index.json
new file mode 100644
index 0000000..937102a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VPPPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VPPPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M01VPPPG",
+ "Name": "CPU2 M01 VPP PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 31,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VTTPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VTTPG/index.json
new file mode 100644
index 0000000..9ae8953
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VTTPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M01VTTPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M01VTTPG",
+ "Name": "CPU2 M01 VTT PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 28,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VDDQPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VDDQPG/index.json
new file mode 100644
index 0000000..ca0f4c8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VDDQPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VDDQPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M23VDDQPG",
+ "Name": "CPU2 M23 VDDQ PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 29,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VPPPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VPPPG/index.json
new file mode 100644
index 0000000..7e7f8ff
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VPPPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VPPPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M23VPPPG",
+ "Name": "CPU2 M23 VPP PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 34,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VTTPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VTTPG/index.json
new file mode 100644
index 0000000..32d2af1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VTTPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2M23VTTPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2M23VTTPG",
+ "Name": "CPU2 M23 VTT PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 46,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2Presence/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2Presence/index.json
new file mode 100644
index 0000000..052fc4a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2Presence/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2Presence",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2Presence",
+ "Name": "CPU2 Presence",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 65,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2VCOREPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2VCOREPG/index.json
new file mode 100644
index 0000000..88d1599
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2VCOREPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23CPU2VCOREPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#CPU2VCOREPG",
+ "Name": "CPU2 VCORE PG",
+ "PhysicalContext": "CPU",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 36,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PERC1Presence/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PERC1Presence/index.json
new file mode 100644
index 0000000..e46d3d7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PERC1Presence/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PERC1Presence",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#PERC1Presence",
+ "Name": "PERC1 Presence",
+ "PhysicalContext": "Chassis",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 73,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS1Voltage/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS1Voltage/index.json
new file mode 100644
index 0000000..c152969
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS1Voltage/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS1Voltage",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#PS1Voltage",
+ "Name": "PS1 Voltage 1",
+ "PhysicalContext": "PowerSupply",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 108,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS2Voltage/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS2Voltage/index.json
new file mode 100644
index 0000000..e094a00
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS2Voltage/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23PS2Voltage",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#PS2Voltage",
+ "Name": "PS2 Voltage 2",
+ "PhysicalContext": "PowerSupply",
+ "ReadingVolts": 206,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 109,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.05VPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.05VPG/index.json
new file mode 100644
index 0000000..326dfac
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.05VPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.05VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard1.05VPG",
+ "Name": "System Board 1.05V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 39,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VAUXPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VAUXPG/index.json
new file mode 100644
index 0000000..7505f55
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VAUXPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VAUXPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard1.5VAUXPG",
+ "Name": "System Board 1.5V AUX PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 249,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VPG/index.json
new file mode 100644
index 0000000..a9db8e3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard1.5VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard1.5VPG",
+ "Name": "System Board 1.5V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 40,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard2.5VAUXPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard2.5VAUXPG/index.json
new file mode 100644
index 0000000..5e95d96
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard2.5VAUXPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard2.5VAUXPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard2.5VAUXPG",
+ "Name": "System Board 2.5V AUX PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 38,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard3.3VPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard3.3VPG/index.json
new file mode 100644
index 0000000..eb4cc60
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard3.3VPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard3.3VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard3.3VPG",
+ "Name": "System Board 3.3V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 25,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VAUXPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VAUXPG/index.json
new file mode 100644
index 0000000..b744750
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VAUXPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VAUXPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard5VAUXPG",
+ "Name": "System Board 5V AUX PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 26,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VSWITCHPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VSWITCHPG/index.json
new file mode 100644
index 0000000..d687dec
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VSWITCHPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoard5VSWITCHPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoard5VSWITCHPG",
+ "Name": "System Board 5V SWITCH PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 33,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP15VPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP15VPG/index.json
new file mode 100644
index 0000000..60d8b38
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP15VPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP15VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardBP15VPG",
+ "Name": "System Board BP1 5V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 247,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP25VPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP25VPG/index.json
new file mode 100644
index 0000000..c8ef753
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP25VPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardBP25VPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardBP25VPG",
+ "Name": "System Board BP2 5V PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 248,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDIMMPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDIMMPG/index.json
new file mode 100644
index 0000000..0337989
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDIMMPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDIMMPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardDIMMPG",
+ "Name": "System Board DIMM PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 41,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDedicatedNIC/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDedicatedNIC/index.json
new file mode 100644
index 0000000..6318073
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDedicatedNIC/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardDedicatedNIC",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardDedicatedNIC",
+ "Name": "System Board Dedicated NIC",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": null,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 112,
+ "Status": {
+ "Health": null,
+ "State": null
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardNDCPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardNDCPG/index.json
new file mode 100644
index 0000000..b321815
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardNDCPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardNDCPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardNDCPG",
+ "Name": "System Board NDC PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 47,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS1PGFail/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS1PGFail/index.json
new file mode 100644
index 0000000..b392173
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS1PGFail/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS1PGFail",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPS1PGFail",
+ "Name": "System Board PS1 PG Fail",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 45,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS2PGFail/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS2PGFail/index.json
new file mode 100644
index 0000000..2d32b00
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS2PGFail/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardPS2PGFail",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardPS2PGFail",
+ "Name": "System Board PS2 PG Fail",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 44,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardVCCIOPG/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardVCCIOPG/index.json
new file mode 100644
index 0000000..17cbf05
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardVCCIOPG/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Power.Power",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Voltages/iDRAC.Embedded.1%23SystemBoardVCCIOPG",
+ "@odata.type": "#Power.v1_3_0.Voltage",
+ "LowerThresholdCritical": null,
+ "LowerThresholdFatal": null,
+ "LowerThresholdNonCritical": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardVCCIOPG",
+ "Name": "System Board VCCIO PG",
+ "PhysicalContext": "SystemBoard",
+ "ReadingVolts": 1,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 43,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Thermal/Redundancy/iDRAC.Embedded.1%23SystemBoardFanRedundancy/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Thermal/Redundancy/iDRAC.Embedded.1%23SystemBoardFanRedundancy/index.json
new file mode 100644
index 0000000..bf18562
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Thermal/Redundancy/iDRAC.Embedded.1%23SystemBoardFanRedundancy/index.json
@@ -0,0 +1,16 @@
+{
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal/Redundancy/iDRAC.Embedded.1%23SystemBoardFanRedundancy",
+ "@odata.type": "#Redundancy.v1_3_0.Redundancy",
+ "MaxNumSupported": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardFanRedundancy",
+ "MinNumNeeded": null,
+ "Mode": "N+m",
+ "Name": "System Board Fan Redundancy",
+ "RedundancyEnabled": false,
+ "RedundancySet": [],
+ "RedundancySet@odata.count": 0,
+ "Status": {
+ "Health": "OK",
+ "State": "Disabled"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Thermal/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Thermal/index.json
new file mode 100644
index 0000000..db33755
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/Thermal/index.json
@@ -0,0 +1,607 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal",
+ "@odata.type": "#Thermal.v1_4_0.Thermal",
+ "Description": "Represents the properties for Temperature and Cooling",
+ "Fans": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan1A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.1A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan1A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7440,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan2A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.2A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan2A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7560,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan3A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.3A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan3A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7560,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan4A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.4A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan4A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7440,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan5A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.5A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan5A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7440,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan6A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.6A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan6A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7440,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7A",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan7A",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.7A",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan7A",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 7560,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan1B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.1B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan1B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan2B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.2B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan2B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5760,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan3B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.3B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan3B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan4B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.4B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan4B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5760,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan5B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.5B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan5B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan6B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.6B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan6B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7B",
+ "@odata.type": "#Thermal.v1_4_0.Fan",
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "FanName": "System Board Fan7B",
+ "LowerThresholdCritical": 600,
+ "LowerThresholdFatal": 600,
+ "LowerThresholdNonCritical": 840,
+ "MaxReadingRange": null,
+ "MemberId": "0x17||Fan.Embedded.7B",
+ "MinReadingRange": 600,
+ "Name": "System Board Fan7B",
+ "PhysicalContext": "SystemBoard",
+ "Reading": 5880,
+ "ReadingUnits": "RPM",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": null,
+ "UpperThresholdFatal": null,
+ "UpperThresholdNonCritical": null
+ }
+ ],
+ "Fans@odata.count": 14,
+ "Id": "Thermal",
+ "Name": "Thermal",
+ "Redundancy": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal/Redundancy/iDRAC.Embedded.1%23SystemBoardFanRedundancy",
+ "@odata.type": "#Redundancy.v1_3_0.Redundancy",
+ "MaxNumSupported": null,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardFanRedundancy",
+ "MinNumNeeded": null,
+ "Mode": "N+m",
+ "Name": "System Board Fan Redundancy",
+ "RedundancyEnabled": false,
+ "RedundancySet": [],
+ "RedundancySet@odata.count": 0,
+ "Status": {
+ "Health": "OK",
+ "State": "Disabled"
+ }
+ }
+ ],
+ "Redundancy@odata.count": 1,
+ "Temperatures": [
+ {
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardInletTemp",
+ "@odata.type": "#Thermal.v1_4_0.Temperature",
+ "LowerThresholdCritical": -7,
+ "LowerThresholdFatal": -7,
+ "LowerThresholdNonCritical": 3,
+ "MaxReadingRangeTemp": 47,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardInletTemp",
+ "MinReadingRangeTemp": -7,
+ "Name": "System Board Inlet Temp",
+ "PhysicalContext": "SystemBoard",
+ "ReadingCelsius": 15,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 4,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": 47,
+ "UpperThresholdFatal": 47,
+ "UpperThresholdNonCritical": 42
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23SystemBoardExhaustTemp",
+ "@odata.type": "#Thermal.v1_4_0.Temperature",
+ "LowerThresholdCritical": 0,
+ "LowerThresholdFatal": 0,
+ "LowerThresholdNonCritical": 0,
+ "MaxReadingRangeTemp": 75,
+ "MemberId": "iDRAC.Embedded.1#SystemBoardExhaustTemp",
+ "MinReadingRangeTemp": 0,
+ "Name": "System Board Exhaust Temp",
+ "PhysicalContext": "SystemBoard",
+ "ReadingCelsius": 30,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 1,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": 75,
+ "UpperThresholdFatal": 75,
+ "UpperThresholdNonCritical": 70
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU1Temp",
+ "@odata.type": "#Thermal.v1_4_0.Temperature",
+ "LowerThresholdCritical": 3,
+ "LowerThresholdFatal": 3,
+ "LowerThresholdNonCritical": 8,
+ "MaxReadingRangeTemp": 84,
+ "MemberId": "iDRAC.Embedded.1#CPU1Temp",
+ "MinReadingRangeTemp": 3,
+ "Name": "CPU1 Temp",
+ "PhysicalContext": "CPU",
+ "ReadingCelsius": 45,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 14,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": 84,
+ "UpperThresholdFatal": 84,
+ "UpperThresholdNonCritical": 79
+ },
+ {
+ "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperatures/iDRAC.Embedded.1%23CPU2Temp",
+ "@odata.type": "#Thermal.v1_4_0.Temperature",
+ "LowerThresholdCritical": 3,
+ "LowerThresholdFatal": 3,
+ "LowerThresholdNonCritical": 8,
+ "MaxReadingRangeTemp": 84,
+ "MemberId": "iDRAC.Embedded.1#CPU2Temp",
+ "MinReadingRangeTemp": 3,
+ "Name": "CPU2 Temp",
+ "PhysicalContext": "CPU",
+ "ReadingCelsius": 48,
+ "RelatedItem": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
+ }
+ ],
+ "RelatedItem@odata.count": 1,
+ "SensorNumber": 15,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UpperThresholdCritical": 84,
+ "UpperThresholdFatal": 84,
+ "UpperThresholdNonCritical": 79
+ }
+ ],
+ "Temperatures@odata.count": 4
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/index.json
new file mode 100644
index 0000000..ec8b8ee
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/System.Embedded.1/index.json
@@ -0,0 +1,142 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1",
+ "@odata.type": "#Chassis.v1_6_0.Chassis",
+ "Actions": {
+ "#Chassis.Reset": {
+ "ResetType@Redfish.AllowableValues": [
+ "On",
+ "ForceOff"
+ ],
+ "target": "/redfish/v1/Chassis/System.Embedded.1/Actions/Chassis.Reset"
+ }
+ },
+ "Assembly": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
+ },
+ "AssetTag": "",
+ "ChassisType": "Rack",
+ "Description": "It represents the properties for physical components for any system.It represent racks, rackmount servers, blades, standalone, modular systems,enclosures, and all other containers.The non-cpu/device centric parts of the schema are all accessed either directly or indirectly through this resource.",
+ "Id": "System.Embedded.1",
+ "IndicatorLED": "Off",
+ "Links": {
+ "ComputerSystems": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ ],
+ "ComputerSystems@odata.count": 1,
+ "Contains": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1"
+ }
+ ],
+ "Contains@odata.count": 2,
+ "CooledBy": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1A"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2A"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3A"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4A"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5A"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6A"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7A"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.1B"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.2B"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.3B"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.4B"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.5B"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.6B"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.7B"
+ }
+ ],
+ "CooledBy@odata.count": 14,
+ "Drives": [],
+ "Drives@odata.count": 0,
+ "ManagedBy": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ ],
+ "ManagedBy@odata.count": 1,
+ "ManagersInChassis": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ ],
+ "ManagersInChassis@odata.count": 1,
+ "PCIeDevices": [],
+ "PCIeDevices@odata.count": 0,
+ "PoweredBy": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ ],
+ "PoweredBy@odata.count": 2,
+ "Storage": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Integrated.1-1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Embedded.1-1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/PCIeExtender.Slot.1"
+ }
+ ],
+ "Storage@odata.count": 3
+ },
+ "Manufacturer": "Dell Inc.",
+ "Model": "PowerEdge R630",
+ "Name": "Computer System Chassis",
+ "NetworkAdapters": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters"
+ },
+ "PartNumber": "0CNCJWA08",
+ "Power": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power"
+ },
+ "PowerState": "On",
+ "SKU": "BYBG282",
+ "SerialNumber": "CN7475158J0602",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Thermal": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Chassis/index.json b/pkg/events/testdata/mockup/redfish/v1/Chassis/index.json
new file mode 100644
index 0000000..06754ec
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Chassis/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ChassisCollection.ChassisCollection",
+ "@odata.id": "/redfish/v1/Chassis/",
+ "@odata.type": "#ChassisCollection.ChassisCollection",
+ "Description": "Collection of Chassis",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Integrated.1-1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:PCIeExtender.Slot.1"
+ }
+ ],
+ "Members@odata.count": 3,
+ "Name": "Chassis Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/EventService/Subscriptions/index.json b/pkg/events/testdata/mockup/redfish/v1/EventService/Subscriptions/index.json
new file mode 100644
index 0000000..4f928d0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/EventService/Subscriptions/index.json
@@ -0,0 +1,9 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#EventDestinationCollection.EventDestinationCollection",
+ "@odata.id": "/redfish/v1/EventService/Subscriptions",
+ "@odata.type": "#EventDestinationCollection.EventDestinationCollection",
+ "Description": "List of Event subscriptions",
+ "Members": [],
+ "Members@odata.count": 0,
+ "Name": "Event Subscriptions Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/EventService/index.json b/pkg/events/testdata/mockup/redfish/v1/EventService/index.json
new file mode 100644
index 0000000..76de930
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/EventService/index.json
@@ -0,0 +1,39 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#EventService.EventService",
+ "@odata.id": "/redfish/v1/EventService",
+ "@odata.type": "#EventService.v1_0_6.EventService",
+ "Actions": {
+ "#EventService.SubmitTestEvent": {
+ "EventType@Redfish.AllowableValues": [
+ "StatusChange",
+ "ResourceUpdated",
+ "ResourceAdded",
+ "ResourceRemoved",
+ "Alert"
+ ],
+ "target": "/redfish/v1/EventService/Actions/EventService.SubmitTestEvent"
+ }
+ },
+ "DeliveryRetryAttempts": 3,
+ "DeliveryRetryIntervalSeconds": 30,
+ "Description": "Event Service represents the properties for the service",
+ "EventTypesForSubscription": [
+ "StatusChange",
+ "ResourceUpdated",
+ "ResourceAdded",
+ "ResourceRemoved",
+ "Alert"
+ ],
+ "EventTypesForSubscription@odata.count": 5,
+ "Id": "EventService",
+ "Name": "Event Service",
+ "ServiceEnabled": false,
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Disabled"
+ },
+ "Subscriptions": {
+ "@odata.id": "/redfish/v1/EventService/Subscriptions"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports/P2PBridge.Embedded.1-1/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports/P2PBridge.Embedded.1-1/index.json
new file mode 100644
index 0000000..be7917c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports/P2PBridge.Embedded.1-1/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Port.Port",
+ "@odata.etag": "1655847840",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports/P2PBridge.Embedded.1-1",
+ "@odata.type": "#Port.v1_1_0.Port",
+ "CurrentSpeedGbps": 2.461538461538462,
+ "Description": "SH7758 PCIe Switch [PS]",
+ "Id": "6-0-0",
+ "MaxSpeedGbps": 2.461538461538462,
+ "Name": "P2PBridge.Embedded.1-1",
+ "PortId": "6-0-0",
+ "PortProtocol": "PCIe",
+ "PortType": "UpstreamPort",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Width": 1
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports/index.json
new file mode 100644
index 0000000..d0ae3d8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports/index.json
@@ -0,0 +1,12 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#PortCollection.PortCollection",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports",
+ "@odata.type": "#PortCollection.PortCollection",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports/P2PBridge.Embedded.1-1"
+ }
+ ],
+ "Members@odata.count": 1,
+ "Name": "P2PBridge.Embedded.1"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/index.json
new file mode 100644
index 0000000..b11b733
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/index.json
@@ -0,0 +1,30 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Switch.Switch",
+ "@odata.etag": "1655847840",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1",
+ "@odata.type": "#Switch.v1_1_0.Switch",
+ "AssetTag": null,
+ "DomainID": null,
+ "Id": "6-0",
+ "IndicatorLED": null,
+ "IsManaged": false,
+ "Manufacturer": "Renesas Technology Corp.",
+ "Model": null,
+ "Name": "P2PBridge.Embedded.1",
+ "PartNumber": null,
+ "Ports": {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1/Ports"
+ },
+ "PowerState": "On",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "SKU": null,
+ "SerialNumber": "00:00:00:00:00:00:00:0",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "SwitchType": "PCIe",
+ "TotalSwitchWidth": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-1/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-1/index.json
new file mode 100644
index 0000000..27da36c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-1/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Port.Port",
+ "@odata.etag": "1655847842",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-1",
+ "@odata.type": "#Port.v1_1_0.Port",
+ "CurrentSpeedGbps": 63.01538461538462,
+ "Description": "Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 1",
+ "Id": "0-1-0",
+ "MaxSpeedGbps": 63.01538461538462,
+ "Name": "P2PBridge.Embedded.2-1",
+ "PortId": "0-1-0",
+ "PortProtocol": "PCIe",
+ "PortType": null,
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Width": 8
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-2/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-2/index.json
new file mode 100644
index 0000000..4b86750
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-2/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Port.Port",
+ "@odata.etag": "1655847843",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-2",
+ "@odata.type": "#Port.v1_1_0.Port",
+ "CurrentSpeedGbps": 2.461538461538462,
+ "Description": "SH7758 PCIe Switch [PS]",
+ "Id": "7-0-0",
+ "MaxSpeedGbps": 2.461538461538462,
+ "Name": "P2PBridge.Embedded.2-2",
+ "PortId": "7-0-0",
+ "PortProtocol": "PCIe",
+ "PortType": "DownstreamPort",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Width": 1
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/index.json
new file mode 100644
index 0000000..8289134
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#PortCollection.PortCollection",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports",
+ "@odata.type": "#PortCollection.PortCollection",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports/P2PBridge.Embedded.2-2"
+ }
+ ],
+ "Members@odata.count": 2,
+ "Name": "P2PBridge.Embedded.2"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/index.json
new file mode 100644
index 0000000..a7f2413
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/index.json
@@ -0,0 +1,30 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Switch.Switch",
+ "@odata.etag": "1655847843",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2",
+ "@odata.type": "#Switch.v1_1_0.Switch",
+ "AssetTag": null,
+ "DomainID": null,
+ "Id": "7-0",
+ "IndicatorLED": null,
+ "IsManaged": false,
+ "Manufacturer": "Renesas Technology Corp.",
+ "Model": null,
+ "Name": "P2PBridge.Embedded.2",
+ "PartNumber": null,
+ "Ports": {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2/Ports"
+ },
+ "PowerState": "On",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "SKU": null,
+ "SerialNumber": "00:00:00:00:00:00:00:0",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "SwitchType": "PCIe",
+ "TotalSwitchWidth": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports/P2PBridge.Embedded.3-1/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports/P2PBridge.Embedded.3-1/index.json
new file mode 100644
index 0000000..f6f06aa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports/P2PBridge.Embedded.3-1/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Port.Port",
+ "@odata.etag": "1655847846",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports/P2PBridge.Embedded.3-1",
+ "@odata.type": "#Port.v1_1_0.Port",
+ "CurrentSpeedGbps": 2.461538461538462,
+ "Description": "SH7758 PCIe Switch [PS]",
+ "Id": "7-1-0",
+ "MaxSpeedGbps": 2.461538461538462,
+ "Name": "P2PBridge.Embedded.3-1",
+ "PortId": "7-1-0",
+ "PortProtocol": "PCIe",
+ "PortType": "DownstreamPort",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Width": 1
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports/index.json
new file mode 100644
index 0000000..4740c82
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports/index.json
@@ -0,0 +1,12 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#PortCollection.PortCollection",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports",
+ "@odata.type": "#PortCollection.PortCollection",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports/P2PBridge.Embedded.3-1"
+ }
+ ],
+ "Members@odata.count": 1,
+ "Name": "P2PBridge.Embedded.3"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/index.json
new file mode 100644
index 0000000..ec8368b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/index.json
@@ -0,0 +1,30 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Switch.Switch",
+ "@odata.etag": "1655847846",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3",
+ "@odata.type": "#Switch.v1_1_0.Switch",
+ "AssetTag": null,
+ "DomainID": null,
+ "Id": "7-1",
+ "IndicatorLED": null,
+ "IsManaged": false,
+ "Manufacturer": "Renesas Technology Corp.",
+ "Model": null,
+ "Name": "P2PBridge.Embedded.3",
+ "PartNumber": null,
+ "Ports": {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3/Ports"
+ },
+ "PowerState": "On",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "SKU": null,
+ "SerialNumber": "00:00:00:00:00:00:00:0",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "SwitchType": "PCIe",
+ "TotalSwitchWidth": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-1/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-1/index.json
new file mode 100644
index 0000000..97ea454
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-1/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Port.Port",
+ "@odata.etag": "1655847845",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-1",
+ "@odata.type": "#Port.v1_1_0.Port",
+ "CurrentSpeedGbps": 78.76923076923077,
+ "Description": "Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 2",
+ "Id": "0-2-0",
+ "MaxSpeedGbps": 126.0307692307692,
+ "Name": "P2PBridge.Embedded.4-1",
+ "PortId": "0-2-0",
+ "PortProtocol": "PCIe",
+ "PortType": null,
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Width": 16
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-2/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-2/index.json
new file mode 100644
index 0000000..7876b65
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-2/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Port.Port",
+ "@odata.etag": "1655847845",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-2",
+ "@odata.type": "#Port.v1_1_0.Port",
+ "CurrentSpeedGbps": 2.461538461538462,
+ "Description": "SH7758 PCIe-PCI Bridge [PPB]",
+ "Id": "8-0-0",
+ "MaxSpeedGbps": 2.461538461538462,
+ "Name": "P2PBridge.Embedded.4-2",
+ "PortId": "8-0-0",
+ "PortProtocol": "PCIe",
+ "PortType": null,
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Width": 1
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/index.json
new file mode 100644
index 0000000..a62c292
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#PortCollection.PortCollection",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports",
+ "@odata.type": "#PortCollection.PortCollection",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports/P2PBridge.Embedded.4-2"
+ }
+ ],
+ "Members@odata.count": 2,
+ "Name": "P2PBridge.Embedded.4"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/index.json
new file mode 100644
index 0000000..6cd4f30
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/index.json
@@ -0,0 +1,30 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Switch.Switch",
+ "@odata.etag": "1655847845",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4",
+ "@odata.type": "#Switch.v1_1_0.Switch",
+ "AssetTag": null,
+ "DomainID": null,
+ "Id": "8-0",
+ "IndicatorLED": null,
+ "IsManaged": false,
+ "Manufacturer": "Renesas Technology Corp.",
+ "Model": null,
+ "Name": "P2PBridge.Embedded.4",
+ "PartNumber": null,
+ "Ports": {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4/Ports"
+ },
+ "PowerState": "On",
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "SKU": null,
+ "SerialNumber": "00:00:00:00:00:00:00:0",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "SwitchType": "PCIe",
+ "TotalSwitchWidth": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/index.json
new file mode 100644
index 0000000..39b726c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/Switches/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#SwitchCollection.SwitchCollection",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches",
+ "@odata.type": "#SwitchCollection.SwitchCollection",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.2"
+ },
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.4"
+ },
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/P2PBridge.Embedded.3"
+ }
+ ],
+ "Members@odata.count": 4,
+ "Name": "Switch Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/index.json
new file mode 100644
index 0000000..a6f6f90
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/PCIe/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Fabric.Fabric",
+ "@odata.id": "/redfish/v1/Fabrics/PCIe",
+ "@odata.type": "#Fabric.v1_0_3.Fabric",
+ "Description": "PCIe Fabric",
+ "FabricType": "PCIe",
+ "Id": "PCIe",
+ "Links": {},
+ "Name": "PCIe Fabric",
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Switches": {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Fabrics/index.json b/pkg/events/testdata/mockup/redfish/v1/Fabrics/index.json
new file mode 100644
index 0000000..77c4d84
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Fabrics/index.json
@@ -0,0 +1,13 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#FabricCollection.FabricCollection",
+ "@odata.id": "/redfish/v1/Fabrics",
+ "@odata.type": "#FabricCollection.FabricCollection",
+ "Description": "A Collection of Fabric resource instances.",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Fabrics/PCIe"
+ }
+ ],
+ "Members@odata.count": 1,
+ "Name": "Fabric Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AccountService.v1_2_2/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AccountService.v1_2_2/index.json
new file mode 100644
index 0000000..3f716cf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AccountService.v1_2_2/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/AccountService.v1_2_2",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "AccountService Schema File Location",
+ "Id": "AccountService.v1_2_2",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccountService.v1_2_2.json",
+ "Uri": "/redfish/v1/Schemas/AccountService.v1_2_2.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "AccountService Schema File",
+ "Schema": "#AccountService.v1_2_2.AccountService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AccountService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AccountService/index.json
new file mode 100644
index 0000000..b9cc0df
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AccountService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/AccountService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "AccountService Schema File Location",
+ "Id": "AccountService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccountService.json",
+ "Uri": "/redfish/v1/Schemas/AccountService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "AccountService Schema File",
+ "Schema": "#AccountService.AccountService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ActionInfo.v1_0_3/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ActionInfo.v1_0_3/index.json
new file mode 100644
index 0000000..0f75399
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ActionInfo.v1_0_3/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ActionInfo.v1_0_3",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ActionInfo Schema File Location",
+ "Id": "ActionInfo.v1_0_3",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ActionInfo.v1_0_3.json",
+ "Uri": "/redfish/v1/Schemas/ActionInfo.v1_0_3.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ActionInfo Schema File",
+ "Schema": "#ActionInfo.v1_0_3.ActionInfo"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ActionInfo/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ActionInfo/index.json
new file mode 100644
index 0000000..013eee7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ActionInfo/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ActionInfo",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ActionInfo Schema File Location",
+ "Id": "ActionInfo",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ActionInfo.json",
+ "Uri": "/redfish/v1/Schemas/ActionInfo.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ActionInfo Schema File",
+ "Schema": "#ActionInfo.ActionInfo"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Assembly.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Assembly.v1_0_0/index.json
new file mode 100644
index 0000000..dc1bca9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Assembly.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Assembly.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Assembly Schema File Location",
+ "Id": "Assembly.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Assembly.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/Assembly.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Assembly Schema File",
+ "Schema": "#Assembly.v1_0_0.Assembly"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Assembly/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Assembly/index.json
new file mode 100644
index 0000000..ae68acb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Assembly/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Assembly",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Assembly Schema File Location",
+ "Id": "Assembly",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Assembly.json",
+ "Uri": "/redfish/v1/Schemas/Assembly.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Assembly Schema File",
+ "Schema": "#Assembly.Assembly"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AttributeRegistry.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AttributeRegistry.v1_1_1/index.json
new file mode 100644
index 0000000..b8d3df7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AttributeRegistry.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/AttributeRegistry.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "AttributeRegistry Schema File Location",
+ "Id": "AttributeRegistry.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AttributeRegistry.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/AttributeRegistry.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "AttributeRegistry Schema File",
+ "Schema": "#AttributeRegistry.v1_1_1.AttributeRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AttributeRegistry/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AttributeRegistry/index.json
new file mode 100644
index 0000000..5570558
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/AttributeRegistry/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/AttributeRegistry",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "AttributeRegistry Schema File Location",
+ "Id": "AttributeRegistry",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AttributeRegistry.json",
+ "Uri": "/redfish/v1/Schemas/AttributeRegistry.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "AttributeRegistry Schema File",
+ "Schema": "#AttributeRegistry.AttributeRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Bios.v1_0_3/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Bios.v1_0_3/index.json
new file mode 100644
index 0000000..3e6b976
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Bios.v1_0_3/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Bios.v1_0_3",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Bios Schema File Location",
+ "Id": "Bios.v1_0_3",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Bios.v1_0_3.json",
+ "Uri": "/redfish/v1/Schemas/Bios.v1_0_3.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Bios Schema File",
+ "Schema": "#Bios.v1_0_3.Bios"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Bios/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Bios/index.json
new file mode 100644
index 0000000..42a9b9d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Bios/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Bios",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Bios Schema File Location",
+ "Id": "Bios",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Bios.json",
+ "Uri": "/redfish/v1/Schemas/Bios.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Bios Schema File",
+ "Schema": "#Bios.Bios"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOption.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOption.v1_0_0/index.json
new file mode 100644
index 0000000..0f77a12
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOption.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/BootOption.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "BootOption Schema File Location",
+ "Id": "BootOption.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BootOption.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/BootOption.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "BootOption Schema File",
+ "Schema": "#BootOption.v1_0_0.BootOption"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOption/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOption/index.json
new file mode 100644
index 0000000..c2f0bb4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOption/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/BootOption",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "BootOption Schema File Location",
+ "Id": "BootOption",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BootOption.json",
+ "Uri": "/redfish/v1/Schemas/BootOption.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "BootOption Schema File",
+ "Schema": "#BootOption.BootOption"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOptionCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOptionCollection/index.json
new file mode 100644
index 0000000..7aa1a69
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/BootOptionCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/BootOptionCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "BootOptionCollection Schema File Location",
+ "Id": "BootOptionCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BootOptionCollection.json",
+ "Uri": "/redfish/v1/Schemas/BootOptionCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "BootOptionCollection Schema File",
+ "Schema": "#BootOptionCollection.BootOptionCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Capacity.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Capacity.v1_0_0/index.json
new file mode 100644
index 0000000..8d6dbfc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Capacity.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Capacity.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Capacity Schema File Location",
+ "Id": "Capacity.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Capacity.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/Capacity.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Capacity Schema File",
+ "Schema": "#Capacity.v1_0_0.Capacity"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Chassis.v1_6_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Chassis.v1_6_0/index.json
new file mode 100644
index 0000000..9cbac23
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Chassis.v1_6_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Chassis.v1_6_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Chassis Schema File Location",
+ "Id": "Chassis.v1_6_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_6_0.json",
+ "Uri": "/redfish/v1/Schemas/Chassis.v1_6_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Chassis Schema File",
+ "Schema": "#Chassis.v1_6_0.Chassis"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Chassis/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Chassis/index.json
new file mode 100644
index 0000000..aa2688b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Chassis/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Chassis",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Chassis Schema File Location",
+ "Id": "Chassis",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Chassis.json",
+ "Uri": "/redfish/v1/Schemas/Chassis.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Chassis Schema File",
+ "Schema": "#Chassis.Chassis"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ChassisCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ChassisCollection/index.json
new file mode 100644
index 0000000..210f14d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ChassisCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ChassisCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ChassisCollection Schema File Location",
+ "Id": "ChassisCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ChassisCollection.json",
+ "Uri": "/redfish/v1/Schemas/ChassisCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ChassisCollection Schema File",
+ "Schema": "#ChassisCollection.ChassisCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfService.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfService.v1_0_0/index.json
new file mode 100644
index 0000000..579a2c7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfService.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ClassOfService.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ClassOfService Schema File Location",
+ "Id": "ClassOfService.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ClassOfService.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/ClassOfService.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ClassOfService Schema File",
+ "Schema": "#ClassOfService.v1_0_0.ClassOfService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfService/index.json
new file mode 100644
index 0000000..a6b8872
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ClassOfService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ClassOfService Schema File Location",
+ "Id": "ClassOfService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ClassOfService.json",
+ "Uri": "/redfish/v1/Schemas/ClassOfService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ClassOfService Schema File",
+ "Schema": "#ClassOfService.ClassOfService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfServiceCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfServiceCollection/index.json
new file mode 100644
index 0000000..3b8da65
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ClassOfServiceCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ClassOfServiceCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ClassOfServiceCollection Schema File Location",
+ "Id": "ClassOfServiceCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ClassOfServiceCollection.json",
+ "Uri": "/redfish/v1/Schemas/ClassOfServiceCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ClassOfServiceCollection Schema File",
+ "Schema": "#ClassOfServiceCollection.ClassOfServiceCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CollectionCapabilities.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CollectionCapabilities.v1_0_0/index.json
new file mode 100644
index 0000000..8ed72c8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CollectionCapabilities.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/CollectionCapabilities.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "CollectionCapabilities Schema File Location",
+ "Id": "CollectionCapabilities.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CollectionCapabilities.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/CollectionCapabilities.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "CollectionCapabilities Schema File",
+ "Schema": "#CollectionCapabilities.v1_0_0.CollectionCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CollectionCapabilities/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CollectionCapabilities/index.json
new file mode 100644
index 0000000..d22ab9e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CollectionCapabilities/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/CollectionCapabilities",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "CollectionCapabilities Schema File Location",
+ "Id": "CollectionCapabilities",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CollectionCapabilities.json",
+ "Uri": "/redfish/v1/Schemas/CollectionCapabilities.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "CollectionCapabilities Schema File",
+ "Schema": "#CollectionCapabilities.CollectionCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CompositionService.v1_0_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CompositionService.v1_0_1/index.json
new file mode 100644
index 0000000..fec4d41
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CompositionService.v1_0_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/CompositionService.v1_0_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "CompositionService Schema File Location",
+ "Id": "CompositionService.v1_0_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CompositionService.v1_0_1.json",
+ "Uri": "/redfish/v1/Schemas/CompositionService.v1_0_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "CompositionService Schema File",
+ "Schema": "#CompositionService.v1_0_1.CompositionService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CompositionService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CompositionService/index.json
new file mode 100644
index 0000000..1a705a8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/CompositionService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/CompositionService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "CompositionService Schema File Location",
+ "Id": "CompositionService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CompositionService.json",
+ "Uri": "/redfish/v1/Schemas/CompositionService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "CompositionService Schema File",
+ "Schema": "#CompositionService.CompositionService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystem.v1_5_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystem.v1_5_0/index.json
new file mode 100644
index 0000000..d6cf249
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystem.v1_5_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ComputerSystem.v1_5_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ComputerSystem Schema File Location",
+ "Id": "ComputerSystem.v1_5_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.v1_5_0.json",
+ "Uri": "/redfish/v1/Schemas/ComputerSystem.v1_5_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ComputerSystem Schema File",
+ "Schema": "#ComputerSystem.v1_5_0.ComputerSystem"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystem/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystem/index.json
new file mode 100644
index 0000000..90aa6ff
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystem/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ComputerSystem",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ComputerSystem Schema File Location",
+ "Id": "ComputerSystem",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json",
+ "Uri": "/redfish/v1/Schemas/ComputerSystem.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ComputerSystem Schema File",
+ "Schema": "#ComputerSystem.ComputerSystem"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystemCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystemCollection/index.json
new file mode 100644
index 0000000..644b751
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ComputerSystemCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ComputerSystemCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ComputerSystemCollection Schema File Location",
+ "Id": "ComputerSystemCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComputerSystemCollection.json",
+ "Uri": "/redfish/v1/Schemas/ComputerSystemCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ComputerSystemCollection Schema File",
+ "Schema": "#ComputerSystemCollection.ComputerSystemCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities.v1_0_0/index.json
new file mode 100644
index 0000000..f25000d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DataProtectionLoSCapabilities Schema File Location",
+ "Id": "DataProtectionLoSCapabilities.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/DataProtectionLoSCapabilities.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DataProtectionLoSCapabilities.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DataProtectionLoSCapabilities Schema File",
+ "Schema": "#DataProtectionLoSCapabilities.v1_0_0.DataProtectionLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities/index.json
new file mode 100644
index 0000000..e358ba9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DataProtectionLoSCapabilities Schema File Location",
+ "Id": "DataProtectionLoSCapabilities",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/DataProtectionLoSCapabilities.json",
+ "Uri": "/redfish/v1/Schemas/DataProtectionLoSCapabilities.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DataProtectionLoSCapabilities Schema File",
+ "Schema": "#DataProtectionLoSCapabilities.DataProtectionLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities.v1_0_0/index.json
new file mode 100644
index 0000000..ea64bb1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DataSecurityLoSCapabilities Schema File Location",
+ "Id": "DataSecurityLoSCapabilities.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/DataSecurityLoSCapabilities.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DataSecurityLoSCapabilities.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DataSecurityLoSCapabilities Schema File",
+ "Schema": "#DataSecurityLoSCapabilities.v1_0_0.DataSecurityLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities/index.json
new file mode 100644
index 0000000..4078123
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DataSecurityLoSCapabilities Schema File Location",
+ "Id": "DataSecurityLoSCapabilities",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/DataSecurityLoSCapabilities.json",
+ "Uri": "/redfish/v1/Schemas/DataSecurityLoSCapabilities.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DataSecurityLoSCapabilities Schema File",
+ "Schema": "#DataSecurityLoSCapabilities.DataSecurityLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataStorageLoSCapabilities.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataStorageLoSCapabilities.v1_0_0/index.json
new file mode 100644
index 0000000..cf10e7c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataStorageLoSCapabilities.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DataStorageLoSCapabilities.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DataStorageLoSCapabilities Schema File Location",
+ "Id": "DataStorageLoSCapabilities.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/DataStorageLoSCapabilities.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DataStorageLoSCapabilities.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DataStorageLoSCapabilities Schema File",
+ "Schema": "#DataStorageLoSCapabilities.v1_0_0.DataStorageLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataStorageLoSCapabilities/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataStorageLoSCapabilities/index.json
new file mode 100644
index 0000000..6f91ede
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DataStorageLoSCapabilities/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DataStorageLoSCapabilities",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DataStorageLoSCapabilities Schema File Location",
+ "Id": "DataStorageLoSCapabilities",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/DataStorageLoSCapabilities.json",
+ "Uri": "/redfish/v1/Schemas/DataStorageLoSCapabilities.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DataStorageLoSCapabilities Schema File",
+ "Schema": "#DataStorageLoSCapabilities.DataStorageLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSources.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSources.v1_0_0/index.json
new file mode 100644
index 0000000..f744809
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSources.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellBootSources.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellBootSources Schema File Location",
+ "Id": "DellBootSources.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBootSources.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DellBootSources.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellBootSources Schema File",
+ "Schema": "#DellBootSources.v1_0_0.DellBootSources"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSources/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSources/index.json
new file mode 100644
index 0000000..2a0c5f2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSources/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellBootSources",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellBootSources Schema File Location",
+ "Id": "DellBootSources",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBootSources.json",
+ "Uri": "/redfish/v1/Schemas/DellBootSources.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellBootSources Schema File",
+ "Schema": "#DellBootSources.DellBootSources"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSourcesRegistry.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSourcesRegistry.v1_0_0/index.json
new file mode 100644
index 0000000..850778b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSourcesRegistry.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellBootSourcesRegistry.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellBootSourcesRegistry Schema File Location",
+ "Id": "DellBootSourcesRegistry.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBootSourcesRegistry.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DellBootSourcesRegistry.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellBootSourcesRegistry Schema File",
+ "Schema": "#DellBootSourcesRegistry.v1_0_0.DellBootSourcesRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSourcesRegistry/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSourcesRegistry/index.json
new file mode 100644
index 0000000..2f0054a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellBootSourcesRegistry/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellBootSourcesRegistry",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellBootSourcesRegistry Schema File Location",
+ "Id": "DellBootSourcesRegistry",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBootSourcesRegistry.json",
+ "Uri": "/redfish/v1/Schemas/DellBootSourcesRegistry.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellBootSourcesRegistry Schema File",
+ "Schema": "#DellBootSourcesRegistry.DellBootSourcesRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellComputerSystem.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellComputerSystem.v1_0_0/index.json
new file mode 100644
index 0000000..31b63b0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellComputerSystem.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellComputerSystem.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellComputerSystem Schema File Location",
+ "Id": "DellComputerSystem.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellComputerSystem.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DellComputerSystem.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellComputerSystem Schema File",
+ "Schema": "#DellComputerSystem.v1_0_0.DellComputerSystem"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellComputerSystem/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellComputerSystem/index.json
new file mode 100644
index 0000000..767755b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellComputerSystem/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellComputerSystem",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellComputerSystem Schema File Location",
+ "Id": "DellComputerSystem",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellComputerSystem.json",
+ "Uri": "/redfish/v1/Schemas/DellComputerSystem.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellComputerSystem Schema File",
+ "Schema": "#DellComputerSystem.DellComputerSystem"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJob.v1_0_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJob.v1_0_1/index.json
new file mode 100644
index 0000000..e60238f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJob.v1_0_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellJob.v1_0_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellJob Schema File Location",
+ "Id": "DellJob.v1_0_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellJob.v1_0_1.json",
+ "Uri": "/redfish/v1/Schemas/DellJob.v1_0_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellJob Schema File",
+ "Schema": "#DellJob.v1_0_1.DellJob"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJob/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJob/index.json
new file mode 100644
index 0000000..adfab00
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJob/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellJob",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellJob Schema File Location",
+ "Id": "DellJob",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellJob.json",
+ "Uri": "/redfish/v1/Schemas/DellJob.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellJob Schema File",
+ "Schema": "#DellJob.DellJob"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJobCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJobCollection/index.json
new file mode 100644
index 0000000..cc4953b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellJobCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellJobCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellJobCollection Schema File Location",
+ "Id": "DellJobCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellJobCollection.json",
+ "Uri": "/redfish/v1/Schemas/DellJobCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellJobCollection Schema File",
+ "Schema": "#DellJobCollection.DellJobCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellManager.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellManager.v1_0_0/index.json
new file mode 100644
index 0000000..8fc9083
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellManager.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellManager.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellManager Schema File Location",
+ "Id": "DellManager.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellManager.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DellManager.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellManager Schema File",
+ "Schema": "#DellManager.v1_0_0.DellManager"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellManager/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellManager/index.json
new file mode 100644
index 0000000..8544b8f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellManager/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellManager",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellManager Schema File Location",
+ "Id": "DellManager",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellManager.json",
+ "Uri": "/redfish/v1/Schemas/DellManager.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellManager Schema File",
+ "Schema": "#DellManager.DellManager"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellServiceRoot.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellServiceRoot.v1_0_0/index.json
new file mode 100644
index 0000000..7034836
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellServiceRoot.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellServiceRoot.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellServiceRoot Schema File Location",
+ "Id": "DellServiceRoot.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellServiceRoot.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DellServiceRoot.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellServiceRoot Schema File",
+ "Schema": "#DellServiceRoot.v1_0_0.DellServiceRoot"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellServiceRoot/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellServiceRoot/index.json
new file mode 100644
index 0000000..f510e49
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellServiceRoot/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellServiceRoot",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellServiceRoot Schema File Location",
+ "Id": "DellServiceRoot",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellServiceRoot.json",
+ "Uri": "/redfish/v1/Schemas/DellServiceRoot.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellServiceRoot Schema File",
+ "Schema": "#DellServiceRoot.DellServiceRoot"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellUpdateService.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellUpdateService.v1_0_0/index.json
new file mode 100644
index 0000000..9277454
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellUpdateService.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellUpdateService.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellUpdateService Schema File Location",
+ "Id": "DellUpdateService.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellUpdateService.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/DellUpdateService.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellUpdateService Schema File",
+ "Schema": "#DellUpdateService.v1_0_0.DellUpdateService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellUpdateService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellUpdateService/index.json
new file mode 100644
index 0000000..6d19b0b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DellUpdateService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DellUpdateService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DellUpdateService Schema File Location",
+ "Id": "DellUpdateService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellUpdateService.json",
+ "Uri": "/redfish/v1/Schemas/DellUpdateService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DellUpdateService Schema File",
+ "Schema": "#DellUpdateService.DellUpdateService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Drive.v1_3_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Drive.v1_3_0/index.json
new file mode 100644
index 0000000..85462c2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Drive.v1_3_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Drive.v1_3_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Drive Schema File Location",
+ "Id": "Drive.v1_3_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Drive.v1_3_0.json",
+ "Uri": "/redfish/v1/Schemas/Drive.v1_3_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Drive Schema File",
+ "Schema": "#Drive.v1_3_0.Drive"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Drive/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Drive/index.json
new file mode 100644
index 0000000..781d22a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Drive/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Drive",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Drive Schema File Location",
+ "Id": "Drive",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Drive.json",
+ "Uri": "/redfish/v1/Schemas/Drive.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Drive Schema File",
+ "Schema": "#Drive.Drive"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DriveCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DriveCollection/index.json
new file mode 100644
index 0000000..93acd5a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/DriveCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/DriveCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "DriveCollection Schema File Location",
+ "Id": "DriveCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/DriveCollection.json",
+ "Uri": "/redfish/v1/Schemas/DriveCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "DriveCollection Schema File",
+ "Schema": "#DriveCollection.DriveCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Endpoint.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Endpoint.v1_1_0/index.json
new file mode 100644
index 0000000..1ba3aeb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Endpoint.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Endpoint.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Endpoint Schema File Location",
+ "Id": "Endpoint.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Endpoint.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/Endpoint.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Endpoint Schema File",
+ "Schema": "#Endpoint.v1_1_0.Endpoint"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Endpoint/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Endpoint/index.json
new file mode 100644
index 0000000..c23b9d3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Endpoint/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Endpoint",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Endpoint Schema File Location",
+ "Id": "Endpoint",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Endpoint.json",
+ "Uri": "/redfish/v1/Schemas/Endpoint.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Endpoint Schema File",
+ "Schema": "#Endpoint.Endpoint"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointCollection/index.json
new file mode 100644
index 0000000..cc135c9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EndpointCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EndpointCollection Schema File Location",
+ "Id": "EndpointCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EndpointCollection.json",
+ "Uri": "/redfish/v1/Schemas/EndpointCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EndpointCollection Schema File",
+ "Schema": "#EndpointCollection.EndpointCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroup.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroup.v1_0_0/index.json
new file mode 100644
index 0000000..95db384
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroup.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EndpointGroup.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EndpointGroup Schema File Location",
+ "Id": "EndpointGroup.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EndpointGroup.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/EndpointGroup.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EndpointGroup Schema File",
+ "Schema": "#EndpointGroup.v1_0_0.EndpointGroup"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroup/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroup/index.json
new file mode 100644
index 0000000..520a478
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroup/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EndpointGroup",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EndpointGroup Schema File Location",
+ "Id": "EndpointGroup",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EndpointGroup.json",
+ "Uri": "/redfish/v1/Schemas/EndpointGroup.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EndpointGroup Schema File",
+ "Schema": "#EndpointGroup.EndpointGroup"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroupCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroupCollection/index.json
new file mode 100644
index 0000000..813bb9f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EndpointGroupCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EndpointGroupCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EndpointGroupCollection Schema File Location",
+ "Id": "EndpointGroupCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EndpointGroupCollection.json",
+ "Uri": "/redfish/v1/Schemas/EndpointGroupCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EndpointGroupCollection Schema File",
+ "Schema": "#EndpointGroupCollection.EndpointGroupCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterface.v1_4_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterface.v1_4_0/index.json
new file mode 100644
index 0000000..cb8cd97
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterface.v1_4_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EthernetInterface.v1_4_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EthernetInterface Schema File Location",
+ "Id": "EthernetInterface.v1_4_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.v1_4_0.json",
+ "Uri": "/redfish/v1/Schemas/EthernetInterface.v1_4_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EthernetInterface Schema File",
+ "Schema": "#EthernetInterface.v1_4_0.EthernetInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterface/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterface/index.json
new file mode 100644
index 0000000..2ac2452
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterface/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EthernetInterface",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EthernetInterface Schema File Location",
+ "Id": "EthernetInterface",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json",
+ "Uri": "/redfish/v1/Schemas/EthernetInterface.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EthernetInterface Schema File",
+ "Schema": "#EthernetInterface.EthernetInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterfaceCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterfaceCollection/index.json
new file mode 100644
index 0000000..d0cd01d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EthernetInterfaceCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EthernetInterfaceCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EthernetInterfaceCollection Schema File Location",
+ "Id": "EthernetInterfaceCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection.json",
+ "Uri": "/redfish/v1/Schemas/EthernetInterfaceCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EthernetInterfaceCollection Schema File",
+ "Schema": "#EthernetInterfaceCollection.EthernetInterfaceCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Event.v1_2_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Event.v1_2_1/index.json
new file mode 100644
index 0000000..2b94317
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Event.v1_2_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Event.v1_2_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Event Schema File Location",
+ "Id": "Event.v1_2_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Event.v1_2_1.json",
+ "Uri": "/redfish/v1/Schemas/Event.v1_2_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Event Schema File",
+ "Schema": "#Event.v1_2_1.Event"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Event/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Event/index.json
new file mode 100644
index 0000000..bf2b120
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Event/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Event",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Event Schema File Location",
+ "Id": "Event",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Event.json",
+ "Uri": "/redfish/v1/Schemas/Event.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Event Schema File",
+ "Schema": "#Event.Event"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestination.v1_2_2/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestination.v1_2_2/index.json
new file mode 100644
index 0000000..2d4d202
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestination.v1_2_2/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EventDestination.v1_2_2",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EventDestination Schema File Location",
+ "Id": "EventDestination.v1_2_2",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventDestination.v1_2_2.json",
+ "Uri": "/redfish/v1/Schemas/EventDestination.v1_2_2.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EventDestination Schema File",
+ "Schema": "#EventDestination.v1_2_2.EventDestination"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestination/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestination/index.json
new file mode 100644
index 0000000..78d8466
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestination/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EventDestination",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EventDestination Schema File Location",
+ "Id": "EventDestination",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventDestination.json",
+ "Uri": "/redfish/v1/Schemas/EventDestination.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EventDestination Schema File",
+ "Schema": "#EventDestination.EventDestination"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestinationCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestinationCollection/index.json
new file mode 100644
index 0000000..2b2fee3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventDestinationCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EventDestinationCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EventDestinationCollection Schema File Location",
+ "Id": "EventDestinationCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventDestinationCollection.json",
+ "Uri": "/redfish/v1/Schemas/EventDestinationCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EventDestinationCollection Schema File",
+ "Schema": "#EventDestinationCollection.EventDestinationCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventService.v1_0_6/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventService.v1_0_6/index.json
new file mode 100644
index 0000000..bb354fa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventService.v1_0_6/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EventService.v1_0_6",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EventService Schema File Location",
+ "Id": "EventService.v1_0_6",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventService.v1_0_6.json",
+ "Uri": "/redfish/v1/Schemas/EventService.v1_0_6.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EventService Schema File",
+ "Schema": "#EventService.v1_0_6.EventService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventService/index.json
new file mode 100644
index 0000000..713bc9d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/EventService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/EventService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "EventService Schema File Location",
+ "Id": "EventService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventService.json",
+ "Uri": "/redfish/v1/Schemas/EventService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "EventService Schema File",
+ "Schema": "#EventService.EventService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Fabric.v1_0_3/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Fabric.v1_0_3/index.json
new file mode 100644
index 0000000..e063109
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Fabric.v1_0_3/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Fabric.v1_0_3",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Fabric Schema File Location",
+ "Id": "Fabric.v1_0_3",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Fabric.v1_0_3.json",
+ "Uri": "/redfish/v1/Schemas/Fabric.v1_0_3.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Fabric Schema File",
+ "Schema": "#Fabric.v1_0_3.Fabric"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Fabric/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Fabric/index.json
new file mode 100644
index 0000000..3ff9316
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Fabric/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Fabric",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Fabric Schema File Location",
+ "Id": "Fabric",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Fabric.json",
+ "Uri": "/redfish/v1/Schemas/Fabric.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Fabric Schema File",
+ "Schema": "#Fabric.Fabric"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FabricCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FabricCollection/index.json
new file mode 100644
index 0000000..faf2486
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FabricCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/FabricCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "FabricCollection Schema File Location",
+ "Id": "FabricCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FabricCollection.json",
+ "Uri": "/redfish/v1/Schemas/FabricCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "FabricCollection Schema File",
+ "Schema": "#FabricCollection.FabricCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileShare.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileShare.v1_0_0/index.json
new file mode 100644
index 0000000..1ead2fe
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileShare.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/FileShare.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "FileShare Schema File Location",
+ "Id": "FileShare.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FileShare.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/FileShare.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "FileShare Schema File",
+ "Schema": "#FileShare.v1_0_0.FileShare"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileShare/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileShare/index.json
new file mode 100644
index 0000000..60734db
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileShare/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/FileShare",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "FileShare Schema File Location",
+ "Id": "FileShare",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FileShare.json",
+ "Uri": "/redfish/v1/Schemas/FileShare.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "FileShare Schema File",
+ "Schema": "#FileShare.FileShare"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystem.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystem.v1_0_0/index.json
new file mode 100644
index 0000000..2e92fb6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystem.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/FileSystem.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "FileSystem Schema File Location",
+ "Id": "FileSystem.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FileSystem.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/FileSystem.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "FileSystem Schema File",
+ "Schema": "#FileSystem.v1_0_0.FileSystem"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystem/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystem/index.json
new file mode 100644
index 0000000..da77989
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystem/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/FileSystem",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "FileSystem Schema File Location",
+ "Id": "FileSystem",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FileSystem.json",
+ "Uri": "/redfish/v1/Schemas/FileSystem.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "FileSystem Schema File",
+ "Schema": "#FileSystem.FileSystem"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystemCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystemCollection/index.json
new file mode 100644
index 0000000..a217b8b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/FileSystemCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/FileSystemCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "FileSystemCollection Schema File Location",
+ "Id": "FileSystemCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FileSystemCollection.json",
+ "Uri": "/redfish/v1/Schemas/FileSystemCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "FileSystemCollection Schema File",
+ "Schema": "#FileSystemCollection.FileSystemCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterface.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterface.v1_1_1/index.json
new file mode 100644
index 0000000..467e93f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterface.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/HostInterface.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "HostInterface Schema File Location",
+ "Id": "HostInterface.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HostInterface.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/HostInterface.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "HostInterface Schema File",
+ "Schema": "#HostInterface.v1_1_1.HostInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterface/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterface/index.json
new file mode 100644
index 0000000..d1def1a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterface/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/HostInterface",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "HostInterface Schema File Location",
+ "Id": "HostInterface",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HostInterface.json",
+ "Uri": "/redfish/v1/Schemas/HostInterface.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "HostInterface Schema File",
+ "Schema": "#HostInterface.HostInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterfaceCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterfaceCollection/index.json
new file mode 100644
index 0000000..eae20b6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostInterfaceCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/HostInterfaceCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "HostInterfaceCollection Schema File Location",
+ "Id": "HostInterfaceCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HostInterfaceCollection.json",
+ "Uri": "/redfish/v1/Schemas/HostInterfaceCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "HostInterfaceCollection Schema File",
+ "Schema": "#HostInterfaceCollection.HostInterfaceCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostedStorageServices/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostedStorageServices/index.json
new file mode 100644
index 0000000..e8aad15
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/HostedStorageServices/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/HostedStorageServices",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "HostedStorageServices Schema File Location",
+ "Id": "HostedStorageServices",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HostedStorageServices.json",
+ "Uri": "/redfish/v1/Schemas/HostedStorageServices.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "HostedStorageServices Schema File",
+ "Schema": "#HostedStorageServices.HostedStorageServices"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities.v1_0_0/index.json
new file mode 100644
index 0000000..0e2202d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "IOConnectivityLoSCapabilities Schema File Location",
+ "Id": "IOConnectivityLoSCapabilities.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IOConnectivityLoSCapabilities.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/IOConnectivityLoSCapabilities.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "IOConnectivityLoSCapabilities Schema File",
+ "Schema": "#IOConnectivityLoSCapabilities.v1_0_0.IOConnectivityLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities/index.json
new file mode 100644
index 0000000..795b623
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "IOConnectivityLoSCapabilities Schema File Location",
+ "Id": "IOConnectivityLoSCapabilities",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IOConnectivityLoSCapabilities.json",
+ "Uri": "/redfish/v1/Schemas/IOConnectivityLoSCapabilities.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "IOConnectivityLoSCapabilities Schema File",
+ "Schema": "#IOConnectivityLoSCapabilities.IOConnectivityLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities.v1_0_0/index.json
new file mode 100644
index 0000000..e9cd403
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "IOPerformanceLoSCapabilities Schema File Location",
+ "Id": "IOPerformanceLoSCapabilities.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IOPerformanceLoSCapabilities.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/IOPerformanceLoSCapabilities.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "IOPerformanceLoSCapabilities Schema File",
+ "Schema": "#IOPerformanceLoSCapabilities.v1_0_0.IOPerformanceLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities/index.json
new file mode 100644
index 0000000..ad6cb46
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "IOPerformanceLoSCapabilities Schema File Location",
+ "Id": "IOPerformanceLoSCapabilities",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IOPerformanceLoSCapabilities.json",
+ "Uri": "/redfish/v1/Schemas/IOPerformanceLoSCapabilities.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "IOPerformanceLoSCapabilities Schema File",
+ "Schema": "#IOPerformanceLoSCapabilities.IOPerformanceLoSCapabilities"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IPAddresses.v1_0_6/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IPAddresses.v1_0_6/index.json
new file mode 100644
index 0000000..9f7e1d5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IPAddresses.v1_0_6/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/IPAddresses.v1_0_6",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "IPAddresses Schema File Location",
+ "Id": "IPAddresses.v1_0_6",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_0_6.json",
+ "Uri": "/redfish/v1/Schemas/IPAddresses.v1_0_6.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "IPAddresses Schema File",
+ "Schema": "#IPAddresses.v1_0_6.IPAddresses"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IPAddresses/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IPAddresses/index.json
new file mode 100644
index 0000000..83de903
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/IPAddresses/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/IPAddresses",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "IPAddresses Schema File Location",
+ "Id": "IPAddresses",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json",
+ "Uri": "/redfish/v1/Schemas/IPAddresses.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "IPAddresses Schema File",
+ "Schema": "#IPAddresses.IPAddresses"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFile.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFile.v1_1_0/index.json
new file mode 100644
index 0000000..2c0593c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFile.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/JsonSchemaFile.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "JsonSchemaFile Schema File Location",
+ "Id": "JsonSchemaFile.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/JsonSchemaFile.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "JsonSchemaFile Schema File",
+ "Schema": "#JsonSchemaFile.v1_1_0.JsonSchemaFile"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFile/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFile/index.json
new file mode 100644
index 0000000..13bce97
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFile/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/JsonSchemaFile",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "JsonSchemaFile Schema File Location",
+ "Id": "JsonSchemaFile",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.json",
+ "Uri": "/redfish/v1/Schemas/JsonSchemaFile.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "JsonSchemaFile Schema File",
+ "Schema": "#JsonSchemaFile.JsonSchemaFile"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFileCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFileCollection/index.json
new file mode 100644
index 0000000..8d7831e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/JsonSchemaFileCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/JsonSchemaFileCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "JsonSchemaFileCollection Schema File Location",
+ "Id": "JsonSchemaFileCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFileCollection.json",
+ "Uri": "/redfish/v1/Schemas/JsonSchemaFileCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "JsonSchemaFileCollection Schema File",
+ "Schema": "#JsonSchemaFileCollection.JsonSchemaFileCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Location.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Location.v1_0_0/index.json
new file mode 100644
index 0000000..c52c50c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Location.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Location.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Location Schema File Location",
+ "Id": "Location.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Location.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/Location.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Location Schema File",
+ "Schema": "#Location.v1_0_0.Location"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Location/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Location/index.json
new file mode 100644
index 0000000..a88065f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Location/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Location",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Location Schema File Location",
+ "Id": "Location",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Location.json",
+ "Uri": "/redfish/v1/Schemas/Location.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Location Schema File",
+ "Schema": "#Location.Location"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntry.v1_3_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntry.v1_3_0/index.json
new file mode 100644
index 0000000..1e7c47a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntry.v1_3_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/LogEntry.v1_3_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "LogEntry Schema File Location",
+ "Id": "LogEntry.v1_3_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogEntry.v1_3_0.json",
+ "Uri": "/redfish/v1/Schemas/LogEntry.v1_3_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "LogEntry Schema File",
+ "Schema": "#LogEntry.v1_3_0.LogEntry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntry/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntry/index.json
new file mode 100644
index 0000000..ea092ac
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntry/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/LogEntry",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "LogEntry Schema File Location",
+ "Id": "LogEntry",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogEntry.json",
+ "Uri": "/redfish/v1/Schemas/LogEntry.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "LogEntry Schema File",
+ "Schema": "#LogEntry.LogEntry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntryCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntryCollection/index.json
new file mode 100644
index 0000000..eb285bb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogEntryCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/LogEntryCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "LogEntryCollection Schema File Location",
+ "Id": "LogEntryCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogEntryCollection.json",
+ "Uri": "/redfish/v1/Schemas/LogEntryCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "LogEntryCollection Schema File",
+ "Schema": "#LogEntryCollection.LogEntryCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogService.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogService.v1_1_0/index.json
new file mode 100644
index 0000000..90ff877
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogService.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/LogService.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "LogService Schema File Location",
+ "Id": "LogService.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogService.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/LogService.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "LogService Schema File",
+ "Schema": "#LogService.v1_1_0.LogService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogService/index.json
new file mode 100644
index 0000000..acceb29
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/LogService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "LogService Schema File Location",
+ "Id": "LogService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogService.json",
+ "Uri": "/redfish/v1/Schemas/LogService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "LogService Schema File",
+ "Schema": "#LogService.LogService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogServiceCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogServiceCollection/index.json
new file mode 100644
index 0000000..913a490
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/LogServiceCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/LogServiceCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "LogServiceCollection Schema File Location",
+ "Id": "LogServiceCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json",
+ "Uri": "/redfish/v1/Schemas/LogServiceCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "LogServiceCollection Schema File",
+ "Schema": "#LogServiceCollection.LogServiceCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Manager.v1_3_3/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Manager.v1_3_3/index.json
new file mode 100644
index 0000000..e5083ec
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Manager.v1_3_3/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Manager.v1_3_3",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Manager Schema File Location",
+ "Id": "Manager.v1_3_3",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Manager.v1_3_3.json",
+ "Uri": "/redfish/v1/Schemas/Manager.v1_3_3.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Manager Schema File",
+ "Schema": "#Manager.v1_3_3.Manager"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Manager/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Manager/index.json
new file mode 100644
index 0000000..b054456
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Manager/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Manager",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Manager Schema File Location",
+ "Id": "Manager",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Manager.json",
+ "Uri": "/redfish/v1/Schemas/Manager.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Manager Schema File",
+ "Schema": "#Manager.Manager"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccount.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccount.v1_1_1/index.json
new file mode 100644
index 0000000..22eca80
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccount.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerAccount.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ManagerAccount Schema File Location",
+ "Id": "ManagerAccount.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerAccount.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/ManagerAccount.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ManagerAccount Schema File",
+ "Schema": "#ManagerAccount.v1_1_1.ManagerAccount"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccount/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccount/index.json
new file mode 100644
index 0000000..99549d6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccount/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerAccount",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ManagerAccount Schema File Location",
+ "Id": "ManagerAccount",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerAccount.json",
+ "Uri": "/redfish/v1/Schemas/ManagerAccount.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ManagerAccount Schema File",
+ "Schema": "#ManagerAccount.ManagerAccount"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccountCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccountCollection/index.json
new file mode 100644
index 0000000..d68c329
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerAccountCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerAccountCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ManagerAccountCollection Schema File Location",
+ "Id": "ManagerAccountCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerAccountCollection.json",
+ "Uri": "/redfish/v1/Schemas/ManagerAccountCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ManagerAccountCollection Schema File",
+ "Schema": "#ManagerAccountCollection.ManagerAccountCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerCollection/index.json
new file mode 100644
index 0000000..bc7dde2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ManagerCollection Schema File Location",
+ "Id": "ManagerCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerCollection.json",
+ "Uri": "/redfish/v1/Schemas/ManagerCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ManagerCollection Schema File",
+ "Schema": "#ManagerCollection.ManagerCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerNetworkProtocol.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerNetworkProtocol.v1_2_0/index.json
new file mode 100644
index 0000000..6acbc7f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerNetworkProtocol.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerNetworkProtocol.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ManagerNetworkProtocol Schema File Location",
+ "Id": "ManagerNetworkProtocol.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/ManagerNetworkProtocol.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ManagerNetworkProtocol Schema File",
+ "Schema": "#ManagerNetworkProtocol.v1_2_0.ManagerNetworkProtocol"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerNetworkProtocol/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerNetworkProtocol/index.json
new file mode 100644
index 0000000..fc83254
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ManagerNetworkProtocol/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerNetworkProtocol",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ManagerNetworkProtocol Schema File Location",
+ "Id": "ManagerNetworkProtocol",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol.json",
+ "Uri": "/redfish/v1/Schemas/ManagerNetworkProtocol.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ManagerNetworkProtocol Schema File",
+ "Schema": "#ManagerNetworkProtocol.ManagerNetworkProtocol"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Memory.v1_4_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Memory.v1_4_0/index.json
new file mode 100644
index 0000000..9b374a5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Memory.v1_4_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Memory.v1_4_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Memory Schema File Location",
+ "Id": "Memory.v1_4_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Memory.v1_4_0.json",
+ "Uri": "/redfish/v1/Schemas/Memory.v1_4_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Memory Schema File",
+ "Schema": "#Memory.v1_4_0.Memory"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Memory/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Memory/index.json
new file mode 100644
index 0000000..a722212
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Memory/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Memory",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Memory Schema File Location",
+ "Id": "Memory",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Memory.json",
+ "Uri": "/redfish/v1/Schemas/Memory.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Memory Schema File",
+ "Schema": "#Memory.Memory"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunks.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunks.v1_2_0/index.json
new file mode 100644
index 0000000..d902f52
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunks.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryChunks.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryChunks Schema File Location",
+ "Id": "MemoryChunks.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryChunks.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/MemoryChunks.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryChunks Schema File",
+ "Schema": "#MemoryChunks.v1_2_0.MemoryChunks"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunks/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunks/index.json
new file mode 100644
index 0000000..76a5554
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunks/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryChunks",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryChunks Schema File Location",
+ "Id": "MemoryChunks",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryChunks.json",
+ "Uri": "/redfish/v1/Schemas/MemoryChunks.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryChunks Schema File",
+ "Schema": "#MemoryChunks.MemoryChunks"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunksCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunksCollection/index.json
new file mode 100644
index 0000000..aa50b5f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryChunksCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryChunksCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryChunksCollection Schema File Location",
+ "Id": "MemoryChunksCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryChunksCollection.json",
+ "Uri": "/redfish/v1/Schemas/MemoryChunksCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryChunksCollection Schema File",
+ "Schema": "#MemoryChunksCollection.MemoryChunksCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryCollection/index.json
new file mode 100644
index 0000000..6c2bd12
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryCollection Schema File Location",
+ "Id": "MemoryCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json",
+ "Uri": "/redfish/v1/Schemas/MemoryCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryCollection Schema File",
+ "Schema": "#MemoryCollection.MemoryCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomain.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomain.v1_2_0/index.json
new file mode 100644
index 0000000..f571734
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomain.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryDomain.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryDomain Schema File Location",
+ "Id": "MemoryDomain.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/MemoryDomain.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryDomain Schema File",
+ "Schema": "#MemoryDomain.v1_2_0.MemoryDomain"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomain/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomain/index.json
new file mode 100644
index 0000000..b32605a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomain/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryDomain",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryDomain Schema File Location",
+ "Id": "MemoryDomain",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.json",
+ "Uri": "/redfish/v1/Schemas/MemoryDomain.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryDomain Schema File",
+ "Schema": "#MemoryDomain.MemoryDomain"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomainCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomainCollection/index.json
new file mode 100644
index 0000000..1686aef
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryDomainCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryDomainCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryDomainCollection Schema File Location",
+ "Id": "MemoryDomainCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json",
+ "Uri": "/redfish/v1/Schemas/MemoryDomainCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryDomainCollection Schema File",
+ "Schema": "#MemoryDomainCollection.MemoryDomainCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryMetrics.v1_1_3/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryMetrics.v1_1_3/index.json
new file mode 100644
index 0000000..e81ba9a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryMetrics.v1_1_3/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryMetrics.v1_1_3",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryMetrics Schema File Location",
+ "Id": "MemoryMetrics.v1_1_3",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryMetrics.v1_1_3.json",
+ "Uri": "/redfish/v1/Schemas/MemoryMetrics.v1_1_3.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryMetrics Schema File",
+ "Schema": "#MemoryMetrics.v1_1_3.MemoryMetrics"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryMetrics/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryMetrics/index.json
new file mode 100644
index 0000000..2d2ce40
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MemoryMetrics/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryMetrics",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MemoryMetrics Schema File Location",
+ "Id": "MemoryMetrics",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryMetrics.json",
+ "Uri": "/redfish/v1/Schemas/MemoryMetrics.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MemoryMetrics Schema File",
+ "Schema": "#MemoryMetrics.MemoryMetrics"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Message.v1_0_5/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Message.v1_0_5/index.json
new file mode 100644
index 0000000..eabaf3b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Message.v1_0_5/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Message.v1_0_5",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Message Schema File Location",
+ "Id": "Message.v1_0_5",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Message.v1_0_5.json",
+ "Uri": "/redfish/v1/Schemas/Message.v1_0_5.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Message Schema File",
+ "Schema": "#Message.v1_0_5.Message"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Message/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Message/index.json
new file mode 100644
index 0000000..2aaa95f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Message/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Message",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Message Schema File Location",
+ "Id": "Message",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Message.json",
+ "Uri": "/redfish/v1/Schemas/Message.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Message Schema File",
+ "Schema": "#Message.Message"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry.v1_0_2/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry.v1_0_2/index.json
new file mode 100644
index 0000000..e2c8183
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry.v1_0_2/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistry.v1_0_2",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MessageRegistry Schema File Location",
+ "Id": "MessageRegistry.v1_0_2",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.v1_0_2.json",
+ "Uri": "/redfish/v1/Schemas/MessageRegistry.v1_0_2.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MessageRegistry Schema File",
+ "Schema": "#MessageRegistry.v1_0_2.MessageRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry.v1_1_1/index.json
new file mode 100644
index 0000000..ced7501
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistry.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MessageRegistry Schema File Location",
+ "Id": "MessageRegistry.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/MessageRegistry.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MessageRegistry Schema File",
+ "Schema": "#MessageRegistry.v1_1_1.MessageRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry/index.json
new file mode 100644
index 0000000..716b240
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistry/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistry",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MessageRegistry Schema File Location",
+ "Id": "MessageRegistry",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.json",
+ "Uri": "/redfish/v1/Schemas/MessageRegistry.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MessageRegistry Schema File",
+ "Schema": "#MessageRegistry.MessageRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryCollection/index.json
new file mode 100644
index 0000000..972ac60
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistryCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MessageRegistryCollection Schema File Location",
+ "Id": "MessageRegistryCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryCollection.json",
+ "Uri": "/redfish/v1/Schemas/MessageRegistryCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MessageRegistryCollection Schema File",
+ "Schema": "#MessageRegistryCollection.MessageRegistryCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFile.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFile.v1_1_0/index.json
new file mode 100644
index 0000000..64010e0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFile.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistryFile.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MessageRegistryFile Schema File Location",
+ "Id": "MessageRegistryFile.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFile.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/MessageRegistryFile.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MessageRegistryFile Schema File",
+ "Schema": "#MessageRegistryFile.v1_1_0.MessageRegistryFile"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFile/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFile/index.json
new file mode 100644
index 0000000..f3c4ba4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFile/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistryFile",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MessageRegistryFile Schema File Location",
+ "Id": "MessageRegistryFile",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFile.json",
+ "Uri": "/redfish/v1/Schemas/MessageRegistryFile.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MessageRegistryFile Schema File",
+ "Schema": "#MessageRegistryFile.MessageRegistryFile"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFileCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFileCollection/index.json
new file mode 100644
index 0000000..6055dfa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/MessageRegistryFileCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistryFileCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "MessageRegistryFileCollection Schema File Location",
+ "Id": "MessageRegistryFileCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFileCollection.json",
+ "Uri": "/redfish/v1/Schemas/MessageRegistryFileCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "MessageRegistryFileCollection Schema File",
+ "Schema": "#MessageRegistryFileCollection.MessageRegistryFileCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapter.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapter.v1_1_0/index.json
new file mode 100644
index 0000000..cbb9175
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapter.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkAdapter.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkAdapter Schema File Location",
+ "Id": "NetworkAdapter.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkAdapter.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/NetworkAdapter.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkAdapter Schema File",
+ "Schema": "#NetworkAdapter.v1_1_0.NetworkAdapter"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapter/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapter/index.json
new file mode 100644
index 0000000..7078e78
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapter/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkAdapter",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkAdapter Schema File Location",
+ "Id": "NetworkAdapter",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkAdapter.json",
+ "Uri": "/redfish/v1/Schemas/NetworkAdapter.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkAdapter Schema File",
+ "Schema": "#NetworkAdapter.NetworkAdapter"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapterCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapterCollection/index.json
new file mode 100644
index 0000000..16667be
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkAdapterCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkAdapterCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkAdapterCollection Schema File Location",
+ "Id": "NetworkAdapterCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection.json",
+ "Uri": "/redfish/v1/Schemas/NetworkAdapterCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkAdapterCollection Schema File",
+ "Schema": "#NetworkAdapterCollection.NetworkAdapterCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunction.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunction.v1_2_0/index.json
new file mode 100644
index 0000000..a91b877
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunction.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkDeviceFunction.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkDeviceFunction Schema File Location",
+ "Id": "NetworkDeviceFunction.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/NetworkDeviceFunction.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkDeviceFunction Schema File",
+ "Schema": "#NetworkDeviceFunction.v1_2_0.NetworkDeviceFunction"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunction/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunction/index.json
new file mode 100644
index 0000000..85e66cb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunction/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkDeviceFunction",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkDeviceFunction Schema File Location",
+ "Id": "NetworkDeviceFunction",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json",
+ "Uri": "/redfish/v1/Schemas/NetworkDeviceFunction.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkDeviceFunction Schema File",
+ "Schema": "#NetworkDeviceFunction.NetworkDeviceFunction"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunctionCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunctionCollection/index.json
new file mode 100644
index 0000000..d61288f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkDeviceFunctionCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkDeviceFunctionCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkDeviceFunctionCollection Schema File Location",
+ "Id": "NetworkDeviceFunctionCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection.json",
+ "Uri": "/redfish/v1/Schemas/NetworkDeviceFunctionCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkDeviceFunctionCollection Schema File",
+ "Schema": "#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterface.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterface.v1_1_0/index.json
new file mode 100644
index 0000000..db00f9d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterface.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkInterface.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkInterface Schema File Location",
+ "Id": "NetworkInterface.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/NetworkInterface.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkInterface Schema File",
+ "Schema": "#NetworkInterface.v1_1_0.NetworkInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterface/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterface/index.json
new file mode 100644
index 0000000..3c837bf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterface/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkInterface",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkInterface Schema File Location",
+ "Id": "NetworkInterface",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.json",
+ "Uri": "/redfish/v1/Schemas/NetworkInterface.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkInterface Schema File",
+ "Schema": "#NetworkInterface.NetworkInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterfaceCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterfaceCollection/index.json
new file mode 100644
index 0000000..a60ae0a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkInterfaceCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkInterfaceCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkInterfaceCollection Schema File Location",
+ "Id": "NetworkInterfaceCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkInterfaceCollection.json",
+ "Uri": "/redfish/v1/Schemas/NetworkInterfaceCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkInterfaceCollection Schema File",
+ "Schema": "#NetworkInterfaceCollection.NetworkInterfaceCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPort.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPort.v1_1_0/index.json
new file mode 100644
index 0000000..37f0c4c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPort.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkPort.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkPort Schema File Location",
+ "Id": "NetworkPort.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkPort.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/NetworkPort.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkPort Schema File",
+ "Schema": "#NetworkPort.v1_1_0.NetworkPort"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPort/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPort/index.json
new file mode 100644
index 0000000..6e71146
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPort/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkPort",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkPort Schema File Location",
+ "Id": "NetworkPort",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkPort.json",
+ "Uri": "/redfish/v1/Schemas/NetworkPort.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkPort Schema File",
+ "Schema": "#NetworkPort.NetworkPort"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPortCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPortCollection/index.json
new file mode 100644
index 0000000..0814fa8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/NetworkPortCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkPortCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "NetworkPortCollection Schema File Location",
+ "Id": "NetworkPortCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkPortCollection.json",
+ "Uri": "/redfish/v1/Schemas/NetworkPortCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "NetworkPortCollection Schema File",
+ "Schema": "#NetworkPortCollection.NetworkPortCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/OemManager.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/OemManager.v1_1_1/index.json
new file mode 100644
index 0000000..fadd453
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/OemManager.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/OemManager.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "OemManager Schema File Location",
+ "Id": "OemManager.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/OemManager.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/OemManager.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "OemManager Schema File",
+ "Schema": "#OemManager.v1_1_1.OemManager"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/OemManager/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/OemManager/index.json
new file mode 100644
index 0000000..4c24d4d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/OemManager/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/OemManager",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "OemManager Schema File Location",
+ "Id": "OemManager",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/OemManager.json",
+ "Uri": "/redfish/v1/Schemas/OemManager.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "OemManager Schema File",
+ "Schema": "#OemManager.OemManager"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeDevice.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeDevice.v1_2_0/index.json
new file mode 100644
index 0000000..0b5faf2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeDevice.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PCIeDevice.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PCIeDevice Schema File Location",
+ "Id": "PCIeDevice.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/PCIeDevice.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PCIeDevice Schema File",
+ "Schema": "#PCIeDevice.v1_2_0.PCIeDevice"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeDevice/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeDevice/index.json
new file mode 100644
index 0000000..40903f3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeDevice/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PCIeDevice",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PCIeDevice Schema File Location",
+ "Id": "PCIeDevice",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json",
+ "Uri": "/redfish/v1/Schemas/PCIeDevice.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PCIeDevice Schema File",
+ "Schema": "#PCIeDevice.PCIeDevice"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeFunction.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeFunction.v1_1_1/index.json
new file mode 100644
index 0000000..eb14e74
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeFunction.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PCIeFunction.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PCIeFunction Schema File Location",
+ "Id": "PCIeFunction.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/PCIeFunction.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PCIeFunction Schema File",
+ "Schema": "#PCIeFunction.v1_1_1.PCIeFunction"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeFunction/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeFunction/index.json
new file mode 100644
index 0000000..1ef1b83
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PCIeFunction/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PCIeFunction",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PCIeFunction Schema File Location",
+ "Id": "PCIeFunction",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json",
+ "Uri": "/redfish/v1/Schemas/PCIeFunction.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PCIeFunction Schema File",
+ "Schema": "#PCIeFunction.PCIeFunction"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext.v1_0_0/index.json
new file mode 100644
index 0000000..3b79e46
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PhysicalContext.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PhysicalContext Schema File Location",
+ "Id": "PhysicalContext.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/PhysicalContext.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PhysicalContext Schema File",
+ "Schema": "#PhysicalContext.v1_0_0.PhysicalContext"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext.v1_3_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext.v1_3_0/index.json
new file mode 100644
index 0000000..2998227
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext.v1_3_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PhysicalContext.v1_3_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PhysicalContext Schema File Location",
+ "Id": "PhysicalContext.v1_3_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.v1_3_0.json",
+ "Uri": "/redfish/v1/Schemas/PhysicalContext.v1_3_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PhysicalContext Schema File",
+ "Schema": "#PhysicalContext.v1_3_0.PhysicalContext"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext/index.json
new file mode 100644
index 0000000..553d7be
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PhysicalContext/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PhysicalContext",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PhysicalContext Schema File Location",
+ "Id": "PhysicalContext",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json",
+ "Uri": "/redfish/v1/Schemas/PhysicalContext.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PhysicalContext Schema File",
+ "Schema": "#PhysicalContext.PhysicalContext"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Port.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Port.v1_1_0/index.json
new file mode 100644
index 0000000..8eeec5a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Port.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Port.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Port Schema File Location",
+ "Id": "Port.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Port.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/Port.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Port Schema File",
+ "Schema": "#Port.v1_1_0.Port"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Port/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Port/index.json
new file mode 100644
index 0000000..5f5f032
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Port/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Port",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Port Schema File Location",
+ "Id": "Port",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Port.json",
+ "Uri": "/redfish/v1/Schemas/Port.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Port Schema File",
+ "Schema": "#Port.Port"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PortCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PortCollection/index.json
new file mode 100644
index 0000000..5ef5dfb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PortCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PortCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PortCollection Schema File Location",
+ "Id": "PortCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PortCollection.json",
+ "Uri": "/redfish/v1/Schemas/PortCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PortCollection Schema File",
+ "Schema": "#PortCollection.PortCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_3_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_3_0/index.json
new file mode 100644
index 0000000..c07daa4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_3_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Power.v1_3_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Power Schema File Location",
+ "Id": "Power.v1_3_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Power.v1_3_0.json",
+ "Uri": "/redfish/v1/Schemas/Power.v1_3_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Power Schema File",
+ "Schema": "#Power.v1_3_0.Power"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_4_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_4_0/index.json
new file mode 100644
index 0000000..2acae87
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_4_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Power.v1_4_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Power Schema File Location",
+ "Id": "Power.v1_4_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Power.v1_4_0.json",
+ "Uri": "/redfish/v1/Schemas/Power.v1_4_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Power Schema File",
+ "Schema": "#Power.v1_4_0.Power"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_5_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_5_0/index.json
new file mode 100644
index 0000000..5a3cfe9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power.v1_5_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Power.v1_5_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Power Schema File Location",
+ "Id": "Power.v1_5_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Power.v1_5_0.json",
+ "Uri": "/redfish/v1/Schemas/Power.v1_5_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Power Schema File",
+ "Schema": "#Power.v1_5_0.Power"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power/index.json
new file mode 100644
index 0000000..2005166
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Power/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Power",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Power Schema File Location",
+ "Id": "Power",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Power.json",
+ "Uri": "/redfish/v1/Schemas/Power.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Power Schema File",
+ "Schema": "#Power.Power"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PrivilegeRegistry.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PrivilegeRegistry.v1_1_1/index.json
new file mode 100644
index 0000000..681cad6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PrivilegeRegistry.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PrivilegeRegistry.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PrivilegeRegistry Schema File Location",
+ "Id": "PrivilegeRegistry.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PrivilegeRegistry.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/PrivilegeRegistry.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PrivilegeRegistry Schema File",
+ "Schema": "#PrivilegeRegistry.v1_1_1.PrivilegeRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PrivilegeRegistry/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PrivilegeRegistry/index.json
new file mode 100644
index 0000000..e287569
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/PrivilegeRegistry/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/PrivilegeRegistry",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "PrivilegeRegistry Schema File Location",
+ "Id": "PrivilegeRegistry",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PrivilegeRegistry.json",
+ "Uri": "/redfish/v1/Schemas/PrivilegeRegistry.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "PrivilegeRegistry Schema File",
+ "Schema": "#PrivilegeRegistry.PrivilegeRegistry"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Privileges.v1_0_4/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Privileges.v1_0_4/index.json
new file mode 100644
index 0000000..c69c9fa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Privileges.v1_0_4/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Privileges.v1_0_4",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Privileges Schema File Location",
+ "Id": "Privileges.v1_0_4",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Privileges.v1_0_4.json",
+ "Uri": "/redfish/v1/Schemas/Privileges.v1_0_4.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Privileges Schema File",
+ "Schema": "#Privileges.v1_0_4.Privileges"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Privileges/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Privileges/index.json
new file mode 100644
index 0000000..4192634
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Privileges/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Privileges",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Privileges Schema File Location",
+ "Id": "Privileges",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Privileges.json",
+ "Uri": "/redfish/v1/Schemas/Privileges.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Privileges Schema File",
+ "Schema": "#Privileges.Privileges"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Processor.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Processor.v1_2_0/index.json
new file mode 100644
index 0000000..8859a84
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Processor.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Processor.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Processor Schema File Location",
+ "Id": "Processor.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Processor.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/Processor.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Processor Schema File",
+ "Schema": "#Processor.v1_2_0.Processor"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Processor/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Processor/index.json
new file mode 100644
index 0000000..7f283a4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Processor/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Processor",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Processor Schema File Location",
+ "Id": "Processor",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Processor.json",
+ "Uri": "/redfish/v1/Schemas/Processor.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Processor Schema File",
+ "Schema": "#Processor.Processor"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ProcessorCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ProcessorCollection/index.json
new file mode 100644
index 0000000..5afad14
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ProcessorCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ProcessorCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ProcessorCollection Schema File Location",
+ "Id": "ProcessorCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ProcessorCollection.json",
+ "Uri": "/redfish/v1/Schemas/ProcessorCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ProcessorCollection Schema File",
+ "Schema": "#ProcessorCollection.ProcessorCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Protocol/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Protocol/index.json
new file mode 100644
index 0000000..3854169
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Protocol/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Protocol",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Protocol Schema File Location",
+ "Id": "Protocol",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Protocol.json",
+ "Uri": "/redfish/v1/Schemas/Protocol.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Protocol Schema File",
+ "Schema": "#Protocol.Protocol"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/RedfishExtensions.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/RedfishExtensions.v1_0_0/index.json
new file mode 100644
index 0000000..cf4282e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/RedfishExtensions.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/RedfishExtensions.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "RedfishExtensions Schema File Location",
+ "Id": "RedfishExtensions.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RedfishExtensions.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/RedfishExtensions.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "RedfishExtensions Schema File",
+ "Schema": "#RedfishExtensions.v1_0_0.RedfishExtensions"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Redundancy.v1_3_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Redundancy.v1_3_0/index.json
new file mode 100644
index 0000000..8cf209b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Redundancy.v1_3_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Redundancy.v1_3_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Redundancy Schema File Location",
+ "Id": "Redundancy.v1_3_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Redundancy.v1_3_0.json",
+ "Uri": "/redfish/v1/Schemas/Redundancy.v1_3_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Redundancy Schema File",
+ "Schema": "#Redundancy.v1_3_0.Redundancy"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Redundancy/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Redundancy/index.json
new file mode 100644
index 0000000..ddc30ea
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Redundancy/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Redundancy",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Redundancy Schema File Location",
+ "Id": "Redundancy",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Redundancy.json",
+ "Uri": "/redfish/v1/Schemas/Redundancy.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Redundancy Schema File",
+ "Schema": "#Redundancy.Redundancy"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource.v1_1_0/index.json
new file mode 100644
index 0000000..3af14b5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Resource.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Resource Schema File Location",
+ "Id": "Resource.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Resource.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/Resource.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Resource Schema File",
+ "Schema": "#Resource.v1_1_0.Resource"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource.v1_6_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource.v1_6_0/index.json
new file mode 100644
index 0000000..b35c2a7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource.v1_6_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Resource.v1_6_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Resource Schema File Location",
+ "Id": "Resource.v1_6_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Resource.v1_6_0.json",
+ "Uri": "/redfish/v1/Schemas/Resource.v1_6_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Resource Schema File",
+ "Schema": "#Resource.v1_6_0.Resource"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource/index.json
new file mode 100644
index 0000000..cdbcff7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Resource/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Resource",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Resource Schema File Location",
+ "Id": "Resource",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Resource.json",
+ "Uri": "/redfish/v1/Schemas/Resource.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Resource Schema File",
+ "Schema": "#Resource.Resource"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlock.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlock.v1_0_0/index.json
new file mode 100644
index 0000000..b131c01
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlock.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ResourceBlock.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ResourceBlock Schema File Location",
+ "Id": "ResourceBlock.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/ResourceBlock.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ResourceBlock Schema File",
+ "Schema": "#ResourceBlock.v1_0_0.ResourceBlock"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlock/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlock/index.json
new file mode 100644
index 0000000..79fbdc0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlock/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ResourceBlock",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ResourceBlock Schema File Location",
+ "Id": "ResourceBlock",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json",
+ "Uri": "/redfish/v1/Schemas/ResourceBlock.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ResourceBlock Schema File",
+ "Schema": "#ResourceBlock.ResourceBlock"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlockCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlockCollection/index.json
new file mode 100644
index 0000000..bd36da9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ResourceBlockCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ResourceBlockCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ResourceBlockCollection Schema File Location",
+ "Id": "ResourceBlockCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ResourceBlockCollection.json",
+ "Uri": "/redfish/v1/Schemas/ResourceBlockCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ResourceBlockCollection Schema File",
+ "Schema": "#ResourceBlockCollection.ResourceBlockCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Role.v1_2_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Role.v1_2_1/index.json
new file mode 100644
index 0000000..081fa56
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Role.v1_2_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Role.v1_2_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Role Schema File Location",
+ "Id": "Role.v1_2_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Role.v1_2_1.json",
+ "Uri": "/redfish/v1/Schemas/Role.v1_2_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Role Schema File",
+ "Schema": "#Role.v1_2_1.Role"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Role/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Role/index.json
new file mode 100644
index 0000000..8872869
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Role/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Role",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Role Schema File Location",
+ "Id": "Role",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Role.json",
+ "Uri": "/redfish/v1/Schemas/Role.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Role Schema File",
+ "Schema": "#Role.Role"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/RoleCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/RoleCollection/index.json
new file mode 100644
index 0000000..da6a240
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/RoleCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/RoleCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "RoleCollection Schema File Location",
+ "Id": "RoleCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RoleCollection.json",
+ "Uri": "/redfish/v1/Schemas/RoleCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "RoleCollection Schema File",
+ "Schema": "#RoleCollection.RoleCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Schedule.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Schedule.v1_1_0/index.json
new file mode 100644
index 0000000..7d35a6d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Schedule.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Schedule.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Schedule Schema File Location",
+ "Id": "Schedule.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Schedule.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/Schedule.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Schedule Schema File",
+ "Schema": "#Schedule.v1_1_0.Schedule"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Schedule/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Schedule/index.json
new file mode 100644
index 0000000..577c938
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Schedule/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Schedule",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Schedule Schema File Location",
+ "Id": "Schedule",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Schedule.json",
+ "Uri": "/redfish/v1/Schemas/Schedule.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Schedule Schema File",
+ "Schema": "#Schedule.Schedule"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SecureBoot.v1_0_3/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SecureBoot.v1_0_3/index.json
new file mode 100644
index 0000000..e67f67d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SecureBoot.v1_0_3/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SecureBoot.v1_0_3",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SecureBoot Schema File Location",
+ "Id": "SecureBoot.v1_0_3",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecureBoot.v1_0_3.json",
+ "Uri": "/redfish/v1/Schemas/SecureBoot.v1_0_3.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SecureBoot Schema File",
+ "Schema": "#SecureBoot.v1_0_3.SecureBoot"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SecureBoot/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SecureBoot/index.json
new file mode 100644
index 0000000..599b257
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SecureBoot/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SecureBoot",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SecureBoot Schema File Location",
+ "Id": "SecureBoot",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecureBoot.json",
+ "Uri": "/redfish/v1/Schemas/SecureBoot.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SecureBoot Schema File",
+ "Schema": "#SecureBoot.SecureBoot"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterface.v1_1_2/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterface.v1_1_2/index.json
new file mode 100644
index 0000000..627cfcf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterface.v1_1_2/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SerialInterface.v1_1_2",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SerialInterface Schema File Location",
+ "Id": "SerialInterface.v1_1_2",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SerialInterface.v1_1_2.json",
+ "Uri": "/redfish/v1/Schemas/SerialInterface.v1_1_2.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SerialInterface Schema File",
+ "Schema": "#SerialInterface.v1_1_2.SerialInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterface/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterface/index.json
new file mode 100644
index 0000000..3bad1ba
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterface/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SerialInterface",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SerialInterface Schema File Location",
+ "Id": "SerialInterface",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SerialInterface.json",
+ "Uri": "/redfish/v1/Schemas/SerialInterface.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SerialInterface Schema File",
+ "Schema": "#SerialInterface.SerialInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterfaceCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterfaceCollection/index.json
new file mode 100644
index 0000000..fae75fb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SerialInterfaceCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SerialInterfaceCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SerialInterfaceCollection Schema File Location",
+ "Id": "SerialInterfaceCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SerialInterfaceCollection.json",
+ "Uri": "/redfish/v1/Schemas/SerialInterfaceCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SerialInterfaceCollection Schema File",
+ "Schema": "#SerialInterfaceCollection.SerialInterfaceCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ServiceRoot.v1_3_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ServiceRoot.v1_3_0/index.json
new file mode 100644
index 0000000..c04c465
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ServiceRoot.v1_3_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ServiceRoot.v1_3_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ServiceRoot Schema File Location",
+ "Id": "ServiceRoot.v1_3_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_3_0.json",
+ "Uri": "/redfish/v1/Schemas/ServiceRoot.v1_3_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ServiceRoot Schema File",
+ "Schema": "#ServiceRoot.v1_3_0.ServiceRoot"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ServiceRoot/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ServiceRoot/index.json
new file mode 100644
index 0000000..26e73d1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ServiceRoot/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ServiceRoot",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ServiceRoot Schema File Location",
+ "Id": "ServiceRoot",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.json",
+ "Uri": "/redfish/v1/Schemas/ServiceRoot.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ServiceRoot Schema File",
+ "Schema": "#ServiceRoot.ServiceRoot"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Session.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Session.v1_1_0/index.json
new file mode 100644
index 0000000..18767ab
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Session.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Session.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Session Schema File Location",
+ "Id": "Session.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Session.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/Session.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Session Schema File",
+ "Schema": "#Session.v1_1_0.Session"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Session/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Session/index.json
new file mode 100644
index 0000000..00610e1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Session/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Session",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Session Schema File Location",
+ "Id": "Session",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Session.json",
+ "Uri": "/redfish/v1/Schemas/Session.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Session Schema File",
+ "Schema": "#Session.Session"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionCollection/index.json
new file mode 100644
index 0000000..4c16487
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SessionCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SessionCollection Schema File Location",
+ "Id": "SessionCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SessionCollection.json",
+ "Uri": "/redfish/v1/Schemas/SessionCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SessionCollection Schema File",
+ "Schema": "#SessionCollection.SessionCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionService.v1_1_3/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionService.v1_1_3/index.json
new file mode 100644
index 0000000..77a49ef
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionService.v1_1_3/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SessionService.v1_1_3",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SessionService Schema File Location",
+ "Id": "SessionService.v1_1_3",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SessionService.v1_1_3.json",
+ "Uri": "/redfish/v1/Schemas/SessionService.v1_1_3.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SessionService Schema File",
+ "Schema": "#SessionService.v1_1_3.SessionService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionService/index.json
new file mode 100644
index 0000000..5e032c1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SessionService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SessionService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SessionService Schema File Location",
+ "Id": "SessionService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SessionService.json",
+ "Uri": "/redfish/v1/Schemas/SessionService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SessionService Schema File",
+ "Schema": "#SessionService.SessionService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Settings.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Settings.v1_1_0/index.json
new file mode 100644
index 0000000..d60b5b8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Settings.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Settings.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Settings Schema File Location",
+ "Id": "Settings.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Settings.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/Settings.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Settings Schema File",
+ "Schema": "#Settings.v1_1_0.Settings"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Settings/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Settings/index.json
new file mode 100644
index 0000000..2cf5231
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Settings/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Settings",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Settings Schema File Location",
+ "Id": "Settings",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Settings.json",
+ "Uri": "/redfish/v1/Schemas/Settings.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Settings Schema File",
+ "Schema": "#Settings.Settings"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorage.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorage.v1_2_0/index.json
new file mode 100644
index 0000000..d295d31
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorage.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SimpleStorage.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SimpleStorage Schema File Location",
+ "Id": "SimpleStorage.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SimpleStorage.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/SimpleStorage.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SimpleStorage Schema File",
+ "Schema": "#SimpleStorage.v1_2_0.SimpleStorage"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorage/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorage/index.json
new file mode 100644
index 0000000..f9e7d4d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorage/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SimpleStorage",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SimpleStorage Schema File Location",
+ "Id": "SimpleStorage",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SimpleStorage.json",
+ "Uri": "/redfish/v1/Schemas/SimpleStorage.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SimpleStorage Schema File",
+ "Schema": "#SimpleStorage.SimpleStorage"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorageCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorageCollection/index.json
new file mode 100644
index 0000000..56efd4d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SimpleStorageCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SimpleStorageCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SimpleStorageCollection Schema File Location",
+ "Id": "SimpleStorageCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SimpleStorageCollection.json",
+ "Uri": "/redfish/v1/Schemas/SimpleStorageCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SimpleStorageCollection Schema File",
+ "Schema": "#SimpleStorageCollection.SimpleStorageCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventory.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventory.v1_1_1/index.json
new file mode 100644
index 0000000..5da8141
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventory.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SoftwareInventory.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SoftwareInventory Schema File Location",
+ "Id": "SoftwareInventory.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/SoftwareInventory.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SoftwareInventory Schema File",
+ "Schema": "#SoftwareInventory.v1_1_1.SoftwareInventory"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventory/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventory/index.json
new file mode 100644
index 0000000..95cd6dc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventory/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SoftwareInventory",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SoftwareInventory Schema File Location",
+ "Id": "SoftwareInventory",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json",
+ "Uri": "/redfish/v1/Schemas/SoftwareInventory.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SoftwareInventory Schema File",
+ "Schema": "#SoftwareInventory.SoftwareInventory"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventoryCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventoryCollection/index.json
new file mode 100644
index 0000000..7fadbf9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SoftwareInventoryCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SoftwareInventoryCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SoftwareInventoryCollection Schema File Location",
+ "Id": "SoftwareInventoryCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection.json",
+ "Uri": "/redfish/v1/Schemas/SoftwareInventoryCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SoftwareInventoryCollection Schema File",
+ "Schema": "#SoftwareInventoryCollection.SoftwareInventoryCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Storage.v1_4_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Storage.v1_4_0/index.json
new file mode 100644
index 0000000..ada659d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Storage.v1_4_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Storage.v1_4_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Storage Schema File Location",
+ "Id": "Storage.v1_4_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Storage.v1_4_0.json",
+ "Uri": "/redfish/v1/Schemas/Storage.v1_4_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Storage Schema File",
+ "Schema": "#Storage.v1_4_0.Storage"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Storage/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Storage/index.json
new file mode 100644
index 0000000..5dc2dd8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Storage/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Storage",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Storage Schema File Location",
+ "Id": "Storage",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Storage.json",
+ "Uri": "/redfish/v1/Schemas/Storage.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Storage Schema File",
+ "Schema": "#Storage.Storage"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageAccessCapability.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageAccessCapability.v1_0_0/index.json
new file mode 100644
index 0000000..8870d19
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageAccessCapability.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageAccessCapability.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageAccessCapability Schema File Location",
+ "Id": "StorageAccessCapability.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageAccessCapability.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/StorageAccessCapability.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageAccessCapability Schema File",
+ "Schema": "#StorageAccessCapability.v1_0_0.StorageAccessCapability"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageAccessCapability/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageAccessCapability/index.json
new file mode 100644
index 0000000..c98540f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageAccessCapability/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageAccessCapability",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageAccessCapability Schema File Location",
+ "Id": "StorageAccessCapability",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageAccessCapability.json",
+ "Uri": "/redfish/v1/Schemas/StorageAccessCapability.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageAccessCapability Schema File",
+ "Schema": "#StorageAccessCapability.StorageAccessCapability"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageCollection/index.json
new file mode 100644
index 0000000..c3b7cec
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageCollection Schema File Location",
+ "Id": "StorageCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageCollection.json",
+ "Uri": "/redfish/v1/Schemas/StorageCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageCollection Schema File",
+ "Schema": "#StorageCollection.StorageCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroup.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroup.v1_0_0/index.json
new file mode 100644
index 0000000..37c5fcd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroup.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageGroup.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageGroup Schema File Location",
+ "Id": "StorageGroup.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageGroup.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/StorageGroup.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageGroup Schema File",
+ "Schema": "#StorageGroup.v1_0_0.StorageGroup"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroup/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroup/index.json
new file mode 100644
index 0000000..dc41b26
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroup/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageGroup",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageGroup Schema File Location",
+ "Id": "StorageGroup",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageGroup.json",
+ "Uri": "/redfish/v1/Schemas/StorageGroup.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageGroup Schema File",
+ "Schema": "#StorageGroup.StorageGroup"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroupCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroupCollection/index.json
new file mode 100644
index 0000000..d1f00d6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageGroupCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageGroupCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageGroupCollection Schema File Location",
+ "Id": "StorageGroupCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageGroupCollection.json",
+ "Uri": "/redfish/v1/Schemas/StorageGroupCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageGroupCollection Schema File",
+ "Schema": "#StorageGroupCollection.StorageGroupCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePool.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePool.v1_0_0/index.json
new file mode 100644
index 0000000..6980005
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePool.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StoragePool.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StoragePool Schema File Location",
+ "Id": "StoragePool.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StoragePool.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/StoragePool.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StoragePool Schema File",
+ "Schema": "#StoragePool.v1_0_0.StoragePool"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePool/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePool/index.json
new file mode 100644
index 0000000..0f93346
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePool/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StoragePool",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StoragePool Schema File Location",
+ "Id": "StoragePool",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StoragePool.json",
+ "Uri": "/redfish/v1/Schemas/StoragePool.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StoragePool Schema File",
+ "Schema": "#StoragePool.StoragePool"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePoolCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePoolCollection/index.json
new file mode 100644
index 0000000..9b7f005
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StoragePoolCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StoragePoolCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StoragePoolCollection Schema File Location",
+ "Id": "StoragePoolCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StoragePoolCollection.json",
+ "Uri": "/redfish/v1/Schemas/StoragePoolCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StoragePoolCollection Schema File",
+ "Schema": "#StoragePoolCollection.StoragePoolCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageReplicaInfo.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageReplicaInfo.v1_0_0/index.json
new file mode 100644
index 0000000..1e095b3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageReplicaInfo.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageReplicaInfo.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageReplicaInfo Schema File Location",
+ "Id": "StorageReplicaInfo.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageReplicaInfo.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/StorageReplicaInfo.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageReplicaInfo Schema File",
+ "Schema": "#StorageReplicaInfo.v1_0_0.StorageReplicaInfo"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageReplicaInfo/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageReplicaInfo/index.json
new file mode 100644
index 0000000..aa52a56
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageReplicaInfo/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageReplicaInfo",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageReplicaInfo Schema File Location",
+ "Id": "StorageReplicaInfo",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageReplicaInfo.json",
+ "Uri": "/redfish/v1/Schemas/StorageReplicaInfo.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageReplicaInfo Schema File",
+ "Schema": "#StorageReplicaInfo.StorageReplicaInfo"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageService.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageService.v1_0_0/index.json
new file mode 100644
index 0000000..6a2c5b4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageService.v1_0_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageService.v1_0_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageService Schema File Location",
+ "Id": "StorageService.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageService.v1_0_0.json",
+ "Uri": "/redfish/v1/Schemas/StorageService.v1_0_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageService Schema File",
+ "Schema": "#StorageService.v1_0_0.StorageService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageService/index.json
new file mode 100644
index 0000000..e14db27
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageService Schema File Location",
+ "Id": "StorageService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageService.json",
+ "Uri": "/redfish/v1/Schemas/StorageService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageService Schema File",
+ "Schema": "#StorageService.StorageService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageServiceCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageServiceCollection/index.json
new file mode 100644
index 0000000..4c47877
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageServiceCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageServiceCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageServiceCollection Schema File Location",
+ "Id": "StorageServiceCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageServiceCollection.json",
+ "Uri": "/redfish/v1/Schemas/StorageServiceCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageServiceCollection Schema File",
+ "Schema": "#StorageServiceCollection.StorageServiceCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageSystemCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageSystemCollection/index.json
new file mode 100644
index 0000000..f34b0f3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/StorageSystemCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageSystemCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "StorageSystemCollection Schema File Location",
+ "Id": "StorageSystemCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageSystemCollection.json",
+ "Uri": "/redfish/v1/Schemas/StorageSystemCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "StorageSystemCollection Schema File",
+ "Schema": "#StorageSystemCollection.StorageSystemCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Switch.v1_1_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Switch.v1_1_0/index.json
new file mode 100644
index 0000000..3dcc8d9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Switch.v1_1_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Switch.v1_1_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Switch Schema File Location",
+ "Id": "Switch.v1_1_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Switch.v1_1_0.json",
+ "Uri": "/redfish/v1/Schemas/Switch.v1_1_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Switch Schema File",
+ "Schema": "#Switch.v1_1_0.Switch"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Switch/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Switch/index.json
new file mode 100644
index 0000000..e685459
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Switch/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Switch",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Switch Schema File Location",
+ "Id": "Switch",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Switch.json",
+ "Uri": "/redfish/v1/Schemas/Switch.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Switch Schema File",
+ "Schema": "#Switch.Switch"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SwitchCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SwitchCollection/index.json
new file mode 100644
index 0000000..ba92b11
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/SwitchCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/SwitchCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "SwitchCollection Schema File Location",
+ "Id": "SwitchCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SwitchCollection.json",
+ "Uri": "/redfish/v1/Schemas/SwitchCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "SwitchCollection Schema File",
+ "Schema": "#SwitchCollection.SwitchCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Task.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Task.v1_1_1/index.json
new file mode 100644
index 0000000..00165b2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Task.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Task.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Task Schema File Location",
+ "Id": "Task.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Task.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/Task.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Task Schema File",
+ "Schema": "#Task.v1_1_1.Task"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Task/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Task/index.json
new file mode 100644
index 0000000..1e2509d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Task/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Task",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Task Schema File Location",
+ "Id": "Task",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Task.json",
+ "Uri": "/redfish/v1/Schemas/Task.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Task Schema File",
+ "Schema": "#Task.Task"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskCollection/index.json
new file mode 100644
index 0000000..dd35543
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/TaskCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "TaskCollection Schema File Location",
+ "Id": "TaskCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TaskCollection.json",
+ "Uri": "/redfish/v1/Schemas/TaskCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "TaskCollection Schema File",
+ "Schema": "#TaskCollection.TaskCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskService.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskService.v1_1_1/index.json
new file mode 100644
index 0000000..721fa79
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskService.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/TaskService.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "TaskService Schema File Location",
+ "Id": "TaskService.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TaskService.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/TaskService.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "TaskService Schema File",
+ "Schema": "#TaskService.v1_1_1.TaskService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskService/index.json
new file mode 100644
index 0000000..d84df49
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/TaskService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/TaskService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "TaskService Schema File Location",
+ "Id": "TaskService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TaskService.json",
+ "Uri": "/redfish/v1/Schemas/TaskService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "TaskService Schema File",
+ "Schema": "#TaskService.TaskService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Thermal.v1_4_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Thermal.v1_4_0/index.json
new file mode 100644
index 0000000..32cffce
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Thermal.v1_4_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Thermal.v1_4_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Thermal Schema File Location",
+ "Id": "Thermal.v1_4_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_4_0.json",
+ "Uri": "/redfish/v1/Schemas/Thermal.v1_4_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Thermal Schema File",
+ "Schema": "#Thermal.v1_4_0.Thermal"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Thermal/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Thermal/index.json
new file mode 100644
index 0000000..f8e9014
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Thermal/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Thermal",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Thermal Schema File Location",
+ "Id": "Thermal",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Thermal.json",
+ "Uri": "/redfish/v1/Schemas/Thermal.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Thermal Schema File",
+ "Schema": "#Thermal.Thermal"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/UpdateService.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/UpdateService.v1_2_0/index.json
new file mode 100644
index 0000000..fa12c96
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/UpdateService.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/UpdateService.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "UpdateService Schema File Location",
+ "Id": "UpdateService.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/UpdateService.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/UpdateService.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "UpdateService Schema File",
+ "Schema": "#UpdateService.v1_2_0.UpdateService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/UpdateService/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/UpdateService/index.json
new file mode 100644
index 0000000..83b7df7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/UpdateService/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/UpdateService",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "UpdateService Schema File Location",
+ "Id": "UpdateService",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/UpdateService.json",
+ "Uri": "/redfish/v1/Schemas/UpdateService.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "UpdateService Schema File",
+ "Schema": "#UpdateService.UpdateService"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterface.v1_1_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterface.v1_1_1/index.json
new file mode 100644
index 0000000..7df21c1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterface.v1_1_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/VLanNetworkInterface.v1_1_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "VLanNetworkInterface Schema File Location",
+ "Id": "VLanNetworkInterface.v1_1_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.v1_1_1.json",
+ "Uri": "/redfish/v1/Schemas/VLanNetworkInterface.v1_1_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "VLanNetworkInterface Schema File",
+ "Schema": "#VLanNetworkInterface.v1_1_1.VLanNetworkInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterface/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterface/index.json
new file mode 100644
index 0000000..27117ed
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterface/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/VLanNetworkInterface",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "VLanNetworkInterface Schema File Location",
+ "Id": "VLanNetworkInterface",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.json",
+ "Uri": "/redfish/v1/Schemas/VLanNetworkInterface.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "VLanNetworkInterface Schema File",
+ "Schema": "#VLanNetworkInterface.VLanNetworkInterface"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterfaceCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterfaceCollection/index.json
new file mode 100644
index 0000000..9d9424f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VLanNetworkInterfaceCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/VLanNetworkInterfaceCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "VLanNetworkInterfaceCollection Schema File Location",
+ "Id": "VLanNetworkInterfaceCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterfaceCollection.json",
+ "Uri": "/redfish/v1/Schemas/VLanNetworkInterfaceCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "VLanNetworkInterfaceCollection Schema File",
+ "Schema": "#VLanNetworkInterfaceCollection.VLanNetworkInterfaceCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMedia.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMedia.v1_2_0/index.json
new file mode 100644
index 0000000..3c20c28
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMedia.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/VirtualMedia.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "VirtualMedia Schema File Location",
+ "Id": "VirtualMedia.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VirtualMedia.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/VirtualMedia.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "VirtualMedia Schema File",
+ "Schema": "#VirtualMedia.v1_2_0.VirtualMedia"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMedia/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMedia/index.json
new file mode 100644
index 0000000..cce6667
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMedia/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/VirtualMedia",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "VirtualMedia Schema File Location",
+ "Id": "VirtualMedia",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VirtualMedia.json",
+ "Uri": "/redfish/v1/Schemas/VirtualMedia.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "VirtualMedia Schema File",
+ "Schema": "#VirtualMedia.VirtualMedia"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMediaCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMediaCollection/index.json
new file mode 100644
index 0000000..48f16a5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VirtualMediaCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/VirtualMediaCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "VirtualMediaCollection Schema File Location",
+ "Id": "VirtualMediaCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection.json",
+ "Uri": "/redfish/v1/Schemas/VirtualMediaCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "VirtualMediaCollection Schema File",
+ "Schema": "#VirtualMediaCollection.VirtualMediaCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Volume.v1_0_3/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Volume.v1_0_3/index.json
new file mode 100644
index 0000000..84782e0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Volume.v1_0_3/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Volume.v1_0_3",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Volume Schema File Location",
+ "Id": "Volume.v1_0_3",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Volume.v1_0_3.json",
+ "Uri": "/redfish/v1/Schemas/Volume.v1_0_3.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Volume Schema File",
+ "Schema": "#Volume.v1_0_3.Volume"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Volume/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Volume/index.json
new file mode 100644
index 0000000..32cea48
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Volume/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Volume",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Volume Schema File Location",
+ "Id": "Volume",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Volume.json",
+ "Uri": "/redfish/v1/Schemas/Volume.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Volume Schema File",
+ "Schema": "#Volume.Volume"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VolumeCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VolumeCollection/index.json
new file mode 100644
index 0000000..94be8e5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/VolumeCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/VolumeCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "VolumeCollection Schema File Location",
+ "Id": "VolumeCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VolumeCollection.json",
+ "Uri": "/redfish/v1/Schemas/VolumeCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "VolumeCollection Schema File",
+ "Schema": "#VolumeCollection.VolumeCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Zone.v1_2_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Zone.v1_2_0/index.json
new file mode 100644
index 0000000..da9c0e6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Zone.v1_2_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Zone.v1_2_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Zone Schema File Location",
+ "Id": "Zone.v1_2_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Zone.v1_2_0.json",
+ "Uri": "/redfish/v1/Schemas/Zone.v1_2_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Zone Schema File",
+ "Schema": "#Zone.v1_2_0.Zone"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Zone/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Zone/index.json
new file mode 100644
index 0000000..76f91b1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/Zone/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/Zone",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "Zone Schema File Location",
+ "Id": "Zone",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Zone.json",
+ "Uri": "/redfish/v1/Schemas/Zone.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Zone Schema File",
+ "Schema": "#Zone.Zone"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ZoneCollection/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ZoneCollection/index.json
new file mode 100644
index 0000000..e85c440
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/ZoneCollection/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/ZoneCollection",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "ZoneCollection Schema File Location",
+ "Id": "ZoneCollection",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ZoneCollection.json",
+ "Uri": "/redfish/v1/Schemas/ZoneCollection.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "ZoneCollection Schema File",
+ "Schema": "#ZoneCollection.ZoneCollection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/index.json
new file mode 100644
index 0000000..0407c52
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/index.json
@@ -0,0 +1,724 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFileCollection.JsonSchemaFileCollection",
+ "@odata.id": "/redfish/v1/JSONSchemas",
+ "@odata.type": "#JsonSchemaFileCollection.JsonSchemaFileCollection",
+ "Description": "Schema Repository",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/AccountService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/AccountService.v1_2_2"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ActionInfo"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ActionInfo.v1_0_3"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Assembly"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Assembly.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/AttributeRegistry"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/AttributeRegistry.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Bios"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Bios.v1_0_3"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/BootOption"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/BootOption.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/BootOptionCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Capacity.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Chassis"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Chassis.v1_6_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ChassisCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ClassOfService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ClassOfService.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ClassOfServiceCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/CollectionCapabilities"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/CollectionCapabilities.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/CompositionService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/CompositionService.v1_0_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ComputerSystem"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ComputerSystem.v1_5_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ComputerSystemCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DataProtectionLoSCapabilities.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DataSecurityLoSCapabilities.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DataStorageLoSCapabilities"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DataStorageLoSCapabilities.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellBootSources"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellBootSources.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellBootSourcesRegistry"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellBootSourcesRegistry.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellComputerSystem"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellComputerSystem.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellJob"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellJob.v1_0_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellJobCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellManager"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellManager.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellServiceRoot"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellServiceRoot.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellUpdateService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DellUpdateService.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Drive"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Drive.v1_3_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/DriveCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Endpoint"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Endpoint.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EndpointCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EndpointGroup"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EndpointGroup.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EndpointGroupCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EthernetInterface"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EthernetInterface.v1_4_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EthernetInterfaceCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Event"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Event.v1_2_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EventDestination"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EventDestination.v1_2_2"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EventDestinationCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EventService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/EventService.v1_0_6"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Fabric"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Fabric.v1_0_3"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/FabricCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/FileShare"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/FileShare.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/FileSystem"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/FileSystem.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/FileSystemCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/HostedStorageServices"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/HostInterface"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/HostInterface.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/HostInterfaceCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/IOConnectivityLoSCapabilities.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/IOPerformanceLoSCapabilities.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/IPAddresses"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/IPAddresses.v1_0_6"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/JsonSchemaFile"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/JsonSchemaFile.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/JsonSchemaFileCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Location"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Location.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/LogEntry"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/LogEntry.v1_3_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/LogEntryCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/LogService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/LogService.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/LogServiceCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Manager"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Manager.v1_3_3"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerAccount"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerAccount.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerAccountCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerNetworkProtocol"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ManagerNetworkProtocol.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Memory"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Memory.v1_4_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryChunks"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryChunks.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryChunksCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryDomain"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryDomain.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryDomainCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryMetrics"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MemoryMetrics.v1_1_3"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Message"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Message.v1_0_5"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistry"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistry.v1_0_2"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistry.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistryCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistryFile"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistryFile.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/MessageRegistryFileCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkAdapter"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkAdapter.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkAdapterCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkDeviceFunction"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkDeviceFunction.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkDeviceFunctionCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkInterface"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkInterface.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkInterfaceCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkPort"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkPort.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/NetworkPortCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/odata.4.0.0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/odata.v4_0_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/OemManager"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/OemManager.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PCIeDevice"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PCIeDevice.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PCIeFunction"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PCIeFunction.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PhysicalContext"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PhysicalContext.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PhysicalContext.v1_3_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Port"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Port.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PortCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Power"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Power.v1_3_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Power.v1_4_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Power.v1_5_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PrivilegeRegistry"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/PrivilegeRegistry.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Privileges"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Privileges.v1_0_4"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Processor"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Processor.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ProcessorCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Protocol"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/RedfishExtensions.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/redfish-schema.v1_3_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Redundancy"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Redundancy.v1_3_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Resource"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Resource.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Resource.v1_6_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ResourceBlock"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ResourceBlock.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ResourceBlockCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Role"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Role.v1_2_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/RoleCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Schedule"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Schedule.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SecureBoot"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SecureBoot.v1_0_3"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SerialInterface"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SerialInterface.v1_1_2"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SerialInterfaceCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ServiceRoot"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ServiceRoot.v1_3_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Session"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Session.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SessionCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SessionService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SessionService.v1_1_3"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Settings"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Settings.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SimpleStorage"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SimpleStorage.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SimpleStorageCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SoftwareInventory"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SoftwareInventory.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SoftwareInventoryCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Storage"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Storage.v1_4_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageAccessCapability"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageAccessCapability.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageGroup"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageGroup.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageGroupCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StoragePool"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StoragePool.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StoragePoolCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageReplicaInfo"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageReplicaInfo.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageService.v1_0_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageServiceCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/StorageSystemCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Switch"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Switch.v1_1_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/SwitchCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Task"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Task.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/TaskCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/TaskService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/TaskService.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Thermal"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Thermal.v1_4_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/UpdateService"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/UpdateService.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/VirtualMedia"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/VirtualMedia.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/VirtualMediaCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/VLanNetworkInterface"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/VLanNetworkInterface.v1_1_1"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/VLanNetworkInterfaceCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Volume"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Volume.v1_0_3"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/VolumeCollection"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Zone"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/Zone.v1_2_0"
+ },
+ {
+ "@odata.id": "/redfish/v1/JSONSchemas/ZoneCollection"
+ }
+ ],
+ "Members@odata.count": 238,
+ "Name": "Schema Repository"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/odata.4.0.0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/odata.4.0.0/index.json
new file mode 100644
index 0000000..c647418
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/odata.4.0.0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/odata.4.0.0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "odata Schema File Location",
+ "Id": "odata.4.0.0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/odata.4.0.0.json",
+ "Uri": "/redfish/v1/Schemas/odata.4.0.0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "odata Schema File",
+ "Schema": "#odata.4.0.0.odata"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/odata.v4_0_1/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/odata.v4_0_1/index.json
new file mode 100644
index 0000000..7904e07
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/odata.v4_0_1/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/odata.v4_0_1",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "odata Schema File Location",
+ "Id": "odata.v4_0_1",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json",
+ "Uri": "/redfish/v1/Schemas/odata.v4_0_1.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "odata Schema File",
+ "Schema": "#odata.v4_0_1.odata"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/redfish-schema.v1_3_0/index.json b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/redfish-schema.v1_3_0/index.json
new file mode 100644
index 0000000..c2b2d34
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/JSONSchemas/redfish-schema.v1_3_0/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/redfish-schema.v1_3_0",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Description": "redfish-schema Schema File Location",
+ "Id": "redfish-schema.v1_3_0",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_3_0.json",
+ "Uri": "/redfish/v1/Schemas/redfish-schema.v1_3_0.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "redfish-schema Schema File",
+ "Schema": "#redfish-schema.v1_3_0.redfish-schema"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/AccountService/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/AccountService/index.json
new file mode 100644
index 0000000..5ff9528
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/AccountService/index.json
@@ -0,0 +1,28 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#AccountService.AccountService",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/AccountService",
+ "@odata.type": "#AccountService.v1_2_2.AccountService",
+ "AccountLockoutCounterResetAfter": 0,
+ "AccountLockoutDuration": 0,
+ "AccountLockoutThreshold": 0,
+ "Accounts": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts"
+ },
+ "AuthFailureLoggingThreshold": 2,
+ "Description": "BMC User Accounts",
+ "Id": "AccountService",
+ "MaxPasswordLength": 20,
+ "MinPasswordLength": 1,
+ "Name": "Account Service",
+ "PrivilegeMap": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/PrivilegeRegistry"
+ },
+ "Roles": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles"
+ },
+ "ServiceEnabled": true,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/1/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/1/index.json
new file mode 100644
index 0000000..c4a1ace
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/1/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/1",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "1",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/10/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/10/index.json
new file mode 100644
index 0000000..090b8e3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/10/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/10",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "10",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/11/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/11/index.json
new file mode 100644
index 0000000..0bc97f5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/11/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/11",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "11",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/12/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/12/index.json
new file mode 100644
index 0000000..53162b9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/12/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/12",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "12",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/13/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/13/index.json
new file mode 100644
index 0000000..c430079
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/13/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/13",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "13",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/14/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/14/index.json
new file mode 100644
index 0000000..8e79936
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/14/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/14",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "14",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/15/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/15/index.json
new file mode 100644
index 0000000..0c706b6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/15/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/15",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "15",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/16/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/16/index.json
new file mode 100644
index 0000000..275a607
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/16/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/16",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "16",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/2/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/2/index.json
new file mode 100644
index 0000000..b11e4d1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/2/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/2",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": true,
+ "Id": "2",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Administrator"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "Administrator",
+ "UserName": "root"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/3/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/3/index.json
new file mode 100644
index 0000000..42dd574
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/3/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/3",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "3",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/4/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/4/index.json
new file mode 100644
index 0000000..a68dfdc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/4/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/4",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "4",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/5/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/5/index.json
new file mode 100644
index 0000000..236a4ef
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/5/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/5",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "5",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/6/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/6/index.json
new file mode 100644
index 0000000..e793407
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/6/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/6",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "6",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/7/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/7/index.json
new file mode 100644
index 0000000..bf63b22
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/7/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/7",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "7",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/8/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/8/index.json
new file mode 100644
index 0000000..61912e5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/8/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/8",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "8",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/9/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/9/index.json
new file mode 100644
index 0000000..8fb7c63
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/9/index.json
@@ -0,0 +1,18 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/9",
+ "@odata.type": "#ManagerAccount.v1_1_1.ManagerAccount",
+ "Description": "User Account",
+ "Enabled": false,
+ "Id": "9",
+ "Links": {
+ "Role": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ },
+ "Locked": false,
+ "Name": "User Account",
+ "Password": null,
+ "RoleId": "None",
+ "UserName": ""
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/index.json
new file mode 100644
index 0000000..60099b5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/index.json
@@ -0,0 +1,58 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerAccountCollection.ManagerAccountCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts",
+ "@odata.type": "#ManagerAccountCollection.ManagerAccountCollection",
+ "Description": "BMC User Accounts Collection",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/1"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/2"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/3"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/4"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/5"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/6"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/7"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/8"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/9"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/10"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/11"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/12"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/13"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/14"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/15"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Accounts/16"
+ }
+ ],
+ "Members@odata.count": 16,
+ "Name": "Accounts Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/iDRAC.Embedded.1%23NIC.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/iDRAC.Embedded.1%23NIC.1/index.json
new file mode 100644
index 0000000..a362af8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/iDRAC.Embedded.1%23NIC.1/index.json
@@ -0,0 +1,149 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#EthernetInterface.EthernetInterface",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/iDRAC.Embedded.1%23NIC.1",
+ "@odata.type": "#EthernetInterface.v1_4_0.EthernetInterface",
+ "AutoNeg": true,
+ "Description": "Management Network Interface",
+ "FQDN": "",
+ "FullDuplex": true,
+ "HostName": "idrac-BYBG282",
+ "IPv4Addresses": [
+ {
+ "Address": "172.19.0.10",
+ "AddressOrigin": "DHCP",
+ "Gateway": "172.19.0.1",
+ "SubnetMask": "255.255.254.0"
+ }
+ ],
+ "IPv4Addresses@odata.count": 1,
+ "IPv6AddressPolicyTable": [],
+ "IPv6AddressPolicyTable@odata.count": 0,
+ "IPv6Addresses": [
+ {
+ "Address": "::",
+ "AddressOrigin": "Static",
+ "AddressState": "Preferred",
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": "DHCPv6",
+ "AddressState": "Failed",
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ },
+ {
+ "Address": "::",
+ "AddressOrigin": null,
+ "AddressState": null,
+ "PrefixLength": 64
+ }
+ ],
+ "IPv6Addresses@odata.count": 15,
+ "IPv6DefaultGateway": "::",
+ "IPv6StaticAddresses": [
+ {
+ "Address": "::",
+ "PrefixLength": 64
+ }
+ ],
+ "IPv6StaticAddresses@odata.count": 1,
+ "Id": "iDRAC.Embedded.1#NIC.1",
+ "InterfaceEnabled": true,
+ "MACAddress": "64:00:6A:C1:E7:F6",
+ "MTUSize": 1500,
+ "MaxIPv6StaticAddresses": 16,
+ "Name": "Manager Ethernet Interface",
+ "NameServers": [
+ "0.0.0.0",
+ "0.0.0.0",
+ "0.0.0.0",
+ "0.0.0.0",
+ "::",
+ "::",
+ "::",
+ "::"
+ ],
+ "NameServers@odata.count": 8,
+ "PermanentMACAddress": "64:00:6A:C1:E7:F6",
+ "SpeedMbps": 1000,
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "VLAN": {
+ "VLANEnable": false,
+ "VLANId": 1
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/index.json
new file mode 100644
index 0000000..ef54ea3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/index.json
@@ -0,0 +1,13 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#EthernetInterfaceCollection.EthernetInterfaceCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces",
+ "@odata.type": "#EthernetInterfaceCollection.EthernetInterfaceCollection",
+ "Description": "Collection of EthernetInterfaces for this Manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/iDRAC.Embedded.1%23NIC.1"
+ }
+ ],
+ "Members@odata.count": 1,
+ "Name": "Ethernet Network Interface Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/iDRAC.Embedded.1%23Host.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/iDRAC.Embedded.1%23Host.1/index.json
new file mode 100644
index 0000000..21ce319
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/iDRAC.Embedded.1%23Host.1/index.json
@@ -0,0 +1,11 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#HostInterface.HostInterface",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/iDRAC.Embedded.1%23Host.1",
+ "@odata.type": "#HostInterface.v1_1_1.HostInterface",
+ "Description": "Management for Host Interface",
+ "ExternallyAccessible": false,
+ "HostInterfaceType": "NetworkHostInterface",
+ "Id": "iDRAC.Embedded.1#Host.1",
+ "InterfaceEnabled": false,
+ "Name": "Managed Host Interface 1"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/index.json
new file mode 100644
index 0000000..55d2848
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/index.json
@@ -0,0 +1,13 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#HostInterfaceCollection.HostInterfaceCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces",
+ "@odata.type": "#HostInterfaceCollection.HostInterfaceCollection",
+ "Description": "Collection of Host Interfaces for this System",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/iDRAC.Embedded.1%23Host.1"
+ }
+ ],
+ "Members@odata.count": 1,
+ "Name": "Host Interface Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/index.json
new file mode 100644
index 0000000..f7ef6fc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/index.json
@@ -0,0 +1,10 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#DellJobCollection.DellJobCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs",
+ "@odata.type": "#DellJobCollection.DellJobCollection",
+ "Description": "Collection of Job Instances",
+ "Id": "JobQueue",
+ "Members": [],
+ "Members@odata.count": 0,
+ "Name": "JobQueue"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/index.json
new file mode 100644
index 0000000..50bc065
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/index.json
@@ -0,0 +1,17 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogService.LogService",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog",
+ "@odata.type": "#LogService.v1_1_0.LogService",
+ "DateTime": "2022-07-01T01:19:07-05:00",
+ "DateTimeLocalOffset": "-05:00",
+ "Description": "LifeCycle Controller Log Service",
+ "Entries": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog"
+ },
+ "Id": "LC",
+ "LogEntryType": "OEM",
+ "MaxNumberOfRecords": 500000,
+ "Name": "LifeCycle Controller Log Service",
+ "OverWritePolicy": "WrapsWhenFull",
+ "ServiceEnabled": true
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/index.json
new file mode 100644
index 0000000..ee5e055
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogService.LogService",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel",
+ "@odata.type": "#LogService.v1_1_0.LogService",
+ "Actions": {
+ "#LogService.ClearLog": {
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Actions/LogService.ClearLog"
+ }
+ },
+ "DateTime": "2022-07-01T01:19:03-05:00",
+ "DateTimeLocalOffset": "-05:00",
+ "Description": "SEL Log Service",
+ "Entries": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel"
+ },
+ "Id": "SEL",
+ "LogEntryType": "SEL",
+ "MaxNumberOfRecords": 1024,
+ "Name": "SEL Log Service",
+ "OverWritePolicy": "WrapsWhenFull",
+ "ServiceEnabled": true
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/index.json
new file mode 100644
index 0000000..1fe74ad
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/index.json
@@ -0,0 +1,16 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogServiceCollection.LogServiceCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices",
+ "@odata.type": "#LogServiceCollection.LogServiceCollection",
+ "Description": "Collection of Log Services for this Manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog"
+ }
+ ],
+ "Members@odata.count": 2,
+ "Name": "Log Service Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/1/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/1/index.json
new file mode 100644
index 0000000..21557b9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/1/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/1",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T09:58:12-06:00",
+ "Description": " Log Entry 1",
+ "EntryType": "Oem",
+ "Id": "1",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 1",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/10/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/10/index.json
new file mode 100644
index 0000000..92e785a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/10/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/10",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:12-06:00",
+ "Description": " Log Entry 10",
+ "EntryType": "Oem",
+ "Id": "10",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 10",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/100/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/100/index.json
new file mode 100644
index 0000000..5392973
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/100/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/100",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:47-05:00",
+ "Description": " Log Entry 100",
+ "EntryType": "Oem",
+ "Id": "100",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 100",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/101/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/101/index.json
new file mode 100644
index 0000000..ba326e8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/101/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/101",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:48-05:00",
+ "Description": " Log Entry 101",
+ "EntryType": "Oem",
+ "Id": "101",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 101",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/102/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/102/index.json
new file mode 100644
index 0000000..bc84318
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/102/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/102",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:22:56-05:00",
+ "Description": " Log Entry 102",
+ "EntryType": "Oem",
+ "Id": "102",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 102",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/103/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/103/index.json
new file mode 100644
index 0000000..080f072
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/103/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/103",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:22:56-05:00",
+ "Description": " Log Entry 103",
+ "EntryType": "Oem",
+ "Id": "103",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "Version change detected for BIOS firmware. Previous version:2.11.0, Current version:2.12.1",
+ "MessageArgs": [
+ "BIOS",
+ "2.11.0",
+ "2.12.1"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 103",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/104/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/104/index.json
new file mode 100644
index 0000000..7fa034a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/104/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/104",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:22:57-05:00",
+ "Description": " Log Entry 104",
+ "EntryType": "Oem",
+ "Id": "104",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Integrated.1-1"
+ }
+ },
+ "Message": "Version change detected for PERC H730 Mini firmware. Previous version:25.5.6.0009, Current version:25.5.8.0001",
+ "MessageArgs": [
+ "PERC H730 Mini",
+ "25.5.6.0009",
+ "25.5.8.0001"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 104",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/105/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/105/index.json
new file mode 100644
index 0000000..24340a5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/105/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/105",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:31:37-05:00",
+ "Description": " Log Entry 105",
+ "EntryType": "Oem",
+ "Id": "105",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 105",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/106/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/106/index.json
new file mode 100644
index 0000000..1cd8a92
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/106/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/106",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:31:37-05:00",
+ "Description": " Log Entry 106",
+ "EntryType": "Oem",
+ "Id": "106",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 106",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/107/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/107/index.json
new file mode 100644
index 0000000..369daa1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/107/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/107",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:31:45-05:00",
+ "Description": " Log Entry 107",
+ "EntryType": "Oem",
+ "Id": "107",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 107",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/108/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/108/index.json
new file mode 100644
index 0000000..53743e4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/108/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/108",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:31:46-05:00",
+ "Description": " Log Entry 108",
+ "EntryType": "Oem",
+ "Id": "108",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 108",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/109/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/109/index.json
new file mode 100644
index 0000000..44dc1b2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/109/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/109",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:34:46-05:00",
+ "Description": " Log Entry 109",
+ "EntryType": "Oem",
+ "Id": "109",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 109",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/11/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/11/index.json
new file mode 100644
index 0000000..249aeb2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/11/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/11",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:17-06:00",
+ "Description": " Log Entry 11",
+ "EntryType": "Oem",
+ "Id": "11",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ },
+ "Message": "The power input for power supply 2 is lost.",
+ "MessageArgs": [
+ "2"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PSU0003",
+ "Name": " Log Entry 11",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/110/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/110/index.json
new file mode 100644
index 0000000..c233b2a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/110/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/110",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:34:46-05:00",
+ "Description": " Log Entry 110",
+ "EntryType": "Oem",
+ "Id": "110",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Log cleared.",
+ "MessageId": "SEL0004",
+ "Name": " Log Entry 110",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/111/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/111/index.json
new file mode 100644
index 0000000..9f3946c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/111/index.json
@@ -0,0 +1,17 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/111",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:35:26-05:00",
+ "Description": " Log Entry 111",
+ "EntryType": "Oem",
+ "Id": "111",
+ "Links": {},
+ "Message": "CPU Exception Type 0x03: Breakpoint (Software).",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "UEFI0001",
+ "Name": " Log Entry 111",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/112/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/112/index.json
new file mode 100644
index 0000000..31f3023
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/112/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/112",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:35:27-05:00",
+ "Description": " Log Entry 112",
+ "EntryType": "Oem",
+ "Id": "112",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "System BIOS has halted.",
+ "MessageId": "PST0208",
+ "Name": " Log Entry 112",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/113/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/113/index.json
new file mode 100644
index 0000000..2f23232
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/113/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/113",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:36:07-05:00",
+ "Description": " Log Entry 113",
+ "EntryType": "Oem",
+ "Id": "113",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 113",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/114/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/114/index.json
new file mode 100644
index 0000000..a4361b2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/114/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/114",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:36:07-05:00",
+ "Description": " Log Entry 114",
+ "EntryType": "Oem",
+ "Id": "114",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 114",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/115/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/115/index.json
new file mode 100644
index 0000000..11feb48
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/115/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/115",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:37:03-05:00",
+ "Description": " Log Entry 115",
+ "EntryType": "Oem",
+ "Id": "115",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 115",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/116/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/116/index.json
new file mode 100644
index 0000000..eba08aa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/116/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/116",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:37:04-05:00",
+ "Description": " Log Entry 116",
+ "EntryType": "Oem",
+ "Id": "116",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 116",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/117/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/117/index.json
new file mode 100644
index 0000000..860bf5e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/117/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/117",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:38:48-05:00",
+ "Description": " Log Entry 117",
+ "EntryType": "Oem",
+ "Id": "117",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 117",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/118/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/118/index.json
new file mode 100644
index 0000000..3cf2bf4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/118/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/118",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:38:54-05:00",
+ "Description": " Log Entry 118",
+ "EntryType": "Oem",
+ "Id": "118",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 118",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/119/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/119/index.json
new file mode 100644
index 0000000..4b561d1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/119/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/119",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:38:54-05:00",
+ "Description": " Log Entry 119",
+ "EntryType": "Oem",
+ "Id": "119",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 119",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/12/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/12/index.json
new file mode 100644
index 0000000..a0f6619
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/12/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/12",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:18:48-05:00",
+ "Description": " Log Entry 12",
+ "EntryType": "Oem",
+ "Id": "12",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 12",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/120/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/120/index.json
new file mode 100644
index 0000000..b3cacbb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/120/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/120",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:39:38-05:00",
+ "Description": " Log Entry 120",
+ "EntryType": "Oem",
+ "Id": "120",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 120",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/121/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/121/index.json
new file mode 100644
index 0000000..5060233
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/121/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/121",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:39:41-05:00",
+ "Description": " Log Entry 121",
+ "EntryType": "Oem",
+ "Id": "121",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 121",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/122/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/122/index.json
new file mode 100644
index 0000000..0d9984e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/122/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/122",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:05:25-05:00",
+ "Description": " Log Entry 122",
+ "EntryType": "Oem",
+ "Id": "122",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 122",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/123/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/123/index.json
new file mode 100644
index 0000000..01c0e9a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/123/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/123",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:11:51-05:00",
+ "Description": " Log Entry 123",
+ "EntryType": "Oem",
+ "Id": "123",
+ "Links": {},
+ "Message": "The previous log entry was repeated 3 times.",
+ "MessageArgs": [
+ "3"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 123",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/124/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/124/index.json
new file mode 100644
index 0000000..fac1029
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/124/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/124",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:11:51-05:00",
+ "Description": " Log Entry 124",
+ "EntryType": "Oem",
+ "Id": "124",
+ "Links": {},
+ "Message": "Drive 9 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 124",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/125/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/125/index.json
new file mode 100644
index 0000000..cb81220
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/125/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/125",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:15:31-05:00",
+ "Description": " Log Entry 125",
+ "EntryType": "Oem",
+ "Id": "125",
+ "Links": {},
+ "Message": "Drive 9 is installed in disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1000",
+ "Name": " Log Entry 125",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/126/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/126/index.json
new file mode 100644
index 0000000..5c1bf31
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/126/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/126",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:17:21-05:00",
+ "Description": " Log Entry 126",
+ "EntryType": "Oem",
+ "Id": "126",
+ "Links": {},
+ "Message": "Drive 9 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 126",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/127/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/127/index.json
new file mode 100644
index 0000000..2046fdd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/127/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/127",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:23:51-05:00",
+ "Description": " Log Entry 127",
+ "EntryType": "Oem",
+ "Id": "127",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 127",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/128/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/128/index.json
new file mode 100644
index 0000000..659cfb7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/128/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/128",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:23:52-05:00",
+ "Description": " Log Entry 128",
+ "EntryType": "Oem",
+ "Id": "128",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 128",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/129/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/129/index.json
new file mode 100644
index 0000000..8587f01
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/129/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/129",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:23:52-05:00",
+ "Description": " Log Entry 129",
+ "EntryType": "Oem",
+ "Id": "129",
+ "Links": {},
+ "Message": "Drive 9 is installed in disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1000",
+ "Name": " Log Entry 129",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/13/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/13/index.json
new file mode 100644
index 0000000..0713f94
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/13/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/13",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:18:48-05:00",
+ "Description": " Log Entry 13",
+ "EntryType": "Oem",
+ "Id": "13",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 13",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/130/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/130/index.json
new file mode 100644
index 0000000..9529939
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/130/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/130",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:24:27-05:00",
+ "Description": " Log Entry 130",
+ "EntryType": "Oem",
+ "Id": "130",
+ "Links": {},
+ "Message": "Drive 9 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 130",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/131/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/131/index.json
new file mode 100644
index 0000000..68cd67e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/131/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/131",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:26:35-05:00",
+ "Description": " Log Entry 131",
+ "EntryType": "Oem",
+ "Id": "131",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 7:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 7:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 131",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/132/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/132/index.json
new file mode 100644
index 0000000..39a306c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/132/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/132",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:26:35-05:00",
+ "Description": " Log Entry 132",
+ "EntryType": "Oem",
+ "Id": "132",
+ "Links": {},
+ "Message": "Device not detected: Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 132",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/133/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/133/index.json
new file mode 100644
index 0000000..41e14a0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/133/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/133",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:27:20-05:00",
+ "Description": " Log Entry 133",
+ "EntryType": "Oem",
+ "Id": "133",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 133",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/134/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/134/index.json
new file mode 100644
index 0000000..41e4a72
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/134/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/134",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:30:52-05:00",
+ "Description": " Log Entry 134",
+ "EntryType": "Oem",
+ "Id": "134",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 134",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/135/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/135/index.json
new file mode 100644
index 0000000..e7e882c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/135/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/135",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:30:52-05:00",
+ "Description": " Log Entry 135",
+ "EntryType": "Oem",
+ "Id": "135",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 135",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/136/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/136/index.json
new file mode 100644
index 0000000..67d48b6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/136/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/136",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:30:52-05:00",
+ "Description": " Log Entry 136",
+ "EntryType": "Oem",
+ "Id": "136",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 136",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/137/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/137/index.json
new file mode 100644
index 0000000..17ba1ad
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/137/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/137",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:31:01-05:00",
+ "Description": " Log Entry 137",
+ "EntryType": "Oem",
+ "Id": "137",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 137",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/138/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/138/index.json
new file mode 100644
index 0000000..eb89257
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/138/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/138",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:31:02-05:00",
+ "Description": " Log Entry 138",
+ "EntryType": "Oem",
+ "Id": "138",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 138",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/139/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/139/index.json
new file mode 100644
index 0000000..3007039
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/139/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/139",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:03-05:00",
+ "Description": " Log Entry 139",
+ "EntryType": "Oem",
+ "Id": "139",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 139",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/14/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/14/index.json
new file mode 100644
index 0000000..0067c0e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/14/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/14",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:36-05:00",
+ "Description": " Log Entry 14",
+ "EntryType": "Oem",
+ "Id": "14",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 14",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/140/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/140/index.json
new file mode 100644
index 0000000..adade4a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/140/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/140",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:03-05:00",
+ "Description": " Log Entry 140",
+ "EntryType": "Oem",
+ "Id": "140",
+ "Links": {},
+ "Message": "Drive 7 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "7",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 140",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/141/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/141/index.json
new file mode 100644
index 0000000..d6c11f7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/141/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/141",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:04-05:00",
+ "Description": " Log Entry 141",
+ "EntryType": "Oem",
+ "Id": "141",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 141",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/142/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/142/index.json
new file mode 100644
index 0000000..14b964b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/142/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/142",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:11-05:00",
+ "Description": " Log Entry 142",
+ "EntryType": "Oem",
+ "Id": "142",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 142",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/143/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/143/index.json
new file mode 100644
index 0000000..35c6d97
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/143/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/143",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:11-05:00",
+ "Description": " Log Entry 143",
+ "EntryType": "Oem",
+ "Id": "143",
+ "Links": {},
+ "Message": "Drive 9 is installed in disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1000",
+ "Name": " Log Entry 143",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/144/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/144/index.json
new file mode 100644
index 0000000..75f53fe
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/144/index.json
@@ -0,0 +1,17 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/144",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:35:19-05:00",
+ "Description": " Log Entry 144",
+ "EntryType": "Oem",
+ "Id": "144",
+ "Links": {},
+ "Message": "One or more keys in the keyboard is stuck and not functional.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "UEFI0047",
+ "Name": " Log Entry 144",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/145/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/145/index.json
new file mode 100644
index 0000000..31f2ac4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/145/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/145",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:40:40-05:00",
+ "Description": " Log Entry 145",
+ "EntryType": "Oem",
+ "Id": "145",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 145",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/146/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/146/index.json
new file mode 100644
index 0000000..2994a68
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/146/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/146",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T22:20:14-05:00",
+ "Description": " Log Entry 146",
+ "EntryType": "Oem",
+ "Id": "146",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 146",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/147/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/147/index.json
new file mode 100644
index 0000000..4aa09c4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/147/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/147",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T22:20:14-05:00",
+ "Description": " Log Entry 147",
+ "EntryType": "Oem",
+ "Id": "147",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 147",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/148/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/148/index.json
new file mode 100644
index 0000000..e98ddd4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/148/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/148",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T22:20:14-05:00",
+ "Description": " Log Entry 148",
+ "EntryType": "Oem",
+ "Id": "148",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 148",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/149/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/149/index.json
new file mode 100644
index 0000000..5f2b108
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/149/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/149",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:50:49-05:00",
+ "Description": " Log Entry 149",
+ "EntryType": "Oem",
+ "Id": "149",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 149",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/15/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/15/index.json
new file mode 100644
index 0000000..4c561d5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/15/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/15",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:39-05:00",
+ "Description": " Log Entry 15",
+ "EntryType": "Oem",
+ "Id": "15",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 15",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/150/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/150/index.json
new file mode 100644
index 0000000..5fd6746
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/150/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/150",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:50:49-05:00",
+ "Description": " Log Entry 150",
+ "EntryType": "Oem",
+ "Id": "150",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 150",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/151/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/151/index.json
new file mode 100644
index 0000000..4580da5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/151/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/151",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:06-05:00",
+ "Description": " Log Entry 151",
+ "EntryType": "Oem",
+ "Id": "151",
+ "Links": {},
+ "Message": "New device detected: Disk(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Disk(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 151",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/152/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/152/index.json
new file mode 100644
index 0000000..288c371
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/152/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/152",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:06-05:00",
+ "Description": " Log Entry 152",
+ "EntryType": "Oem",
+ "Id": "152",
+ "Links": {},
+ "Message": "Device not detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 152",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/153/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/153/index.json
new file mode 100644
index 0000000..ba56720
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/153/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/153",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:38-05:00",
+ "Description": " Log Entry 153",
+ "EntryType": "Oem",
+ "Id": "153",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 153",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/154/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/154/index.json
new file mode 100644
index 0000000..ec5756d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/154/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/154",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:42-05:00",
+ "Description": " Log Entry 154",
+ "EntryType": "Oem",
+ "Id": "154",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 154",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/155/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/155/index.json
new file mode 100644
index 0000000..be2195d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/155/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/155",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:42-05:00",
+ "Description": " Log Entry 155",
+ "EntryType": "Oem",
+ "Id": "155",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 155",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/156/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/156/index.json
new file mode 100644
index 0000000..0e17f2b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/156/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/156",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 156",
+ "EntryType": "Oem",
+ "Id": "156",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 156",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/157/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/157/index.json
new file mode 100644
index 0000000..4a314ba
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/157/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/157",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 157",
+ "EntryType": "Oem",
+ "Id": "157",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 157",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/158/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/158/index.json
new file mode 100644
index 0000000..c08c9ff
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/158/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/158",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 158",
+ "EntryType": "Oem",
+ "Id": "158",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 158",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/159/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/159/index.json
new file mode 100644
index 0000000..65a27e9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/159/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/159",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 159",
+ "EntryType": "Oem",
+ "Id": "159",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 159",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/16/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/16/index.json
new file mode 100644
index 0000000..1596307
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/16/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/16",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:39-05:00",
+ "Description": " Log Entry 16",
+ "EntryType": "Oem",
+ "Id": "16",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 16",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/160/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/160/index.json
new file mode 100644
index 0000000..5f5bd62
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/160/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/160",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 160",
+ "EntryType": "Oem",
+ "Id": "160",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 160",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/161/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/161/index.json
new file mode 100644
index 0000000..d7ce2fe
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/161/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/161",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 161",
+ "EntryType": "Oem",
+ "Id": "161",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 161",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/162/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/162/index.json
new file mode 100644
index 0000000..8419c91
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/162/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/162",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:54:08-05:00",
+ "Description": " Log Entry 162",
+ "EntryType": "Oem",
+ "Id": "162",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 162",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/163/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/163/index.json
new file mode 100644
index 0000000..fb055e8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/163/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/163",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:54:49-05:00",
+ "Description": " Log Entry 163",
+ "EntryType": "Oem",
+ "Id": "163",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 163",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/164/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/164/index.json
new file mode 100644
index 0000000..4a8171e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/164/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/164",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:54:57-05:00",
+ "Description": " Log Entry 164",
+ "EntryType": "Oem",
+ "Id": "164",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 164",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/165/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/165/index.json
new file mode 100644
index 0000000..375030d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/165/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/165",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:23-05:00",
+ "Description": " Log Entry 165",
+ "EntryType": "Oem",
+ "Id": "165",
+ "Links": {},
+ "Message": "The previous log entry was repeated 3 times.",
+ "MessageArgs": [
+ "3"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 165",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/166/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/166/index.json
new file mode 100644
index 0000000..0a87d54
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/166/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/166",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:23-05:00",
+ "Description": " Log Entry 166",
+ "EntryType": "Oem",
+ "Id": "166",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 166",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/167/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/167/index.json
new file mode 100644
index 0000000..5fbc520
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/167/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/167",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:23-05:00",
+ "Description": " Log Entry 167",
+ "EntryType": "Oem",
+ "Id": "167",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 167",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/168/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/168/index.json
new file mode 100644
index 0000000..d40dc39
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/168/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/168",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:32-05:00",
+ "Description": " Log Entry 168",
+ "EntryType": "Oem",
+ "Id": "168",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 168",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/169/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/169/index.json
new file mode 100644
index 0000000..98eb8a4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/169/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/169",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:33-05:00",
+ "Description": " Log Entry 169",
+ "EntryType": "Oem",
+ "Id": "169",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 169",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/17/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/17/index.json
new file mode 100644
index 0000000..3f1bac1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/17/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/17",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:42-05:00",
+ "Description": " Log Entry 17",
+ "EntryType": "Oem",
+ "Id": "17",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 17",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/170/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/170/index.json
new file mode 100644
index 0000000..3096a3a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/170/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/170",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:49:25-05:00",
+ "Description": " Log Entry 170",
+ "EntryType": "Oem",
+ "Id": "170",
+ "Links": {},
+ "Message": "The previous log entry was repeated 5 times.",
+ "MessageArgs": [
+ "5"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 170",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/171/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/171/index.json
new file mode 100644
index 0000000..e15af33
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/171/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/171",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:49:24-05:00",
+ "Description": " Log Entry 171",
+ "EntryType": "Oem",
+ "Id": "171",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 171",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/172/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/172/index.json
new file mode 100644
index 0000000..a6b6eec
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/172/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/172",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:49:25-05:00",
+ "Description": " Log Entry 172",
+ "EntryType": "Oem",
+ "Id": "172",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 172",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/173/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/173/index.json
new file mode 100644
index 0000000..59efffe
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/173/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/173",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:20:22-05:00",
+ "Description": " Log Entry 173",
+ "EntryType": "Oem",
+ "Id": "173",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 173",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/174/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/174/index.json
new file mode 100644
index 0000000..2afd3db
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/174/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/174",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:20:22-05:00",
+ "Description": " Log Entry 174",
+ "EntryType": "Oem",
+ "Id": "174",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 174",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/175/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/175/index.json
new file mode 100644
index 0000000..e781f72
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/175/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/175",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:22:03-05:00",
+ "Description": " Log Entry 175",
+ "EntryType": "Oem",
+ "Id": "175",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 175",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/176/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/176/index.json
new file mode 100644
index 0000000..fcb43f2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/176/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/176",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:22:08-05:00",
+ "Description": " Log Entry 176",
+ "EntryType": "Oem",
+ "Id": "176",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 176",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/177/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/177/index.json
new file mode 100644
index 0000000..f97fa1b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/177/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/177",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:22:08-05:00",
+ "Description": " Log Entry 177",
+ "EntryType": "Oem",
+ "Id": "177",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 177",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/178/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/178/index.json
new file mode 100644
index 0000000..753ad15
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/178/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/178",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:26:47-05:00",
+ "Description": " Log Entry 178",
+ "EntryType": "Oem",
+ "Id": "178",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 178",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/179/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/179/index.json
new file mode 100644
index 0000000..f0258cd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/179/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/179",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:42:09-05:00",
+ "Description": " Log Entry 179",
+ "EntryType": "Oem",
+ "Id": "179",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 179",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/18/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/18/index.json
new file mode 100644
index 0000000..c11a966
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/18/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/18",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:42-05:00",
+ "Description": " Log Entry 18",
+ "EntryType": "Oem",
+ "Id": "18",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 18",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/180/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/180/index.json
new file mode 100644
index 0000000..ef3bbca
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/180/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/180",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:42:09-05:00",
+ "Description": " Log Entry 180",
+ "EntryType": "Oem",
+ "Id": "180",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 180",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/181/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/181/index.json
new file mode 100644
index 0000000..d548008
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/181/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/181",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:42:18-05:00",
+ "Description": " Log Entry 181",
+ "EntryType": "Oem",
+ "Id": "181",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 181",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/182/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/182/index.json
new file mode 100644
index 0000000..aa3add0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/182/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/182",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:42:19-05:00",
+ "Description": " Log Entry 182",
+ "EntryType": "Oem",
+ "Id": "182",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 182",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/183/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/183/index.json
new file mode 100644
index 0000000..b002ac0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/183/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/183",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:09-05:00",
+ "Description": " Log Entry 183",
+ "EntryType": "Oem",
+ "Id": "183",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 183",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/184/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/184/index.json
new file mode 100644
index 0000000..3171fd2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/184/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/184",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:09-05:00",
+ "Description": " Log Entry 184",
+ "EntryType": "Oem",
+ "Id": "184",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 184",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/185/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/185/index.json
new file mode 100644
index 0000000..d9cd38a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/185/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/185",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:09-05:00",
+ "Description": " Log Entry 185",
+ "EntryType": "Oem",
+ "Id": "185",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 185",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/186/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/186/index.json
new file mode 100644
index 0000000..ca04d1c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/186/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/186",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:09-05:00",
+ "Description": " Log Entry 186",
+ "EntryType": "Oem",
+ "Id": "186",
+ "Links": {},
+ "Message": "Device not detected: Disk(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Disk(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 186",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/187/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/187/index.json
new file mode 100644
index 0000000..4fc3f73
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/187/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/187",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:33-05:00",
+ "Description": " Log Entry 187",
+ "EntryType": "Oem",
+ "Id": "187",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 187",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/188/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/188/index.json
new file mode 100644
index 0000000..4eeabce
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/188/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/188",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:50:24-05:00",
+ "Description": " Log Entry 188",
+ "EntryType": "Oem",
+ "Id": "188",
+ "Links": {},
+ "Message": "Drive 7 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "7",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 188",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/189/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/189/index.json
new file mode 100644
index 0000000..a7d4d91
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/189/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/189",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:16:43-05:00",
+ "Description": " Log Entry 189",
+ "EntryType": "Oem",
+ "Id": "189",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 189",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/19/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/19/index.json
new file mode 100644
index 0000000..4d8ed3a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/19/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/19",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:44-05:00",
+ "Description": " Log Entry 19",
+ "EntryType": "Oem",
+ "Id": "19",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is open while the power is off.",
+ "MessageId": "SEC0033",
+ "Name": " Log Entry 19",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/190/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/190/index.json
new file mode 100644
index 0000000..6226241
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/190/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/190",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:18:56-05:00",
+ "Description": " Log Entry 190",
+ "EntryType": "Oem",
+ "Id": "190",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 190",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/191/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/191/index.json
new file mode 100644
index 0000000..e0d7d06
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/191/index.json
@@ -0,0 +1,17 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/191",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:18:56-05:00",
+ "Description": " Log Entry 191",
+ "EntryType": "Oem",
+ "Id": "191",
+ "Links": {},
+ "Message": "The Secure Boot policy has been modified since the last time the system was started.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "UEFI0074",
+ "Name": " Log Entry 191",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/192/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/192/index.json
new file mode 100644
index 0000000..82c7593
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/192/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/192",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:19:06-05:00",
+ "Description": " Log Entry 192",
+ "EntryType": "Oem",
+ "Id": "192",
+ "Links": {},
+ "Message": "Device not detected: Generic NVMe PCIe SSD Configuration Data(Bay 7:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 7:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 192",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/193/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/193/index.json
new file mode 100644
index 0000000..8209b93
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/193/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/193",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:58:10-05:00",
+ "Description": " Log Entry 193",
+ "EntryType": "Oem",
+ "Id": "193",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 193",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/194/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/194/index.json
new file mode 100644
index 0000000..9dd16d3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/194/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/194",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:58:10-05:00",
+ "Description": " Log Entry 194",
+ "EntryType": "Oem",
+ "Id": "194",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 194",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/195/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/195/index.json
new file mode 100644
index 0000000..cf85d80
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/195/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/195",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:58:22-05:00",
+ "Description": " Log Entry 195",
+ "EntryType": "Oem",
+ "Id": "195",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 195",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/196/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/196/index.json
new file mode 100644
index 0000000..2f667fb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/196/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/196",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:58:22-05:00",
+ "Description": " Log Entry 196",
+ "EntryType": "Oem",
+ "Id": "196",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 196",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/197/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/197/index.json
new file mode 100644
index 0000000..e379965
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/197/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/197",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:48:33-05:00",
+ "Description": " Log Entry 197",
+ "EntryType": "Oem",
+ "Id": "197",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 197",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/198/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/198/index.json
new file mode 100644
index 0000000..544ce3c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/198/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/198",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:48:33-05:00",
+ "Description": " Log Entry 198",
+ "EntryType": "Oem",
+ "Id": "198",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 198",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/199/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/199/index.json
new file mode 100644
index 0000000..44c3ea8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/199/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/199",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:48:33-05:00",
+ "Description": " Log Entry 199",
+ "EntryType": "Oem",
+ "Id": "199",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 199",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/2/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/2/index.json
new file mode 100644
index 0000000..8a31f81
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/2/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/2",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T09:58:12-06:00",
+ "Description": " Log Entry 2",
+ "EntryType": "Oem",
+ "Id": "2",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 2",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/20/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/20/index.json
new file mode 100644
index 0000000..bc60141
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/20/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/20",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:54-05:00",
+ "Description": " Log Entry 20",
+ "EntryType": "Oem",
+ "Id": "20",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 20",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/200/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/200/index.json
new file mode 100644
index 0000000..a4a3506
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/200/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/200",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:49:00-05:00",
+ "Description": " Log Entry 200",
+ "EntryType": "Oem",
+ "Id": "200",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 200",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/201/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/201/index.json
new file mode 100644
index 0000000..21bc3ba
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/201/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/201",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:49:02-05:00",
+ "Description": " Log Entry 201",
+ "EntryType": "Oem",
+ "Id": "201",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 201",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/202/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/202/index.json
new file mode 100644
index 0000000..e9d6e07
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/202/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/202",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:27-05:00",
+ "Description": " Log Entry 202",
+ "EntryType": "Oem",
+ "Id": "202",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 202",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/203/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/203/index.json
new file mode 100644
index 0000000..0631f87
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/203/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/203",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:27-05:00",
+ "Description": " Log Entry 203",
+ "EntryType": "Oem",
+ "Id": "203",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 203",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/204/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/204/index.json
new file mode 100644
index 0000000..67ce8ed
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/204/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/204",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:27-05:00",
+ "Description": " Log Entry 204",
+ "EntryType": "Oem",
+ "Id": "204",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 204",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/205/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/205/index.json
new file mode 100644
index 0000000..bd538c8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/205/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/205",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:42-05:00",
+ "Description": " Log Entry 205",
+ "EntryType": "Oem",
+ "Id": "205",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 205",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/206/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/206/index.json
new file mode 100644
index 0000000..d936f1a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/206/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/206",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:43-05:00",
+ "Description": " Log Entry 206",
+ "EntryType": "Oem",
+ "Id": "206",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 206",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/207/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/207/index.json
new file mode 100644
index 0000000..2d70267
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/207/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/207",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:54:08-05:00",
+ "Description": " Log Entry 207",
+ "EntryType": "Oem",
+ "Id": "207",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 207",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/208/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/208/index.json
new file mode 100644
index 0000000..db83e0f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/208/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/208",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:54:08-05:00",
+ "Description": " Log Entry 208",
+ "EntryType": "Oem",
+ "Id": "208",
+ "Links": {},
+ "Message": "Drive 8 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "8",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 208",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/209/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/209/index.json
new file mode 100644
index 0000000..4b750e9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/209/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/209",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:57:28-05:00",
+ "Description": " Log Entry 209",
+ "EntryType": "Oem",
+ "Id": "209",
+ "Links": {},
+ "Message": "Device not detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 209",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/21/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/21/index.json
new file mode 100644
index 0000000..4ed411e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/21/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/21",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:54-05:00",
+ "Description": " Log Entry 21",
+ "EntryType": "Oem",
+ "Id": "21",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 21",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/210/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/210/index.json
new file mode 100644
index 0000000..4778058
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/210/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/210",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:03:52-05:00",
+ "Description": " Log Entry 210",
+ "EntryType": "Oem",
+ "Id": "210",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is open while the power is on.",
+ "MessageId": "SEC0031",
+ "Name": " Log Entry 210",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/211/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/211/index.json
new file mode 100644
index 0000000..9229525
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/211/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/211",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:04:07-05:00",
+ "Description": " Log Entry 211",
+ "EntryType": "Oem",
+ "Id": "211",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is closed while the power is on.",
+ "MessageId": "SEC0032",
+ "Name": " Log Entry 211",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/212/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/212/index.json
new file mode 100644
index 0000000..c547041
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/212/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/212",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:12:12-05:00",
+ "Description": " Log Entry 212",
+ "EntryType": "Oem",
+ "Id": "212",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 212",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/213/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/213/index.json
new file mode 100644
index 0000000..08269ba
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/213/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/213",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:38:10-05:00",
+ "Description": " Log Entry 213",
+ "EntryType": "Oem",
+ "Id": "213",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 213",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/214/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/214/index.json
new file mode 100644
index 0000000..88ce3e6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/214/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/214",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:38:10-05:00",
+ "Description": " Log Entry 214",
+ "EntryType": "Oem",
+ "Id": "214",
+ "Links": {},
+ "Message": "Drive 8 is installed in disk drive bay 1.",
+ "MessageArgs": [
+ "8",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1000",
+ "Name": " Log Entry 214",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/215/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/215/index.json
new file mode 100644
index 0000000..685ca16
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/215/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/215",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:03:26-05:00",
+ "Description": " Log Entry 215",
+ "EntryType": "Oem",
+ "Id": "215",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 215",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/216/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/216/index.json
new file mode 100644
index 0000000..747e4c5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/216/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/216",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:05:59-05:00",
+ "Description": " Log Entry 216",
+ "EntryType": "Oem",
+ "Id": "216",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 216",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/217/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/217/index.json
new file mode 100644
index 0000000..07e5b63
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/217/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/217",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:05:59-05:00",
+ "Description": " Log Entry 217",
+ "EntryType": "Oem",
+ "Id": "217",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 217",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/218/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/218/index.json
new file mode 100644
index 0000000..fae920a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/218/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/218",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:05:59-05:00",
+ "Description": " Log Entry 218",
+ "EntryType": "Oem",
+ "Id": "218",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 218",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/219/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/219/index.json
new file mode 100644
index 0000000..cfe0213
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/219/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/219",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:06:07-05:00",
+ "Description": " Log Entry 219",
+ "EntryType": "Oem",
+ "Id": "219",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 219",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/22/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/22/index.json
new file mode 100644
index 0000000..96f7ada
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/22/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/22",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:54-05:00",
+ "Description": " Log Entry 22",
+ "EntryType": "Oem",
+ "Id": "22",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 22",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/220/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/220/index.json
new file mode 100644
index 0000000..7dc72ee
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/220/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/220",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:06:09-05:00",
+ "Description": " Log Entry 220",
+ "EntryType": "Oem",
+ "Id": "220",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 220",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/221/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/221/index.json
new file mode 100644
index 0000000..98f3c6f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/221/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/221",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:08:45-05:00",
+ "Description": " Log Entry 221",
+ "EntryType": "Oem",
+ "Id": "221",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 221",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/222/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/222/index.json
new file mode 100644
index 0000000..7d99077
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/222/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/222",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:08:45-05:00",
+ "Description": " Log Entry 222",
+ "EntryType": "Oem",
+ "Id": "222",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 222",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/223/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/223/index.json
new file mode 100644
index 0000000..8f1c8d2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/223/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/223",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:15:33-05:00",
+ "Description": " Log Entry 223",
+ "EntryType": "Oem",
+ "Id": "223",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update initializing.",
+ "MessageId": "SUP1901",
+ "Name": " Log Entry 223",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/224/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/224/index.json
new file mode 100644
index 0000000..c1af12e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/224/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/224",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:15:36-05:00",
+ "Description": " Log Entry 224",
+ "EntryType": "Oem",
+ "Id": "224",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 224",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/225/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/225/index.json
new file mode 100644
index 0000000..d7b5792
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/225/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/225",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:15:36-05:00",
+ "Description": " Log Entry 225",
+ "EntryType": "Oem",
+ "Id": "225",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update initialization complete.",
+ "MessageId": "SUP1911",
+ "Name": " Log Entry 225",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/226/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/226/index.json
new file mode 100644
index 0000000..00d7f9e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/226/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/226",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:15:36-05:00",
+ "Description": " Log Entry 226",
+ "EntryType": "Oem",
+ "Id": "226",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update checksumming image.",
+ "MessageId": "SUP1904",
+ "Name": " Log Entry 226",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/227/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/227/index.json
new file mode 100644
index 0000000..949d2a2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/227/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/227",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:16:21-05:00",
+ "Description": " Log Entry 227",
+ "EntryType": "Oem",
+ "Id": "227",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update verify image headers.",
+ "MessageId": "SUP1903",
+ "Name": " Log Entry 227",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/228/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/228/index.json
new file mode 100644
index 0000000..0b64d6c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/228/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/228",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:16:21-05:00",
+ "Description": " Log Entry 228",
+ "EntryType": "Oem",
+ "Id": "228",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update programming flash.",
+ "MessageId": "SUP1905",
+ "Name": " Log Entry 228",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/229/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/229/index.json
new file mode 100644
index 0000000..cdf2656
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/229/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/229",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:18:20-05:00",
+ "Description": " Log Entry 229",
+ "EntryType": "Oem",
+ "Id": "229",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update successful.",
+ "MessageId": "SUP1906",
+ "Name": " Log Entry 229",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/23/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/23/index.json
new file mode 100644
index 0000000..18ff81b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/23/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/23",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:55-05:00",
+ "Description": " Log Entry 23",
+ "EntryType": "Oem",
+ "Id": "23",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 23",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/230/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/230/index.json
new file mode 100644
index 0000000..a9a69d6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/230/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/230",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:19:48-05:00",
+ "Description": " Log Entry 230",
+ "EntryType": "Oem",
+ "Id": "230",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 230",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/231/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/231/index.json
new file mode 100644
index 0000000..222115c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/231/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/231",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:19:48-05:00",
+ "Description": " Log Entry 231",
+ "EntryType": "Oem",
+ "Id": "231",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 231",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/232/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/232/index.json
new file mode 100644
index 0000000..fecbc49
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/232/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/232",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:21-05:00",
+ "Description": " Log Entry 232",
+ "EntryType": "Oem",
+ "Id": "232",
+ "Links": {},
+ "Message": "Version change detected for Lifecycle Controller firmware. Previous version:2.75.100.75, Current version:2.81.81.81",
+ "MessageArgs": [
+ "Lifecycle Controller",
+ "2.75.100.75",
+ "2.81.81.81"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 232",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/233/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/233/index.json
new file mode 100644
index 0000000..cead111
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/233/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/233",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:28-05:00",
+ "Description": " Log Entry 233",
+ "EntryType": "Oem",
+ "Id": "233",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 233",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/234/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/234/index.json
new file mode 100644
index 0000000..2dfa9d0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/234/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/234",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:43-05:00",
+ "Description": " Log Entry 234",
+ "EntryType": "Oem",
+ "Id": "234",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 234",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/235/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/235/index.json
new file mode 100644
index 0000000..9710f97
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/235/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/235",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:45-05:00",
+ "Description": " Log Entry 235",
+ "EntryType": "Oem",
+ "Id": "235",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: user initiated.",
+ "MessageArgs": [
+ "user initiated"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 235",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/236/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/236/index.json
new file mode 100644
index 0000000..a477365
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/236/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/236",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:51-05:00",
+ "Description": " Log Entry 236",
+ "EntryType": "Oem",
+ "Id": "236",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 236",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/237/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/237/index.json
new file mode 100644
index 0000000..9e3abc2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/237/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/237",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:51-05:00",
+ "Description": " Log Entry 237",
+ "EntryType": "Oem",
+ "Id": "237",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 237",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/238/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/238/index.json
new file mode 100644
index 0000000..6e14cdd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/238/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/238",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:34:12-05:00",
+ "Description": " Log Entry 238",
+ "EntryType": "Oem",
+ "Id": "238",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 238",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/239/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/239/index.json
new file mode 100644
index 0000000..851d968
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/239/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/239",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:36:53-05:00",
+ "Description": " Log Entry 239",
+ "EntryType": "Oem",
+ "Id": "239",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 239",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/24/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/24/index.json
new file mode 100644
index 0000000..b5d62d5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/24/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/24",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:55-05:00",
+ "Description": " Log Entry 24",
+ "EntryType": "Oem",
+ "Id": "24",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 24",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/240/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/240/index.json
new file mode 100644
index 0000000..a8564e6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/240/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/240",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:36:53-05:00",
+ "Description": " Log Entry 240",
+ "EntryType": "Oem",
+ "Id": "240",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 192.168.0.119 and GUI.",
+ "MessageArgs": [
+ "root",
+ "192.168.0.119",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 240",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/241/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/241/index.json
new file mode 100644
index 0000000..b57fbe1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/241/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/241",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:19-05:00",
+ "Description": " Log Entry 241",
+ "EntryType": "Oem",
+ "Id": "241",
+ "Links": {},
+ "Message": "Updating firmware for Dell Server PowerEdge BIOS R630/R730/R730XD Version 2.13.0 to version 2.13.0.",
+ "MessageArgs": [
+ "Dell Server PowerEdge BIOS R630/R730/R730XD Version 2.13.0",
+ "2.13.0"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SUP0516",
+ "Name": " Log Entry 241",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/242/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/242/index.json
new file mode 100644
index 0000000..2853b9a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/242/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/242",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:26-05:00",
+ "Description": " Log Entry 242",
+ "EntryType": "Oem",
+ "Id": "242",
+ "Links": {},
+ "Message": "User root via IP 192.168.0.119 requested state / configuration change to SEL using GUI.",
+ "MessageArgs": [
+ "root",
+ "192.168.0.119",
+ "SEL",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 242",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/243/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/243/index.json
new file mode 100644
index 0000000..26254ad
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/243/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/243",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:27-05:00",
+ "Description": " Log Entry 243",
+ "EntryType": "Oem",
+ "Id": "243",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Log cleared.",
+ "MessageId": "SEL0004",
+ "Name": " Log Entry 243",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/244/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/244/index.json
new file mode 100644
index 0000000..a2e56d7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/244/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/244",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:27-05:00",
+ "Description": " Log Entry 244",
+ "EntryType": "Oem",
+ "Id": "244",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The System Event Log (SEL) was cleared by root from 192.168.0.119.",
+ "MessageArgs": [
+ "root",
+ "192.168.0.119"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SEL0014",
+ "Name": " Log Entry 244",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/245/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/245/index.json
new file mode 100644
index 0000000..c8d0ad0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/245/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/245",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:49-05:00",
+ "Description": " Log Entry 245",
+ "EntryType": "Oem",
+ "Id": "245",
+ "Links": {},
+ "Message": "User root via IP 192.168.0.119 requested state / configuration change to Network using GUI.",
+ "MessageArgs": [
+ "root",
+ "192.168.0.119",
+ "Network",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 245",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/246/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/246/index.json
new file mode 100644
index 0000000..2086953
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/246/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/246",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:08-05:00",
+ "Description": " Log Entry 246",
+ "EntryType": "Oem",
+ "Id": "246",
+ "Links": {},
+ "Message": "Successfully updated the Dell Server PowerEdge BIOS R630/R730/R730XD Version 2.13.0 firmware to version 2.13.0.",
+ "MessageArgs": [
+ "Dell Server PowerEdge BIOS R630/R730/R730XD Version 2.13.0",
+ "2.13.0"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SUP0518",
+ "Name": " Log Entry 246",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/247/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/247/index.json
new file mode 100644
index 0000000..7443633
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/247/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/247",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:12-05:00",
+ "Description": " Log Entry 247",
+ "EntryType": "Oem",
+ "Id": "247",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 247",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/248/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/248/index.json
new file mode 100644
index 0000000..aab9dcc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/248/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/248",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:12-05:00",
+ "Description": " Log Entry 248",
+ "EntryType": "Oem",
+ "Id": "248",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 248",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/249/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/249/index.json
new file mode 100644
index 0000000..c6fab2d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/249/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/249",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:21-05:00",
+ "Description": " Log Entry 249",
+ "EntryType": "Oem",
+ "Id": "249",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 249",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/25/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/25/index.json
new file mode 100644
index 0000000..1bbf761
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/25/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/25",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:55-05:00",
+ "Description": " Log Entry 25",
+ "EntryType": "Oem",
+ "Id": "25",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 25",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/250/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/250/index.json
new file mode 100644
index 0000000..25097f8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/250/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/250",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:21-05:00",
+ "Description": " Log Entry 250",
+ "EntryType": "Oem",
+ "Id": "250",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 250",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/251/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/251/index.json
new file mode 100644
index 0000000..4ac9726
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/251/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/251",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:43:30-05:00",
+ "Description": " Log Entry 251",
+ "EntryType": "Oem",
+ "Id": "251",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 251",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/252/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/252/index.json
new file mode 100644
index 0000000..a5ab521
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/252/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/252",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:43:30-05:00",
+ "Description": " Log Entry 252",
+ "EntryType": "Oem",
+ "Id": "252",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "Version change detected for BIOS firmware. Previous version:2.12.1, Current version:2.13.0",
+ "MessageArgs": [
+ "BIOS",
+ "2.12.1",
+ "2.13.0"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 252",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/253/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/253/index.json
new file mode 100644
index 0000000..199583d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/253/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/253",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:57:32-05:00",
+ "Description": " Log Entry 253",
+ "EntryType": "Oem",
+ "Id": "253",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 253",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/254/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/254/index.json
new file mode 100644
index 0000000..511486c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/254/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/254",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:57:32-05:00",
+ "Description": " Log Entry 254",
+ "EntryType": "Oem",
+ "Id": "254",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 254",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/255/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/255/index.json
new file mode 100644
index 0000000..f61ea0d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/255/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/255",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:58:26-05:00",
+ "Description": " Log Entry 255",
+ "EntryType": "Oem",
+ "Id": "255",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 255",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/256/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/256/index.json
new file mode 100644
index 0000000..b1ac5c2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/256/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/256",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:58:26-05:00",
+ "Description": " Log Entry 256",
+ "EntryType": "Oem",
+ "Id": "256",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 256",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/257/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/257/index.json
new file mode 100644
index 0000000..ae69519
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/257/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/257",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:14-05:00",
+ "Description": " Log Entry 257",
+ "EntryType": "Oem",
+ "Id": "257",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 257",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/258/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/258/index.json
new file mode 100644
index 0000000..0491df8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/258/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/258",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:19-05:00",
+ "Description": " Log Entry 258",
+ "EntryType": "Oem",
+ "Id": "258",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 258",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/259/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/259/index.json
new file mode 100644
index 0000000..11f8681
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/259/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/259",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:19-05:00",
+ "Description": " Log Entry 259",
+ "EntryType": "Oem",
+ "Id": "259",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 259",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/26/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/26/index.json
new file mode 100644
index 0000000..17b958c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/26/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/26",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:26-05:00",
+ "Description": " Log Entry 26",
+ "EntryType": "Oem",
+ "Id": "26",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 26",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/260/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/260/index.json
new file mode 100644
index 0000000..acac683
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/260/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/260",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:49-05:00",
+ "Description": " Log Entry 260",
+ "EntryType": "Oem",
+ "Id": "260",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 260",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/261/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/261/index.json
new file mode 100644
index 0000000..24c66b1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/261/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/261",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:49-05:00",
+ "Description": " Log Entry 261",
+ "EntryType": "Oem",
+ "Id": "261",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 261",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/262/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/262/index.json
new file mode 100644
index 0000000..be72e37
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/262/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/262",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:57-05:00",
+ "Description": " Log Entry 262",
+ "EntryType": "Oem",
+ "Id": "262",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 262",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/263/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/263/index.json
new file mode 100644
index 0000000..915318b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/263/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/263",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:58-05:00",
+ "Description": " Log Entry 263",
+ "EntryType": "Oem",
+ "Id": "263",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 263",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/264/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/264/index.json
new file mode 100644
index 0000000..9d8a200
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/264/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/264",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:02:52-05:00",
+ "Description": " Log Entry 264",
+ "EntryType": "Oem",
+ "Id": "264",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 264",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/265/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/265/index.json
new file mode 100644
index 0000000..c6ed1af
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/265/index.json
@@ -0,0 +1,17 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/265",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:02:52-05:00",
+ "Description": " Log Entry 265",
+ "EntryType": "Oem",
+ "Id": "265",
+ "Links": {},
+ "Message": "Unable to execute CSIOR (Collect System Inventory on Restart) because the Lifecycle Controller (LC) firmware was not accessible.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "UEFI0136",
+ "Name": " Log Entry 265",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/266/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/266/index.json
new file mode 100644
index 0000000..946a9ad
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/266/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/266",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:02:52-05:00",
+ "Description": " Log Entry 266",
+ "EntryType": "Oem",
+ "Id": "266",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 266",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/267/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/267/index.json
new file mode 100644
index 0000000..21e42ef
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/267/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/267",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T19:19:42-05:00",
+ "Description": " Log Entry 267",
+ "EntryType": "Oem",
+ "Id": "267",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 267",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/268/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/268/index.json
new file mode 100644
index 0000000..d72b4a1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/268/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/268",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T19:19:42-05:00",
+ "Description": " Log Entry 268",
+ "EntryType": "Oem",
+ "Id": "268",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 268",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/269/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/269/index.json
new file mode 100644
index 0000000..ab5c832
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/269/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/269",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:36-05:00",
+ "Description": " Log Entry 269",
+ "EntryType": "Oem",
+ "Id": "269",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 269",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/27/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/27/index.json
new file mode 100644
index 0000000..8a43d74
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/27/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/27",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:26-05:00",
+ "Description": " Log Entry 27",
+ "EntryType": "Oem",
+ "Id": "27",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 27",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/270/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/270/index.json
new file mode 100644
index 0000000..02df8d6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/270/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/270",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:36-05:00",
+ "Description": " Log Entry 270",
+ "EntryType": "Oem",
+ "Id": "270",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 270",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/271/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/271/index.json
new file mode 100644
index 0000000..6104113
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/271/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/271",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:46-05:00",
+ "Description": " Log Entry 271",
+ "EntryType": "Oem",
+ "Id": "271",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x2840, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x8.",
+ "MessageArgs": [
+ "2",
+ "2840",
+ "0",
+ "0",
+ "0",
+ "0",
+ "8"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 271",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/272/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/272/index.json
new file mode 100644
index 0000000..6e84bc9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/272/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/272",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:37:18-05:00",
+ "Description": " Log Entry 272",
+ "EntryType": "Oem",
+ "Id": "272",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 272",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/273/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/273/index.json
new file mode 100644
index 0000000..b9e53f1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/273/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/273",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:37:20-05:00",
+ "Description": " Log Entry 273",
+ "EntryType": "Oem",
+ "Id": "273",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 273",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/274/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/274/index.json
new file mode 100644
index 0000000..7ca45dd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/274/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/274",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:03-05:00",
+ "Description": " Log Entry 274",
+ "EntryType": "Oem",
+ "Id": "274",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is open while the power is off.",
+ "MessageId": "SEC0033",
+ "Name": " Log Entry 274",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/275/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/275/index.json
new file mode 100644
index 0000000..1b88e14
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/275/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/275",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:44-05:00",
+ "Description": " Log Entry 275",
+ "EntryType": "Oem",
+ "Id": "275",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is closed while the power is off.",
+ "MessageId": "SEC0034",
+ "Name": " Log Entry 275",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/276/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/276/index.json
new file mode 100644
index 0000000..40eb94c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/276/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/276",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 276",
+ "EntryType": "Oem",
+ "Id": "276",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 276",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/277/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/277/index.json
new file mode 100644
index 0000000..530beeb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/277/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/277",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 277",
+ "EntryType": "Oem",
+ "Id": "277",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 277",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/278/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/278/index.json
new file mode 100644
index 0000000..1a63f16
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/278/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/278",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 278",
+ "EntryType": "Oem",
+ "Id": "278",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 278",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/279/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/279/index.json
new file mode 100644
index 0000000..241046e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/279/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/279",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 279",
+ "EntryType": "Oem",
+ "Id": "279",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 279",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/28/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/28/index.json
new file mode 100644
index 0000000..daeaeb6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/28/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/28",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:51-05:00",
+ "Description": " Log Entry 28",
+ "EntryType": "Oem",
+ "Id": "28",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 28",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/280/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/280/index.json
new file mode 100644
index 0000000..9c87408
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/280/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/280",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 280",
+ "EntryType": "Oem",
+ "Id": "280",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 280",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/281/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/281/index.json
new file mode 100644
index 0000000..b334113
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/281/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/281",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 281",
+ "EntryType": "Oem",
+ "Id": "281",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 281",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/282/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/282/index.json
new file mode 100644
index 0000000..6c2fb58
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/282/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/282",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:58-05:00",
+ "Description": " Log Entry 282",
+ "EntryType": "Oem",
+ "Id": "282",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ },
+ "Message": "The power input for power supply 2 is lost.",
+ "MessageArgs": [
+ "2"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PSU0003",
+ "Name": " Log Entry 282",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/283/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/283/index.json
new file mode 100644
index 0000000..b5aba29
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/283/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/283",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:39:43-05:00",
+ "Description": " Log Entry 283",
+ "EntryType": "Oem",
+ "Id": "283",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 283",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/284/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/284/index.json
new file mode 100644
index 0000000..76729a8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/284/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/284",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T17:05:01-05:00",
+ "Description": " Log Entry 284",
+ "EntryType": "Oem",
+ "Id": "284",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 284",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/285/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/285/index.json
new file mode 100644
index 0000000..2c98d35
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/285/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/285",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T17:05:06-05:00",
+ "Description": " Log Entry 285",
+ "EntryType": "Oem",
+ "Id": "285",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ },
+ "Message": "The input power for power supply 2 has been restored.",
+ "MessageArgs": [
+ "2"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PSU0019",
+ "Name": " Log Entry 285",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/286/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/286/index.json
new file mode 100644
index 0000000..4fb563f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/286/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/286",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:38:32-05:00",
+ "Description": " Log Entry 286",
+ "EntryType": "Oem",
+ "Id": "286",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 172.19.1.132.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "172.19.1.132"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 286",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/287/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/287/index.json
new file mode 100644
index 0000000..4ef4f34
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/287/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/287",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:43:10-05:00",
+ "Description": " Log Entry 287",
+ "EntryType": "Oem",
+ "Id": "287",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 287",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/288/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/288/index.json
new file mode 100644
index 0000000..421e377
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/288/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/288",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:48:38-05:00",
+ "Description": " Log Entry 288",
+ "EntryType": "Oem",
+ "Id": "288",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 288",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/289/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/289/index.json
new file mode 100644
index 0000000..237e435
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/289/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/289",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:48:38-05:00",
+ "Description": " Log Entry 289",
+ "EntryType": "Oem",
+ "Id": "289",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.19.1.130 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 289",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/29/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/29/index.json
new file mode 100644
index 0000000..c934b85
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/29/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/29",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:51-05:00",
+ "Description": " Log Entry 29",
+ "EntryType": "Oem",
+ "Id": "29",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is closed while the power is on.",
+ "MessageId": "SEC0032",
+ "Name": " Log Entry 29",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/290/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/290/index.json
new file mode 100644
index 0000000..6d406cf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/290/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/290",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:48:42-05:00",
+ "Description": " Log Entry 290",
+ "EntryType": "Oem",
+ "Id": "290",
+ "Links": {},
+ "Message": "User root via IP 172.19.1.130 requested state / configuration change to Users using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "Users",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 290",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/291/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/291/index.json
new file mode 100644
index 0000000..feae287
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/291/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/291",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:48:42-05:00",
+ "Description": " Log Entry 291",
+ "EntryType": "Oem",
+ "Id": "291",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The Default Login Warning feature is disabled.",
+ "MessageId": "USR0008",
+ "Name": " Log Entry 291",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/292/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/292/index.json
new file mode 100644
index 0000000..c682d0a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/292/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/292",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:21-05:00",
+ "Description": " Log Entry 292",
+ "EntryType": "Oem",
+ "Id": "292",
+ "Links": {},
+ "Message": "User root via IP 172.19.1.130 requested state / configuration change to Power Control using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "Power Control",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 292",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/293/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/293/index.json
new file mode 100644
index 0000000..5dc7f12
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/293/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/293",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:26-05:00",
+ "Description": " Log Entry 293",
+ "EntryType": "Oem",
+ "Id": "293",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 293",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/294/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/294/index.json
new file mode 100644
index 0000000..9d99f2f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/294/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/294",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:26-05:00",
+ "Description": " Log Entry 294",
+ "EntryType": "Oem",
+ "Id": "294",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 294",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/295/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/295/index.json
new file mode 100644
index 0000000..3c0d8e1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/295/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/295",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:28-05:00",
+ "Description": " Log Entry 295",
+ "EntryType": "Oem",
+ "Id": "295",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Requested system powerdown.",
+ "MessageId": "RAC0704",
+ "Name": " Log Entry 295",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/296/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/296/index.json
new file mode 100644
index 0000000..b64827b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/296/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/296",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:30-05:00",
+ "Description": " Log Entry 296",
+ "EntryType": "Oem",
+ "Id": "296",
+ "Links": {},
+ "Message": "User root via IP 172.19.1.130 requested state / configuration change to Reset iDRAC using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "Reset iDRAC",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 296",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/297/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/297/index.json
new file mode 100644
index 0000000..bc808e9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/297/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/297",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:31-05:00",
+ "Description": " Log Entry 297",
+ "EntryType": "Oem",
+ "Id": "297",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.19.1.130 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 297",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/298/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/298/index.json
new file mode 100644
index 0000000..5b0dd6d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/298/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/298",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:52:28-05:00",
+ "Description": " Log Entry 298",
+ "EntryType": "Oem",
+ "Id": "298",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: user initiated.",
+ "MessageArgs": [
+ "user initiated"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 298",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/299/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/299/index.json
new file mode 100644
index 0000000..43ee30e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/299/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/299",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:52:33-05:00",
+ "Description": " Log Entry 299",
+ "EntryType": "Oem",
+ "Id": "299",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 299",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/3/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/3/index.json
new file mode 100644
index 0000000..877afc8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/3/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/3",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T09:58:23-06:00",
+ "Description": " Log Entry 3",
+ "EntryType": "Oem",
+ "Id": "3",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x2840, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x8.",
+ "MessageArgs": [
+ "2",
+ "2840",
+ "0",
+ "0",
+ "0",
+ "0",
+ "8"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 3",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/30/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/30/index.json
new file mode 100644
index 0000000..9b5eff9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/30/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/30",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:54-05:00",
+ "Description": " Log Entry 30",
+ "EntryType": "Oem",
+ "Id": "30",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 30",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/300/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/300/index.json
new file mode 100644
index 0000000..26a46fc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/300/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/300",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:52:33-05:00",
+ "Description": " Log Entry 300",
+ "EntryType": "Oem",
+ "Id": "300",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 300",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/301/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/301/index.json
new file mode 100644
index 0000000..fbe42e9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/301/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/301",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T20:20:55-05:00",
+ "Description": " Log Entry 301",
+ "EntryType": "Oem",
+ "Id": "301",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.19.1.130 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 301",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/302/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/302/index.json
new file mode 100644
index 0000000..17ff1c2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/302/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/302",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T20:51:37-05:00",
+ "Description": " Log Entry 302",
+ "EntryType": "Oem",
+ "Id": "302",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.19.1.130 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 302",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/303/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/303/index.json
new file mode 100644
index 0000000..e9340c8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/303/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/303",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:42-05:00",
+ "Description": " Log Entry 303",
+ "EntryType": "Oem",
+ "Id": "303",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 303",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/304/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/304/index.json
new file mode 100644
index 0000000..ab332fa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/304/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/304",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:43-05:00",
+ "Description": " Log Entry 304",
+ "EntryType": "Oem",
+ "Id": "304",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 304",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/305/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/305/index.json
new file mode 100644
index 0000000..c30f65a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/305/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/305",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:46-05:00",
+ "Description": " Log Entry 305",
+ "EntryType": "Oem",
+ "Id": "305",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 305",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/306/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/306/index.json
new file mode 100644
index 0000000..0bf6d1d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/306/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/306",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:46-05:00",
+ "Description": " Log Entry 306",
+ "EntryType": "Oem",
+ "Id": "306",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 306",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/307/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/307/index.json
new file mode 100644
index 0000000..6004881
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/307/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/307",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:46-05:00",
+ "Description": " Log Entry 307",
+ "EntryType": "Oem",
+ "Id": "307",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 307",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/308/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/308/index.json
new file mode 100644
index 0000000..c990bb4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/308/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/308",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:49:57-05:00",
+ "Description": " Log Entry 308",
+ "EntryType": "Oem",
+ "Id": "308",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 308",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/309/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/309/index.json
new file mode 100644
index 0000000..62a5595
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/309/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/309",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:50:01-05:00",
+ "Description": " Log Entry 309",
+ "EntryType": "Oem",
+ "Id": "309",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 172.19.0.11.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "172.19.0.11"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 309",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/31/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/31/index.json
new file mode 100644
index 0000000..4534560
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/31/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/31",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:54-05:00",
+ "Description": " Log Entry 31",
+ "EntryType": "Oem",
+ "Id": "31",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 31",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/310/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/310/index.json
new file mode 100644
index 0000000..a06a038
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/310/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/310",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:50:14-05:00",
+ "Description": " Log Entry 310",
+ "EntryType": "Oem",
+ "Id": "310",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 310",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/311/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/311/index.json
new file mode 100644
index 0000000..5cd538a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/311/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/311",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-06T22:03:22-05:00",
+ "Description": " Log Entry 311",
+ "EntryType": "Oem",
+ "Id": "311",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 311",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/312/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/312/index.json
new file mode 100644
index 0000000..9e355c7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/312/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/312",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-06T22:03:32-05:00",
+ "Description": " Log Entry 312",
+ "EntryType": "Oem",
+ "Id": "312",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 312",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/313/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/313/index.json
new file mode 100644
index 0000000..995674a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/313/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/313",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-06T22:04:02-05:00",
+ "Description": " Log Entry 313",
+ "EntryType": "Oem",
+ "Id": "313",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 313",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/314/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/314/index.json
new file mode 100644
index 0000000..922edbd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/314/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/314",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-06T22:05:47-05:00",
+ "Description": " Log Entry 314",
+ "EntryType": "Oem",
+ "Id": "314",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 314",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/315/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/315/index.json
new file mode 100644
index 0000000..f12256b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/315/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/315",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:18:49-05:00",
+ "Description": " Log Entry 315",
+ "EntryType": "Oem",
+ "Id": "315",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 315",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/316/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/316/index.json
new file mode 100644
index 0000000..a453c17
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/316/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/316",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:19:09-05:00",
+ "Description": " Log Entry 316",
+ "EntryType": "Oem",
+ "Id": "316",
+ "Links": {},
+ "Message": "User root via IP 172.16.31.2 requested state / configuration change to VirtualConsole using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "VirtualConsole",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 316",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/317/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/317/index.json
new file mode 100644
index 0000000..2533af6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/317/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/317",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:19:42-05:00",
+ "Description": " Log Entry 317",
+ "EntryType": "Oem",
+ "Id": "317",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and Virtual Console.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Virtual Console"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 317",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/318/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/318/index.json
new file mode 100644
index 0000000..56266ab
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/318/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/318",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:19:42-05:00",
+ "Description": " Log Entry 318",
+ "EntryType": "Oem",
+ "Id": "318",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session started.",
+ "MessageId": "VME0001",
+ "Name": " Log Entry 318",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/319/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/319/index.json
new file mode 100644
index 0000000..8b5bc6c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/319/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/319",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:19:42-05:00",
+ "Description": " Log Entry 319",
+ "EntryType": "Oem",
+ "Id": "319",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session created.",
+ "MessageId": "VME0007",
+ "Name": " Log Entry 319",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/32/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/32/index.json
new file mode 100644
index 0000000..60cab10
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/32/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/32",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:54-05:00",
+ "Description": " Log Entry 32",
+ "EntryType": "Oem",
+ "Id": "32",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 32",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/320/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/320/index.json
new file mode 100644
index 0000000..61a27b7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/320/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/320",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:21:55-05:00",
+ "Description": " Log Entry 320",
+ "EntryType": "Oem",
+ "Id": "320",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 320",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/321/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/321/index.json
new file mode 100644
index 0000000..b1c4353
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/321/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/321",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:22:30-05:00",
+ "Description": " Log Entry 321",
+ "EntryType": "Oem",
+ "Id": "321",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 321",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/322/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/322/index.json
new file mode 100644
index 0000000..ace611b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/322/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/322",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:23:25-05:00",
+ "Description": " Log Entry 322",
+ "EntryType": "Oem",
+ "Id": "322",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 322",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/323/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/323/index.json
new file mode 100644
index 0000000..f3ddab3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/323/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/323",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:25:41-05:00",
+ "Description": " Log Entry 323",
+ "EntryType": "Oem",
+ "Id": "323",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 323",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/324/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/324/index.json
new file mode 100644
index 0000000..34bd210
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/324/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/324",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:31:56-05:00",
+ "Description": " Log Entry 324",
+ "EntryType": "Oem",
+ "Id": "324",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 324",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/325/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/325/index.json
new file mode 100644
index 0000000..2357c9b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/325/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/325",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:32:06-05:00",
+ "Description": " Log Entry 325",
+ "EntryType": "Oem",
+ "Id": "325",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 325",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/326/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/326/index.json
new file mode 100644
index 0000000..0c541f5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/326/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/326",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:55:23-05:00",
+ "Description": " Log Entry 326",
+ "EntryType": "Oem",
+ "Id": "326",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 326",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/327/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/327/index.json
new file mode 100644
index 0000000..7ae83ad
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/327/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/327",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:58:39-05:00",
+ "Description": " Log Entry 327",
+ "EntryType": "Oem",
+ "Id": "327",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 327",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/328/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/328/index.json
new file mode 100644
index 0000000..5f036ed
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/328/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/328",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:58:44-05:00",
+ "Description": " Log Entry 328",
+ "EntryType": "Oem",
+ "Id": "328",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 328",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/329/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/329/index.json
new file mode 100644
index 0000000..ae2bab9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/329/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/329",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T00:57:32-05:00",
+ "Description": " Log Entry 329",
+ "EntryType": "Oem",
+ "Id": "329",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 329",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/33/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/33/index.json
new file mode 100644
index 0000000..e38e349
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/33/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/33",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:55-05:00",
+ "Description": " Log Entry 33",
+ "EntryType": "Oem",
+ "Id": "33",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 33",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/330/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/330/index.json
new file mode 100644
index 0000000..3181aa9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/330/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/330",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T01:01:41-05:00",
+ "Description": " Log Entry 330",
+ "EntryType": "Oem",
+ "Id": "330",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using Virtual Console is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Virtual Console"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 330",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/331/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/331/index.json
new file mode 100644
index 0000000..49df565
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/331/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/331",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T01:01:41-05:00",
+ "Description": " Log Entry 331",
+ "EntryType": "Oem",
+ "Id": "331",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session exited.",
+ "MessageId": "VME0005",
+ "Name": " Log Entry 331",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/332/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/332/index.json
new file mode 100644
index 0000000..8c6ba84
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/332/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/332",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T01:28:48-05:00",
+ "Description": " Log Entry 332",
+ "EntryType": "Oem",
+ "Id": "332",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 332",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/333/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/333/index.json
new file mode 100644
index 0000000..a8a0eb2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/333/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/333",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T17:37:24-05:00",
+ "Description": " Log Entry 333",
+ "EntryType": "Oem",
+ "Id": "333",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 333",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/334/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/334/index.json
new file mode 100644
index 0000000..341f116
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/334/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/334",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T18:11:03-05:00",
+ "Description": " Log Entry 334",
+ "EntryType": "Oem",
+ "Id": "334",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 334",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/335/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/335/index.json
new file mode 100644
index 0000000..6e00039
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/335/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/335",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-31T17:22:20-05:00",
+ "Description": " Log Entry 335",
+ "EntryType": "Oem",
+ "Id": "335",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 335",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/336/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/336/index.json
new file mode 100644
index 0000000..53a92db
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/336/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/336",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-31T17:23:00-05:00",
+ "Description": " Log Entry 336",
+ "EntryType": "Oem",
+ "Id": "336",
+ "Links": {},
+ "Message": "User root via IP 172.16.31.5 requested state / configuration change to VirtualConsole using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "VirtualConsole",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 336",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/337/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/337/index.json
new file mode 100644
index 0000000..0e955ea
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/337/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/337",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-31T17:59:10-05:00",
+ "Description": " Log Entry 337",
+ "EntryType": "Oem",
+ "Id": "337",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 337",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/338/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/338/index.json
new file mode 100644
index 0000000..a74307e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/338/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/338",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-13T23:16:31-05:00",
+ "Description": " Log Entry 338",
+ "EntryType": "Oem",
+ "Id": "338",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Unable to log in for ADMIN from 172.16.31.6 using GUI.",
+ "MessageArgs": [
+ "ADMIN",
+ "172.16.31.6",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0031",
+ "Name": " Log Entry 338",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/339/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/339/index.json
new file mode 100644
index 0000000..248002d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/339/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/339",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-13T23:16:52-05:00",
+ "Description": " Log Entry 339",
+ "EntryType": "Oem",
+ "Id": "339",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.6 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.6",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 339",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/34/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/34/index.json
new file mode 100644
index 0000000..b8b682c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/34/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/34",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:55-05:00",
+ "Description": " Log Entry 34",
+ "EntryType": "Oem",
+ "Id": "34",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 34",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/340/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/340/index.json
new file mode 100644
index 0000000..b2459e5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/340/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/340",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-13T23:47:48-05:00",
+ "Description": " Log Entry 340",
+ "EntryType": "Oem",
+ "Id": "340",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.6 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.6",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 340",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/341/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/341/index.json
new file mode 100644
index 0000000..b3de547
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/341/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/341",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:24:25-05:00",
+ "Description": " Log Entry 341",
+ "EntryType": "Oem",
+ "Id": "341",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 341",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/342/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/342/index.json
new file mode 100644
index 0000000..cf56a1f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/342/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/342",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:28:03-05:00",
+ "Description": " Log Entry 342",
+ "EntryType": "Oem",
+ "Id": "342",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and Virtual Console.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Virtual Console"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 342",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/343/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/343/index.json
new file mode 100644
index 0000000..1d57cb9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/343/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/343",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:28:03-05:00",
+ "Description": " Log Entry 343",
+ "EntryType": "Oem",
+ "Id": "343",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session started.",
+ "MessageId": "VME0001",
+ "Name": " Log Entry 343",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/344/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/344/index.json
new file mode 100644
index 0000000..755c7a3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/344/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/344",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:28:03-05:00",
+ "Description": " Log Entry 344",
+ "EntryType": "Oem",
+ "Id": "344",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session created.",
+ "MessageId": "VME0007",
+ "Name": " Log Entry 344",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/345/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/345/index.json
new file mode 100644
index 0000000..327ef1c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/345/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/345",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:40:17-05:00",
+ "Description": " Log Entry 345",
+ "EntryType": "Oem",
+ "Id": "345",
+ "Links": {},
+ "Message": "User root via IP 172.16.31.2 requested state / configuration change to Serial over LAN using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Serial over LAN",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 345",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/346/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/346/index.json
new file mode 100644
index 0000000..a57f477
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/346/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/346",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T02:02:55-05:00",
+ "Description": " Log Entry 346",
+ "EntryType": "Oem",
+ "Id": "346",
+ "Links": {},
+ "Message": "User root via IP 172.16.31.2 requested state / configuration change to Users_2 using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Users_2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 346",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/347/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/347/index.json
new file mode 100644
index 0000000..24d50c4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/347/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/347",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T02:33:04-05:00",
+ "Description": " Log Entry 347",
+ "EntryType": "Oem",
+ "Id": "347",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 347",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/348/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/348/index.json
new file mode 100644
index 0000000..06e5056
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/348/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/348",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:05:37-05:00",
+ "Description": " Log Entry 348",
+ "EntryType": "Oem",
+ "Id": "348",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using Virtual Console is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Virtual Console"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 348",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/349/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/349/index.json
new file mode 100644
index 0000000..5be6e2b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/349/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/349",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:05:37-05:00",
+ "Description": " Log Entry 349",
+ "EntryType": "Oem",
+ "Id": "349",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session exited.",
+ "MessageId": "VME0005",
+ "Name": " Log Entry 349",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/35/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/35/index.json
new file mode 100644
index 0000000..565fd18
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/35/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/35",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:55-05:00",
+ "Description": " Log Entry 35",
+ "EntryType": "Oem",
+ "Id": "35",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 35",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/350/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/350/index.json
new file mode 100644
index 0000000..fc86cf0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/350/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/350",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:09:54-05:00",
+ "Description": " Log Entry 350",
+ "EntryType": "Oem",
+ "Id": "350",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 350",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/351/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/351/index.json
new file mode 100644
index 0000000..a248227
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/351/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/351",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:14:17-05:00",
+ "Description": " Log Entry 351",
+ "EntryType": "Oem",
+ "Id": "351",
+ "Links": {},
+ "Message": "User root via IP 172.16.30.3 requested state / configuration change to Network using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "Network",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 351",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/352/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/352/index.json
new file mode 100644
index 0000000..d29e855
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/352/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/352",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:14:40-05:00",
+ "Description": " Log Entry 352",
+ "EntryType": "Oem",
+ "Id": "352",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 352",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/353/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/353/index.json
new file mode 100644
index 0000000..9bfe817
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/353/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/353",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:14:57-05:00",
+ "Description": " Log Entry 353",
+ "EntryType": "Oem",
+ "Id": "353",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 353",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/354/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/354/index.json
new file mode 100644
index 0000000..f2db2dc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/354/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/354",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:15:13-05:00",
+ "Description": " Log Entry 354",
+ "EntryType": "Oem",
+ "Id": "354",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 354",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/355/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/355/index.json
new file mode 100644
index 0000000..a3b4c07
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/355/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/355",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:15:18-05:00",
+ "Description": " Log Entry 355",
+ "EntryType": "Oem",
+ "Id": "355",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 355",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/356/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/356/index.json
new file mode 100644
index 0000000..8faecf9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/356/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/356",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:34:54-05:00",
+ "Description": " Log Entry 356",
+ "EntryType": "Oem",
+ "Id": "356",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 356",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/357/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/357/index.json
new file mode 100644
index 0000000..5edc9ff
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/357/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/357",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:34:58-05:00",
+ "Description": " Log Entry 357",
+ "EntryType": "Oem",
+ "Id": "357",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 357",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/358/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/358/index.json
new file mode 100644
index 0000000..bff8bcd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/358/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/358",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:03-05:00",
+ "Description": " Log Entry 358",
+ "EntryType": "Oem",
+ "Id": "358",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 358",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/359/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/359/index.json
new file mode 100644
index 0000000..9c6e41f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/359/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/359",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:24-05:00",
+ "Description": " Log Entry 359",
+ "EntryType": "Oem",
+ "Id": "359",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 359",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/36/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/36/index.json
new file mode 100644
index 0000000..9a79260
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/36/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/36",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:24:21-05:00",
+ "Description": " Log Entry 36",
+ "EntryType": "Oem",
+ "Id": "36",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 36",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/360/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/360/index.json
new file mode 100644
index 0000000..42d9e31
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/360/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/360",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:32-05:00",
+ "Description": " Log Entry 360",
+ "EntryType": "Oem",
+ "Id": "360",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 360",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/361/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/361/index.json
new file mode 100644
index 0000000..7f1823c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/361/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/361",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:36-05:00",
+ "Description": " Log Entry 361",
+ "EntryType": "Oem",
+ "Id": "361",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 361",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/362/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/362/index.json
new file mode 100644
index 0000000..d18c1ab
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/362/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/362",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:40-05:00",
+ "Description": " Log Entry 362",
+ "EntryType": "Oem",
+ "Id": "362",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 362",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/363/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/363/index.json
new file mode 100644
index 0000000..18afc77
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/363/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/363",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:36:13-05:00",
+ "Description": " Log Entry 363",
+ "EntryType": "Oem",
+ "Id": "363",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 363",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/364/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/364/index.json
new file mode 100644
index 0000000..84d1131
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/364/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/364",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:36:17-05:00",
+ "Description": " Log Entry 364",
+ "EntryType": "Oem",
+ "Id": "364",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 364",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/365/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/365/index.json
new file mode 100644
index 0000000..79afcb9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/365/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/365",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:36:20-05:00",
+ "Description": " Log Entry 365",
+ "EntryType": "Oem",
+ "Id": "365",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 365",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/366/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/366/index.json
new file mode 100644
index 0000000..2beb372
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/366/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/366",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:44:34-05:00",
+ "Description": " Log Entry 366",
+ "EntryType": "Oem",
+ "Id": "366",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 366",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/367/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/367/index.json
new file mode 100644
index 0000000..002d6c5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/367/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/367",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:05:47-05:00",
+ "Description": " Log Entry 367",
+ "EntryType": "Oem",
+ "Id": "367",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 367",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/368/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/368/index.json
new file mode 100644
index 0000000..c38c4a9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/368/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/368",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:23-05:00",
+ "Description": " Log Entry 368",
+ "EntryType": "Oem",
+ "Id": "368",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 368",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/369/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/369/index.json
new file mode 100644
index 0000000..9f47526
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/369/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/369",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:23-05:00",
+ "Description": " Log Entry 369",
+ "EntryType": "Oem",
+ "Id": "369",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 369",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/37/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/37/index.json
new file mode 100644
index 0000000..4293847
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/37/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/37",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:25:20-05:00",
+ "Description": " Log Entry 37",
+ "EntryType": "Oem",
+ "Id": "37",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 37",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/370/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/370/index.json
new file mode 100644
index 0000000..fc7b0c6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/370/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/370",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:24-05:00",
+ "Description": " Log Entry 370",
+ "EntryType": "Oem",
+ "Id": "370",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 370",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/371/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/371/index.json
new file mode 100644
index 0000000..2e55f70
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/371/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/371",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:24-05:00",
+ "Description": " Log Entry 371",
+ "EntryType": "Oem",
+ "Id": "371",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 371",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/372/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/372/index.json
new file mode 100644
index 0000000..60f1414
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/372/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/372",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:27-05:00",
+ "Description": " Log Entry 372",
+ "EntryType": "Oem",
+ "Id": "372",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 372",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/373/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/373/index.json
new file mode 100644
index 0000000..83b505c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/373/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/373",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:33-05:00",
+ "Description": " Log Entry 373",
+ "EntryType": "Oem",
+ "Id": "373",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 373",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/374/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/374/index.json
new file mode 100644
index 0000000..850d4b6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/374/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/374",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:34-05:00",
+ "Description": " Log Entry 374",
+ "EntryType": "Oem",
+ "Id": "374",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 374",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/375/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/375/index.json
new file mode 100644
index 0000000..e850ba8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/375/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/375",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:34-05:00",
+ "Description": " Log Entry 375",
+ "EntryType": "Oem",
+ "Id": "375",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 375",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/376/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/376/index.json
new file mode 100644
index 0000000..7a23c70
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/376/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/376",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:37-05:00",
+ "Description": " Log Entry 376",
+ "EntryType": "Oem",
+ "Id": "376",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 376",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/377/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/377/index.json
new file mode 100644
index 0000000..d91156a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/377/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/377",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:43-05:00",
+ "Description": " Log Entry 377",
+ "EntryType": "Oem",
+ "Id": "377",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 377",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/378/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/378/index.json
new file mode 100644
index 0000000..d610934
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/378/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/378",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:44-05:00",
+ "Description": " Log Entry 378",
+ "EntryType": "Oem",
+ "Id": "378",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 378",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/379/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/379/index.json
new file mode 100644
index 0000000..0564e3a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/379/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/379",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:44-05:00",
+ "Description": " Log Entry 379",
+ "EntryType": "Oem",
+ "Id": "379",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 379",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/38/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/38/index.json
new file mode 100644
index 0000000..b2fc7ca
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/38/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/38",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:25:20-05:00",
+ "Description": " Log Entry 38",
+ "EntryType": "Oem",
+ "Id": "38",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 38",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/380/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/380/index.json
new file mode 100644
index 0000000..396aac9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/380/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/380",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:50-05:00",
+ "Description": " Log Entry 380",
+ "EntryType": "Oem",
+ "Id": "380",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 380",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/381/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/381/index.json
new file mode 100644
index 0000000..b9cdee6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/381/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/381",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:52-05:00",
+ "Description": " Log Entry 381",
+ "EntryType": "Oem",
+ "Id": "381",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 381",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/382/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/382/index.json
new file mode 100644
index 0000000..8db2691
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/382/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/382",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:52-05:00",
+ "Description": " Log Entry 382",
+ "EntryType": "Oem",
+ "Id": "382",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 382",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/383/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/383/index.json
new file mode 100644
index 0000000..be0880c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/383/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/383",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:52-05:00",
+ "Description": " Log Entry 383",
+ "EntryType": "Oem",
+ "Id": "383",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 383",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/384/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/384/index.json
new file mode 100644
index 0000000..bb0327b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/384/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/384",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:56-05:00",
+ "Description": " Log Entry 384",
+ "EntryType": "Oem",
+ "Id": "384",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 384",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/385/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/385/index.json
new file mode 100644
index 0000000..cbb3670
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/385/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/385",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:01-05:00",
+ "Description": " Log Entry 385",
+ "EntryType": "Oem",
+ "Id": "385",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 385",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/386/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/386/index.json
new file mode 100644
index 0000000..a6ea2d6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/386/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/386",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:01-05:00",
+ "Description": " Log Entry 386",
+ "EntryType": "Oem",
+ "Id": "386",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 386",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/387/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/387/index.json
new file mode 100644
index 0000000..86f90f7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/387/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/387",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:02-05:00",
+ "Description": " Log Entry 387",
+ "EntryType": "Oem",
+ "Id": "387",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 387",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/388/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/388/index.json
new file mode 100644
index 0000000..e7af5ac
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/388/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/388",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:05-05:00",
+ "Description": " Log Entry 388",
+ "EntryType": "Oem",
+ "Id": "388",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 388",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/389/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/389/index.json
new file mode 100644
index 0000000..8553d4d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/389/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/389",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:10-05:00",
+ "Description": " Log Entry 389",
+ "EntryType": "Oem",
+ "Id": "389",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 389",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/39/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/39/index.json
new file mode 100644
index 0000000..05d1bf9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/39/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/39",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:25:58-05:00",
+ "Description": " Log Entry 39",
+ "EntryType": "Oem",
+ "Id": "39",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 39",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/390/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/390/index.json
new file mode 100644
index 0000000..672532e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/390/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/390",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:10-05:00",
+ "Description": " Log Entry 390",
+ "EntryType": "Oem",
+ "Id": "390",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 390",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/391/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/391/index.json
new file mode 100644
index 0000000..3609e11
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/391/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/391",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:11-05:00",
+ "Description": " Log Entry 391",
+ "EntryType": "Oem",
+ "Id": "391",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 391",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/392/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/392/index.json
new file mode 100644
index 0000000..2610f87
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/392/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/392",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:17-05:00",
+ "Description": " Log Entry 392",
+ "EntryType": "Oem",
+ "Id": "392",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 392",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/393/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/393/index.json
new file mode 100644
index 0000000..1995e56
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/393/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/393",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:19-05:00",
+ "Description": " Log Entry 393",
+ "EntryType": "Oem",
+ "Id": "393",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 393",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/394/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/394/index.json
new file mode 100644
index 0000000..f3df0f9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/394/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/394",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:19-05:00",
+ "Description": " Log Entry 394",
+ "EntryType": "Oem",
+ "Id": "394",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 394",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/395/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/395/index.json
new file mode 100644
index 0000000..eb881c4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/395/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/395",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:19-05:00",
+ "Description": " Log Entry 395",
+ "EntryType": "Oem",
+ "Id": "395",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 395",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/396/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/396/index.json
new file mode 100644
index 0000000..aa0a624
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/396/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/396",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:23-05:00",
+ "Description": " Log Entry 396",
+ "EntryType": "Oem",
+ "Id": "396",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 396",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/397/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/397/index.json
new file mode 100644
index 0000000..00c300d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/397/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/397",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:25-05:00",
+ "Description": " Log Entry 397",
+ "EntryType": "Oem",
+ "Id": "397",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 397",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/398/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/398/index.json
new file mode 100644
index 0000000..1cb79c9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/398/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/398",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:25-05:00",
+ "Description": " Log Entry 398",
+ "EntryType": "Oem",
+ "Id": "398",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 398",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/399/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/399/index.json
new file mode 100644
index 0000000..04ac2dd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/399/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/399",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:26-05:00",
+ "Description": " Log Entry 399",
+ "EntryType": "Oem",
+ "Id": "399",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 399",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/4/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/4/index.json
new file mode 100644
index 0000000..23672bb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/4/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/4",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:00-06:00",
+ "Description": " Log Entry 4",
+ "EntryType": "Oem",
+ "Id": "4",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 4",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/40/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/40/index.json
new file mode 100644
index 0000000..a728ee9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/40/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/40",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:27:58-05:00",
+ "Description": " Log Entry 40",
+ "EntryType": "Oem",
+ "Id": "40",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 40",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/400/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/400/index.json
new file mode 100644
index 0000000..ee46b20
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/400/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/400",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:29-05:00",
+ "Description": " Log Entry 400",
+ "EntryType": "Oem",
+ "Id": "400",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 400",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/401/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/401/index.json
new file mode 100644
index 0000000..9a2c745
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/401/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/401",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:34-05:00",
+ "Description": " Log Entry 401",
+ "EntryType": "Oem",
+ "Id": "401",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 401",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/402/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/402/index.json
new file mode 100644
index 0000000..daacf42
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/402/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/402",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:35-05:00",
+ "Description": " Log Entry 402",
+ "EntryType": "Oem",
+ "Id": "402",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 402",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/403/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/403/index.json
new file mode 100644
index 0000000..a2ab434
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/403/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/403",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:35-05:00",
+ "Description": " Log Entry 403",
+ "EntryType": "Oem",
+ "Id": "403",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 403",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/404/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/404/index.json
new file mode 100644
index 0000000..13cb040
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/404/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/404",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:39-05:00",
+ "Description": " Log Entry 404",
+ "EntryType": "Oem",
+ "Id": "404",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 404",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/405/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/405/index.json
new file mode 100644
index 0000000..d4bd1a2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/405/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/405",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:46-05:00",
+ "Description": " Log Entry 405",
+ "EntryType": "Oem",
+ "Id": "405",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 405",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/406/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/406/index.json
new file mode 100644
index 0000000..78c3779
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/406/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/406",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:47-05:00",
+ "Description": " Log Entry 406",
+ "EntryType": "Oem",
+ "Id": "406",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 406",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/407/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/407/index.json
new file mode 100644
index 0000000..5033d77
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/407/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/407",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:47-05:00",
+ "Description": " Log Entry 407",
+ "EntryType": "Oem",
+ "Id": "407",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 407",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/408/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/408/index.json
new file mode 100644
index 0000000..d4de05a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/408/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/408",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:50-05:00",
+ "Description": " Log Entry 408",
+ "EntryType": "Oem",
+ "Id": "408",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 408",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/409/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/409/index.json
new file mode 100644
index 0000000..e5b373e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/409/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/409",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:58-05:00",
+ "Description": " Log Entry 409",
+ "EntryType": "Oem",
+ "Id": "409",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 409",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/41/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/41/index.json
new file mode 100644
index 0000000..ec339a0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/41/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/41",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:27:58-05:00",
+ "Description": " Log Entry 41",
+ "EntryType": "Oem",
+ "Id": "41",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 41",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/410/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/410/index.json
new file mode 100644
index 0000000..d4fc1f4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/410/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/410",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:58-05:00",
+ "Description": " Log Entry 410",
+ "EntryType": "Oem",
+ "Id": "410",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 410",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/411/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/411/index.json
new file mode 100644
index 0000000..1c78436
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/411/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/411",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:58-05:00",
+ "Description": " Log Entry 411",
+ "EntryType": "Oem",
+ "Id": "411",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 411",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/412/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/412/index.json
new file mode 100644
index 0000000..1af3b7d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/412/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/412",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:02-05:00",
+ "Description": " Log Entry 412",
+ "EntryType": "Oem",
+ "Id": "412",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 412",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/413/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/413/index.json
new file mode 100644
index 0000000..b14c08d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/413/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/413",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:13-05:00",
+ "Description": " Log Entry 413",
+ "EntryType": "Oem",
+ "Id": "413",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 413",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/414/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/414/index.json
new file mode 100644
index 0000000..0c9b724
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/414/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/414",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:13-05:00",
+ "Description": " Log Entry 414",
+ "EntryType": "Oem",
+ "Id": "414",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 414",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/415/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/415/index.json
new file mode 100644
index 0000000..83a1e61
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/415/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/415",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:13-05:00",
+ "Description": " Log Entry 415",
+ "EntryType": "Oem",
+ "Id": "415",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 415",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/416/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/416/index.json
new file mode 100644
index 0000000..e3a9f3e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/416/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/416",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:17-05:00",
+ "Description": " Log Entry 416",
+ "EntryType": "Oem",
+ "Id": "416",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 416",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/417/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/417/index.json
new file mode 100644
index 0000000..f9ca546
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/417/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/417",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:34-05:00",
+ "Description": " Log Entry 417",
+ "EntryType": "Oem",
+ "Id": "417",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 417",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/418/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/418/index.json
new file mode 100644
index 0000000..f2fcf71
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/418/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/418",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:35-05:00",
+ "Description": " Log Entry 418",
+ "EntryType": "Oem",
+ "Id": "418",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 418",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/419/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/419/index.json
new file mode 100644
index 0000000..a4041d8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/419/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/419",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:35-05:00",
+ "Description": " Log Entry 419",
+ "EntryType": "Oem",
+ "Id": "419",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 419",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/42/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/42/index.json
new file mode 100644
index 0000000..f4ff4df
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/42/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/42",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:27:58-05:00",
+ "Description": " Log Entry 42",
+ "EntryType": "Oem",
+ "Id": "42",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 42",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/420/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/420/index.json
new file mode 100644
index 0000000..65fe281
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/420/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/420",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:39-05:00",
+ "Description": " Log Entry 420",
+ "EntryType": "Oem",
+ "Id": "420",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 420",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/421/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/421/index.json
new file mode 100644
index 0000000..53ca52c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/421/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/421",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:05-05:00",
+ "Description": " Log Entry 421",
+ "EntryType": "Oem",
+ "Id": "421",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 421",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/422/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/422/index.json
new file mode 100644
index 0000000..9b35152
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/422/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/422",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:05-05:00",
+ "Description": " Log Entry 422",
+ "EntryType": "Oem",
+ "Id": "422",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 422",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/423/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/423/index.json
new file mode 100644
index 0000000..029da88
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/423/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/423",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:05-05:00",
+ "Description": " Log Entry 423",
+ "EntryType": "Oem",
+ "Id": "423",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 423",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/424/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/424/index.json
new file mode 100644
index 0000000..e6fa2a2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/424/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/424",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:09-05:00",
+ "Description": " Log Entry 424",
+ "EntryType": "Oem",
+ "Id": "424",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 424",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/425/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/425/index.json
new file mode 100644
index 0000000..78bd972
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/425/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/425",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:57-05:00",
+ "Description": " Log Entry 425",
+ "EntryType": "Oem",
+ "Id": "425",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 425",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/426/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/426/index.json
new file mode 100644
index 0000000..6880a62
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/426/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/426",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:58-05:00",
+ "Description": " Log Entry 426",
+ "EntryType": "Oem",
+ "Id": "426",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 426",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/427/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/427/index.json
new file mode 100644
index 0000000..47b0f0c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/427/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/427",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:58-05:00",
+ "Description": " Log Entry 427",
+ "EntryType": "Oem",
+ "Id": "427",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 427",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/428/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/428/index.json
new file mode 100644
index 0000000..37a70aa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/428/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/428",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:30:02-05:00",
+ "Description": " Log Entry 428",
+ "EntryType": "Oem",
+ "Id": "428",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 428",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/429/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/429/index.json
new file mode 100644
index 0000000..aaab66d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/429/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/429",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:06-05:00",
+ "Description": " Log Entry 429",
+ "EntryType": "Oem",
+ "Id": "429",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 429",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/43/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/43/index.json
new file mode 100644
index 0000000..da5355c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/43/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/43",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 43",
+ "EntryType": "Oem",
+ "Id": "43",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 43",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/430/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/430/index.json
new file mode 100644
index 0000000..803ff1f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/430/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/430",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:10-05:00",
+ "Description": " Log Entry 430",
+ "EntryType": "Oem",
+ "Id": "430",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 430",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/431/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/431/index.json
new file mode 100644
index 0000000..18db36e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/431/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/431",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:28-05:00",
+ "Description": " Log Entry 431",
+ "EntryType": "Oem",
+ "Id": "431",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 431",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/432/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/432/index.json
new file mode 100644
index 0000000..f01e261
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/432/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/432",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:29-05:00",
+ "Description": " Log Entry 432",
+ "EntryType": "Oem",
+ "Id": "432",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 432",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/433/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/433/index.json
new file mode 100644
index 0000000..a6b36a8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/433/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/433",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:29-05:00",
+ "Description": " Log Entry 433",
+ "EntryType": "Oem",
+ "Id": "433",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 433",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/434/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/434/index.json
new file mode 100644
index 0000000..7ab11e9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/434/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/434",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:32-05:00",
+ "Description": " Log Entry 434",
+ "EntryType": "Oem",
+ "Id": "434",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 434",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/435/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/435/index.json
new file mode 100644
index 0000000..e7df825
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/435/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/435",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:29-05:00",
+ "Description": " Log Entry 435",
+ "EntryType": "Oem",
+ "Id": "435",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 435",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/436/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/436/index.json
new file mode 100644
index 0000000..64a7a94
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/436/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/436",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:30-05:00",
+ "Description": " Log Entry 436",
+ "EntryType": "Oem",
+ "Id": "436",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 436",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/437/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/437/index.json
new file mode 100644
index 0000000..a03b5ac
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/437/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/437",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:30-05:00",
+ "Description": " Log Entry 437",
+ "EntryType": "Oem",
+ "Id": "437",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 437",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/438/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/438/index.json
new file mode 100644
index 0000000..e239e56
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/438/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/438",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:34-05:00",
+ "Description": " Log Entry 438",
+ "EntryType": "Oem",
+ "Id": "438",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 438",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/439/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/439/index.json
new file mode 100644
index 0000000..2b93d78
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/439/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/439",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:35-05:00",
+ "Description": " Log Entry 439",
+ "EntryType": "Oem",
+ "Id": "439",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 439",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/44/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/44/index.json
new file mode 100644
index 0000000..4be6b14
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/44/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/44",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 44",
+ "EntryType": "Oem",
+ "Id": "44",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 44",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/440/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/440/index.json
new file mode 100644
index 0000000..f4b0544
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/440/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/440",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:36-05:00",
+ "Description": " Log Entry 440",
+ "EntryType": "Oem",
+ "Id": "440",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 440",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/441/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/441/index.json
new file mode 100644
index 0000000..7d5ebbc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/441/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/441",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:36-05:00",
+ "Description": " Log Entry 441",
+ "EntryType": "Oem",
+ "Id": "441",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 441",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/442/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/442/index.json
new file mode 100644
index 0000000..29b8a8c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/442/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/442",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:39-05:00",
+ "Description": " Log Entry 442",
+ "EntryType": "Oem",
+ "Id": "442",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 442",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/443/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/443/index.json
new file mode 100644
index 0000000..7c88870
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/443/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/443",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:41-05:00",
+ "Description": " Log Entry 443",
+ "EntryType": "Oem",
+ "Id": "443",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 443",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/444/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/444/index.json
new file mode 100644
index 0000000..8666e56
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/444/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/444",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:41-05:00",
+ "Description": " Log Entry 444",
+ "EntryType": "Oem",
+ "Id": "444",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 444",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/445/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/445/index.json
new file mode 100644
index 0000000..f24ee56
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/445/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/445",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:41-05:00",
+ "Description": " Log Entry 445",
+ "EntryType": "Oem",
+ "Id": "445",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 445",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/446/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/446/index.json
new file mode 100644
index 0000000..e9c6ed9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/446/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/446",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:48-05:00",
+ "Description": " Log Entry 446",
+ "EntryType": "Oem",
+ "Id": "446",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 446",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/447/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/447/index.json
new file mode 100644
index 0000000..d302e17
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/447/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/447",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:49-05:00",
+ "Description": " Log Entry 447",
+ "EntryType": "Oem",
+ "Id": "447",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 447",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/448/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/448/index.json
new file mode 100644
index 0000000..d8ed07b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/448/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/448",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:50-05:00",
+ "Description": " Log Entry 448",
+ "EntryType": "Oem",
+ "Id": "448",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 448",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/449/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/449/index.json
new file mode 100644
index 0000000..37e0897
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/449/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/449",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:50-05:00",
+ "Description": " Log Entry 449",
+ "EntryType": "Oem",
+ "Id": "449",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 449",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/45/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/45/index.json
new file mode 100644
index 0000000..8ec9b55
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/45/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/45",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 45",
+ "EntryType": "Oem",
+ "Id": "45",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 45",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/450/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/450/index.json
new file mode 100644
index 0000000..efdc677
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/450/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/450",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:54-05:00",
+ "Description": " Log Entry 450",
+ "EntryType": "Oem",
+ "Id": "450",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 450",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/451/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/451/index.json
new file mode 100644
index 0000000..1ddda3c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/451/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/451",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:56-05:00",
+ "Description": " Log Entry 451",
+ "EntryType": "Oem",
+ "Id": "451",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 451",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/452/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/452/index.json
new file mode 100644
index 0000000..cb85993
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/452/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/452",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:56-05:00",
+ "Description": " Log Entry 452",
+ "EntryType": "Oem",
+ "Id": "452",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 452",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/453/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/453/index.json
new file mode 100644
index 0000000..021bf8e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/453/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/453",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:56-05:00",
+ "Description": " Log Entry 453",
+ "EntryType": "Oem",
+ "Id": "453",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 453",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/454/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/454/index.json
new file mode 100644
index 0000000..c33552a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/454/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/454",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:00-05:00",
+ "Description": " Log Entry 454",
+ "EntryType": "Oem",
+ "Id": "454",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 454",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/455/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/455/index.json
new file mode 100644
index 0000000..ce0f34e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/455/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/455",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:01-05:00",
+ "Description": " Log Entry 455",
+ "EntryType": "Oem",
+ "Id": "455",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 455",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/456/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/456/index.json
new file mode 100644
index 0000000..bfb029a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/456/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/456",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:02-05:00",
+ "Description": " Log Entry 456",
+ "EntryType": "Oem",
+ "Id": "456",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 456",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/457/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/457/index.json
new file mode 100644
index 0000000..411e889
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/457/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/457",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:02-05:00",
+ "Description": " Log Entry 457",
+ "EntryType": "Oem",
+ "Id": "457",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 457",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/458/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/458/index.json
new file mode 100644
index 0000000..f69e067
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/458/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/458",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:06-05:00",
+ "Description": " Log Entry 458",
+ "EntryType": "Oem",
+ "Id": "458",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 458",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/459/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/459/index.json
new file mode 100644
index 0000000..246b7b8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/459/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/459",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:10-05:00",
+ "Description": " Log Entry 459",
+ "EntryType": "Oem",
+ "Id": "459",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 459",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/46/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/46/index.json
new file mode 100644
index 0000000..c1187be
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/46/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/46",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 46",
+ "EntryType": "Oem",
+ "Id": "46",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 46",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/460/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/460/index.json
new file mode 100644
index 0000000..95a6728
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/460/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/460",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:11-05:00",
+ "Description": " Log Entry 460",
+ "EntryType": "Oem",
+ "Id": "460",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 460",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/461/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/461/index.json
new file mode 100644
index 0000000..ead0373
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/461/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/461",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:11-05:00",
+ "Description": " Log Entry 461",
+ "EntryType": "Oem",
+ "Id": "461",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 461",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/462/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/462/index.json
new file mode 100644
index 0000000..6606ffe
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/462/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/462",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:17-05:00",
+ "Description": " Log Entry 462",
+ "EntryType": "Oem",
+ "Id": "462",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 462",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/463/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/463/index.json
new file mode 100644
index 0000000..340a571
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/463/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/463",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:22-05:00",
+ "Description": " Log Entry 463",
+ "EntryType": "Oem",
+ "Id": "463",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 463",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/464/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/464/index.json
new file mode 100644
index 0000000..22c7a8f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/464/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/464",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:22-05:00",
+ "Description": " Log Entry 464",
+ "EntryType": "Oem",
+ "Id": "464",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 464",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/465/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/465/index.json
new file mode 100644
index 0000000..fc83879
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/465/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/465",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:22-05:00",
+ "Description": " Log Entry 465",
+ "EntryType": "Oem",
+ "Id": "465",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 465",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/466/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/466/index.json
new file mode 100644
index 0000000..4dd403b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/466/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/466",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:26-05:00",
+ "Description": " Log Entry 466",
+ "EntryType": "Oem",
+ "Id": "466",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 466",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/467/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/467/index.json
new file mode 100644
index 0000000..d742d4b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/467/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/467",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:30-05:00",
+ "Description": " Log Entry 467",
+ "EntryType": "Oem",
+ "Id": "467",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 467",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/468/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/468/index.json
new file mode 100644
index 0000000..c26db2b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/468/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/468",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:31-05:00",
+ "Description": " Log Entry 468",
+ "EntryType": "Oem",
+ "Id": "468",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 468",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/469/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/469/index.json
new file mode 100644
index 0000000..47e4cdf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/469/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/469",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:31-05:00",
+ "Description": " Log Entry 469",
+ "EntryType": "Oem",
+ "Id": "469",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 469",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/47/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/47/index.json
new file mode 100644
index 0000000..3c1e66c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/47/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/47",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 47",
+ "EntryType": "Oem",
+ "Id": "47",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 47",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/470/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/470/index.json
new file mode 100644
index 0000000..2041b38
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/470/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/470",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:35-05:00",
+ "Description": " Log Entry 470",
+ "EntryType": "Oem",
+ "Id": "470",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 470",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/471/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/471/index.json
new file mode 100644
index 0000000..87ac9df
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/471/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/471",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:36-05:00",
+ "Description": " Log Entry 471",
+ "EntryType": "Oem",
+ "Id": "471",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 471",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/472/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/472/index.json
new file mode 100644
index 0000000..2c36e68
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/472/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/472",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:37-05:00",
+ "Description": " Log Entry 472",
+ "EntryType": "Oem",
+ "Id": "472",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 472",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/473/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/473/index.json
new file mode 100644
index 0000000..3a27111
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/473/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/473",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:37-05:00",
+ "Description": " Log Entry 473",
+ "EntryType": "Oem",
+ "Id": "473",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 473",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/474/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/474/index.json
new file mode 100644
index 0000000..90a4172
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/474/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/474",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:43-05:00",
+ "Description": " Log Entry 474",
+ "EntryType": "Oem",
+ "Id": "474",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 474",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/475/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/475/index.json
new file mode 100644
index 0000000..d95adf5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/475/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/475",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:45-05:00",
+ "Description": " Log Entry 475",
+ "EntryType": "Oem",
+ "Id": "475",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 475",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/476/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/476/index.json
new file mode 100644
index 0000000..32a9d5b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/476/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/476",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:45-05:00",
+ "Description": " Log Entry 476",
+ "EntryType": "Oem",
+ "Id": "476",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 476",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/477/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/477/index.json
new file mode 100644
index 0000000..9da4301
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/477/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/477",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:45-05:00",
+ "Description": " Log Entry 477",
+ "EntryType": "Oem",
+ "Id": "477",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 477",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/478/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/478/index.json
new file mode 100644
index 0000000..fdd126a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/478/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/478",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:49-05:00",
+ "Description": " Log Entry 478",
+ "EntryType": "Oem",
+ "Id": "478",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 478",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/479/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/479/index.json
new file mode 100644
index 0000000..c39dbd7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/479/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/479",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:50-05:00",
+ "Description": " Log Entry 479",
+ "EntryType": "Oem",
+ "Id": "479",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 479",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/48/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/48/index.json
new file mode 100644
index 0000000..abea11c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/48/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/48",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 48",
+ "EntryType": "Oem",
+ "Id": "48",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 48",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/480/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/480/index.json
new file mode 100644
index 0000000..df9ee8c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/480/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/480",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:51-05:00",
+ "Description": " Log Entry 480",
+ "EntryType": "Oem",
+ "Id": "480",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 480",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/481/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/481/index.json
new file mode 100644
index 0000000..dd01adf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/481/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/481",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:51-05:00",
+ "Description": " Log Entry 481",
+ "EntryType": "Oem",
+ "Id": "481",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 481",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/482/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/482/index.json
new file mode 100644
index 0000000..b20beb7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/482/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/482",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:54-05:00",
+ "Description": " Log Entry 482",
+ "EntryType": "Oem",
+ "Id": "482",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 482",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/483/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/483/index.json
new file mode 100644
index 0000000..67cdd07
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/483/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/483",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:56-05:00",
+ "Description": " Log Entry 483",
+ "EntryType": "Oem",
+ "Id": "483",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 483",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/484/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/484/index.json
new file mode 100644
index 0000000..1901c2e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/484/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/484",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:56-05:00",
+ "Description": " Log Entry 484",
+ "EntryType": "Oem",
+ "Id": "484",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 484",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/485/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/485/index.json
new file mode 100644
index 0000000..4f38e81
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/485/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/485",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:57-05:00",
+ "Description": " Log Entry 485",
+ "EntryType": "Oem",
+ "Id": "485",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 485",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/486/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/486/index.json
new file mode 100644
index 0000000..3af0d59
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/486/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/486",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:00-05:00",
+ "Description": " Log Entry 486",
+ "EntryType": "Oem",
+ "Id": "486",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 486",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/487/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/487/index.json
new file mode 100644
index 0000000..fdcaff7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/487/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/487",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:11-05:00",
+ "Description": " Log Entry 487",
+ "EntryType": "Oem",
+ "Id": "487",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 487",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/488/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/488/index.json
new file mode 100644
index 0000000..f4d7f9e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/488/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/488",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:12-05:00",
+ "Description": " Log Entry 488",
+ "EntryType": "Oem",
+ "Id": "488",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 488",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/489/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/489/index.json
new file mode 100644
index 0000000..9900d50
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/489/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/489",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:12-05:00",
+ "Description": " Log Entry 489",
+ "EntryType": "Oem",
+ "Id": "489",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 489",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/49/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/49/index.json
new file mode 100644
index 0000000..2228947
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/49/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/49",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 49",
+ "EntryType": "Oem",
+ "Id": "49",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 49",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/490/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/490/index.json
new file mode 100644
index 0000000..9419a9a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/490/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/490",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:15-05:00",
+ "Description": " Log Entry 490",
+ "EntryType": "Oem",
+ "Id": "490",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 490",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/491/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/491/index.json
new file mode 100644
index 0000000..7b2120b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/491/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/491",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:29-05:00",
+ "Description": " Log Entry 491",
+ "EntryType": "Oem",
+ "Id": "491",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 491",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/492/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/492/index.json
new file mode 100644
index 0000000..c5d67d8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/492/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/492",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:29-05:00",
+ "Description": " Log Entry 492",
+ "EntryType": "Oem",
+ "Id": "492",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 492",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/493/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/493/index.json
new file mode 100644
index 0000000..e707175
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/493/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/493",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:29-05:00",
+ "Description": " Log Entry 493",
+ "EntryType": "Oem",
+ "Id": "493",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 493",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/494/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/494/index.json
new file mode 100644
index 0000000..b8810bd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/494/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/494",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:33-05:00",
+ "Description": " Log Entry 494",
+ "EntryType": "Oem",
+ "Id": "494",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 494",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/495/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/495/index.json
new file mode 100644
index 0000000..fe637f8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/495/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/495",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:36-05:00",
+ "Description": " Log Entry 495",
+ "EntryType": "Oem",
+ "Id": "495",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 495",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/496/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/496/index.json
new file mode 100644
index 0000000..3572061
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/496/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/496",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:36-05:00",
+ "Description": " Log Entry 496",
+ "EntryType": "Oem",
+ "Id": "496",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 496",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/497/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/497/index.json
new file mode 100644
index 0000000..013686b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/497/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/497",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:37-05:00",
+ "Description": " Log Entry 497",
+ "EntryType": "Oem",
+ "Id": "497",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 497",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/498/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/498/index.json
new file mode 100644
index 0000000..57dbe7c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/498/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/498",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:40-05:00",
+ "Description": " Log Entry 498",
+ "EntryType": "Oem",
+ "Id": "498",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 498",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/499/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/499/index.json
new file mode 100644
index 0000000..fcc038b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/499/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/499",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:47-05:00",
+ "Description": " Log Entry 499",
+ "EntryType": "Oem",
+ "Id": "499",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 499",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/5/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/5/index.json
new file mode 100644
index 0000000..ba3ad97
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/5/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/5",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:04-06:00",
+ "Description": " Log Entry 5",
+ "EntryType": "Oem",
+ "Id": "5",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 5",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/50/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/50/index.json
new file mode 100644
index 0000000..f5f1672
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/50/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/50",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:08-05:00",
+ "Description": " Log Entry 50",
+ "EntryType": "Oem",
+ "Id": "50",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 50",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/500/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/500/index.json
new file mode 100644
index 0000000..af6464b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/500/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/500",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:48-05:00",
+ "Description": " Log Entry 500",
+ "EntryType": "Oem",
+ "Id": "500",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 500",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/501/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/501/index.json
new file mode 100644
index 0000000..ce3ea9b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/501/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/501",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:48-05:00",
+ "Description": " Log Entry 501",
+ "EntryType": "Oem",
+ "Id": "501",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 501",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/502/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/502/index.json
new file mode 100644
index 0000000..c47a644
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/502/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/502",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:51-05:00",
+ "Description": " Log Entry 502",
+ "EntryType": "Oem",
+ "Id": "502",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 502",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/503/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/503/index.json
new file mode 100644
index 0000000..8ee1c84
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/503/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/503",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:56-05:00",
+ "Description": " Log Entry 503",
+ "EntryType": "Oem",
+ "Id": "503",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 503",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/504/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/504/index.json
new file mode 100644
index 0000000..f0f2568
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/504/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/504",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:57-05:00",
+ "Description": " Log Entry 504",
+ "EntryType": "Oem",
+ "Id": "504",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 504",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/505/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/505/index.json
new file mode 100644
index 0000000..e4fbf78
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/505/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/505",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:57-05:00",
+ "Description": " Log Entry 505",
+ "EntryType": "Oem",
+ "Id": "505",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 505",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/506/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/506/index.json
new file mode 100644
index 0000000..a85bc92
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/506/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/506",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:00-05:00",
+ "Description": " Log Entry 506",
+ "EntryType": "Oem",
+ "Id": "506",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 506",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/507/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/507/index.json
new file mode 100644
index 0000000..e35b15d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/507/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/507",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:02-05:00",
+ "Description": " Log Entry 507",
+ "EntryType": "Oem",
+ "Id": "507",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 507",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/508/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/508/index.json
new file mode 100644
index 0000000..77e76ee
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/508/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/508",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:02-05:00",
+ "Description": " Log Entry 508",
+ "EntryType": "Oem",
+ "Id": "508",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 508",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/509/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/509/index.json
new file mode 100644
index 0000000..509beae
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/509/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/509",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:03-05:00",
+ "Description": " Log Entry 509",
+ "EntryType": "Oem",
+ "Id": "509",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 509",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/51/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/51/index.json
new file mode 100644
index 0000000..5c98ced
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/51/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/51",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 51",
+ "EntryType": "Oem",
+ "Id": "51",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 51",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/510/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/510/index.json
new file mode 100644
index 0000000..bf1c4f0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/510/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/510",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:06-05:00",
+ "Description": " Log Entry 510",
+ "EntryType": "Oem",
+ "Id": "510",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 510",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/511/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/511/index.json
new file mode 100644
index 0000000..4b0e5b2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/511/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/511",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:14-05:00",
+ "Description": " Log Entry 511",
+ "EntryType": "Oem",
+ "Id": "511",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 511",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/512/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/512/index.json
new file mode 100644
index 0000000..6bff536
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/512/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/512",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:14-05:00",
+ "Description": " Log Entry 512",
+ "EntryType": "Oem",
+ "Id": "512",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 512",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/513/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/513/index.json
new file mode 100644
index 0000000..160bba8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/513/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/513",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:15-05:00",
+ "Description": " Log Entry 513",
+ "EntryType": "Oem",
+ "Id": "513",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 513",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/514/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/514/index.json
new file mode 100644
index 0000000..29dfd57
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/514/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/514",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:18-05:00",
+ "Description": " Log Entry 514",
+ "EntryType": "Oem",
+ "Id": "514",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 514",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/515/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/515/index.json
new file mode 100644
index 0000000..82b69c2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/515/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/515",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:18-05:00",
+ "Description": " Log Entry 515",
+ "EntryType": "Oem",
+ "Id": "515",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 515",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/516/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/516/index.json
new file mode 100644
index 0000000..383fa43
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/516/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/516",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:20-05:00",
+ "Description": " Log Entry 516",
+ "EntryType": "Oem",
+ "Id": "516",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 516",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/517/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/517/index.json
new file mode 100644
index 0000000..bed2ae7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/517/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/517",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:20-05:00",
+ "Description": " Log Entry 517",
+ "EntryType": "Oem",
+ "Id": "517",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 517",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/518/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/518/index.json
new file mode 100644
index 0000000..1cc0b98
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/518/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/518",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:20-05:00",
+ "Description": " Log Entry 518",
+ "EntryType": "Oem",
+ "Id": "518",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 518",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/519/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/519/index.json
new file mode 100644
index 0000000..b679408
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/519/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/519",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:23-05:00",
+ "Description": " Log Entry 519",
+ "EntryType": "Oem",
+ "Id": "519",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 519",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/52/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/52/index.json
new file mode 100644
index 0000000..cacd0a8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/52/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/52",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 52",
+ "EntryType": "Oem",
+ "Id": "52",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A1)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 52",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/520/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/520/index.json
new file mode 100644
index 0000000..de9135f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/520/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/520",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:24-05:00",
+ "Description": " Log Entry 520",
+ "EntryType": "Oem",
+ "Id": "520",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 520",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/521/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/521/index.json
new file mode 100644
index 0000000..a01ed36
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/521/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/521",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:26-05:00",
+ "Description": " Log Entry 521",
+ "EntryType": "Oem",
+ "Id": "521",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 521",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/522/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/522/index.json
new file mode 100644
index 0000000..0957486
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/522/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/522",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:26-05:00",
+ "Description": " Log Entry 522",
+ "EntryType": "Oem",
+ "Id": "522",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 522",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/523/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/523/index.json
new file mode 100644
index 0000000..a27373c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/523/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/523",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:26-05:00",
+ "Description": " Log Entry 523",
+ "EntryType": "Oem",
+ "Id": "523",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 523",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/524/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/524/index.json
new file mode 100644
index 0000000..f824558
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/524/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/524",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:27-05:00",
+ "Description": " Log Entry 524",
+ "EntryType": "Oem",
+ "Id": "524",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 524",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/525/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/525/index.json
new file mode 100644
index 0000000..aec8aa8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/525/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/525",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:27-05:00",
+ "Description": " Log Entry 525",
+ "EntryType": "Oem",
+ "Id": "525",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 525",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/526/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/526/index.json
new file mode 100644
index 0000000..b4ce08f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/526/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/526",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:30-05:00",
+ "Description": " Log Entry 526",
+ "EntryType": "Oem",
+ "Id": "526",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 526",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/527/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/527/index.json
new file mode 100644
index 0000000..d2528f4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/527/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/527",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:32-05:00",
+ "Description": " Log Entry 527",
+ "EntryType": "Oem",
+ "Id": "527",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 527",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/528/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/528/index.json
new file mode 100644
index 0000000..56f498b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/528/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/528",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:32-05:00",
+ "Description": " Log Entry 528",
+ "EntryType": "Oem",
+ "Id": "528",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 528",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/529/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/529/index.json
new file mode 100644
index 0000000..1ff80d5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/529/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/529",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:33-05:00",
+ "Description": " Log Entry 529",
+ "EntryType": "Oem",
+ "Id": "529",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 529",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/53/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/53/index.json
new file mode 100644
index 0000000..922c193
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/53/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/53",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 53",
+ "EntryType": "Oem",
+ "Id": "53",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A2)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 53",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/530/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/530/index.json
new file mode 100644
index 0000000..c5c448c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/530/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/530",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:39-05:00",
+ "Description": " Log Entry 530",
+ "EntryType": "Oem",
+ "Id": "530",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 530",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/531/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/531/index.json
new file mode 100644
index 0000000..b83810c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/531/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/531",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:42-05:00",
+ "Description": " Log Entry 531",
+ "EntryType": "Oem",
+ "Id": "531",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 531",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/532/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/532/index.json
new file mode 100644
index 0000000..1278e73
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/532/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/532",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:43-05:00",
+ "Description": " Log Entry 532",
+ "EntryType": "Oem",
+ "Id": "532",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 532",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/533/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/533/index.json
new file mode 100644
index 0000000..50f7911
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/533/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/533",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:43-05:00",
+ "Description": " Log Entry 533",
+ "EntryType": "Oem",
+ "Id": "533",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 533",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/534/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/534/index.json
new file mode 100644
index 0000000..50d8b30
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/534/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/534",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:44-05:00",
+ "Description": " Log Entry 534",
+ "EntryType": "Oem",
+ "Id": "534",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 534",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/535/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/535/index.json
new file mode 100644
index 0000000..40f8395
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/535/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/535",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:44-05:00",
+ "Description": " Log Entry 535",
+ "EntryType": "Oem",
+ "Id": "535",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 535",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/536/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/536/index.json
new file mode 100644
index 0000000..4a93419
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/536/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/536",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:46-05:00",
+ "Description": " Log Entry 536",
+ "EntryType": "Oem",
+ "Id": "536",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 536",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/537/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/537/index.json
new file mode 100644
index 0000000..b2175f5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/537/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/537",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:54-05:00",
+ "Description": " Log Entry 537",
+ "EntryType": "Oem",
+ "Id": "537",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 537",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/538/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/538/index.json
new file mode 100644
index 0000000..9fe5f47
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/538/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/538",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:54-05:00",
+ "Description": " Log Entry 538",
+ "EntryType": "Oem",
+ "Id": "538",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 538",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/539/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/539/index.json
new file mode 100644
index 0000000..e663778
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/539/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/539",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:54-05:00",
+ "Description": " Log Entry 539",
+ "EntryType": "Oem",
+ "Id": "539",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 539",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/54/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/54/index.json
new file mode 100644
index 0000000..3019b3f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/54/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/54",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 54",
+ "EntryType": "Oem",
+ "Id": "54",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A3)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A3)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 54",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/540/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/540/index.json
new file mode 100644
index 0000000..0cae4d5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/540/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/540",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:58-05:00",
+ "Description": " Log Entry 540",
+ "EntryType": "Oem",
+ "Id": "540",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 540",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/541/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/541/index.json
new file mode 100644
index 0000000..e48077b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/541/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/541",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:09-05:00",
+ "Description": " Log Entry 541",
+ "EntryType": "Oem",
+ "Id": "541",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 541",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/542/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/542/index.json
new file mode 100644
index 0000000..f073581
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/542/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/542",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:09-05:00",
+ "Description": " Log Entry 542",
+ "EntryType": "Oem",
+ "Id": "542",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 542",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/543/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/543/index.json
new file mode 100644
index 0000000..329d0d2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/543/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/543",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:09-05:00",
+ "Description": " Log Entry 543",
+ "EntryType": "Oem",
+ "Id": "543",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 543",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/544/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/544/index.json
new file mode 100644
index 0000000..3f3a7e3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/544/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/544",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:13-05:00",
+ "Description": " Log Entry 544",
+ "EntryType": "Oem",
+ "Id": "544",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 544",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/545/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/545/index.json
new file mode 100644
index 0000000..63f8b7c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/545/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/545",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:31-05:00",
+ "Description": " Log Entry 545",
+ "EntryType": "Oem",
+ "Id": "545",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 545",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/546/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/546/index.json
new file mode 100644
index 0000000..0c76240
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/546/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/546",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:31-05:00",
+ "Description": " Log Entry 546",
+ "EntryType": "Oem",
+ "Id": "546",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 546",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/547/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/547/index.json
new file mode 100644
index 0000000..236e530
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/547/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/547",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:31-05:00",
+ "Description": " Log Entry 547",
+ "EntryType": "Oem",
+ "Id": "547",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 547",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/548/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/548/index.json
new file mode 100644
index 0000000..cfd63a3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/548/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/548",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:35-05:00",
+ "Description": " Log Entry 548",
+ "EntryType": "Oem",
+ "Id": "548",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 548",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/549/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/549/index.json
new file mode 100644
index 0000000..ebb8460
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/549/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/549",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:01-05:00",
+ "Description": " Log Entry 549",
+ "EntryType": "Oem",
+ "Id": "549",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 549",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/55/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/55/index.json
new file mode 100644
index 0000000..604bac8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/55/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/55",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 55",
+ "EntryType": "Oem",
+ "Id": "55",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A4)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A4)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 55",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/550/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/550/index.json
new file mode 100644
index 0000000..b822c95
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/550/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/550",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:01-05:00",
+ "Description": " Log Entry 550",
+ "EntryType": "Oem",
+ "Id": "550",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 550",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/551/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/551/index.json
new file mode 100644
index 0000000..e9359ab
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/551/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/551",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:01-05:00",
+ "Description": " Log Entry 551",
+ "EntryType": "Oem",
+ "Id": "551",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 551",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/552/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/552/index.json
new file mode 100644
index 0000000..6bbb26a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/552/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/552",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:05-05:00",
+ "Description": " Log Entry 552",
+ "EntryType": "Oem",
+ "Id": "552",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 552",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/553/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/553/index.json
new file mode 100644
index 0000000..59318a5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/553/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/553",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:54-05:00",
+ "Description": " Log Entry 553",
+ "EntryType": "Oem",
+ "Id": "553",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 553",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/554/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/554/index.json
new file mode 100644
index 0000000..c296132
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/554/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/554",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:54-05:00",
+ "Description": " Log Entry 554",
+ "EntryType": "Oem",
+ "Id": "554",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 554",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/555/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/555/index.json
new file mode 100644
index 0000000..00882cb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/555/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/555",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:54-05:00",
+ "Description": " Log Entry 555",
+ "EntryType": "Oem",
+ "Id": "555",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 555",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/556/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/556/index.json
new file mode 100644
index 0000000..88771be
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/556/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/556",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:57-05:00",
+ "Description": " Log Entry 556",
+ "EntryType": "Oem",
+ "Id": "556",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 556",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/557/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/557/index.json
new file mode 100644
index 0000000..57a81d7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/557/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/557",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:42:25-05:00",
+ "Description": " Log Entry 557",
+ "EntryType": "Oem",
+ "Id": "557",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 557",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/558/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/558/index.json
new file mode 100644
index 0000000..e029ff6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/558/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/558",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:42:25-05:00",
+ "Description": " Log Entry 558",
+ "EntryType": "Oem",
+ "Id": "558",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 558",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/559/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/559/index.json
new file mode 100644
index 0000000..c4138c3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/559/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/559",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:42:25-05:00",
+ "Description": " Log Entry 559",
+ "EntryType": "Oem",
+ "Id": "559",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 559",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/56/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/56/index.json
new file mode 100644
index 0000000..c947cdf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/56/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/56",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 56",
+ "EntryType": "Oem",
+ "Id": "56",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A5)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A5)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 56",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/560/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/560/index.json
new file mode 100644
index 0000000..637506d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/560/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/560",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:42:29-05:00",
+ "Description": " Log Entry 560",
+ "EntryType": "Oem",
+ "Id": "560",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 560",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/561/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/561/index.json
new file mode 100644
index 0000000..17d7451
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/561/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/561",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:01-05:00",
+ "Description": " Log Entry 561",
+ "EntryType": "Oem",
+ "Id": "561",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 561",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/562/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/562/index.json
new file mode 100644
index 0000000..85f4094
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/562/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/562",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:01-05:00",
+ "Description": " Log Entry 562",
+ "EntryType": "Oem",
+ "Id": "562",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 562",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/563/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/563/index.json
new file mode 100644
index 0000000..6ebfcc0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/563/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/563",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:01-05:00",
+ "Description": " Log Entry 563",
+ "EntryType": "Oem",
+ "Id": "563",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 563",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/564/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/564/index.json
new file mode 100644
index 0000000..bddbf6a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/564/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/564",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:05-05:00",
+ "Description": " Log Entry 564",
+ "EntryType": "Oem",
+ "Id": "564",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 564",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/565/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/565/index.json
new file mode 100644
index 0000000..10e0418
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/565/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/565",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:08-05:00",
+ "Description": " Log Entry 565",
+ "EntryType": "Oem",
+ "Id": "565",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 565",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/566/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/566/index.json
new file mode 100644
index 0000000..6c2a973
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/566/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/566",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:08-05:00",
+ "Description": " Log Entry 566",
+ "EntryType": "Oem",
+ "Id": "566",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 566",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/567/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/567/index.json
new file mode 100644
index 0000000..5a6b1b5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/567/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/567",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:09-05:00",
+ "Description": " Log Entry 567",
+ "EntryType": "Oem",
+ "Id": "567",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 567",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/568/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/568/index.json
new file mode 100644
index 0000000..4fcaad5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/568/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/568",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:12-05:00",
+ "Description": " Log Entry 568",
+ "EntryType": "Oem",
+ "Id": "568",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 568",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/569/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/569/index.json
new file mode 100644
index 0000000..7c6834a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/569/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/569",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:20-05:00",
+ "Description": " Log Entry 569",
+ "EntryType": "Oem",
+ "Id": "569",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 569",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/57/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/57/index.json
new file mode 100644
index 0000000..23350f6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/57/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/57",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 57",
+ "EntryType": "Oem",
+ "Id": "57",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A6)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A6)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 57",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/570/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/570/index.json
new file mode 100644
index 0000000..a7afdd7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/570/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/570",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:20-05:00",
+ "Description": " Log Entry 570",
+ "EntryType": "Oem",
+ "Id": "570",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 570",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/571/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/571/index.json
new file mode 100644
index 0000000..0f9a74b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/571/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/571",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:20-05:00",
+ "Description": " Log Entry 571",
+ "EntryType": "Oem",
+ "Id": "571",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 571",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/572/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/572/index.json
new file mode 100644
index 0000000..c988e73
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/572/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/572",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:24-05:00",
+ "Description": " Log Entry 572",
+ "EntryType": "Oem",
+ "Id": "572",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 572",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/573/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/573/index.json
new file mode 100644
index 0000000..cd2807f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/573/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/573",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:26-05:00",
+ "Description": " Log Entry 573",
+ "EntryType": "Oem",
+ "Id": "573",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 573",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/574/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/574/index.json
new file mode 100644
index 0000000..ff5a0f9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/574/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/574",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:26-05:00",
+ "Description": " Log Entry 574",
+ "EntryType": "Oem",
+ "Id": "574",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 574",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/575/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/575/index.json
new file mode 100644
index 0000000..c24e73f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/575/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/575",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:26-05:00",
+ "Description": " Log Entry 575",
+ "EntryType": "Oem",
+ "Id": "575",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 575",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/576/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/576/index.json
new file mode 100644
index 0000000..837d034
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/576/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/576",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:30-05:00",
+ "Description": " Log Entry 576",
+ "EntryType": "Oem",
+ "Id": "576",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 576",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/577/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/577/index.json
new file mode 100644
index 0000000..c1bd33a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/577/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/577",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:31-05:00",
+ "Description": " Log Entry 577",
+ "EntryType": "Oem",
+ "Id": "577",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 577",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/578/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/578/index.json
new file mode 100644
index 0000000..5ea766f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/578/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/578",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:32-05:00",
+ "Description": " Log Entry 578",
+ "EntryType": "Oem",
+ "Id": "578",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 578",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/579/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/579/index.json
new file mode 100644
index 0000000..69b4636
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/579/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/579",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:32-05:00",
+ "Description": " Log Entry 579",
+ "EntryType": "Oem",
+ "Id": "579",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 579",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/58/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/58/index.json
new file mode 100644
index 0000000..706dac6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/58/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/58",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 58",
+ "EntryType": "Oem",
+ "Id": "58",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A7)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A7)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 58",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/580/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/580/index.json
new file mode 100644
index 0000000..f7c4116
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/580/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/580",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:35-05:00",
+ "Description": " Log Entry 580",
+ "EntryType": "Oem",
+ "Id": "580",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 580",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/581/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/581/index.json
new file mode 100644
index 0000000..f505981
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/581/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/581",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:37-05:00",
+ "Description": " Log Entry 581",
+ "EntryType": "Oem",
+ "Id": "581",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 581",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/582/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/582/index.json
new file mode 100644
index 0000000..20f6f54
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/582/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/582",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:37-05:00",
+ "Description": " Log Entry 582",
+ "EntryType": "Oem",
+ "Id": "582",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 582",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/583/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/583/index.json
new file mode 100644
index 0000000..c9bf9be
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/583/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/583",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:38-05:00",
+ "Description": " Log Entry 583",
+ "EntryType": "Oem",
+ "Id": "583",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 583",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/584/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/584/index.json
new file mode 100644
index 0000000..917f6f5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/584/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/584",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:43-05:00",
+ "Description": " Log Entry 584",
+ "EntryType": "Oem",
+ "Id": "584",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 584",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/585/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/585/index.json
new file mode 100644
index 0000000..640fb4b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/585/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/585",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:49-05:00",
+ "Description": " Log Entry 585",
+ "EntryType": "Oem",
+ "Id": "585",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 585",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/586/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/586/index.json
new file mode 100644
index 0000000..b1f0c59
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/586/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/586",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:49-05:00",
+ "Description": " Log Entry 586",
+ "EntryType": "Oem",
+ "Id": "586",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 586",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/587/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/587/index.json
new file mode 100644
index 0000000..781de47
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/587/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/587",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:50-05:00",
+ "Description": " Log Entry 587",
+ "EntryType": "Oem",
+ "Id": "587",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 587",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/588/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/588/index.json
new file mode 100644
index 0000000..03b588e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/588/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/588",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:53-05:00",
+ "Description": " Log Entry 588",
+ "EntryType": "Oem",
+ "Id": "588",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 588",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/589/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/589/index.json
new file mode 100644
index 0000000..acce569
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/589/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/589",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:58-05:00",
+ "Description": " Log Entry 589",
+ "EntryType": "Oem",
+ "Id": "589",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 589",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/59/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/59/index.json
new file mode 100644
index 0000000..1061712
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/59/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/59",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 59",
+ "EntryType": "Oem",
+ "Id": "59",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A8)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A8)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 59",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/590/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/590/index.json
new file mode 100644
index 0000000..c5e1d5c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/590/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/590",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:59-05:00",
+ "Description": " Log Entry 590",
+ "EntryType": "Oem",
+ "Id": "590",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 590",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/591/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/591/index.json
new file mode 100644
index 0000000..eb779d0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/591/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/591",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:59-05:00",
+ "Description": " Log Entry 591",
+ "EntryType": "Oem",
+ "Id": "591",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 591",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/592/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/592/index.json
new file mode 100644
index 0000000..9cd23d5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/592/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/592",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:02-05:00",
+ "Description": " Log Entry 592",
+ "EntryType": "Oem",
+ "Id": "592",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 592",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/593/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/593/index.json
new file mode 100644
index 0000000..0c068ee
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/593/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/593",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:10-05:00",
+ "Description": " Log Entry 593",
+ "EntryType": "Oem",
+ "Id": "593",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 593",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/594/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/594/index.json
new file mode 100644
index 0000000..6b0f97e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/594/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/594",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:11-05:00",
+ "Description": " Log Entry 594",
+ "EntryType": "Oem",
+ "Id": "594",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 594",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/595/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/595/index.json
new file mode 100644
index 0000000..4a3a2b7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/595/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/595",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:11-05:00",
+ "Description": " Log Entry 595",
+ "EntryType": "Oem",
+ "Id": "595",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 595",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/596/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/596/index.json
new file mode 100644
index 0000000..5d0a14c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/596/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/596",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:15-05:00",
+ "Description": " Log Entry 596",
+ "EntryType": "Oem",
+ "Id": "596",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 596",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/597/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/597/index.json
new file mode 100644
index 0000000..cb17201
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/597/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/597",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:17-05:00",
+ "Description": " Log Entry 597",
+ "EntryType": "Oem",
+ "Id": "597",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 597",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/598/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/598/index.json
new file mode 100644
index 0000000..5d51274
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/598/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/598",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:18-05:00",
+ "Description": " Log Entry 598",
+ "EntryType": "Oem",
+ "Id": "598",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 598",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/599/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/599/index.json
new file mode 100644
index 0000000..9d6ebf1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/599/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/599",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:18-05:00",
+ "Description": " Log Entry 599",
+ "EntryType": "Oem",
+ "Id": "599",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 599",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/6/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/6/index.json
new file mode 100644
index 0000000..60a9214
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/6/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/6",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:04-06:00",
+ "Description": " Log Entry 6",
+ "EntryType": "Oem",
+ "Id": "6",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 6",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/60/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/60/index.json
new file mode 100644
index 0000000..21a5c60
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/60/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/60",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 60",
+ "EntryType": "Oem",
+ "Id": "60",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B1)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 60",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/600/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/600/index.json
new file mode 100644
index 0000000..d06382f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/600/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/600",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:22-05:00",
+ "Description": " Log Entry 600",
+ "EntryType": "Oem",
+ "Id": "600",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 600",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/601/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/601/index.json
new file mode 100644
index 0000000..b54ec73
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/601/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/601",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:29-05:00",
+ "Description": " Log Entry 601",
+ "EntryType": "Oem",
+ "Id": "601",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 601",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/602/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/602/index.json
new file mode 100644
index 0000000..14fe505
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/602/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/602",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:29-05:00",
+ "Description": " Log Entry 602",
+ "EntryType": "Oem",
+ "Id": "602",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 602",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/603/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/603/index.json
new file mode 100644
index 0000000..c294270
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/603/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/603",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:29-05:00",
+ "Description": " Log Entry 603",
+ "EntryType": "Oem",
+ "Id": "603",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 603",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/604/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/604/index.json
new file mode 100644
index 0000000..bedfa81
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/604/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/604",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:33-05:00",
+ "Description": " Log Entry 604",
+ "EntryType": "Oem",
+ "Id": "604",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 604",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/605/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/605/index.json
new file mode 100644
index 0000000..36d1993
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/605/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/605",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:43-05:00",
+ "Description": " Log Entry 605",
+ "EntryType": "Oem",
+ "Id": "605",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 605",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/606/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/606/index.json
new file mode 100644
index 0000000..211c7d4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/606/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/606",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:43-05:00",
+ "Description": " Log Entry 606",
+ "EntryType": "Oem",
+ "Id": "606",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 606",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/607/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/607/index.json
new file mode 100644
index 0000000..dd91695
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/607/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/607",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:43-05:00",
+ "Description": " Log Entry 607",
+ "EntryType": "Oem",
+ "Id": "607",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 607",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/608/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/608/index.json
new file mode 100644
index 0000000..0f5310e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/608/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/608",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:47-05:00",
+ "Description": " Log Entry 608",
+ "EntryType": "Oem",
+ "Id": "608",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 608",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/609/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/609/index.json
new file mode 100644
index 0000000..57c10ab
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/609/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/609",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:05-05:00",
+ "Description": " Log Entry 609",
+ "EntryType": "Oem",
+ "Id": "609",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 609",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/61/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/61/index.json
new file mode 100644
index 0000000..c3abd4a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/61/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/61",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 61",
+ "EntryType": "Oem",
+ "Id": "61",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B2)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 61",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/610/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/610/index.json
new file mode 100644
index 0000000..b95a0e7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/610/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/610",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:05-05:00",
+ "Description": " Log Entry 610",
+ "EntryType": "Oem",
+ "Id": "610",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 610",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/611/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/611/index.json
new file mode 100644
index 0000000..abad19b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/611/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/611",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:05-05:00",
+ "Description": " Log Entry 611",
+ "EntryType": "Oem",
+ "Id": "611",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 611",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/612/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/612/index.json
new file mode 100644
index 0000000..e905d4e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/612/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/612",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:09-05:00",
+ "Description": " Log Entry 612",
+ "EntryType": "Oem",
+ "Id": "612",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 612",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/613/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/613/index.json
new file mode 100644
index 0000000..738a0f0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/613/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/613",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:34-05:00",
+ "Description": " Log Entry 613",
+ "EntryType": "Oem",
+ "Id": "613",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 613",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/614/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/614/index.json
new file mode 100644
index 0000000..d863687
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/614/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/614",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:34-05:00",
+ "Description": " Log Entry 614",
+ "EntryType": "Oem",
+ "Id": "614",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 614",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/615/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/615/index.json
new file mode 100644
index 0000000..ed3be98
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/615/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/615",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:35-05:00",
+ "Description": " Log Entry 615",
+ "EntryType": "Oem",
+ "Id": "615",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 615",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/616/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/616/index.json
new file mode 100644
index 0000000..878f803
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/616/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/616",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:38-05:00",
+ "Description": " Log Entry 616",
+ "EntryType": "Oem",
+ "Id": "616",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 616",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/617/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/617/index.json
new file mode 100644
index 0000000..c916fe9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/617/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/617",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:24-05:00",
+ "Description": " Log Entry 617",
+ "EntryType": "Oem",
+ "Id": "617",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 617",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/618/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/618/index.json
new file mode 100644
index 0000000..828ecf6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/618/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/618",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:24-05:00",
+ "Description": " Log Entry 618",
+ "EntryType": "Oem",
+ "Id": "618",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 618",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/619/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/619/index.json
new file mode 100644
index 0000000..de82463
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/619/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/619",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:25-05:00",
+ "Description": " Log Entry 619",
+ "EntryType": "Oem",
+ "Id": "619",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 619",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/62/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/62/index.json
new file mode 100644
index 0000000..ca94d7a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/62/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/62",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 62",
+ "EntryType": "Oem",
+ "Id": "62",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B3)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B3)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 62",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/620/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/620/index.json
new file mode 100644
index 0000000..91da84e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/620/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/620",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:28-05:00",
+ "Description": " Log Entry 620",
+ "EntryType": "Oem",
+ "Id": "620",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 620",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/621/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/621/index.json
new file mode 100644
index 0000000..3b2fb06
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/621/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/621",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:33-05:00",
+ "Description": " Log Entry 621",
+ "EntryType": "Oem",
+ "Id": "621",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 621",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/622/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/622/index.json
new file mode 100644
index 0000000..7c3beae
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/622/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/622",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:33-05:00",
+ "Description": " Log Entry 622",
+ "EntryType": "Oem",
+ "Id": "622",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 622",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/623/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/623/index.json
new file mode 100644
index 0000000..3059c0b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/623/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/623",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:34-05:00",
+ "Description": " Log Entry 623",
+ "EntryType": "Oem",
+ "Id": "623",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 623",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/624/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/624/index.json
new file mode 100644
index 0000000..e8fb71b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/624/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/624",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:37-05:00",
+ "Description": " Log Entry 624",
+ "EntryType": "Oem",
+ "Id": "624",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 624",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/625/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/625/index.json
new file mode 100644
index 0000000..8814997
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/625/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/625",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T01:08:28-05:00",
+ "Description": " Log Entry 625",
+ "EntryType": "Oem",
+ "Id": "625",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 625",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/626/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/626/index.json
new file mode 100644
index 0000000..43eaed5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/626/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/626",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T01:08:28-05:00",
+ "Description": " Log Entry 626",
+ "EntryType": "Oem",
+ "Id": "626",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 626",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/627/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/627/index.json
new file mode 100644
index 0000000..797fbf7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/627/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/627",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T01:08:28-05:00",
+ "Description": " Log Entry 627",
+ "EntryType": "Oem",
+ "Id": "627",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 627",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/628/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/628/index.json
new file mode 100644
index 0000000..e1fdad2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/628/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/628",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T01:08:32-05:00",
+ "Description": " Log Entry 628",
+ "EntryType": "Oem",
+ "Id": "628",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 628",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/629/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/629/index.json
new file mode 100644
index 0000000..196f1bc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/629/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/629",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T11:19:02-05:00",
+ "Description": " Log Entry 629",
+ "EntryType": "Oem",
+ "Id": "629",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 629",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/63/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/63/index.json
new file mode 100644
index 0000000..293d74d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/63/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/63",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 63",
+ "EntryType": "Oem",
+ "Id": "63",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B4)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B4)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 63",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/630/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/630/index.json
new file mode 100644
index 0000000..3532300
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/630/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/630",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T11:19:02-05:00",
+ "Description": " Log Entry 630",
+ "EntryType": "Oem",
+ "Id": "630",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 630",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/631/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/631/index.json
new file mode 100644
index 0000000..170a950
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/631/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/631",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T11:19:02-05:00",
+ "Description": " Log Entry 631",
+ "EntryType": "Oem",
+ "Id": "631",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 631",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/632/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/632/index.json
new file mode 100644
index 0000000..2ec0244
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/632/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/632",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T11:19:06-05:00",
+ "Description": " Log Entry 632",
+ "EntryType": "Oem",
+ "Id": "632",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 632",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/633/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/633/index.json
new file mode 100644
index 0000000..1851dae
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/633/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/633",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T21:29:38-05:00",
+ "Description": " Log Entry 633",
+ "EntryType": "Oem",
+ "Id": "633",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 633",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/634/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/634/index.json
new file mode 100644
index 0000000..21588e6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/634/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/634",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T21:29:38-05:00",
+ "Description": " Log Entry 634",
+ "EntryType": "Oem",
+ "Id": "634",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 634",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/635/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/635/index.json
new file mode 100644
index 0000000..3ed3ac9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/635/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/635",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T21:29:38-05:00",
+ "Description": " Log Entry 635",
+ "EntryType": "Oem",
+ "Id": "635",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 635",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/636/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/636/index.json
new file mode 100644
index 0000000..e73da6b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/636/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/636",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T21:29:42-05:00",
+ "Description": " Log Entry 636",
+ "EntryType": "Oem",
+ "Id": "636",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 636",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/637/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/637/index.json
new file mode 100644
index 0000000..23bfd41
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/637/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/637",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T07:40:08-05:00",
+ "Description": " Log Entry 637",
+ "EntryType": "Oem",
+ "Id": "637",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 637",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/638/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/638/index.json
new file mode 100644
index 0000000..0997169
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/638/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/638",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T07:40:08-05:00",
+ "Description": " Log Entry 638",
+ "EntryType": "Oem",
+ "Id": "638",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 638",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/639/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/639/index.json
new file mode 100644
index 0000000..6debc1b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/639/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/639",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T07:40:08-05:00",
+ "Description": " Log Entry 639",
+ "EntryType": "Oem",
+ "Id": "639",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 639",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/64/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/64/index.json
new file mode 100644
index 0000000..23c6c2f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/64/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/64",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 64",
+ "EntryType": "Oem",
+ "Id": "64",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B5)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B5)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 64",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/640/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/640/index.json
new file mode 100644
index 0000000..ea02e0d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/640/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/640",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T07:40:11-05:00",
+ "Description": " Log Entry 640",
+ "EntryType": "Oem",
+ "Id": "640",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 640",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/641/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/641/index.json
new file mode 100644
index 0000000..3911afa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/641/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/641",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T17:50:42-05:00",
+ "Description": " Log Entry 641",
+ "EntryType": "Oem",
+ "Id": "641",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 641",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/642/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/642/index.json
new file mode 100644
index 0000000..4619d65
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/642/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/642",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T17:50:42-05:00",
+ "Description": " Log Entry 642",
+ "EntryType": "Oem",
+ "Id": "642",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 642",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/643/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/643/index.json
new file mode 100644
index 0000000..56182a3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/643/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/643",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T17:50:42-05:00",
+ "Description": " Log Entry 643",
+ "EntryType": "Oem",
+ "Id": "643",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 643",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/644/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/644/index.json
new file mode 100644
index 0000000..d4b4e4b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/644/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/644",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T17:50:46-05:00",
+ "Description": " Log Entry 644",
+ "EntryType": "Oem",
+ "Id": "644",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 644",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/645/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/645/index.json
new file mode 100644
index 0000000..827aada
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/645/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/645",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T04:01:18-05:00",
+ "Description": " Log Entry 645",
+ "EntryType": "Oem",
+ "Id": "645",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 645",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/646/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/646/index.json
new file mode 100644
index 0000000..f02eb86
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/646/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/646",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T04:01:19-05:00",
+ "Description": " Log Entry 646",
+ "EntryType": "Oem",
+ "Id": "646",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 646",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/647/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/647/index.json
new file mode 100644
index 0000000..0109dc5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/647/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/647",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T04:01:19-05:00",
+ "Description": " Log Entry 647",
+ "EntryType": "Oem",
+ "Id": "647",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 647",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/648/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/648/index.json
new file mode 100644
index 0000000..2bc9ff2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/648/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/648",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T04:01:22-05:00",
+ "Description": " Log Entry 648",
+ "EntryType": "Oem",
+ "Id": "648",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 648",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/649/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/649/index.json
new file mode 100644
index 0000000..6b00064
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/649/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/649",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T14:11:48-05:00",
+ "Description": " Log Entry 649",
+ "EntryType": "Oem",
+ "Id": "649",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 649",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/65/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/65/index.json
new file mode 100644
index 0000000..77bab2f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/65/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/65",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 65",
+ "EntryType": "Oem",
+ "Id": "65",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B6)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B6)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 65",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/650/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/650/index.json
new file mode 100644
index 0000000..f0abf2b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/650/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/650",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T14:11:49-05:00",
+ "Description": " Log Entry 650",
+ "EntryType": "Oem",
+ "Id": "650",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 650",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/651/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/651/index.json
new file mode 100644
index 0000000..b6066bc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/651/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/651",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T14:11:49-05:00",
+ "Description": " Log Entry 651",
+ "EntryType": "Oem",
+ "Id": "651",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 651",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/652/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/652/index.json
new file mode 100644
index 0000000..0693e04
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/652/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/652",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T14:11:52-05:00",
+ "Description": " Log Entry 652",
+ "EntryType": "Oem",
+ "Id": "652",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 652",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/653/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/653/index.json
new file mode 100644
index 0000000..767c8ec
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/653/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/653",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T23:04:00-05:00",
+ "Description": " Log Entry 653",
+ "EntryType": "Oem",
+ "Id": "653",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 653",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/654/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/654/index.json
new file mode 100644
index 0000000..821bc16
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/654/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/654",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T23:04:00-05:00",
+ "Description": " Log Entry 654",
+ "EntryType": "Oem",
+ "Id": "654",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 654",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/655/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/655/index.json
new file mode 100644
index 0000000..5b00426
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/655/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/655",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:22-05:00",
+ "Description": " Log Entry 655",
+ "EntryType": "Oem",
+ "Id": "655",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 655",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/656/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/656/index.json
new file mode 100644
index 0000000..d86ac50
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/656/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/656",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:22-05:00",
+ "Description": " Log Entry 656",
+ "EntryType": "Oem",
+ "Id": "656",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 656",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/657/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/657/index.json
new file mode 100644
index 0000000..42fa92b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/657/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/657",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:22-05:00",
+ "Description": " Log Entry 657",
+ "EntryType": "Oem",
+ "Id": "657",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 657",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/658/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/658/index.json
new file mode 100644
index 0000000..9d867ba
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/658/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/658",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:26-05:00",
+ "Description": " Log Entry 658",
+ "EntryType": "Oem",
+ "Id": "658",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 658",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/659/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/659/index.json
new file mode 100644
index 0000000..ddf00cd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/659/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/659",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:27-05:00",
+ "Description": " Log Entry 659",
+ "EntryType": "Oem",
+ "Id": "659",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 659",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/66/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/66/index.json
new file mode 100644
index 0000000..a34a00d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/66/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/66",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 66",
+ "EntryType": "Oem",
+ "Id": "66",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B7)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B7)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 66",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/660/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/660/index.json
new file mode 100644
index 0000000..fe84830
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/660/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/660",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:27-05:00",
+ "Description": " Log Entry 660",
+ "EntryType": "Oem",
+ "Id": "660",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 660",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/661/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/661/index.json
new file mode 100644
index 0000000..cd7d130
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/661/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/661",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:28-05:00",
+ "Description": " Log Entry 661",
+ "EntryType": "Oem",
+ "Id": "661",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 661",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/662/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/662/index.json
new file mode 100644
index 0000000..4f3af4f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/662/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/662",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:33-05:00",
+ "Description": " Log Entry 662",
+ "EntryType": "Oem",
+ "Id": "662",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 662",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/663/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/663/index.json
new file mode 100644
index 0000000..c66c93e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/663/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/663",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T10:32:54-05:00",
+ "Description": " Log Entry 663",
+ "EntryType": "Oem",
+ "Id": "663",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 663",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/664/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/664/index.json
new file mode 100644
index 0000000..7d2b4fa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/664/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/664",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T10:32:54-05:00",
+ "Description": " Log Entry 664",
+ "EntryType": "Oem",
+ "Id": "664",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 664",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/665/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/665/index.json
new file mode 100644
index 0000000..0ac3c76
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/665/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/665",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T10:32:54-05:00",
+ "Description": " Log Entry 665",
+ "EntryType": "Oem",
+ "Id": "665",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 665",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/666/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/666/index.json
new file mode 100644
index 0000000..91eb323
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/666/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/666",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T10:32:58-05:00",
+ "Description": " Log Entry 666",
+ "EntryType": "Oem",
+ "Id": "666",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 666",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/667/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/667/index.json
new file mode 100644
index 0000000..b00f139
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/667/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/667",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T20:43:28-05:00",
+ "Description": " Log Entry 667",
+ "EntryType": "Oem",
+ "Id": "667",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 667",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/668/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/668/index.json
new file mode 100644
index 0000000..d2d560f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/668/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/668",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T20:43:29-05:00",
+ "Description": " Log Entry 668",
+ "EntryType": "Oem",
+ "Id": "668",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 668",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/669/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/669/index.json
new file mode 100644
index 0000000..6537ab2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/669/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/669",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T20:43:29-05:00",
+ "Description": " Log Entry 669",
+ "EntryType": "Oem",
+ "Id": "669",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 669",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/67/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/67/index.json
new file mode 100644
index 0000000..85eb9ab
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/67/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/67",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 67",
+ "EntryType": "Oem",
+ "Id": "67",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B8)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B8)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 67",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/670/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/670/index.json
new file mode 100644
index 0000000..a1111a5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/670/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/670",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T20:43:32-05:00",
+ "Description": " Log Entry 670",
+ "EntryType": "Oem",
+ "Id": "670",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 670",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/671/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/671/index.json
new file mode 100644
index 0000000..085b2a0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/671/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/671",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T06:54:02-05:00",
+ "Description": " Log Entry 671",
+ "EntryType": "Oem",
+ "Id": "671",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 671",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/672/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/672/index.json
new file mode 100644
index 0000000..3a0a307
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/672/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/672",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T06:54:02-05:00",
+ "Description": " Log Entry 672",
+ "EntryType": "Oem",
+ "Id": "672",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 672",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/673/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/673/index.json
new file mode 100644
index 0000000..9d17fe4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/673/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/673",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T06:54:02-05:00",
+ "Description": " Log Entry 673",
+ "EntryType": "Oem",
+ "Id": "673",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 673",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/674/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/674/index.json
new file mode 100644
index 0000000..62058df
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/674/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/674",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T06:54:06-05:00",
+ "Description": " Log Entry 674",
+ "EntryType": "Oem",
+ "Id": "674",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 674",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/675/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/675/index.json
new file mode 100644
index 0000000..6ce135b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/675/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/675",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T17:04:34-05:00",
+ "Description": " Log Entry 675",
+ "EntryType": "Oem",
+ "Id": "675",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 675",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/676/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/676/index.json
new file mode 100644
index 0000000..1d8fa38
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/676/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/676",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T17:04:34-05:00",
+ "Description": " Log Entry 676",
+ "EntryType": "Oem",
+ "Id": "676",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 676",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/677/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/677/index.json
new file mode 100644
index 0000000..a7d9d2d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/677/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/677",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T17:04:34-05:00",
+ "Description": " Log Entry 677",
+ "EntryType": "Oem",
+ "Id": "677",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 677",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/678/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/678/index.json
new file mode 100644
index 0000000..6a5c0ee
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/678/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/678",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T17:04:38-05:00",
+ "Description": " Log Entry 678",
+ "EntryType": "Oem",
+ "Id": "678",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 678",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/679/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/679/index.json
new file mode 100644
index 0000000..cd7036f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/679/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/679",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T03:15:10-05:00",
+ "Description": " Log Entry 679",
+ "EntryType": "Oem",
+ "Id": "679",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 679",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/68/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/68/index.json
new file mode 100644
index 0000000..edad4aa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/68/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/68",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 68",
+ "EntryType": "Oem",
+ "Id": "68",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors//CPU.Socket.1"
+ }
+ },
+ "Message": "New device detected: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz(Socket 1)",
+ "MessageArgs": [
+ "Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz(Socket 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 68",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/680/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/680/index.json
new file mode 100644
index 0000000..9e7869c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/680/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/680",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T03:15:10-05:00",
+ "Description": " Log Entry 680",
+ "EntryType": "Oem",
+ "Id": "680",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 680",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/681/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/681/index.json
new file mode 100644
index 0000000..99ab19f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/681/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/681",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T03:15:10-05:00",
+ "Description": " Log Entry 681",
+ "EntryType": "Oem",
+ "Id": "681",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 681",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/682/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/682/index.json
new file mode 100644
index 0000000..8849d9d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/682/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/682",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T03:15:14-05:00",
+ "Description": " Log Entry 682",
+ "EntryType": "Oem",
+ "Id": "682",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 682",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/683/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/683/index.json
new file mode 100644
index 0000000..14005c2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/683/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/683",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T13:25:42-05:00",
+ "Description": " Log Entry 683",
+ "EntryType": "Oem",
+ "Id": "683",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 683",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/684/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/684/index.json
new file mode 100644
index 0000000..5939a90
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/684/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/684",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T13:25:42-05:00",
+ "Description": " Log Entry 684",
+ "EntryType": "Oem",
+ "Id": "684",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 684",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/685/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/685/index.json
new file mode 100644
index 0000000..193392b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/685/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/685",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T13:25:43-05:00",
+ "Description": " Log Entry 685",
+ "EntryType": "Oem",
+ "Id": "685",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 685",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/686/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/686/index.json
new file mode 100644
index 0000000..aaaa91e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/686/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/686",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T13:25:46-05:00",
+ "Description": " Log Entry 686",
+ "EntryType": "Oem",
+ "Id": "686",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 686",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/687/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/687/index.json
new file mode 100644
index 0000000..bde2db5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/687/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/687",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T23:36:18-05:00",
+ "Description": " Log Entry 687",
+ "EntryType": "Oem",
+ "Id": "687",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 687",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/688/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/688/index.json
new file mode 100644
index 0000000..d580b91
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/688/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/688",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T23:36:18-05:00",
+ "Description": " Log Entry 688",
+ "EntryType": "Oem",
+ "Id": "688",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 688",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/689/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/689/index.json
new file mode 100644
index 0000000..91954ac
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/689/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/689",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T23:36:18-05:00",
+ "Description": " Log Entry 689",
+ "EntryType": "Oem",
+ "Id": "689",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 689",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/69/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/69/index.json
new file mode 100644
index 0000000..77e4a7f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/69/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/69",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 69",
+ "EntryType": "Oem",
+ "Id": "69",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors//CPU.Socket.2"
+ }
+ },
+ "Message": "New device detected: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz(Socket 2)",
+ "MessageArgs": [
+ "Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz(Socket 2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 69",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/690/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/690/index.json
new file mode 100644
index 0000000..16f1afa
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/690/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/690",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T23:36:21-05:00",
+ "Description": " Log Entry 690",
+ "EntryType": "Oem",
+ "Id": "690",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 690",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/691/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/691/index.json
new file mode 100644
index 0000000..07c9db7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/691/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/691",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T09:46:49-05:00",
+ "Description": " Log Entry 691",
+ "EntryType": "Oem",
+ "Id": "691",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 691",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/692/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/692/index.json
new file mode 100644
index 0000000..881ad68
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/692/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/692",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T09:46:49-05:00",
+ "Description": " Log Entry 692",
+ "EntryType": "Oem",
+ "Id": "692",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 692",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/693/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/693/index.json
new file mode 100644
index 0000000..7077543
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/693/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/693",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T09:46:49-05:00",
+ "Description": " Log Entry 693",
+ "EntryType": "Oem",
+ "Id": "693",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 693",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/694/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/694/index.json
new file mode 100644
index 0000000..7a36f5b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/694/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/694",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T09:46:53-05:00",
+ "Description": " Log Entry 694",
+ "EntryType": "Oem",
+ "Id": "694",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 694",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/695/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/695/index.json
new file mode 100644
index 0000000..e264d8f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/695/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/695",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T16:29:47-05:00",
+ "Description": " Log Entry 695",
+ "EntryType": "Oem",
+ "Id": "695",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 695",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/696/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/696/index.json
new file mode 100644
index 0000000..dcad547
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/696/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/696",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T16:29:49-05:00",
+ "Description": " Log Entry 696",
+ "EntryType": "Oem",
+ "Id": "696",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 696",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/697/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/697/index.json
new file mode 100644
index 0000000..975285b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/697/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/697",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T16:44:16-05:00",
+ "Description": " Log Entry 697",
+ "EntryType": "Oem",
+ "Id": "697",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 697",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/698/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/698/index.json
new file mode 100644
index 0000000..b6b4e98
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/698/index.json
@@ -0,0 +1,24 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/698",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T16:44:16-05:00",
+ "Description": " Log Entry 698",
+ "EntryType": "Oem",
+ "Id": "698",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 698",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/699/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/699/index.json
new file mode 100644
index 0000000..a9aaaa1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/699/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/699",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:16-05:00",
+ "Description": " Log Entry 699",
+ "EntryType": "Oem",
+ "Id": "699",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 699",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/7/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/7/index.json
new file mode 100644
index 0000000..c547956
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/7/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/7",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:08-06:00",
+ "Description": " Log Entry 7",
+ "EntryType": "Oem",
+ "Id": "7",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is open while the power is off.",
+ "MessageId": "SEC0033",
+ "Name": " Log Entry 7",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/70/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/70/index.json
new file mode 100644
index 0000000..c91c4da
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/70/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/70",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 70",
+ "EntryType": "Oem",
+ "Id": "70",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 70",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/700/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/700/index.json
new file mode 100644
index 0000000..edf988c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/700/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/700",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:17-05:00",
+ "Description": " Log Entry 700",
+ "EntryType": "Oem",
+ "Id": "700",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 700",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/701/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/701/index.json
new file mode 100644
index 0000000..a16200d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/701/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/701",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:17-05:00",
+ "Description": " Log Entry 701",
+ "EntryType": "Oem",
+ "Id": "701",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 701",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/702/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/702/index.json
new file mode 100644
index 0000000..def07f0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/702/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/702",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:21-05:00",
+ "Description": " Log Entry 702",
+ "EntryType": "Oem",
+ "Id": "702",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 702",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/703/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/703/index.json
new file mode 100644
index 0000000..8cb91c7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/703/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/703",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:29-05:00",
+ "Description": " Log Entry 703",
+ "EntryType": "Oem",
+ "Id": "703",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 703",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/704/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/704/index.json
new file mode 100644
index 0000000..24211cd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/704/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/704",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:30-05:00",
+ "Description": " Log Entry 704",
+ "EntryType": "Oem",
+ "Id": "704",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 704",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/705/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/705/index.json
new file mode 100644
index 0000000..1a3780b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/705/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/705",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:30-05:00",
+ "Description": " Log Entry 705",
+ "EntryType": "Oem",
+ "Id": "705",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 705",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/706/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/706/index.json
new file mode 100644
index 0000000..17d9ccc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/706/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/706",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:34-05:00",
+ "Description": " Log Entry 706",
+ "EntryType": "Oem",
+ "Id": "706",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 706",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/707/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/707/index.json
new file mode 100644
index 0000000..cdb91d3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/707/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/707",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T06:19:49-05:00",
+ "Description": " Log Entry 707",
+ "EntryType": "Oem",
+ "Id": "707",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 707",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/708/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/708/index.json
new file mode 100644
index 0000000..731c47d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/708/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/708",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T06:19:50-05:00",
+ "Description": " Log Entry 708",
+ "EntryType": "Oem",
+ "Id": "708",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 708",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/709/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/709/index.json
new file mode 100644
index 0000000..21a872e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/709/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/709",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T06:19:50-05:00",
+ "Description": " Log Entry 709",
+ "EntryType": "Oem",
+ "Id": "709",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 709",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/71/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/71/index.json
new file mode 100644
index 0000000..cc93cd8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/71/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/71",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 71",
+ "EntryType": "Oem",
+ "Id": "71",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 71",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/710/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/710/index.json
new file mode 100644
index 0000000..ca1d682
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/710/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/710",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T06:19:53-05:00",
+ "Description": " Log Entry 710",
+ "EntryType": "Oem",
+ "Id": "710",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 710",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/711/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/711/index.json
new file mode 100644
index 0000000..1bfc425
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/711/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/711",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T16:30:22-05:00",
+ "Description": " Log Entry 711",
+ "EntryType": "Oem",
+ "Id": "711",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 711",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/712/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/712/index.json
new file mode 100644
index 0000000..99aa46d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/712/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/712",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T16:30:22-05:00",
+ "Description": " Log Entry 712",
+ "EntryType": "Oem",
+ "Id": "712",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 712",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/713/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/713/index.json
new file mode 100644
index 0000000..d19f332
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/713/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/713",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T16:30:23-05:00",
+ "Description": " Log Entry 713",
+ "EntryType": "Oem",
+ "Id": "713",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 713",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/714/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/714/index.json
new file mode 100644
index 0000000..5b11cd5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/714/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/714",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T16:30:26-05:00",
+ "Description": " Log Entry 714",
+ "EntryType": "Oem",
+ "Id": "714",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 714",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/715/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/715/index.json
new file mode 100644
index 0000000..66e3c78
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/715/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/715",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T02:40:59-05:00",
+ "Description": " Log Entry 715",
+ "EntryType": "Oem",
+ "Id": "715",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 715",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/716/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/716/index.json
new file mode 100644
index 0000000..aa6e387
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/716/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/716",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T02:41:00-05:00",
+ "Description": " Log Entry 716",
+ "EntryType": "Oem",
+ "Id": "716",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 716",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/717/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/717/index.json
new file mode 100644
index 0000000..2164044
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/717/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/717",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T02:41:00-05:00",
+ "Description": " Log Entry 717",
+ "EntryType": "Oem",
+ "Id": "717",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 717",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/718/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/718/index.json
new file mode 100644
index 0000000..e566d3a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/718/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/718",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T02:41:03-05:00",
+ "Description": " Log Entry 718",
+ "EntryType": "Oem",
+ "Id": "718",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 718",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/719/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/719/index.json
new file mode 100644
index 0000000..893238b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/719/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/719",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T12:51:30-05:00",
+ "Description": " Log Entry 719",
+ "EntryType": "Oem",
+ "Id": "719",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 719",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/72/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/72/index.json
new file mode 100644
index 0000000..a6eca06
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/72/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/72",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 72",
+ "EntryType": "Oem",
+ "Id": "72",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Slot.3-1"
+ }
+ },
+ "Message": "New device detected: NIC(Slot 3-1)",
+ "MessageArgs": [
+ "NIC(Slot 3-1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 72",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/720/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/720/index.json
new file mode 100644
index 0000000..071b7a3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/720/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/720",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T12:51:31-05:00",
+ "Description": " Log Entry 720",
+ "EntryType": "Oem",
+ "Id": "720",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 720",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/721/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/721/index.json
new file mode 100644
index 0000000..0fb693d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/721/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/721",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T12:51:31-05:00",
+ "Description": " Log Entry 721",
+ "EntryType": "Oem",
+ "Id": "721",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 721",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/722/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/722/index.json
new file mode 100644
index 0000000..8782032
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/722/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/722",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T12:51:34-05:00",
+ "Description": " Log Entry 722",
+ "EntryType": "Oem",
+ "Id": "722",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 722",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/723/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/723/index.json
new file mode 100644
index 0000000..4ba4887
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/723/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/723",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T23:02:03-05:00",
+ "Description": " Log Entry 723",
+ "EntryType": "Oem",
+ "Id": "723",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 723",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/724/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/724/index.json
new file mode 100644
index 0000000..181beed
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/724/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/724",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T23:02:04-05:00",
+ "Description": " Log Entry 724",
+ "EntryType": "Oem",
+ "Id": "724",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 724",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/725/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/725/index.json
new file mode 100644
index 0000000..69fa0d2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/725/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/725",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T23:02:04-05:00",
+ "Description": " Log Entry 725",
+ "EntryType": "Oem",
+ "Id": "725",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 725",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/726/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/726/index.json
new file mode 100644
index 0000000..462f2f7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/726/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/726",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T23:02:08-05:00",
+ "Description": " Log Entry 726",
+ "EntryType": "Oem",
+ "Id": "726",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 726",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/727/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/727/index.json
new file mode 100644
index 0000000..8f53db6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/727/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/727",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T09:12:37-05:00",
+ "Description": " Log Entry 727",
+ "EntryType": "Oem",
+ "Id": "727",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 727",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/728/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/728/index.json
new file mode 100644
index 0000000..7c61b7e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/728/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/728",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T09:12:37-05:00",
+ "Description": " Log Entry 728",
+ "EntryType": "Oem",
+ "Id": "728",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 728",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/729/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/729/index.json
new file mode 100644
index 0000000..2e49394
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/729/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/729",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T09:12:37-05:00",
+ "Description": " Log Entry 729",
+ "EntryType": "Oem",
+ "Id": "729",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 729",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/73/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/73/index.json
new file mode 100644
index 0000000..caf8883
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/73/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/73",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 73",
+ "EntryType": "Oem",
+ "Id": "73",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Slot.3-2"
+ }
+ },
+ "Message": "New device detected: NIC(Slot 3-2)",
+ "MessageArgs": [
+ "NIC(Slot 3-2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 73",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/730/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/730/index.json
new file mode 100644
index 0000000..70621cf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/730/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/730",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T09:12:43-05:00",
+ "Description": " Log Entry 730",
+ "EntryType": "Oem",
+ "Id": "730",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 730",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/731/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/731/index.json
new file mode 100644
index 0000000..df76cfb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/731/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/731",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T19:23:10-05:00",
+ "Description": " Log Entry 731",
+ "EntryType": "Oem",
+ "Id": "731",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 731",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/732/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/732/index.json
new file mode 100644
index 0000000..d8bd25d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/732/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/732",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T19:23:10-05:00",
+ "Description": " Log Entry 732",
+ "EntryType": "Oem",
+ "Id": "732",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 732",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/733/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/733/index.json
new file mode 100644
index 0000000..baef6d2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/733/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/733",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T19:23:11-05:00",
+ "Description": " Log Entry 733",
+ "EntryType": "Oem",
+ "Id": "733",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 733",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/734/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/734/index.json
new file mode 100644
index 0000000..d9e042b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/734/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/734",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T19:23:14-05:00",
+ "Description": " Log Entry 734",
+ "EntryType": "Oem",
+ "Id": "734",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 734",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/735/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/735/index.json
new file mode 100644
index 0000000..3dd9f47
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/735/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/735",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T05:33:44-05:00",
+ "Description": " Log Entry 735",
+ "EntryType": "Oem",
+ "Id": "735",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 735",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/736/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/736/index.json
new file mode 100644
index 0000000..c7a8bff
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/736/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/736",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T05:33:44-05:00",
+ "Description": " Log Entry 736",
+ "EntryType": "Oem",
+ "Id": "736",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 736",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/737/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/737/index.json
new file mode 100644
index 0000000..86cfed1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/737/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/737",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T05:33:44-05:00",
+ "Description": " Log Entry 737",
+ "EntryType": "Oem",
+ "Id": "737",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 737",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/738/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/738/index.json
new file mode 100644
index 0000000..725850e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/738/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/738",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T05:33:48-05:00",
+ "Description": " Log Entry 738",
+ "EntryType": "Oem",
+ "Id": "738",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 738",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/739/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/739/index.json
new file mode 100644
index 0000000..d0c8a6a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/739/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/739",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T15:44:17-05:00",
+ "Description": " Log Entry 739",
+ "EntryType": "Oem",
+ "Id": "739",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 739",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/74/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/74/index.json
new file mode 100644
index 0000000..1972a35
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/74/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/74",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 74",
+ "EntryType": "Oem",
+ "Id": "74",
+ "Links": {},
+ "Message": "New device detected: PCIeExtender(Slot 1)",
+ "MessageArgs": [
+ "PCIeExtender(Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 74",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/740/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/740/index.json
new file mode 100644
index 0000000..60f6089
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/740/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/740",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T15:44:17-05:00",
+ "Description": " Log Entry 740",
+ "EntryType": "Oem",
+ "Id": "740",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 740",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/741/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/741/index.json
new file mode 100644
index 0000000..f612c4c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/741/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/741",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T15:44:17-05:00",
+ "Description": " Log Entry 741",
+ "EntryType": "Oem",
+ "Id": "741",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 741",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/742/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/742/index.json
new file mode 100644
index 0000000..ddd35de
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/742/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/742",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T15:44:21-05:00",
+ "Description": " Log Entry 742",
+ "EntryType": "Oem",
+ "Id": "742",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 742",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/743/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/743/index.json
new file mode 100644
index 0000000..97aeb03
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/743/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/743",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T01:54:53-05:00",
+ "Description": " Log Entry 743",
+ "EntryType": "Oem",
+ "Id": "743",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 743",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/744/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/744/index.json
new file mode 100644
index 0000000..ab2f89c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/744/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/744",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T01:54:53-05:00",
+ "Description": " Log Entry 744",
+ "EntryType": "Oem",
+ "Id": "744",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 744",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/745/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/745/index.json
new file mode 100644
index 0000000..c718a81
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/745/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/745",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T01:54:53-05:00",
+ "Description": " Log Entry 745",
+ "EntryType": "Oem",
+ "Id": "745",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 745",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/746/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/746/index.json
new file mode 100644
index 0000000..09b97a9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/746/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/746",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T01:54:57-05:00",
+ "Description": " Log Entry 746",
+ "EntryType": "Oem",
+ "Id": "746",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 746",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/747/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/747/index.json
new file mode 100644
index 0000000..31d85c9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/747/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/747",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T12:05:24-05:00",
+ "Description": " Log Entry 747",
+ "EntryType": "Oem",
+ "Id": "747",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 747",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/748/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/748/index.json
new file mode 100644
index 0000000..a9c170a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/748/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/748",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T12:05:24-05:00",
+ "Description": " Log Entry 748",
+ "EntryType": "Oem",
+ "Id": "748",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 748",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/749/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/749/index.json
new file mode 100644
index 0000000..0e05b57
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/749/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/749",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T12:05:24-05:00",
+ "Description": " Log Entry 749",
+ "EntryType": "Oem",
+ "Id": "749",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 749",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/75/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/75/index.json
new file mode 100644
index 0000000..7457c31
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/75/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/75",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 75",
+ "EntryType": "Oem",
+ "Id": "75",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors//CPU.Socket.1"
+ }
+ },
+ "Message": "Device not detected: Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz(Socket 1)",
+ "MessageArgs": [
+ "Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz(Socket 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 75",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/750/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/750/index.json
new file mode 100644
index 0000000..1a26f9b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/750/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/750",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T12:05:28-05:00",
+ "Description": " Log Entry 750",
+ "EntryType": "Oem",
+ "Id": "750",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 750",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/751/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/751/index.json
new file mode 100644
index 0000000..28c7794
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/751/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/751",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T22:15:58-05:00",
+ "Description": " Log Entry 751",
+ "EntryType": "Oem",
+ "Id": "751",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 751",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/752/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/752/index.json
new file mode 100644
index 0000000..75b7da0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/752/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/752",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T22:15:58-05:00",
+ "Description": " Log Entry 752",
+ "EntryType": "Oem",
+ "Id": "752",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 752",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/753/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/753/index.json
new file mode 100644
index 0000000..6cbb727
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/753/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/753",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T22:15:58-05:00",
+ "Description": " Log Entry 753",
+ "EntryType": "Oem",
+ "Id": "753",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 753",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/754/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/754/index.json
new file mode 100644
index 0000000..5891e8d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/754/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/754",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T22:16:04-05:00",
+ "Description": " Log Entry 754",
+ "EntryType": "Oem",
+ "Id": "754",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 754",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/755/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/755/index.json
new file mode 100644
index 0000000..3dc1fd1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/755/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/755",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T08:26:34-05:00",
+ "Description": " Log Entry 755",
+ "EntryType": "Oem",
+ "Id": "755",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 755",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/756/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/756/index.json
new file mode 100644
index 0000000..7f84ae3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/756/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/756",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T08:26:34-05:00",
+ "Description": " Log Entry 756",
+ "EntryType": "Oem",
+ "Id": "756",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 756",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/757/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/757/index.json
new file mode 100644
index 0000000..c988924
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/757/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/757",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T08:26:34-05:00",
+ "Description": " Log Entry 757",
+ "EntryType": "Oem",
+ "Id": "757",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 757",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/758/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/758/index.json
new file mode 100644
index 0000000..d889699
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/758/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/758",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T08:26:38-05:00",
+ "Description": " Log Entry 758",
+ "EntryType": "Oem",
+ "Id": "758",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 758",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/759/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/759/index.json
new file mode 100644
index 0000000..4e6f130
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/759/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/759",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T18:37:07-05:00",
+ "Description": " Log Entry 759",
+ "EntryType": "Oem",
+ "Id": "759",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 759",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/76/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/76/index.json
new file mode 100644
index 0000000..0676dd1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/76/index.json
@@ -0,0 +1,23 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/76",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 76",
+ "EntryType": "Oem",
+ "Id": "76",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors//CPU.Socket.2"
+ }
+ },
+ "Message": "Device not detected: Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz(Socket 2)",
+ "MessageArgs": [
+ "Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz(Socket 2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 76",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/760/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/760/index.json
new file mode 100644
index 0000000..5fd96ae
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/760/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/760",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T18:37:07-05:00",
+ "Description": " Log Entry 760",
+ "EntryType": "Oem",
+ "Id": "760",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 760",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/761/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/761/index.json
new file mode 100644
index 0000000..e94210a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/761/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/761",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T18:37:07-05:00",
+ "Description": " Log Entry 761",
+ "EntryType": "Oem",
+ "Id": "761",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 761",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/762/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/762/index.json
new file mode 100644
index 0000000..7fc8220
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/762/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/762",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T18:37:11-05:00",
+ "Description": " Log Entry 762",
+ "EntryType": "Oem",
+ "Id": "762",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 762",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/763/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/763/index.json
new file mode 100644
index 0000000..156e648
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/763/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/763",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T04:47:37-05:00",
+ "Description": " Log Entry 763",
+ "EntryType": "Oem",
+ "Id": "763",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 763",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/764/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/764/index.json
new file mode 100644
index 0000000..9216b84
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/764/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/764",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T04:47:38-05:00",
+ "Description": " Log Entry 764",
+ "EntryType": "Oem",
+ "Id": "764",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 764",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/765/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/765/index.json
new file mode 100644
index 0000000..e18a79a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/765/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/765",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T04:47:38-05:00",
+ "Description": " Log Entry 765",
+ "EntryType": "Oem",
+ "Id": "765",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 765",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/766/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/766/index.json
new file mode 100644
index 0000000..ac1e0b1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/766/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/766",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T04:47:41-05:00",
+ "Description": " Log Entry 766",
+ "EntryType": "Oem",
+ "Id": "766",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 766",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/767/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/767/index.json
new file mode 100644
index 0000000..e8dde23
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/767/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/767",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T14:58:11-05:00",
+ "Description": " Log Entry 767",
+ "EntryType": "Oem",
+ "Id": "767",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 767",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/768/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/768/index.json
new file mode 100644
index 0000000..2a8d92e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/768/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/768",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T14:58:11-05:00",
+ "Description": " Log Entry 768",
+ "EntryType": "Oem",
+ "Id": "768",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 768",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/769/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/769/index.json
new file mode 100644
index 0000000..f2b47c6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/769/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/769",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T14:58:12-05:00",
+ "Description": " Log Entry 769",
+ "EntryType": "Oem",
+ "Id": "769",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 769",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/77/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/77/index.json
new file mode 100644
index 0000000..68c7c8a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/77/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/77",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:32:10-05:00",
+ "Description": " Log Entry 77",
+ "EntryType": "Oem",
+ "Id": "77",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 77",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/770/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/770/index.json
new file mode 100644
index 0000000..fd04870
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/770/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/770",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T14:58:15-05:00",
+ "Description": " Log Entry 770",
+ "EntryType": "Oem",
+ "Id": "770",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 770",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/771/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/771/index.json
new file mode 100644
index 0000000..1040709
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/771/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/771",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T01:08:44-05:00",
+ "Description": " Log Entry 771",
+ "EntryType": "Oem",
+ "Id": "771",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 771",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/772/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/772/index.json
new file mode 100644
index 0000000..38fa2a8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/772/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/772",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T01:08:44-05:00",
+ "Description": " Log Entry 772",
+ "EntryType": "Oem",
+ "Id": "772",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 772",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/773/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/773/index.json
new file mode 100644
index 0000000..6bd95d1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/773/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/773",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T01:08:44-05:00",
+ "Description": " Log Entry 773",
+ "EntryType": "Oem",
+ "Id": "773",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 773",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/774/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/774/index.json
new file mode 100644
index 0000000..6db079d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/774/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/774",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T01:08:48-05:00",
+ "Description": " Log Entry 774",
+ "EntryType": "Oem",
+ "Id": "774",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 774",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/775/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/775/index.json
new file mode 100644
index 0000000..d0ecc42
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/775/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/775",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T11:19:17-05:00",
+ "Description": " Log Entry 775",
+ "EntryType": "Oem",
+ "Id": "775",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 775",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/776/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/776/index.json
new file mode 100644
index 0000000..905c393
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/776/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/776",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T11:19:18-05:00",
+ "Description": " Log Entry 776",
+ "EntryType": "Oem",
+ "Id": "776",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 776",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/777/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/777/index.json
new file mode 100644
index 0000000..717609d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/777/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/777",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T11:19:18-05:00",
+ "Description": " Log Entry 777",
+ "EntryType": "Oem",
+ "Id": "777",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 777",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/778/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/778/index.json
new file mode 100644
index 0000000..75eb565
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/778/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/778",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T11:19:24-05:00",
+ "Description": " Log Entry 778",
+ "EntryType": "Oem",
+ "Id": "778",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 778",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/779/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/779/index.json
new file mode 100644
index 0000000..56b9692
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/779/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/779",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T21:29:51-05:00",
+ "Description": " Log Entry 779",
+ "EntryType": "Oem",
+ "Id": "779",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 779",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/78/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/78/index.json
new file mode 100644
index 0000000..b75259f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/78/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/78",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:04-05:00",
+ "Description": " Log Entry 78",
+ "EntryType": "Oem",
+ "Id": "78",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update initializing.",
+ "MessageId": "SUP1901",
+ "Name": " Log Entry 78",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/780/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/780/index.json
new file mode 100644
index 0000000..6f51a19
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/780/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/780",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T21:29:51-05:00",
+ "Description": " Log Entry 780",
+ "EntryType": "Oem",
+ "Id": "780",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 780",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/781/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/781/index.json
new file mode 100644
index 0000000..87f1350
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/781/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/781",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T21:29:51-05:00",
+ "Description": " Log Entry 781",
+ "EntryType": "Oem",
+ "Id": "781",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 781",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/782/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/782/index.json
new file mode 100644
index 0000000..1057ee6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/782/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/782",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T21:29:55-05:00",
+ "Description": " Log Entry 782",
+ "EntryType": "Oem",
+ "Id": "782",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 782",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/783/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/783/index.json
new file mode 100644
index 0000000..53388af
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/783/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/783",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T05:48:52-05:00",
+ "Description": " Log Entry 783",
+ "EntryType": "Oem",
+ "Id": "783",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Unable to log in for calvin from 172.16.31.2 using GUI.",
+ "MessageArgs": [
+ "calvin",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0031",
+ "Name": " Log Entry 783",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/784/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/784/index.json
new file mode 100644
index 0000000..c809969
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/784/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/784",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T05:50:26-05:00",
+ "Description": " Log Entry 784",
+ "EntryType": "Oem",
+ "Id": "784",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 784",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/785/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/785/index.json
new file mode 100644
index 0000000..9c230f8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/785/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/785",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:22:41-05:00",
+ "Description": " Log Entry 785",
+ "EntryType": "Oem",
+ "Id": "785",
+ "Links": {},
+ "Message": "The previous log entry was repeated 3 times.",
+ "MessageArgs": [
+ "3"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 785",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/786/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/786/index.json
new file mode 100644
index 0000000..ff6b737
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/786/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/786",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:22:41-05:00",
+ "Description": " Log Entry 786",
+ "EntryType": "Oem",
+ "Id": "786",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 786",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/787/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/787/index.json
new file mode 100644
index 0000000..40ac555
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/787/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/787",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:34:58-05:00",
+ "Description": " Log Entry 787",
+ "EntryType": "Oem",
+ "Id": "787",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 787",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/788/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/788/index.json
new file mode 100644
index 0000000..27766e0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/788/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/788",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:34:58-05:00",
+ "Description": " Log Entry 788",
+ "EntryType": "Oem",
+ "Id": "788",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 788",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/789/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/789/index.json
new file mode 100644
index 0000000..f8350cc
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/789/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/789",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:45:58-05:00",
+ "Description": " Log Entry 789",
+ "EntryType": "Oem",
+ "Id": "789",
+ "Links": {},
+ "Message": "The previous log entry was repeated 2 times.",
+ "MessageArgs": [
+ "2"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 789",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/79/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/79/index.json
new file mode 100644
index 0000000..4027f4a
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/79/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/79",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:06-05:00",
+ "Description": " Log Entry 79",
+ "EntryType": "Oem",
+ "Id": "79",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 79",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/790/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/790/index.json
new file mode 100644
index 0000000..3c59861
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/790/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/790",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:45:58-05:00",
+ "Description": " Log Entry 790",
+ "EntryType": "Oem",
+ "Id": "790",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 790",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/791/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/791/index.json
new file mode 100644
index 0000000..6eb9f71
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/791/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/791",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:51:58-05:00",
+ "Description": " Log Entry 791",
+ "EntryType": "Oem",
+ "Id": "791",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 791",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/792/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/792/index.json
new file mode 100644
index 0000000..3d3ed38
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/792/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/792",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:51:58-05:00",
+ "Description": " Log Entry 792",
+ "EntryType": "Oem",
+ "Id": "792",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 792",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/793/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/793/index.json
new file mode 100644
index 0000000..5c626ea
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/793/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/793",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:07:12-05:00",
+ "Description": " Log Entry 793",
+ "EntryType": "Oem",
+ "Id": "793",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 793",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/794/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/794/index.json
new file mode 100644
index 0000000..5a99b7c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/794/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/794",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:11:05-05:00",
+ "Description": " Log Entry 794",
+ "EntryType": "Oem",
+ "Id": "794",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 794",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/795/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/795/index.json
new file mode 100644
index 0000000..c62c123
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/795/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/795",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:11:05-05:00",
+ "Description": " Log Entry 795",
+ "EntryType": "Oem",
+ "Id": "795",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 795",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/796/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/796/index.json
new file mode 100644
index 0000000..b76684c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/796/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/796",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:16:09-05:00",
+ "Description": " Log Entry 796",
+ "EntryType": "Oem",
+ "Id": "796",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 796",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/797/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/797/index.json
new file mode 100644
index 0000000..d3e69e2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/797/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/797",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:16:09-05:00",
+ "Description": " Log Entry 797",
+ "EntryType": "Oem",
+ "Id": "797",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 797",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/798/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/798/index.json
new file mode 100644
index 0000000..15823db
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/798/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/798",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:22:28-05:00",
+ "Description": " Log Entry 798",
+ "EntryType": "Oem",
+ "Id": "798",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 798",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/799/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/799/index.json
new file mode 100644
index 0000000..5923310
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/799/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/799",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:40:23-05:00",
+ "Description": " Log Entry 799",
+ "EntryType": "Oem",
+ "Id": "799",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 799",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/8/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/8/index.json
new file mode 100644
index 0000000..2ace6c3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/8/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/8",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:09-06:00",
+ "Description": " Log Entry 8",
+ "EntryType": "Oem",
+ "Id": "8",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 8",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/80/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/80/index.json
new file mode 100644
index 0000000..5199c95
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/80/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/80",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:06-05:00",
+ "Description": " Log Entry 80",
+ "EntryType": "Oem",
+ "Id": "80",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update initialization complete.",
+ "MessageId": "SUP1911",
+ "Name": " Log Entry 80",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/800/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/800/index.json
new file mode 100644
index 0000000..6f30d64
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/800/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/800",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:40:23-05:00",
+ "Description": " Log Entry 800",
+ "EntryType": "Oem",
+ "Id": "800",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 800",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/801/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/801/index.json
new file mode 100644
index 0000000..ebfb558
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/801/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/801",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:40:23-05:00",
+ "Description": " Log Entry 801",
+ "EntryType": "Oem",
+ "Id": "801",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 801",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/802/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/802/index.json
new file mode 100644
index 0000000..f7df562
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/802/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/802",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:40:27-05:00",
+ "Description": " Log Entry 802",
+ "EntryType": "Oem",
+ "Id": "802",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 802",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/803/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/803/index.json
new file mode 100644
index 0000000..34a62b3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/803/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/803",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:41:18-05:00",
+ "Description": " Log Entry 803",
+ "EntryType": "Oem",
+ "Id": "803",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 803",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/804/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/804/index.json
new file mode 100644
index 0000000..ca36173
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/804/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/804",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:57:33-05:00",
+ "Description": " Log Entry 804",
+ "EntryType": "Oem",
+ "Id": "804",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 804",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/805/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/805/index.json
new file mode 100644
index 0000000..3df6cab
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/805/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/805",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:57:33-05:00",
+ "Description": " Log Entry 805",
+ "EntryType": "Oem",
+ "Id": "805",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 805",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/806/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/806/index.json
new file mode 100644
index 0000000..74d8fed
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/806/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/806",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T08:28:26-05:00",
+ "Description": " Log Entry 806",
+ "EntryType": "Oem",
+ "Id": "806",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 806",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/807/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/807/index.json
new file mode 100644
index 0000000..137dd65
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/807/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/807",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T09:17:02-05:00",
+ "Description": " Log Entry 807",
+ "EntryType": "Oem",
+ "Id": "807",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 807",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/808/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/808/index.json
new file mode 100644
index 0000000..dce41c8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/808/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/808",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T09:47:54-05:00",
+ "Description": " Log Entry 808",
+ "EntryType": "Oem",
+ "Id": "808",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 808",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/809/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/809/index.json
new file mode 100644
index 0000000..b1b93ec
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/809/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/809",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T09:51:51-05:00",
+ "Description": " Log Entry 809",
+ "EntryType": "Oem",
+ "Id": "809",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 809",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/81/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/81/index.json
new file mode 100644
index 0000000..4922a05
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/81/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/81",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:06-05:00",
+ "Description": " Log Entry 81",
+ "EntryType": "Oem",
+ "Id": "81",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update checksumming image.",
+ "MessageId": "SUP1904",
+ "Name": " Log Entry 81",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/810/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/810/index.json
new file mode 100644
index 0000000..d1e24f7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/810/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/810",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T10:22:52-05:00",
+ "Description": " Log Entry 810",
+ "EntryType": "Oem",
+ "Id": "810",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 810",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/811/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/811/index.json
new file mode 100644
index 0000000..76f97d8
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/811/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/811",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T10:22:52-05:00",
+ "Description": " Log Entry 811",
+ "EntryType": "Oem",
+ "Id": "811",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 811",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/812/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/812/index.json
new file mode 100644
index 0000000..c9c05de
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/812/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/812",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:50:58-05:00",
+ "Description": " Log Entry 812",
+ "EntryType": "Oem",
+ "Id": "812",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 812",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/813/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/813/index.json
new file mode 100644
index 0000000..e611de4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/813/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/813",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:50:58-05:00",
+ "Description": " Log Entry 813",
+ "EntryType": "Oem",
+ "Id": "813",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 813",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/814/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/814/index.json
new file mode 100644
index 0000000..4269dc3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/814/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/814",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:50:59-05:00",
+ "Description": " Log Entry 814",
+ "EntryType": "Oem",
+ "Id": "814",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 814",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/815/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/815/index.json
new file mode 100644
index 0000000..00f49f0
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/815/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/815",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:50:59-05:00",
+ "Description": " Log Entry 815",
+ "EntryType": "Oem",
+ "Id": "815",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 815",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/816/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/816/index.json
new file mode 100644
index 0000000..2675bee
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/816/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/816",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:51:02-05:00",
+ "Description": " Log Entry 816",
+ "EntryType": "Oem",
+ "Id": "816",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 816",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/817/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/817/index.json
new file mode 100644
index 0000000..6c36f63
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/817/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/817",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T23:36:04-05:00",
+ "Description": " Log Entry 817",
+ "EntryType": "Oem",
+ "Id": "817",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 817",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/818/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/818/index.json
new file mode 100644
index 0000000..db8abcd
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/818/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/818",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T00:06:56-05:00",
+ "Description": " Log Entry 818",
+ "EntryType": "Oem",
+ "Id": "818",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 818",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/819/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/819/index.json
new file mode 100644
index 0000000..139fddf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/819/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/819",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T00:06:56-05:00",
+ "Description": " Log Entry 819",
+ "EntryType": "Oem",
+ "Id": "819",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 819",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/82/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/82/index.json
new file mode 100644
index 0000000..93b9ae3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/82/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/82",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:57-05:00",
+ "Description": " Log Entry 82",
+ "EntryType": "Oem",
+ "Id": "82",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update verify image headers.",
+ "MessageId": "SUP1903",
+ "Name": " Log Entry 82",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/820/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/820/index.json
new file mode 100644
index 0000000..d18a8b3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/820/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/820",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T00:50:31-05:00",
+ "Description": " Log Entry 820",
+ "EntryType": "Oem",
+ "Id": "820",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 820",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/821/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/821/index.json
new file mode 100644
index 0000000..5cf0677
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/821/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/821",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T00:50:31-05:00",
+ "Description": " Log Entry 821",
+ "EntryType": "Oem",
+ "Id": "821",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 821",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/822/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/822/index.json
new file mode 100644
index 0000000..ac2662c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/822/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/822",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T01:10:01-05:00",
+ "Description": " Log Entry 822",
+ "EntryType": "Oem",
+ "Id": "822",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 822",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/823/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/823/index.json
new file mode 100644
index 0000000..ff7a336
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/823/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/823",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T01:17:19-05:00",
+ "Description": " Log Entry 823",
+ "EntryType": "Oem",
+ "Id": "823",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 823",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/83/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/83/index.json
new file mode 100644
index 0000000..5b24430
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/83/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/83",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:57-05:00",
+ "Description": " Log Entry 83",
+ "EntryType": "Oem",
+ "Id": "83",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update programming flash.",
+ "MessageId": "SUP1905",
+ "Name": " Log Entry 83",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/84/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/84/index.json
new file mode 100644
index 0000000..32265df
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/84/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/84",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:44:12-05:00",
+ "Description": " Log Entry 84",
+ "EntryType": "Oem",
+ "Id": "84",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update successful.",
+ "MessageId": "SUP1906",
+ "Name": " Log Entry 84",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/85/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/85/index.json
new file mode 100644
index 0000000..8d92b9d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/85/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/85",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:45:39-05:00",
+ "Description": " Log Entry 85",
+ "EntryType": "Oem",
+ "Id": "85",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 85",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/86/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/86/index.json
new file mode 100644
index 0000000..d0e7a63
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/86/index.json
@@ -0,0 +1,29 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/86",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:45:39-05:00",
+ "Description": " Log Entry 86",
+ "EntryType": "Oem",
+ "Id": "86",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 86",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/87/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/87/index.json
new file mode 100644
index 0000000..4e36347
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/87/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/87",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:19-05:00",
+ "Description": " Log Entry 87",
+ "EntryType": "Oem",
+ "Id": "87",
+ "Links": {},
+ "Message": "Version change detected for Lifecycle Controller firmware. Previous version:2.70.70.70, Current version:2.75.100.75",
+ "MessageArgs": [
+ "Lifecycle Controller",
+ "2.70.70.70",
+ "2.75.100.75"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 87",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/88/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/88/index.json
new file mode 100644
index 0000000..215ba62
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/88/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/88",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:26-05:00",
+ "Description": " Log Entry 88",
+ "EntryType": "Oem",
+ "Id": "88",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 88",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/89/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/89/index.json
new file mode 100644
index 0000000..fe84bd4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/89/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/89",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:43-05:00",
+ "Description": " Log Entry 89",
+ "EntryType": "Oem",
+ "Id": "89",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 89",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/9/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/9/index.json
new file mode 100644
index 0000000..d5cd4bb
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/9/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/9",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:09-06:00",
+ "Description": " Log Entry 9",
+ "EntryType": "Oem",
+ "Id": "9",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 9",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/90/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/90/index.json
new file mode 100644
index 0000000..4315f53
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/90/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/90",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:44-05:00",
+ "Description": " Log Entry 90",
+ "EntryType": "Oem",
+ "Id": "90",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: user initiated.",
+ "MessageArgs": [
+ "user initiated"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 90",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/91/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/91/index.json
new file mode 100644
index 0000000..60f1d65
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/91/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/91",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:52-05:00",
+ "Description": " Log Entry 91",
+ "EntryType": "Oem",
+ "Id": "91",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 91",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/92/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/92/index.json
new file mode 100644
index 0000000..0d4d38e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/92/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/92",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:52-05:00",
+ "Description": " Log Entry 92",
+ "EntryType": "Oem",
+ "Id": "92",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 92",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/93/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/93/index.json
new file mode 100644
index 0000000..06754cf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/93/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/93",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:14:29-05:00",
+ "Description": " Log Entry 93",
+ "EntryType": "Oem",
+ "Id": "93",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 93",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/94/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/94/index.json
new file mode 100644
index 0000000..df47715
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/94/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/94",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:15:26-05:00",
+ "Description": " Log Entry 94",
+ "EntryType": "Oem",
+ "Id": "94",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 94",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/95/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/95/index.json
new file mode 100644
index 0000000..06ebf5d
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/95/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/95",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:15:26-05:00",
+ "Description": " Log Entry 95",
+ "EntryType": "Oem",
+ "Id": "95",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Integrated.1-1"
+ }
+ },
+ "Message": "Version change detected for PERC H730 Mini firmware. Previous version:25.5.6.0009, Current version:25.5.8.0001",
+ "MessageArgs": [
+ "PERC H730 Mini",
+ "25.5.6.0009",
+ "25.5.8.0001"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 95",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/96/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/96/index.json
new file mode 100644
index 0000000..e88f09f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/96/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/96",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:16:25-05:00",
+ "Description": " Log Entry 96",
+ "EntryType": "Oem",
+ "Id": "96",
+ "Links": {},
+ "Message": "Updating firmware for PowerEdge BIOS to version 2.12.1.",
+ "MessageArgs": [
+ "PowerEdge BIOS",
+ "2.12.1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SUP0516",
+ "Name": " Log Entry 96",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/97/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/97/index.json
new file mode 100644
index 0000000..0a79189
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/97/index.json
@@ -0,0 +1,20 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/97",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:35-05:00",
+ "Description": " Log Entry 97",
+ "EntryType": "Oem",
+ "Id": "97",
+ "Links": {},
+ "Message": "Successfully updated the PowerEdge BIOS firmware to version 2.12.1.",
+ "MessageArgs": [
+ "PowerEdge BIOS",
+ "2.12.1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SUP0518",
+ "Name": " Log Entry 97",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/98/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/98/index.json
new file mode 100644
index 0000000..22d2c2c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/98/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/98",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:38-05:00",
+ "Description": " Log Entry 98",
+ "EntryType": "Oem",
+ "Id": "98",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 98",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/99/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/99/index.json
new file mode 100644
index 0000000..602bd2f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/99/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/99",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:38-05:00",
+ "Description": " Log Entry 99",
+ "EntryType": "Oem",
+ "Id": "99",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 99",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/index.json
new file mode 100644
index 0000000..79b5e12
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/index.json
@@ -0,0 +1,1145 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/823",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T01:17:19-05:00",
+ "Description": " Log Entry 823",
+ "EntryType": "Oem",
+ "Id": "823",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 823",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/822",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T01:10:01-05:00",
+ "Description": " Log Entry 822",
+ "EntryType": "Oem",
+ "Id": "822",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 822",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/821",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T00:50:31-05:00",
+ "Description": " Log Entry 821",
+ "EntryType": "Oem",
+ "Id": "821",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 821",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/820",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T00:50:31-05:00",
+ "Description": " Log Entry 820",
+ "EntryType": "Oem",
+ "Id": "820",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 820",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/819",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T00:06:56-05:00",
+ "Description": " Log Entry 819",
+ "EntryType": "Oem",
+ "Id": "819",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 819",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/818",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-07-01T00:06:56-05:00",
+ "Description": " Log Entry 818",
+ "EntryType": "Oem",
+ "Id": "818",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 818",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/817",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T23:36:04-05:00",
+ "Description": " Log Entry 817",
+ "EntryType": "Oem",
+ "Id": "817",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 817",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/816",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:51:02-05:00",
+ "Description": " Log Entry 816",
+ "EntryType": "Oem",
+ "Id": "816",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 816",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/815",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:50:59-05:00",
+ "Description": " Log Entry 815",
+ "EntryType": "Oem",
+ "Id": "815",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 815",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/814",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:50:59-05:00",
+ "Description": " Log Entry 814",
+ "EntryType": "Oem",
+ "Id": "814",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 814",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/813",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:50:58-05:00",
+ "Description": " Log Entry 813",
+ "EntryType": "Oem",
+ "Id": "813",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 813",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/812",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T17:50:58-05:00",
+ "Description": " Log Entry 812",
+ "EntryType": "Oem",
+ "Id": "812",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 812",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/811",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T10:22:52-05:00",
+ "Description": " Log Entry 811",
+ "EntryType": "Oem",
+ "Id": "811",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 811",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/810",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T10:22:52-05:00",
+ "Description": " Log Entry 810",
+ "EntryType": "Oem",
+ "Id": "810",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 810",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/809",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T09:51:51-05:00",
+ "Description": " Log Entry 809",
+ "EntryType": "Oem",
+ "Id": "809",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 809",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/808",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T09:47:54-05:00",
+ "Description": " Log Entry 808",
+ "EntryType": "Oem",
+ "Id": "808",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 808",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/807",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T09:17:02-05:00",
+ "Description": " Log Entry 807",
+ "EntryType": "Oem",
+ "Id": "807",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 807",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/806",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T08:28:26-05:00",
+ "Description": " Log Entry 806",
+ "EntryType": "Oem",
+ "Id": "806",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 806",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/805",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:57:33-05:00",
+ "Description": " Log Entry 805",
+ "EntryType": "Oem",
+ "Id": "805",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 805",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/804",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:57:33-05:00",
+ "Description": " Log Entry 804",
+ "EntryType": "Oem",
+ "Id": "804",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 804",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/803",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:41:18-05:00",
+ "Description": " Log Entry 803",
+ "EntryType": "Oem",
+ "Id": "803",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 803",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/802",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:40:27-05:00",
+ "Description": " Log Entry 802",
+ "EntryType": "Oem",
+ "Id": "802",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 802",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/801",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:40:23-05:00",
+ "Description": " Log Entry 801",
+ "EntryType": "Oem",
+ "Id": "801",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 801",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/800",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:40:23-05:00",
+ "Description": " Log Entry 800",
+ "EntryType": "Oem",
+ "Id": "800",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 800",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/799",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:40:23-05:00",
+ "Description": " Log Entry 799",
+ "EntryType": "Oem",
+ "Id": "799",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 799",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/798",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:22:28-05:00",
+ "Description": " Log Entry 798",
+ "EntryType": "Oem",
+ "Id": "798",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 798",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/797",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:16:09-05:00",
+ "Description": " Log Entry 797",
+ "EntryType": "Oem",
+ "Id": "797",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 797",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/796",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:16:09-05:00",
+ "Description": " Log Entry 796",
+ "EntryType": "Oem",
+ "Id": "796",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 796",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/795",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:11:05-05:00",
+ "Description": " Log Entry 795",
+ "EntryType": "Oem",
+ "Id": "795",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 795",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/794",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:11:05-05:00",
+ "Description": " Log Entry 794",
+ "EntryType": "Oem",
+ "Id": "794",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 794",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/793",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T07:07:12-05:00",
+ "Description": " Log Entry 793",
+ "EntryType": "Oem",
+ "Id": "793",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 793",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/792",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:51:58-05:00",
+ "Description": " Log Entry 792",
+ "EntryType": "Oem",
+ "Id": "792",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 792",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/791",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:51:58-05:00",
+ "Description": " Log Entry 791",
+ "EntryType": "Oem",
+ "Id": "791",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 791",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/790",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:45:58-05:00",
+ "Description": " Log Entry 790",
+ "EntryType": "Oem",
+ "Id": "790",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 790",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/789",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:45:58-05:00",
+ "Description": " Log Entry 789",
+ "EntryType": "Oem",
+ "Id": "789",
+ "Links": {},
+ "Message": "The previous log entry was repeated 2 times.",
+ "MessageArgs": [
+ "2"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 789",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/788",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:34:58-05:00",
+ "Description": " Log Entry 788",
+ "EntryType": "Oem",
+ "Id": "788",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 788",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/787",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:34:58-05:00",
+ "Description": " Log Entry 787",
+ "EntryType": "Oem",
+ "Id": "787",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 787",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/786",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:22:41-05:00",
+ "Description": " Log Entry 786",
+ "EntryType": "Oem",
+ "Id": "786",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 786",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/785",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T06:22:41-05:00",
+ "Description": " Log Entry 785",
+ "EntryType": "Oem",
+ "Id": "785",
+ "Links": {},
+ "Message": "The previous log entry was repeated 3 times.",
+ "MessageArgs": [
+ "3"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 785",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/784",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T05:50:26-05:00",
+ "Description": " Log Entry 784",
+ "EntryType": "Oem",
+ "Id": "784",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 784",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/783",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-30T05:48:52-05:00",
+ "Description": " Log Entry 783",
+ "EntryType": "Oem",
+ "Id": "783",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Unable to log in for calvin from 172.16.31.2 using GUI.",
+ "MessageArgs": [
+ "calvin",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0031",
+ "Name": " Log Entry 783",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/782",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T21:29:55-05:00",
+ "Description": " Log Entry 782",
+ "EntryType": "Oem",
+ "Id": "782",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 782",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/781",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T21:29:51-05:00",
+ "Description": " Log Entry 781",
+ "EntryType": "Oem",
+ "Id": "781",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 781",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/780",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T21:29:51-05:00",
+ "Description": " Log Entry 780",
+ "EntryType": "Oem",
+ "Id": "780",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 780",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/779",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T21:29:51-05:00",
+ "Description": " Log Entry 779",
+ "EntryType": "Oem",
+ "Id": "779",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 779",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/778",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T11:19:24-05:00",
+ "Description": " Log Entry 778",
+ "EntryType": "Oem",
+ "Id": "778",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 778",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/777",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T11:19:18-05:00",
+ "Description": " Log Entry 777",
+ "EntryType": "Oem",
+ "Id": "777",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 777",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/776",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T11:19:18-05:00",
+ "Description": " Log Entry 776",
+ "EntryType": "Oem",
+ "Id": "776",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 776",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/775",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T11:19:17-05:00",
+ "Description": " Log Entry 775",
+ "EntryType": "Oem",
+ "Id": "775",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 775",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/774",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T01:08:48-05:00",
+ "Description": " Log Entry 774",
+ "EntryType": "Oem",
+ "Id": "774",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 774",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=50",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=100/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=100/index.json
new file mode 100644
index 0000000..6c5cf37
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=100/index.json
@@ -0,0 +1,1184 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/723",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T23:02:03-05:00",
+ "Description": " Log Entry 723",
+ "EntryType": "Oem",
+ "Id": "723",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 723",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/722",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T12:51:34-05:00",
+ "Description": " Log Entry 722",
+ "EntryType": "Oem",
+ "Id": "722",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 722",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/721",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T12:51:31-05:00",
+ "Description": " Log Entry 721",
+ "EntryType": "Oem",
+ "Id": "721",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 721",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/720",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T12:51:31-05:00",
+ "Description": " Log Entry 720",
+ "EntryType": "Oem",
+ "Id": "720",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 720",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/719",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T12:51:30-05:00",
+ "Description": " Log Entry 719",
+ "EntryType": "Oem",
+ "Id": "719",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 719",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/718",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T02:41:03-05:00",
+ "Description": " Log Entry 718",
+ "EntryType": "Oem",
+ "Id": "718",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 718",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/717",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T02:41:00-05:00",
+ "Description": " Log Entry 717",
+ "EntryType": "Oem",
+ "Id": "717",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 717",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/716",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T02:41:00-05:00",
+ "Description": " Log Entry 716",
+ "EntryType": "Oem",
+ "Id": "716",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 716",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/715",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T02:40:59-05:00",
+ "Description": " Log Entry 715",
+ "EntryType": "Oem",
+ "Id": "715",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 715",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/714",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T16:30:26-05:00",
+ "Description": " Log Entry 714",
+ "EntryType": "Oem",
+ "Id": "714",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 714",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/713",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T16:30:23-05:00",
+ "Description": " Log Entry 713",
+ "EntryType": "Oem",
+ "Id": "713",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 713",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/712",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T16:30:22-05:00",
+ "Description": " Log Entry 712",
+ "EntryType": "Oem",
+ "Id": "712",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 712",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/711",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T16:30:22-05:00",
+ "Description": " Log Entry 711",
+ "EntryType": "Oem",
+ "Id": "711",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 711",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/710",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T06:19:53-05:00",
+ "Description": " Log Entry 710",
+ "EntryType": "Oem",
+ "Id": "710",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 710",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/709",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T06:19:50-05:00",
+ "Description": " Log Entry 709",
+ "EntryType": "Oem",
+ "Id": "709",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 709",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/708",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T06:19:50-05:00",
+ "Description": " Log Entry 708",
+ "EntryType": "Oem",
+ "Id": "708",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 708",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/707",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-22T06:19:49-05:00",
+ "Description": " Log Entry 707",
+ "EntryType": "Oem",
+ "Id": "707",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 707",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/706",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:34-05:00",
+ "Description": " Log Entry 706",
+ "EntryType": "Oem",
+ "Id": "706",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 706",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/705",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:30-05:00",
+ "Description": " Log Entry 705",
+ "EntryType": "Oem",
+ "Id": "705",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 705",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/704",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:30-05:00",
+ "Description": " Log Entry 704",
+ "EntryType": "Oem",
+ "Id": "704",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 704",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/703",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:29-05:00",
+ "Description": " Log Entry 703",
+ "EntryType": "Oem",
+ "Id": "703",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 703",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/702",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:21-05:00",
+ "Description": " Log Entry 702",
+ "EntryType": "Oem",
+ "Id": "702",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 702",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/701",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:17-05:00",
+ "Description": " Log Entry 701",
+ "EntryType": "Oem",
+ "Id": "701",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 701",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/700",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:17-05:00",
+ "Description": " Log Entry 700",
+ "EntryType": "Oem",
+ "Id": "700",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 700",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/699",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T20:09:16-05:00",
+ "Description": " Log Entry 699",
+ "EntryType": "Oem",
+ "Id": "699",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 699",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/698",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T16:44:16-05:00",
+ "Description": " Log Entry 698",
+ "EntryType": "Oem",
+ "Id": "698",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 698",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/697",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T16:44:16-05:00",
+ "Description": " Log Entry 697",
+ "EntryType": "Oem",
+ "Id": "697",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 697",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/696",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T16:29:49-05:00",
+ "Description": " Log Entry 696",
+ "EntryType": "Oem",
+ "Id": "696",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 696",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/695",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T16:29:47-05:00",
+ "Description": " Log Entry 695",
+ "EntryType": "Oem",
+ "Id": "695",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 695",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/694",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T09:46:53-05:00",
+ "Description": " Log Entry 694",
+ "EntryType": "Oem",
+ "Id": "694",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 694",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/693",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T09:46:49-05:00",
+ "Description": " Log Entry 693",
+ "EntryType": "Oem",
+ "Id": "693",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 693",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/692",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T09:46:49-05:00",
+ "Description": " Log Entry 692",
+ "EntryType": "Oem",
+ "Id": "692",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 692",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/691",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-21T09:46:49-05:00",
+ "Description": " Log Entry 691",
+ "EntryType": "Oem",
+ "Id": "691",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 691",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/690",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T23:36:21-05:00",
+ "Description": " Log Entry 690",
+ "EntryType": "Oem",
+ "Id": "690",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 690",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/689",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T23:36:18-05:00",
+ "Description": " Log Entry 689",
+ "EntryType": "Oem",
+ "Id": "689",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 689",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/688",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T23:36:18-05:00",
+ "Description": " Log Entry 688",
+ "EntryType": "Oem",
+ "Id": "688",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 688",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/687",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T23:36:18-05:00",
+ "Description": " Log Entry 687",
+ "EntryType": "Oem",
+ "Id": "687",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 687",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/686",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T13:25:46-05:00",
+ "Description": " Log Entry 686",
+ "EntryType": "Oem",
+ "Id": "686",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 686",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/685",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T13:25:43-05:00",
+ "Description": " Log Entry 685",
+ "EntryType": "Oem",
+ "Id": "685",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 685",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/684",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T13:25:42-05:00",
+ "Description": " Log Entry 684",
+ "EntryType": "Oem",
+ "Id": "684",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 684",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/683",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T13:25:42-05:00",
+ "Description": " Log Entry 683",
+ "EntryType": "Oem",
+ "Id": "683",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 683",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/682",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T03:15:14-05:00",
+ "Description": " Log Entry 682",
+ "EntryType": "Oem",
+ "Id": "682",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 682",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/681",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T03:15:10-05:00",
+ "Description": " Log Entry 681",
+ "EntryType": "Oem",
+ "Id": "681",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 681",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/680",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T03:15:10-05:00",
+ "Description": " Log Entry 680",
+ "EntryType": "Oem",
+ "Id": "680",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 680",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/679",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-20T03:15:10-05:00",
+ "Description": " Log Entry 679",
+ "EntryType": "Oem",
+ "Id": "679",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 679",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/678",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T17:04:38-05:00",
+ "Description": " Log Entry 678",
+ "EntryType": "Oem",
+ "Id": "678",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 678",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/677",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T17:04:34-05:00",
+ "Description": " Log Entry 677",
+ "EntryType": "Oem",
+ "Id": "677",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 677",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/676",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T17:04:34-05:00",
+ "Description": " Log Entry 676",
+ "EntryType": "Oem",
+ "Id": "676",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 676",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/675",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T17:04:34-05:00",
+ "Description": " Log Entry 675",
+ "EntryType": "Oem",
+ "Id": "675",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 675",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/674",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T06:54:06-05:00",
+ "Description": " Log Entry 674",
+ "EntryType": "Oem",
+ "Id": "674",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 674",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=150",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=150/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=150/index.json
new file mode 100644
index 0000000..733230f
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=150/index.json
@@ -0,0 +1,1191 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/673",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T06:54:02-05:00",
+ "Description": " Log Entry 673",
+ "EntryType": "Oem",
+ "Id": "673",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 673",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/672",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T06:54:02-05:00",
+ "Description": " Log Entry 672",
+ "EntryType": "Oem",
+ "Id": "672",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 672",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/671",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-19T06:54:02-05:00",
+ "Description": " Log Entry 671",
+ "EntryType": "Oem",
+ "Id": "671",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 671",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/670",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T20:43:32-05:00",
+ "Description": " Log Entry 670",
+ "EntryType": "Oem",
+ "Id": "670",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 670",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/669",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T20:43:29-05:00",
+ "Description": " Log Entry 669",
+ "EntryType": "Oem",
+ "Id": "669",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 669",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/668",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T20:43:29-05:00",
+ "Description": " Log Entry 668",
+ "EntryType": "Oem",
+ "Id": "668",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 668",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/667",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T20:43:28-05:00",
+ "Description": " Log Entry 667",
+ "EntryType": "Oem",
+ "Id": "667",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 667",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/666",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T10:32:58-05:00",
+ "Description": " Log Entry 666",
+ "EntryType": "Oem",
+ "Id": "666",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 666",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/665",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T10:32:54-05:00",
+ "Description": " Log Entry 665",
+ "EntryType": "Oem",
+ "Id": "665",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 665",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/664",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T10:32:54-05:00",
+ "Description": " Log Entry 664",
+ "EntryType": "Oem",
+ "Id": "664",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 664",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/663",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T10:32:54-05:00",
+ "Description": " Log Entry 663",
+ "EntryType": "Oem",
+ "Id": "663",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 663",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/662",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:33-05:00",
+ "Description": " Log Entry 662",
+ "EntryType": "Oem",
+ "Id": "662",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 662",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/661",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:28-05:00",
+ "Description": " Log Entry 661",
+ "EntryType": "Oem",
+ "Id": "661",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 661",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/660",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:27-05:00",
+ "Description": " Log Entry 660",
+ "EntryType": "Oem",
+ "Id": "660",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 660",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/659",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:27-05:00",
+ "Description": " Log Entry 659",
+ "EntryType": "Oem",
+ "Id": "659",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 659",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/658",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:26-05:00",
+ "Description": " Log Entry 658",
+ "EntryType": "Oem",
+ "Id": "658",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 658",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/657",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:22-05:00",
+ "Description": " Log Entry 657",
+ "EntryType": "Oem",
+ "Id": "657",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 657",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/656",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:22-05:00",
+ "Description": " Log Entry 656",
+ "EntryType": "Oem",
+ "Id": "656",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 656",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/655",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-18T00:22:22-05:00",
+ "Description": " Log Entry 655",
+ "EntryType": "Oem",
+ "Id": "655",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 655",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/654",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T23:04:00-05:00",
+ "Description": " Log Entry 654",
+ "EntryType": "Oem",
+ "Id": "654",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 654",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/653",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T23:04:00-05:00",
+ "Description": " Log Entry 653",
+ "EntryType": "Oem",
+ "Id": "653",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 653",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/652",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T14:11:52-05:00",
+ "Description": " Log Entry 652",
+ "EntryType": "Oem",
+ "Id": "652",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 652",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/651",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T14:11:49-05:00",
+ "Description": " Log Entry 651",
+ "EntryType": "Oem",
+ "Id": "651",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 651",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/650",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T14:11:49-05:00",
+ "Description": " Log Entry 650",
+ "EntryType": "Oem",
+ "Id": "650",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 650",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/649",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T14:11:48-05:00",
+ "Description": " Log Entry 649",
+ "EntryType": "Oem",
+ "Id": "649",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 649",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/648",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T04:01:22-05:00",
+ "Description": " Log Entry 648",
+ "EntryType": "Oem",
+ "Id": "648",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 648",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/647",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T04:01:19-05:00",
+ "Description": " Log Entry 647",
+ "EntryType": "Oem",
+ "Id": "647",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 647",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/646",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T04:01:19-05:00",
+ "Description": " Log Entry 646",
+ "EntryType": "Oem",
+ "Id": "646",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 646",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/645",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-17T04:01:18-05:00",
+ "Description": " Log Entry 645",
+ "EntryType": "Oem",
+ "Id": "645",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 645",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/644",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T17:50:46-05:00",
+ "Description": " Log Entry 644",
+ "EntryType": "Oem",
+ "Id": "644",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 644",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/643",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T17:50:42-05:00",
+ "Description": " Log Entry 643",
+ "EntryType": "Oem",
+ "Id": "643",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 643",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/642",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T17:50:42-05:00",
+ "Description": " Log Entry 642",
+ "EntryType": "Oem",
+ "Id": "642",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 642",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/641",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T17:50:42-05:00",
+ "Description": " Log Entry 641",
+ "EntryType": "Oem",
+ "Id": "641",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 641",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/640",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T07:40:11-05:00",
+ "Description": " Log Entry 640",
+ "EntryType": "Oem",
+ "Id": "640",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 640",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/639",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T07:40:08-05:00",
+ "Description": " Log Entry 639",
+ "EntryType": "Oem",
+ "Id": "639",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 639",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/638",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T07:40:08-05:00",
+ "Description": " Log Entry 638",
+ "EntryType": "Oem",
+ "Id": "638",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 638",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/637",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-16T07:40:08-05:00",
+ "Description": " Log Entry 637",
+ "EntryType": "Oem",
+ "Id": "637",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 637",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/636",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T21:29:42-05:00",
+ "Description": " Log Entry 636",
+ "EntryType": "Oem",
+ "Id": "636",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 636",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/635",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T21:29:38-05:00",
+ "Description": " Log Entry 635",
+ "EntryType": "Oem",
+ "Id": "635",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 635",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/634",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T21:29:38-05:00",
+ "Description": " Log Entry 634",
+ "EntryType": "Oem",
+ "Id": "634",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 634",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/633",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T21:29:38-05:00",
+ "Description": " Log Entry 633",
+ "EntryType": "Oem",
+ "Id": "633",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 633",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/632",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T11:19:06-05:00",
+ "Description": " Log Entry 632",
+ "EntryType": "Oem",
+ "Id": "632",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 632",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/631",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T11:19:02-05:00",
+ "Description": " Log Entry 631",
+ "EntryType": "Oem",
+ "Id": "631",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 631",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/630",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T11:19:02-05:00",
+ "Description": " Log Entry 630",
+ "EntryType": "Oem",
+ "Id": "630",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 630",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/629",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T11:19:02-05:00",
+ "Description": " Log Entry 629",
+ "EntryType": "Oem",
+ "Id": "629",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 629",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/628",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T01:08:32-05:00",
+ "Description": " Log Entry 628",
+ "EntryType": "Oem",
+ "Id": "628",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 628",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/627",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T01:08:28-05:00",
+ "Description": " Log Entry 627",
+ "EntryType": "Oem",
+ "Id": "627",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 627",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/626",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T01:08:28-05:00",
+ "Description": " Log Entry 626",
+ "EntryType": "Oem",
+ "Id": "626",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 626",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/625",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-15T01:08:28-05:00",
+ "Description": " Log Entry 625",
+ "EntryType": "Oem",
+ "Id": "625",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 625",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/624",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:37-05:00",
+ "Description": " Log Entry 624",
+ "EntryType": "Oem",
+ "Id": "624",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 624",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=200",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=200/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=200/index.json
new file mode 100644
index 0000000..4575209
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=200/index.json
@@ -0,0 +1,1211 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/623",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:34-05:00",
+ "Description": " Log Entry 623",
+ "EntryType": "Oem",
+ "Id": "623",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 623",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/622",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:33-05:00",
+ "Description": " Log Entry 622",
+ "EntryType": "Oem",
+ "Id": "622",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 622",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/621",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:33-05:00",
+ "Description": " Log Entry 621",
+ "EntryType": "Oem",
+ "Id": "621",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 621",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/620",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:28-05:00",
+ "Description": " Log Entry 620",
+ "EntryType": "Oem",
+ "Id": "620",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 620",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/619",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:25-05:00",
+ "Description": " Log Entry 619",
+ "EntryType": "Oem",
+ "Id": "619",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 619",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/618",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:24-05:00",
+ "Description": " Log Entry 618",
+ "EntryType": "Oem",
+ "Id": "618",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 618",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/617",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:47:24-05:00",
+ "Description": " Log Entry 617",
+ "EntryType": "Oem",
+ "Id": "617",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 617",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/616",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:38-05:00",
+ "Description": " Log Entry 616",
+ "EntryType": "Oem",
+ "Id": "616",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 616",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/615",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:35-05:00",
+ "Description": " Log Entry 615",
+ "EntryType": "Oem",
+ "Id": "615",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 615",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/614",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:34-05:00",
+ "Description": " Log Entry 614",
+ "EntryType": "Oem",
+ "Id": "614",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 614",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/613",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:34-05:00",
+ "Description": " Log Entry 613",
+ "EntryType": "Oem",
+ "Id": "613",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 613",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/612",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:09-05:00",
+ "Description": " Log Entry 612",
+ "EntryType": "Oem",
+ "Id": "612",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 612",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/611",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:05-05:00",
+ "Description": " Log Entry 611",
+ "EntryType": "Oem",
+ "Id": "611",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 611",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/610",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:05-05:00",
+ "Description": " Log Entry 610",
+ "EntryType": "Oem",
+ "Id": "610",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 610",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/609",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:46:05-05:00",
+ "Description": " Log Entry 609",
+ "EntryType": "Oem",
+ "Id": "609",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 609",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/608",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:47-05:00",
+ "Description": " Log Entry 608",
+ "EntryType": "Oem",
+ "Id": "608",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 608",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/607",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:43-05:00",
+ "Description": " Log Entry 607",
+ "EntryType": "Oem",
+ "Id": "607",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 607",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/606",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:43-05:00",
+ "Description": " Log Entry 606",
+ "EntryType": "Oem",
+ "Id": "606",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 606",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/605",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:43-05:00",
+ "Description": " Log Entry 605",
+ "EntryType": "Oem",
+ "Id": "605",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 605",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/604",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:33-05:00",
+ "Description": " Log Entry 604",
+ "EntryType": "Oem",
+ "Id": "604",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 604",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/603",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:29-05:00",
+ "Description": " Log Entry 603",
+ "EntryType": "Oem",
+ "Id": "603",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 603",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/602",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:29-05:00",
+ "Description": " Log Entry 602",
+ "EntryType": "Oem",
+ "Id": "602",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 602",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/601",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:29-05:00",
+ "Description": " Log Entry 601",
+ "EntryType": "Oem",
+ "Id": "601",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 601",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/600",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:22-05:00",
+ "Description": " Log Entry 600",
+ "EntryType": "Oem",
+ "Id": "600",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 600",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/599",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:18-05:00",
+ "Description": " Log Entry 599",
+ "EntryType": "Oem",
+ "Id": "599",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 599",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/598",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:18-05:00",
+ "Description": " Log Entry 598",
+ "EntryType": "Oem",
+ "Id": "598",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 598",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/597",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:17-05:00",
+ "Description": " Log Entry 597",
+ "EntryType": "Oem",
+ "Id": "597",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 597",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/596",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:15-05:00",
+ "Description": " Log Entry 596",
+ "EntryType": "Oem",
+ "Id": "596",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 596",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/595",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:11-05:00",
+ "Description": " Log Entry 595",
+ "EntryType": "Oem",
+ "Id": "595",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 595",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/594",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:11-05:00",
+ "Description": " Log Entry 594",
+ "EntryType": "Oem",
+ "Id": "594",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 594",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/593",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:10-05:00",
+ "Description": " Log Entry 593",
+ "EntryType": "Oem",
+ "Id": "593",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 593",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/592",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:45:02-05:00",
+ "Description": " Log Entry 592",
+ "EntryType": "Oem",
+ "Id": "592",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 592",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/591",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:59-05:00",
+ "Description": " Log Entry 591",
+ "EntryType": "Oem",
+ "Id": "591",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 591",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/590",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:59-05:00",
+ "Description": " Log Entry 590",
+ "EntryType": "Oem",
+ "Id": "590",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 590",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/589",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:58-05:00",
+ "Description": " Log Entry 589",
+ "EntryType": "Oem",
+ "Id": "589",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 589",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/588",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:53-05:00",
+ "Description": " Log Entry 588",
+ "EntryType": "Oem",
+ "Id": "588",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 588",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/587",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:50-05:00",
+ "Description": " Log Entry 587",
+ "EntryType": "Oem",
+ "Id": "587",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 587",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/586",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:49-05:00",
+ "Description": " Log Entry 586",
+ "EntryType": "Oem",
+ "Id": "586",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 586",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/585",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:49-05:00",
+ "Description": " Log Entry 585",
+ "EntryType": "Oem",
+ "Id": "585",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 585",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/584",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:43-05:00",
+ "Description": " Log Entry 584",
+ "EntryType": "Oem",
+ "Id": "584",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 584",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/583",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:38-05:00",
+ "Description": " Log Entry 583",
+ "EntryType": "Oem",
+ "Id": "583",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 583",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/582",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:37-05:00",
+ "Description": " Log Entry 582",
+ "EntryType": "Oem",
+ "Id": "582",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 582",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/581",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:37-05:00",
+ "Description": " Log Entry 581",
+ "EntryType": "Oem",
+ "Id": "581",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 581",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/580",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:35-05:00",
+ "Description": " Log Entry 580",
+ "EntryType": "Oem",
+ "Id": "580",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 580",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/579",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:32-05:00",
+ "Description": " Log Entry 579",
+ "EntryType": "Oem",
+ "Id": "579",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 579",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/578",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:32-05:00",
+ "Description": " Log Entry 578",
+ "EntryType": "Oem",
+ "Id": "578",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 578",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/577",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:31-05:00",
+ "Description": " Log Entry 577",
+ "EntryType": "Oem",
+ "Id": "577",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 577",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/576",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:30-05:00",
+ "Description": " Log Entry 576",
+ "EntryType": "Oem",
+ "Id": "576",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 576",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/575",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:26-05:00",
+ "Description": " Log Entry 575",
+ "EntryType": "Oem",
+ "Id": "575",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 575",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/574",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:26-05:00",
+ "Description": " Log Entry 574",
+ "EntryType": "Oem",
+ "Id": "574",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 574",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=250",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=250/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=250/index.json
new file mode 100644
index 0000000..033490b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=250/index.json
@@ -0,0 +1,1211 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/573",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:26-05:00",
+ "Description": " Log Entry 573",
+ "EntryType": "Oem",
+ "Id": "573",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 573",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/572",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:24-05:00",
+ "Description": " Log Entry 572",
+ "EntryType": "Oem",
+ "Id": "572",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 572",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/571",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:20-05:00",
+ "Description": " Log Entry 571",
+ "EntryType": "Oem",
+ "Id": "571",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 571",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/570",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:20-05:00",
+ "Description": " Log Entry 570",
+ "EntryType": "Oem",
+ "Id": "570",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 570",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/569",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:20-05:00",
+ "Description": " Log Entry 569",
+ "EntryType": "Oem",
+ "Id": "569",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 569",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/568",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:12-05:00",
+ "Description": " Log Entry 568",
+ "EntryType": "Oem",
+ "Id": "568",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 568",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/567",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:09-05:00",
+ "Description": " Log Entry 567",
+ "EntryType": "Oem",
+ "Id": "567",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 567",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/566",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:08-05:00",
+ "Description": " Log Entry 566",
+ "EntryType": "Oem",
+ "Id": "566",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 566",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/565",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:08-05:00",
+ "Description": " Log Entry 565",
+ "EntryType": "Oem",
+ "Id": "565",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 565",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/564",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:05-05:00",
+ "Description": " Log Entry 564",
+ "EntryType": "Oem",
+ "Id": "564",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 564",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/563",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:01-05:00",
+ "Description": " Log Entry 563",
+ "EntryType": "Oem",
+ "Id": "563",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 563",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/562",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:01-05:00",
+ "Description": " Log Entry 562",
+ "EntryType": "Oem",
+ "Id": "562",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 562",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/561",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:44:01-05:00",
+ "Description": " Log Entry 561",
+ "EntryType": "Oem",
+ "Id": "561",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 561",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/560",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:42:29-05:00",
+ "Description": " Log Entry 560",
+ "EntryType": "Oem",
+ "Id": "560",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 560",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/559",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:42:25-05:00",
+ "Description": " Log Entry 559",
+ "EntryType": "Oem",
+ "Id": "559",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 559",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/558",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:42:25-05:00",
+ "Description": " Log Entry 558",
+ "EntryType": "Oem",
+ "Id": "558",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 558",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/557",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:42:25-05:00",
+ "Description": " Log Entry 557",
+ "EntryType": "Oem",
+ "Id": "557",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 557",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/556",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:57-05:00",
+ "Description": " Log Entry 556",
+ "EntryType": "Oem",
+ "Id": "556",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 556",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/555",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:54-05:00",
+ "Description": " Log Entry 555",
+ "EntryType": "Oem",
+ "Id": "555",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 555",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/554",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:54-05:00",
+ "Description": " Log Entry 554",
+ "EntryType": "Oem",
+ "Id": "554",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 554",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/553",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:54-05:00",
+ "Description": " Log Entry 553",
+ "EntryType": "Oem",
+ "Id": "553",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 553",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/552",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:05-05:00",
+ "Description": " Log Entry 552",
+ "EntryType": "Oem",
+ "Id": "552",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 552",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/551",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:01-05:00",
+ "Description": " Log Entry 551",
+ "EntryType": "Oem",
+ "Id": "551",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 551",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/550",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:01-05:00",
+ "Description": " Log Entry 550",
+ "EntryType": "Oem",
+ "Id": "550",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 550",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/549",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:40:01-05:00",
+ "Description": " Log Entry 549",
+ "EntryType": "Oem",
+ "Id": "549",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 549",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/548",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:35-05:00",
+ "Description": " Log Entry 548",
+ "EntryType": "Oem",
+ "Id": "548",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 548",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/547",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:31-05:00",
+ "Description": " Log Entry 547",
+ "EntryType": "Oem",
+ "Id": "547",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 547",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/546",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:31-05:00",
+ "Description": " Log Entry 546",
+ "EntryType": "Oem",
+ "Id": "546",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 546",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/545",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:31-05:00",
+ "Description": " Log Entry 545",
+ "EntryType": "Oem",
+ "Id": "545",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 545",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/544",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:13-05:00",
+ "Description": " Log Entry 544",
+ "EntryType": "Oem",
+ "Id": "544",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 544",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/543",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:09-05:00",
+ "Description": " Log Entry 543",
+ "EntryType": "Oem",
+ "Id": "543",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 543",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/542",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:09-05:00",
+ "Description": " Log Entry 542",
+ "EntryType": "Oem",
+ "Id": "542",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 542",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/541",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:39:09-05:00",
+ "Description": " Log Entry 541",
+ "EntryType": "Oem",
+ "Id": "541",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 541",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/540",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:58-05:00",
+ "Description": " Log Entry 540",
+ "EntryType": "Oem",
+ "Id": "540",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 540",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/539",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:54-05:00",
+ "Description": " Log Entry 539",
+ "EntryType": "Oem",
+ "Id": "539",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 539",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/538",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:54-05:00",
+ "Description": " Log Entry 538",
+ "EntryType": "Oem",
+ "Id": "538",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 538",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/537",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:54-05:00",
+ "Description": " Log Entry 537",
+ "EntryType": "Oem",
+ "Id": "537",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 537",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/536",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:46-05:00",
+ "Description": " Log Entry 536",
+ "EntryType": "Oem",
+ "Id": "536",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 536",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/535",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:44-05:00",
+ "Description": " Log Entry 535",
+ "EntryType": "Oem",
+ "Id": "535",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 535",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/534",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:44-05:00",
+ "Description": " Log Entry 534",
+ "EntryType": "Oem",
+ "Id": "534",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 534",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/533",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:43-05:00",
+ "Description": " Log Entry 533",
+ "EntryType": "Oem",
+ "Id": "533",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 533",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/532",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:43-05:00",
+ "Description": " Log Entry 532",
+ "EntryType": "Oem",
+ "Id": "532",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 532",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/531",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:42-05:00",
+ "Description": " Log Entry 531",
+ "EntryType": "Oem",
+ "Id": "531",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 531",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/530",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:39-05:00",
+ "Description": " Log Entry 530",
+ "EntryType": "Oem",
+ "Id": "530",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 530",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/529",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:33-05:00",
+ "Description": " Log Entry 529",
+ "EntryType": "Oem",
+ "Id": "529",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 529",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/528",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:32-05:00",
+ "Description": " Log Entry 528",
+ "EntryType": "Oem",
+ "Id": "528",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 528",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/527",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:32-05:00",
+ "Description": " Log Entry 527",
+ "EntryType": "Oem",
+ "Id": "527",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 527",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/526",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:30-05:00",
+ "Description": " Log Entry 526",
+ "EntryType": "Oem",
+ "Id": "526",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 526",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/525",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:27-05:00",
+ "Description": " Log Entry 525",
+ "EntryType": "Oem",
+ "Id": "525",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 525",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/524",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:27-05:00",
+ "Description": " Log Entry 524",
+ "EntryType": "Oem",
+ "Id": "524",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 524",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=300",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=300/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=300/index.json
new file mode 100644
index 0000000..4455f33
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=300/index.json
@@ -0,0 +1,1211 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/523",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:26-05:00",
+ "Description": " Log Entry 523",
+ "EntryType": "Oem",
+ "Id": "523",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 523",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/522",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:26-05:00",
+ "Description": " Log Entry 522",
+ "EntryType": "Oem",
+ "Id": "522",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 522",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/521",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:26-05:00",
+ "Description": " Log Entry 521",
+ "EntryType": "Oem",
+ "Id": "521",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 521",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/520",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:24-05:00",
+ "Description": " Log Entry 520",
+ "EntryType": "Oem",
+ "Id": "520",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 520",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/519",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:23-05:00",
+ "Description": " Log Entry 519",
+ "EntryType": "Oem",
+ "Id": "519",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 519",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/518",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:20-05:00",
+ "Description": " Log Entry 518",
+ "EntryType": "Oem",
+ "Id": "518",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 518",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/517",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:20-05:00",
+ "Description": " Log Entry 517",
+ "EntryType": "Oem",
+ "Id": "517",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 517",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/516",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:20-05:00",
+ "Description": " Log Entry 516",
+ "EntryType": "Oem",
+ "Id": "516",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 516",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/515",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:18-05:00",
+ "Description": " Log Entry 515",
+ "EntryType": "Oem",
+ "Id": "515",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 515",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/514",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:18-05:00",
+ "Description": " Log Entry 514",
+ "EntryType": "Oem",
+ "Id": "514",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 514",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/513",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:15-05:00",
+ "Description": " Log Entry 513",
+ "EntryType": "Oem",
+ "Id": "513",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 513",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/512",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:14-05:00",
+ "Description": " Log Entry 512",
+ "EntryType": "Oem",
+ "Id": "512",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 512",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/511",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:14-05:00",
+ "Description": " Log Entry 511",
+ "EntryType": "Oem",
+ "Id": "511",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 511",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/510",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:06-05:00",
+ "Description": " Log Entry 510",
+ "EntryType": "Oem",
+ "Id": "510",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 510",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/509",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:03-05:00",
+ "Description": " Log Entry 509",
+ "EntryType": "Oem",
+ "Id": "509",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 509",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/508",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:02-05:00",
+ "Description": " Log Entry 508",
+ "EntryType": "Oem",
+ "Id": "508",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 508",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/507",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:02-05:00",
+ "Description": " Log Entry 507",
+ "EntryType": "Oem",
+ "Id": "507",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 507",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/506",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:38:00-05:00",
+ "Description": " Log Entry 506",
+ "EntryType": "Oem",
+ "Id": "506",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 506",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/505",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:57-05:00",
+ "Description": " Log Entry 505",
+ "EntryType": "Oem",
+ "Id": "505",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 505",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/504",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:57-05:00",
+ "Description": " Log Entry 504",
+ "EntryType": "Oem",
+ "Id": "504",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 504",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/503",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:56-05:00",
+ "Description": " Log Entry 503",
+ "EntryType": "Oem",
+ "Id": "503",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 503",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/502",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:51-05:00",
+ "Description": " Log Entry 502",
+ "EntryType": "Oem",
+ "Id": "502",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 502",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/501",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:48-05:00",
+ "Description": " Log Entry 501",
+ "EntryType": "Oem",
+ "Id": "501",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 501",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/500",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:48-05:00",
+ "Description": " Log Entry 500",
+ "EntryType": "Oem",
+ "Id": "500",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 500",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/499",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:47-05:00",
+ "Description": " Log Entry 499",
+ "EntryType": "Oem",
+ "Id": "499",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 499",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/498",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:40-05:00",
+ "Description": " Log Entry 498",
+ "EntryType": "Oem",
+ "Id": "498",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 498",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/497",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:37-05:00",
+ "Description": " Log Entry 497",
+ "EntryType": "Oem",
+ "Id": "497",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 497",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/496",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:36-05:00",
+ "Description": " Log Entry 496",
+ "EntryType": "Oem",
+ "Id": "496",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 496",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/495",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:36-05:00",
+ "Description": " Log Entry 495",
+ "EntryType": "Oem",
+ "Id": "495",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 495",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/494",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:33-05:00",
+ "Description": " Log Entry 494",
+ "EntryType": "Oem",
+ "Id": "494",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 494",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/493",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:29-05:00",
+ "Description": " Log Entry 493",
+ "EntryType": "Oem",
+ "Id": "493",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 493",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/492",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:29-05:00",
+ "Description": " Log Entry 492",
+ "EntryType": "Oem",
+ "Id": "492",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 492",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/491",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:37:29-05:00",
+ "Description": " Log Entry 491",
+ "EntryType": "Oem",
+ "Id": "491",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 491",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/490",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:15-05:00",
+ "Description": " Log Entry 490",
+ "EntryType": "Oem",
+ "Id": "490",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 490",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/489",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:12-05:00",
+ "Description": " Log Entry 489",
+ "EntryType": "Oem",
+ "Id": "489",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 489",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/488",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:12-05:00",
+ "Description": " Log Entry 488",
+ "EntryType": "Oem",
+ "Id": "488",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 488",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/487",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:11-05:00",
+ "Description": " Log Entry 487",
+ "EntryType": "Oem",
+ "Id": "487",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 487",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/486",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:35:00-05:00",
+ "Description": " Log Entry 486",
+ "EntryType": "Oem",
+ "Id": "486",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 486",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/485",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:57-05:00",
+ "Description": " Log Entry 485",
+ "EntryType": "Oem",
+ "Id": "485",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 485",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/484",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:56-05:00",
+ "Description": " Log Entry 484",
+ "EntryType": "Oem",
+ "Id": "484",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 484",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/483",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:56-05:00",
+ "Description": " Log Entry 483",
+ "EntryType": "Oem",
+ "Id": "483",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 483",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/482",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:54-05:00",
+ "Description": " Log Entry 482",
+ "EntryType": "Oem",
+ "Id": "482",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 482",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/481",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:51-05:00",
+ "Description": " Log Entry 481",
+ "EntryType": "Oem",
+ "Id": "481",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 481",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/480",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:51-05:00",
+ "Description": " Log Entry 480",
+ "EntryType": "Oem",
+ "Id": "480",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 480",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/479",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:50-05:00",
+ "Description": " Log Entry 479",
+ "EntryType": "Oem",
+ "Id": "479",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 479",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/478",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:49-05:00",
+ "Description": " Log Entry 478",
+ "EntryType": "Oem",
+ "Id": "478",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 478",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/477",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:45-05:00",
+ "Description": " Log Entry 477",
+ "EntryType": "Oem",
+ "Id": "477",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 477",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/476",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:45-05:00",
+ "Description": " Log Entry 476",
+ "EntryType": "Oem",
+ "Id": "476",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 476",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/475",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:45-05:00",
+ "Description": " Log Entry 475",
+ "EntryType": "Oem",
+ "Id": "475",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 475",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/474",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:43-05:00",
+ "Description": " Log Entry 474",
+ "EntryType": "Oem",
+ "Id": "474",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 474",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=350",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=350/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=350/index.json
new file mode 100644
index 0000000..ac9de2e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=350/index.json
@@ -0,0 +1,1211 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/473",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:37-05:00",
+ "Description": " Log Entry 473",
+ "EntryType": "Oem",
+ "Id": "473",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 473",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/472",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:37-05:00",
+ "Description": " Log Entry 472",
+ "EntryType": "Oem",
+ "Id": "472",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 472",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/471",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:36-05:00",
+ "Description": " Log Entry 471",
+ "EntryType": "Oem",
+ "Id": "471",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 471",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/470",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:35-05:00",
+ "Description": " Log Entry 470",
+ "EntryType": "Oem",
+ "Id": "470",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 470",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/469",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:31-05:00",
+ "Description": " Log Entry 469",
+ "EntryType": "Oem",
+ "Id": "469",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 469",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/468",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:31-05:00",
+ "Description": " Log Entry 468",
+ "EntryType": "Oem",
+ "Id": "468",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 468",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/467",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:30-05:00",
+ "Description": " Log Entry 467",
+ "EntryType": "Oem",
+ "Id": "467",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 467",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/466",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:26-05:00",
+ "Description": " Log Entry 466",
+ "EntryType": "Oem",
+ "Id": "466",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 466",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/465",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:22-05:00",
+ "Description": " Log Entry 465",
+ "EntryType": "Oem",
+ "Id": "465",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 465",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/464",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:22-05:00",
+ "Description": " Log Entry 464",
+ "EntryType": "Oem",
+ "Id": "464",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 464",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/463",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:22-05:00",
+ "Description": " Log Entry 463",
+ "EntryType": "Oem",
+ "Id": "463",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 463",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/462",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:17-05:00",
+ "Description": " Log Entry 462",
+ "EntryType": "Oem",
+ "Id": "462",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 462",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/461",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:11-05:00",
+ "Description": " Log Entry 461",
+ "EntryType": "Oem",
+ "Id": "461",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 461",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/460",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:11-05:00",
+ "Description": " Log Entry 460",
+ "EntryType": "Oem",
+ "Id": "460",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 460",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/459",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:10-05:00",
+ "Description": " Log Entry 459",
+ "EntryType": "Oem",
+ "Id": "459",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 459",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/458",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:06-05:00",
+ "Description": " Log Entry 458",
+ "EntryType": "Oem",
+ "Id": "458",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 458",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/457",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:02-05:00",
+ "Description": " Log Entry 457",
+ "EntryType": "Oem",
+ "Id": "457",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 457",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/456",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:02-05:00",
+ "Description": " Log Entry 456",
+ "EntryType": "Oem",
+ "Id": "456",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 456",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/455",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:01-05:00",
+ "Description": " Log Entry 455",
+ "EntryType": "Oem",
+ "Id": "455",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 455",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/454",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:34:00-05:00",
+ "Description": " Log Entry 454",
+ "EntryType": "Oem",
+ "Id": "454",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 454",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/453",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:56-05:00",
+ "Description": " Log Entry 453",
+ "EntryType": "Oem",
+ "Id": "453",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 453",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/452",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:56-05:00",
+ "Description": " Log Entry 452",
+ "EntryType": "Oem",
+ "Id": "452",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 452",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/451",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:56-05:00",
+ "Description": " Log Entry 451",
+ "EntryType": "Oem",
+ "Id": "451",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 451",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/450",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:54-05:00",
+ "Description": " Log Entry 450",
+ "EntryType": "Oem",
+ "Id": "450",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 450",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/449",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:50-05:00",
+ "Description": " Log Entry 449",
+ "EntryType": "Oem",
+ "Id": "449",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 449",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/448",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:50-05:00",
+ "Description": " Log Entry 448",
+ "EntryType": "Oem",
+ "Id": "448",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 448",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/447",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:49-05:00",
+ "Description": " Log Entry 447",
+ "EntryType": "Oem",
+ "Id": "447",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 447",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/446",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:48-05:00",
+ "Description": " Log Entry 446",
+ "EntryType": "Oem",
+ "Id": "446",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 446",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/445",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:41-05:00",
+ "Description": " Log Entry 445",
+ "EntryType": "Oem",
+ "Id": "445",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 445",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/444",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:41-05:00",
+ "Description": " Log Entry 444",
+ "EntryType": "Oem",
+ "Id": "444",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 444",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/443",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:41-05:00",
+ "Description": " Log Entry 443",
+ "EntryType": "Oem",
+ "Id": "443",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 443",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/442",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:39-05:00",
+ "Description": " Log Entry 442",
+ "EntryType": "Oem",
+ "Id": "442",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 442",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/441",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:36-05:00",
+ "Description": " Log Entry 441",
+ "EntryType": "Oem",
+ "Id": "441",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 441",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/440",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:36-05:00",
+ "Description": " Log Entry 440",
+ "EntryType": "Oem",
+ "Id": "440",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 440",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/439",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:35-05:00",
+ "Description": " Log Entry 439",
+ "EntryType": "Oem",
+ "Id": "439",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 439",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/438",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:34-05:00",
+ "Description": " Log Entry 438",
+ "EntryType": "Oem",
+ "Id": "438",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 438",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/437",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:30-05:00",
+ "Description": " Log Entry 437",
+ "EntryType": "Oem",
+ "Id": "437",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 437",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/436",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:30-05:00",
+ "Description": " Log Entry 436",
+ "EntryType": "Oem",
+ "Id": "436",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 436",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/435",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:33:29-05:00",
+ "Description": " Log Entry 435",
+ "EntryType": "Oem",
+ "Id": "435",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 435",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/434",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:32-05:00",
+ "Description": " Log Entry 434",
+ "EntryType": "Oem",
+ "Id": "434",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 434",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/433",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:29-05:00",
+ "Description": " Log Entry 433",
+ "EntryType": "Oem",
+ "Id": "433",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 433",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/432",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:29-05:00",
+ "Description": " Log Entry 432",
+ "EntryType": "Oem",
+ "Id": "432",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 432",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/431",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:28-05:00",
+ "Description": " Log Entry 431",
+ "EntryType": "Oem",
+ "Id": "431",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 431",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/430",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:10-05:00",
+ "Description": " Log Entry 430",
+ "EntryType": "Oem",
+ "Id": "430",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 430",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/429",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:31:06-05:00",
+ "Description": " Log Entry 429",
+ "EntryType": "Oem",
+ "Id": "429",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 429",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/428",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:30:02-05:00",
+ "Description": " Log Entry 428",
+ "EntryType": "Oem",
+ "Id": "428",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 428",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/427",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:58-05:00",
+ "Description": " Log Entry 427",
+ "EntryType": "Oem",
+ "Id": "427",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 427",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/426",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:58-05:00",
+ "Description": " Log Entry 426",
+ "EntryType": "Oem",
+ "Id": "426",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 426",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/425",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:57-05:00",
+ "Description": " Log Entry 425",
+ "EntryType": "Oem",
+ "Id": "425",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 425",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/424",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:09-05:00",
+ "Description": " Log Entry 424",
+ "EntryType": "Oem",
+ "Id": "424",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 424",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=400",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=400/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=400/index.json
new file mode 100644
index 0000000..c210af2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=400/index.json
@@ -0,0 +1,1211 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/423",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:05-05:00",
+ "Description": " Log Entry 423",
+ "EntryType": "Oem",
+ "Id": "423",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 423",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/422",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:05-05:00",
+ "Description": " Log Entry 422",
+ "EntryType": "Oem",
+ "Id": "422",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 422",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/421",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:29:05-05:00",
+ "Description": " Log Entry 421",
+ "EntryType": "Oem",
+ "Id": "421",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 421",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/420",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:39-05:00",
+ "Description": " Log Entry 420",
+ "EntryType": "Oem",
+ "Id": "420",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 420",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/419",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:35-05:00",
+ "Description": " Log Entry 419",
+ "EntryType": "Oem",
+ "Id": "419",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 419",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/418",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:35-05:00",
+ "Description": " Log Entry 418",
+ "EntryType": "Oem",
+ "Id": "418",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 418",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/417",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:34-05:00",
+ "Description": " Log Entry 417",
+ "EntryType": "Oem",
+ "Id": "417",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 417",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/416",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:17-05:00",
+ "Description": " Log Entry 416",
+ "EntryType": "Oem",
+ "Id": "416",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 416",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/415",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:13-05:00",
+ "Description": " Log Entry 415",
+ "EntryType": "Oem",
+ "Id": "415",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 415",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/414",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:13-05:00",
+ "Description": " Log Entry 414",
+ "EntryType": "Oem",
+ "Id": "414",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 414",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/413",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:13-05:00",
+ "Description": " Log Entry 413",
+ "EntryType": "Oem",
+ "Id": "413",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 413",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/412",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:28:02-05:00",
+ "Description": " Log Entry 412",
+ "EntryType": "Oem",
+ "Id": "412",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 412",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/411",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:58-05:00",
+ "Description": " Log Entry 411",
+ "EntryType": "Oem",
+ "Id": "411",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 411",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/410",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:58-05:00",
+ "Description": " Log Entry 410",
+ "EntryType": "Oem",
+ "Id": "410",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 410",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/409",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:58-05:00",
+ "Description": " Log Entry 409",
+ "EntryType": "Oem",
+ "Id": "409",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 409",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/408",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:50-05:00",
+ "Description": " Log Entry 408",
+ "EntryType": "Oem",
+ "Id": "408",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 408",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/407",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:47-05:00",
+ "Description": " Log Entry 407",
+ "EntryType": "Oem",
+ "Id": "407",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 407",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/406",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:47-05:00",
+ "Description": " Log Entry 406",
+ "EntryType": "Oem",
+ "Id": "406",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 406",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/405",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:46-05:00",
+ "Description": " Log Entry 405",
+ "EntryType": "Oem",
+ "Id": "405",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 405",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/404",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:39-05:00",
+ "Description": " Log Entry 404",
+ "EntryType": "Oem",
+ "Id": "404",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 404",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/403",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:35-05:00",
+ "Description": " Log Entry 403",
+ "EntryType": "Oem",
+ "Id": "403",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 403",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/402",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:35-05:00",
+ "Description": " Log Entry 402",
+ "EntryType": "Oem",
+ "Id": "402",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 402",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/401",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:34-05:00",
+ "Description": " Log Entry 401",
+ "EntryType": "Oem",
+ "Id": "401",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 401",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/400",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:29-05:00",
+ "Description": " Log Entry 400",
+ "EntryType": "Oem",
+ "Id": "400",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 400",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/399",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:26-05:00",
+ "Description": " Log Entry 399",
+ "EntryType": "Oem",
+ "Id": "399",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 399",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/398",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:25-05:00",
+ "Description": " Log Entry 398",
+ "EntryType": "Oem",
+ "Id": "398",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 398",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/397",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:25-05:00",
+ "Description": " Log Entry 397",
+ "EntryType": "Oem",
+ "Id": "397",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 397",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/396",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:23-05:00",
+ "Description": " Log Entry 396",
+ "EntryType": "Oem",
+ "Id": "396",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 396",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/395",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:19-05:00",
+ "Description": " Log Entry 395",
+ "EntryType": "Oem",
+ "Id": "395",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 395",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/394",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:19-05:00",
+ "Description": " Log Entry 394",
+ "EntryType": "Oem",
+ "Id": "394",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 394",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/393",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:19-05:00",
+ "Description": " Log Entry 393",
+ "EntryType": "Oem",
+ "Id": "393",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 393",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/392",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:17-05:00",
+ "Description": " Log Entry 392",
+ "EntryType": "Oem",
+ "Id": "392",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 392",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/391",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:11-05:00",
+ "Description": " Log Entry 391",
+ "EntryType": "Oem",
+ "Id": "391",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 391",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/390",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:10-05:00",
+ "Description": " Log Entry 390",
+ "EntryType": "Oem",
+ "Id": "390",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 390",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/389",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:10-05:00",
+ "Description": " Log Entry 389",
+ "EntryType": "Oem",
+ "Id": "389",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 389",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/388",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:05-05:00",
+ "Description": " Log Entry 388",
+ "EntryType": "Oem",
+ "Id": "388",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 388",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/387",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:02-05:00",
+ "Description": " Log Entry 387",
+ "EntryType": "Oem",
+ "Id": "387",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 387",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/386",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:01-05:00",
+ "Description": " Log Entry 386",
+ "EntryType": "Oem",
+ "Id": "386",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 386",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/385",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:27:01-05:00",
+ "Description": " Log Entry 385",
+ "EntryType": "Oem",
+ "Id": "385",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 385",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/384",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:56-05:00",
+ "Description": " Log Entry 384",
+ "EntryType": "Oem",
+ "Id": "384",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 384",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/383",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:52-05:00",
+ "Description": " Log Entry 383",
+ "EntryType": "Oem",
+ "Id": "383",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 383",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/382",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:52-05:00",
+ "Description": " Log Entry 382",
+ "EntryType": "Oem",
+ "Id": "382",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 382",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/381",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:52-05:00",
+ "Description": " Log Entry 381",
+ "EntryType": "Oem",
+ "Id": "381",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 381",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/380",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:50-05:00",
+ "Description": " Log Entry 380",
+ "EntryType": "Oem",
+ "Id": "380",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 380",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/379",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:44-05:00",
+ "Description": " Log Entry 379",
+ "EntryType": "Oem",
+ "Id": "379",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 379",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/378",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:44-05:00",
+ "Description": " Log Entry 378",
+ "EntryType": "Oem",
+ "Id": "378",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 378",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/377",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:43-05:00",
+ "Description": " Log Entry 377",
+ "EntryType": "Oem",
+ "Id": "377",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 377",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/376",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:37-05:00",
+ "Description": " Log Entry 376",
+ "EntryType": "Oem",
+ "Id": "376",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 376",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/375",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:34-05:00",
+ "Description": " Log Entry 375",
+ "EntryType": "Oem",
+ "Id": "375",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 375",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/374",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:34-05:00",
+ "Description": " Log Entry 374",
+ "EntryType": "Oem",
+ "Id": "374",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 374",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=450",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=450/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=450/index.json
new file mode 100644
index 0000000..a69a738
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=450/index.json
@@ -0,0 +1,1165 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/373",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:33-05:00",
+ "Description": " Log Entry 373",
+ "EntryType": "Oem",
+ "Id": "373",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 373",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/372",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:27-05:00",
+ "Description": " Log Entry 372",
+ "EntryType": "Oem",
+ "Id": "372",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 372",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/371",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:24-05:00",
+ "Description": " Log Entry 371",
+ "EntryType": "Oem",
+ "Id": "371",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 371",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/370",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:24-05:00",
+ "Description": " Log Entry 370",
+ "EntryType": "Oem",
+ "Id": "370",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 370",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/369",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:23-05:00",
+ "Description": " Log Entry 369",
+ "EntryType": "Oem",
+ "Id": "369",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 369",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/368",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:26:23-05:00",
+ "Description": " Log Entry 368",
+ "EntryType": "Oem",
+ "Id": "368",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 368",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/367",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T04:05:47-05:00",
+ "Description": " Log Entry 367",
+ "EntryType": "Oem",
+ "Id": "367",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 367",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/366",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:44:34-05:00",
+ "Description": " Log Entry 366",
+ "EntryType": "Oem",
+ "Id": "366",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 366",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/365",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:36:20-05:00",
+ "Description": " Log Entry 365",
+ "EntryType": "Oem",
+ "Id": "365",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 365",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/364",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:36:17-05:00",
+ "Description": " Log Entry 364",
+ "EntryType": "Oem",
+ "Id": "364",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 364",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/363",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:36:13-05:00",
+ "Description": " Log Entry 363",
+ "EntryType": "Oem",
+ "Id": "363",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 363",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/362",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:40-05:00",
+ "Description": " Log Entry 362",
+ "EntryType": "Oem",
+ "Id": "362",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 362",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/361",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:36-05:00",
+ "Description": " Log Entry 361",
+ "EntryType": "Oem",
+ "Id": "361",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 361",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/360",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:32-05:00",
+ "Description": " Log Entry 360",
+ "EntryType": "Oem",
+ "Id": "360",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 360",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/359",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:24-05:00",
+ "Description": " Log Entry 359",
+ "EntryType": "Oem",
+ "Id": "359",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 359",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/358",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:35:03-05:00",
+ "Description": " Log Entry 358",
+ "EntryType": "Oem",
+ "Id": "358",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 358",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/357",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:34:58-05:00",
+ "Description": " Log Entry 357",
+ "EntryType": "Oem",
+ "Id": "357",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 357",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/356",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:34:54-05:00",
+ "Description": " Log Entry 356",
+ "EntryType": "Oem",
+ "Id": "356",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 356",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/355",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:15:18-05:00",
+ "Description": " Log Entry 355",
+ "EntryType": "Oem",
+ "Id": "355",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 355",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/354",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:15:13-05:00",
+ "Description": " Log Entry 354",
+ "EntryType": "Oem",
+ "Id": "354",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 354",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/353",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:14:57-05:00",
+ "Description": " Log Entry 353",
+ "EntryType": "Oem",
+ "Id": "353",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.30.3 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 353",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/352",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:14:40-05:00",
+ "Description": " Log Entry 352",
+ "EntryType": "Oem",
+ "Id": "352",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 352",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/351",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:14:17-05:00",
+ "Description": " Log Entry 351",
+ "EntryType": "Oem",
+ "Id": "351",
+ "Links": {},
+ "Message": "User root via IP 172.16.30.3 requested state / configuration change to Network using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "Network",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 351",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/350",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:09:54-05:00",
+ "Description": " Log Entry 350",
+ "EntryType": "Oem",
+ "Id": "350",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.30.3 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.30.3",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 350",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/349",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:05:37-05:00",
+ "Description": " Log Entry 349",
+ "EntryType": "Oem",
+ "Id": "349",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session exited.",
+ "MessageId": "VME0005",
+ "Name": " Log Entry 349",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/348",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T03:05:37-05:00",
+ "Description": " Log Entry 348",
+ "EntryType": "Oem",
+ "Id": "348",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using Virtual Console is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Virtual Console"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 348",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/347",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T02:33:04-05:00",
+ "Description": " Log Entry 347",
+ "EntryType": "Oem",
+ "Id": "347",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 347",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/346",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T02:02:55-05:00",
+ "Description": " Log Entry 346",
+ "EntryType": "Oem",
+ "Id": "346",
+ "Links": {},
+ "Message": "User root via IP 172.16.31.2 requested state / configuration change to Users_2 using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Users_2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 346",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/345",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:40:17-05:00",
+ "Description": " Log Entry 345",
+ "EntryType": "Oem",
+ "Id": "345",
+ "Links": {},
+ "Message": "User root via IP 172.16.31.2 requested state / configuration change to Serial over LAN using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Serial over LAN",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 345",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/344",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:28:03-05:00",
+ "Description": " Log Entry 344",
+ "EntryType": "Oem",
+ "Id": "344",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session created.",
+ "MessageId": "VME0007",
+ "Name": " Log Entry 344",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/343",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:28:03-05:00",
+ "Description": " Log Entry 343",
+ "EntryType": "Oem",
+ "Id": "343",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session started.",
+ "MessageId": "VME0001",
+ "Name": " Log Entry 343",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/342",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:28:03-05:00",
+ "Description": " Log Entry 342",
+ "EntryType": "Oem",
+ "Id": "342",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and Virtual Console.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Virtual Console"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 342",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/341",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-14T01:24:25-05:00",
+ "Description": " Log Entry 341",
+ "EntryType": "Oem",
+ "Id": "341",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 341",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/340",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-13T23:47:48-05:00",
+ "Description": " Log Entry 340",
+ "EntryType": "Oem",
+ "Id": "340",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.6 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.6",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 340",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/339",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-13T23:16:52-05:00",
+ "Description": " Log Entry 339",
+ "EntryType": "Oem",
+ "Id": "339",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.6 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.6",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 339",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/338",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-13T23:16:31-05:00",
+ "Description": " Log Entry 338",
+ "EntryType": "Oem",
+ "Id": "338",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Unable to log in for ADMIN from 172.16.31.6 using GUI.",
+ "MessageArgs": [
+ "ADMIN",
+ "172.16.31.6",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0031",
+ "Name": " Log Entry 338",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/337",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-31T17:59:10-05:00",
+ "Description": " Log Entry 337",
+ "EntryType": "Oem",
+ "Id": "337",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.5 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 337",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/336",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-31T17:23:00-05:00",
+ "Description": " Log Entry 336",
+ "EntryType": "Oem",
+ "Id": "336",
+ "Links": {},
+ "Message": "User root via IP 172.16.31.5 requested state / configuration change to VirtualConsole using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "VirtualConsole",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 336",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/335",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-31T17:22:20-05:00",
+ "Description": " Log Entry 335",
+ "EntryType": "Oem",
+ "Id": "335",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.5 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.5",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 335",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/334",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T18:11:03-05:00",
+ "Description": " Log Entry 334",
+ "EntryType": "Oem",
+ "Id": "334",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 334",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/333",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T17:37:24-05:00",
+ "Description": " Log Entry 333",
+ "EntryType": "Oem",
+ "Id": "333",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 333",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/332",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T01:28:48-05:00",
+ "Description": " Log Entry 332",
+ "EntryType": "Oem",
+ "Id": "332",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 332",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/331",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T01:01:41-05:00",
+ "Description": " Log Entry 331",
+ "EntryType": "Oem",
+ "Id": "331",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session exited.",
+ "MessageId": "VME0005",
+ "Name": " Log Entry 331",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/330",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T01:01:41-05:00",
+ "Description": " Log Entry 330",
+ "EntryType": "Oem",
+ "Id": "330",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using Virtual Console is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Virtual Console"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 330",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/329",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-10T00:57:32-05:00",
+ "Description": " Log Entry 329",
+ "EntryType": "Oem",
+ "Id": "329",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 329",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/328",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:58:44-05:00",
+ "Description": " Log Entry 328",
+ "EntryType": "Oem",
+ "Id": "328",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 328",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/327",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:58:39-05:00",
+ "Description": " Log Entry 327",
+ "EntryType": "Oem",
+ "Id": "327",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 327",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/326",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:55:23-05:00",
+ "Description": " Log Entry 326",
+ "EntryType": "Oem",
+ "Id": "326",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.31.2 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 326",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/325",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:32:06-05:00",
+ "Description": " Log Entry 325",
+ "EntryType": "Oem",
+ "Id": "325",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 325",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/324",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:31:56-05:00",
+ "Description": " Log Entry 324",
+ "EntryType": "Oem",
+ "Id": "324",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 324",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=500",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=50/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=50/index.json
new file mode 100644
index 0000000..4399dd9
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=50/index.json
@@ -0,0 +1,1211 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/773",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T01:08:44-05:00",
+ "Description": " Log Entry 773",
+ "EntryType": "Oem",
+ "Id": "773",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 773",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/772",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T01:08:44-05:00",
+ "Description": " Log Entry 772",
+ "EntryType": "Oem",
+ "Id": "772",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 772",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/771",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-29T01:08:44-05:00",
+ "Description": " Log Entry 771",
+ "EntryType": "Oem",
+ "Id": "771",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 771",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/770",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T14:58:15-05:00",
+ "Description": " Log Entry 770",
+ "EntryType": "Oem",
+ "Id": "770",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 770",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/769",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T14:58:12-05:00",
+ "Description": " Log Entry 769",
+ "EntryType": "Oem",
+ "Id": "769",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 769",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/768",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T14:58:11-05:00",
+ "Description": " Log Entry 768",
+ "EntryType": "Oem",
+ "Id": "768",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 768",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/767",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T14:58:11-05:00",
+ "Description": " Log Entry 767",
+ "EntryType": "Oem",
+ "Id": "767",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 767",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/766",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T04:47:41-05:00",
+ "Description": " Log Entry 766",
+ "EntryType": "Oem",
+ "Id": "766",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 766",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/765",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T04:47:38-05:00",
+ "Description": " Log Entry 765",
+ "EntryType": "Oem",
+ "Id": "765",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 765",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/764",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T04:47:38-05:00",
+ "Description": " Log Entry 764",
+ "EntryType": "Oem",
+ "Id": "764",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 764",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/763",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-28T04:47:37-05:00",
+ "Description": " Log Entry 763",
+ "EntryType": "Oem",
+ "Id": "763",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 763",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/762",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T18:37:11-05:00",
+ "Description": " Log Entry 762",
+ "EntryType": "Oem",
+ "Id": "762",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 762",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/761",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T18:37:07-05:00",
+ "Description": " Log Entry 761",
+ "EntryType": "Oem",
+ "Id": "761",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 761",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/760",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T18:37:07-05:00",
+ "Description": " Log Entry 760",
+ "EntryType": "Oem",
+ "Id": "760",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 760",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/759",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T18:37:07-05:00",
+ "Description": " Log Entry 759",
+ "EntryType": "Oem",
+ "Id": "759",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 759",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/758",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T08:26:38-05:00",
+ "Description": " Log Entry 758",
+ "EntryType": "Oem",
+ "Id": "758",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 758",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/757",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T08:26:34-05:00",
+ "Description": " Log Entry 757",
+ "EntryType": "Oem",
+ "Id": "757",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 757",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/756",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T08:26:34-05:00",
+ "Description": " Log Entry 756",
+ "EntryType": "Oem",
+ "Id": "756",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 756",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/755",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-27T08:26:34-05:00",
+ "Description": " Log Entry 755",
+ "EntryType": "Oem",
+ "Id": "755",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 755",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/754",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T22:16:04-05:00",
+ "Description": " Log Entry 754",
+ "EntryType": "Oem",
+ "Id": "754",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 754",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/753",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T22:15:58-05:00",
+ "Description": " Log Entry 753",
+ "EntryType": "Oem",
+ "Id": "753",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 753",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/752",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T22:15:58-05:00",
+ "Description": " Log Entry 752",
+ "EntryType": "Oem",
+ "Id": "752",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 752",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/751",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T22:15:58-05:00",
+ "Description": " Log Entry 751",
+ "EntryType": "Oem",
+ "Id": "751",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 751",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/750",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T12:05:28-05:00",
+ "Description": " Log Entry 750",
+ "EntryType": "Oem",
+ "Id": "750",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 750",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/749",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T12:05:24-05:00",
+ "Description": " Log Entry 749",
+ "EntryType": "Oem",
+ "Id": "749",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 749",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/748",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T12:05:24-05:00",
+ "Description": " Log Entry 748",
+ "EntryType": "Oem",
+ "Id": "748",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 748",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/747",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T12:05:24-05:00",
+ "Description": " Log Entry 747",
+ "EntryType": "Oem",
+ "Id": "747",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 747",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/746",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T01:54:57-05:00",
+ "Description": " Log Entry 746",
+ "EntryType": "Oem",
+ "Id": "746",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 746",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/745",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T01:54:53-05:00",
+ "Description": " Log Entry 745",
+ "EntryType": "Oem",
+ "Id": "745",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 745",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/744",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T01:54:53-05:00",
+ "Description": " Log Entry 744",
+ "EntryType": "Oem",
+ "Id": "744",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 744",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/743",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-26T01:54:53-05:00",
+ "Description": " Log Entry 743",
+ "EntryType": "Oem",
+ "Id": "743",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 743",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/742",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T15:44:21-05:00",
+ "Description": " Log Entry 742",
+ "EntryType": "Oem",
+ "Id": "742",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 742",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/741",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T15:44:17-05:00",
+ "Description": " Log Entry 741",
+ "EntryType": "Oem",
+ "Id": "741",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 741",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/740",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T15:44:17-05:00",
+ "Description": " Log Entry 740",
+ "EntryType": "Oem",
+ "Id": "740",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 740",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/739",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T15:44:17-05:00",
+ "Description": " Log Entry 739",
+ "EntryType": "Oem",
+ "Id": "739",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 739",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/738",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T05:33:48-05:00",
+ "Description": " Log Entry 738",
+ "EntryType": "Oem",
+ "Id": "738",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 738",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/737",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T05:33:44-05:00",
+ "Description": " Log Entry 737",
+ "EntryType": "Oem",
+ "Id": "737",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 737",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/736",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T05:33:44-05:00",
+ "Description": " Log Entry 736",
+ "EntryType": "Oem",
+ "Id": "736",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 736",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/735",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-25T05:33:44-05:00",
+ "Description": " Log Entry 735",
+ "EntryType": "Oem",
+ "Id": "735",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 735",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/734",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T19:23:14-05:00",
+ "Description": " Log Entry 734",
+ "EntryType": "Oem",
+ "Id": "734",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 734",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/733",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T19:23:11-05:00",
+ "Description": " Log Entry 733",
+ "EntryType": "Oem",
+ "Id": "733",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 733",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/732",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T19:23:10-05:00",
+ "Description": " Log Entry 732",
+ "EntryType": "Oem",
+ "Id": "732",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 732",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/731",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T19:23:10-05:00",
+ "Description": " Log Entry 731",
+ "EntryType": "Oem",
+ "Id": "731",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 731",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/730",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T09:12:43-05:00",
+ "Description": " Log Entry 730",
+ "EntryType": "Oem",
+ "Id": "730",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 730",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/729",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T09:12:37-05:00",
+ "Description": " Log Entry 729",
+ "EntryType": "Oem",
+ "Id": "729",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 729",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/728",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T09:12:37-05:00",
+ "Description": " Log Entry 728",
+ "EntryType": "Oem",
+ "Id": "728",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 728",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/727",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-24T09:12:37-05:00",
+ "Description": " Log Entry 727",
+ "EntryType": "Oem",
+ "Id": "727",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and REDFISH.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 727",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/726",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T23:02:08-05:00",
+ "Description": " Log Entry 726",
+ "EntryType": "Oem",
+ "Id": "726",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using REDFISH is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "REDFISH"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 726",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/725",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T23:02:04-05:00",
+ "Description": " Log Entry 725",
+ "EntryType": "Oem",
+ "Id": "725",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.16.132.45 using IPMI over LAN is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 725",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/724",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-06-23T23:02:04-05:00",
+ "Description": " Log Entry 724",
+ "EntryType": "Oem",
+ "Id": "724",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.132.45 and IPMI over LAN.",
+ "MessageArgs": [
+ "root",
+ "172.16.132.45",
+ "IPMI over LAN"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 724",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=100",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=500/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=500/index.json
new file mode 100644
index 0000000..6930000
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=500/index.json
@@ -0,0 +1,1024 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/323",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:25:41-05:00",
+ "Description": " Log Entry 323",
+ "EntryType": "Oem",
+ "Id": "323",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 323",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/322",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:23:25-05:00",
+ "Description": " Log Entry 322",
+ "EntryType": "Oem",
+ "Id": "322",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 322",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/321",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:22:30-05:00",
+ "Description": " Log Entry 321",
+ "EntryType": "Oem",
+ "Id": "321",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 321",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/320",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:21:55-05:00",
+ "Description": " Log Entry 320",
+ "EntryType": "Oem",
+ "Id": "320",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 320",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/319",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:19:42-05:00",
+ "Description": " Log Entry 319",
+ "EntryType": "Oem",
+ "Id": "319",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session created.",
+ "MessageId": "VME0007",
+ "Name": " Log Entry 319",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/318",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:19:42-05:00",
+ "Description": " Log Entry 318",
+ "EntryType": "Oem",
+ "Id": "318",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Virtual Console session started.",
+ "MessageId": "VME0001",
+ "Name": " Log Entry 318",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/317",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:19:42-05:00",
+ "Description": " Log Entry 317",
+ "EntryType": "Oem",
+ "Id": "317",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and Virtual Console.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "Virtual Console"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 317",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/316",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:19:09-05:00",
+ "Description": " Log Entry 316",
+ "EntryType": "Oem",
+ "Id": "316",
+ "Links": {},
+ "Message": "User root via IP 172.16.31.2 requested state / configuration change to VirtualConsole using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "VirtualConsole",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 316",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/315",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-09T23:18:49-05:00",
+ "Description": " Log Entry 315",
+ "EntryType": "Oem",
+ "Id": "315",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.16.31.2 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.16.31.2",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 315",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/314",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-06T22:05:47-05:00",
+ "Description": " Log Entry 314",
+ "EntryType": "Oem",
+ "Id": "314",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 314",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/313",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-06T22:04:02-05:00",
+ "Description": " Log Entry 313",
+ "EntryType": "Oem",
+ "Id": "313",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 313",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/312",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-06T22:03:32-05:00",
+ "Description": " Log Entry 312",
+ "EntryType": "Oem",
+ "Id": "312",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 312",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/311",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-06T22:03:22-05:00",
+ "Description": " Log Entry 311",
+ "EntryType": "Oem",
+ "Id": "311",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is down.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC100",
+ "Name": " Log Entry 311",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/310",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:50:14-05:00",
+ "Description": " Log Entry 310",
+ "EntryType": "Oem",
+ "Id": "310",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1"
+ }
+ },
+ "Message": "The NIC Integrated 1 Port 1 network link is started.",
+ "MessageArgs": [
+ "NIC Integrated 1",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "NIC101",
+ "Name": " Log Entry 310",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/309",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:50:01-05:00",
+ "Description": " Log Entry 309",
+ "EntryType": "Oem",
+ "Id": "309",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 172.19.0.11.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "172.19.0.11"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 309",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/308",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:49:57-05:00",
+ "Description": " Log Entry 308",
+ "EntryType": "Oem",
+ "Id": "308",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 308",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/307",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:46-05:00",
+ "Description": " Log Entry 307",
+ "EntryType": "Oem",
+ "Id": "307",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 307",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/306",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:46-05:00",
+ "Description": " Log Entry 306",
+ "EntryType": "Oem",
+ "Id": "306",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 306",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/305",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:46-05:00",
+ "Description": " Log Entry 305",
+ "EntryType": "Oem",
+ "Id": "305",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 305",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/304",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:43-05:00",
+ "Description": " Log Entry 304",
+ "EntryType": "Oem",
+ "Id": "304",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 304",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/303",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-04T21:47:42-05:00",
+ "Description": " Log Entry 303",
+ "EntryType": "Oem",
+ "Id": "303",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 303",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/302",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T20:51:37-05:00",
+ "Description": " Log Entry 302",
+ "EntryType": "Oem",
+ "Id": "302",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.19.1.130 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 302",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/301",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T20:20:55-05:00",
+ "Description": " Log Entry 301",
+ "EntryType": "Oem",
+ "Id": "301",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.19.1.130 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 301",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/300",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:52:33-05:00",
+ "Description": " Log Entry 300",
+ "EntryType": "Oem",
+ "Id": "300",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 300",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/299",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:52:33-05:00",
+ "Description": " Log Entry 299",
+ "EntryType": "Oem",
+ "Id": "299",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 299",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/298",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:52:28-05:00",
+ "Description": " Log Entry 298",
+ "EntryType": "Oem",
+ "Id": "298",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: user initiated.",
+ "MessageArgs": [
+ "user initiated"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 298",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/297",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:31-05:00",
+ "Description": " Log Entry 297",
+ "EntryType": "Oem",
+ "Id": "297",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The session for root from 172.19.1.130 using GUI is logged off.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0032",
+ "Name": " Log Entry 297",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/296",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:30-05:00",
+ "Description": " Log Entry 296",
+ "EntryType": "Oem",
+ "Id": "296",
+ "Links": {},
+ "Message": "User root via IP 172.19.1.130 requested state / configuration change to Reset iDRAC using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "Reset iDRAC",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 296",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/295",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:28-05:00",
+ "Description": " Log Entry 295",
+ "EntryType": "Oem",
+ "Id": "295",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Requested system powerdown.",
+ "MessageId": "RAC0704",
+ "Name": " Log Entry 295",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/294",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:26-05:00",
+ "Description": " Log Entry 294",
+ "EntryType": "Oem",
+ "Id": "294",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 294",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/293",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:26-05:00",
+ "Description": " Log Entry 293",
+ "EntryType": "Oem",
+ "Id": "293",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 293",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/292",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:49:21-05:00",
+ "Description": " Log Entry 292",
+ "EntryType": "Oem",
+ "Id": "292",
+ "Links": {},
+ "Message": "User root via IP 172.19.1.130 requested state / configuration change to Power Control using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "Power Control",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 292",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/291",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:48:42-05:00",
+ "Description": " Log Entry 291",
+ "EntryType": "Oem",
+ "Id": "291",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The Default Login Warning feature is disabled.",
+ "MessageId": "USR0008",
+ "Name": " Log Entry 291",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/290",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:48:42-05:00",
+ "Description": " Log Entry 290",
+ "EntryType": "Oem",
+ "Id": "290",
+ "Links": {},
+ "Message": "User root via IP 172.19.1.130 requested state / configuration change to Users using GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "Users",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 290",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/289",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:48:38-05:00",
+ "Description": " Log Entry 289",
+ "EntryType": "Oem",
+ "Id": "289",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 172.19.1.130 and GUI.",
+ "MessageArgs": [
+ "root",
+ "172.19.1.130",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 289",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/288",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:48:38-05:00",
+ "Description": " Log Entry 288",
+ "EntryType": "Oem",
+ "Id": "288",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 288",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/287",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:43:10-05:00",
+ "Description": " Log Entry 287",
+ "EntryType": "Oem",
+ "Id": "287",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 287",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/286",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T19:38:32-05:00",
+ "Description": " Log Entry 286",
+ "EntryType": "Oem",
+ "Id": "286",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 172.19.1.132.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "172.19.1.132"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 286",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/285",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T17:05:06-05:00",
+ "Description": " Log Entry 285",
+ "EntryType": "Oem",
+ "Id": "285",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ },
+ "Message": "The input power for power supply 2 has been restored.",
+ "MessageArgs": [
+ "2"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PSU0019",
+ "Name": " Log Entry 285",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/284",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T17:05:01-05:00",
+ "Description": " Log Entry 284",
+ "EntryType": "Oem",
+ "Id": "284",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 284",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/283",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:39:43-05:00",
+ "Description": " Log Entry 283",
+ "EntryType": "Oem",
+ "Id": "283",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 283",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/282",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:58-05:00",
+ "Description": " Log Entry 282",
+ "EntryType": "Oem",
+ "Id": "282",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ },
+ "Message": "The power input for power supply 2 is lost.",
+ "MessageArgs": [
+ "2"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PSU0003",
+ "Name": " Log Entry 282",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/281",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 281",
+ "EntryType": "Oem",
+ "Id": "281",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 281",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/280",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 280",
+ "EntryType": "Oem",
+ "Id": "280",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 280",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/279",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 279",
+ "EntryType": "Oem",
+ "Id": "279",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 279",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/278",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 278",
+ "EntryType": "Oem",
+ "Id": "278",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 278",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/277",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 277",
+ "EntryType": "Oem",
+ "Id": "277",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 277",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/276",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:54-05:00",
+ "Description": " Log Entry 276",
+ "EntryType": "Oem",
+ "Id": "276",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 276",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/275",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:44-05:00",
+ "Description": " Log Entry 275",
+ "EntryType": "Oem",
+ "Id": "275",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is closed while the power is off.",
+ "MessageId": "SEC0034",
+ "Name": " Log Entry 275",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/274",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:38:03-05:00",
+ "Description": " Log Entry 274",
+ "EntryType": "Oem",
+ "Id": "274",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is open while the power is off.",
+ "MessageId": "SEC0033",
+ "Name": " Log Entry 274",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=550",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=550/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=550/index.json
new file mode 100644
index 0000000..0daa3a7
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=550/index.json
@@ -0,0 +1,955 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/273",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:37:20-05:00",
+ "Description": " Log Entry 273",
+ "EntryType": "Oem",
+ "Id": "273",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 273",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/272",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:37:18-05:00",
+ "Description": " Log Entry 272",
+ "EntryType": "Oem",
+ "Id": "272",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 272",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/271",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:46-05:00",
+ "Description": " Log Entry 271",
+ "EntryType": "Oem",
+ "Id": "271",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x2840, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x8.",
+ "MessageArgs": [
+ "2",
+ "2840",
+ "0",
+ "0",
+ "0",
+ "0",
+ "8"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 271",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/270",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:36-05:00",
+ "Description": " Log Entry 270",
+ "EntryType": "Oem",
+ "Id": "270",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 270",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/269",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:36-05:00",
+ "Description": " Log Entry 269",
+ "EntryType": "Oem",
+ "Id": "269",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 269",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/268",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T19:19:42-05:00",
+ "Description": " Log Entry 268",
+ "EntryType": "Oem",
+ "Id": "268",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 268",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/267",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T19:19:42-05:00",
+ "Description": " Log Entry 267",
+ "EntryType": "Oem",
+ "Id": "267",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 267",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/266",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:02:52-05:00",
+ "Description": " Log Entry 266",
+ "EntryType": "Oem",
+ "Id": "266",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 266",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/265",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:02:52-05:00",
+ "Description": " Log Entry 265",
+ "EntryType": "Oem",
+ "Id": "265",
+ "Links": {},
+ "Message": "Unable to execute CSIOR (Collect System Inventory on Restart) because the Lifecycle Controller (LC) firmware was not accessible.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "UEFI0136",
+ "Name": " Log Entry 265",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/264",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:02:52-05:00",
+ "Description": " Log Entry 264",
+ "EntryType": "Oem",
+ "Id": "264",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 264",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/263",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:58-05:00",
+ "Description": " Log Entry 263",
+ "EntryType": "Oem",
+ "Id": "263",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 263",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/262",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:57-05:00",
+ "Description": " Log Entry 262",
+ "EntryType": "Oem",
+ "Id": "262",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 262",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/261",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:49-05:00",
+ "Description": " Log Entry 261",
+ "EntryType": "Oem",
+ "Id": "261",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 261",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/260",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:49-05:00",
+ "Description": " Log Entry 260",
+ "EntryType": "Oem",
+ "Id": "260",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 260",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/259",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:19-05:00",
+ "Description": " Log Entry 259",
+ "EntryType": "Oem",
+ "Id": "259",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 259",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/258",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:19-05:00",
+ "Description": " Log Entry 258",
+ "EntryType": "Oem",
+ "Id": "258",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 258",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/257",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T16:00:14-05:00",
+ "Description": " Log Entry 257",
+ "EntryType": "Oem",
+ "Id": "257",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 257",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/256",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:58:26-05:00",
+ "Description": " Log Entry 256",
+ "EntryType": "Oem",
+ "Id": "256",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 256",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/255",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:58:26-05:00",
+ "Description": " Log Entry 255",
+ "EntryType": "Oem",
+ "Id": "255",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 255",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/254",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:57:32-05:00",
+ "Description": " Log Entry 254",
+ "EntryType": "Oem",
+ "Id": "254",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 254",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/253",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:57:32-05:00",
+ "Description": " Log Entry 253",
+ "EntryType": "Oem",
+ "Id": "253",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 253",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/252",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:43:30-05:00",
+ "Description": " Log Entry 252",
+ "EntryType": "Oem",
+ "Id": "252",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "Version change detected for BIOS firmware. Previous version:2.12.1, Current version:2.13.0",
+ "MessageArgs": [
+ "BIOS",
+ "2.12.1",
+ "2.13.0"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 252",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/251",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:43:30-05:00",
+ "Description": " Log Entry 251",
+ "EntryType": "Oem",
+ "Id": "251",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 251",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/250",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:21-05:00",
+ "Description": " Log Entry 250",
+ "EntryType": "Oem",
+ "Id": "250",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 250",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/249",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:21-05:00",
+ "Description": " Log Entry 249",
+ "EntryType": "Oem",
+ "Id": "249",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 249",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/248",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:12-05:00",
+ "Description": " Log Entry 248",
+ "EntryType": "Oem",
+ "Id": "248",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 248",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/247",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:12-05:00",
+ "Description": " Log Entry 247",
+ "EntryType": "Oem",
+ "Id": "247",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 247",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/246",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:40:08-05:00",
+ "Description": " Log Entry 246",
+ "EntryType": "Oem",
+ "Id": "246",
+ "Links": {},
+ "Message": "Successfully updated the Dell Server PowerEdge BIOS R630/R730/R730XD Version 2.13.0 firmware to version 2.13.0.",
+ "MessageArgs": [
+ "Dell Server PowerEdge BIOS R630/R730/R730XD Version 2.13.0",
+ "2.13.0"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SUP0518",
+ "Name": " Log Entry 246",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/245",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:49-05:00",
+ "Description": " Log Entry 245",
+ "EntryType": "Oem",
+ "Id": "245",
+ "Links": {},
+ "Message": "User root via IP 192.168.0.119 requested state / configuration change to Network using GUI.",
+ "MessageArgs": [
+ "root",
+ "192.168.0.119",
+ "Network",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 245",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/244",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:27-05:00",
+ "Description": " Log Entry 244",
+ "EntryType": "Oem",
+ "Id": "244",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "The System Event Log (SEL) was cleared by root from 192.168.0.119.",
+ "MessageArgs": [
+ "root",
+ "192.168.0.119"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SEL0014",
+ "Name": " Log Entry 244",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/243",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:27-05:00",
+ "Description": " Log Entry 243",
+ "EntryType": "Oem",
+ "Id": "243",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Log cleared.",
+ "MessageId": "SEL0004",
+ "Name": " Log Entry 243",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/242",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:26-05:00",
+ "Description": " Log Entry 242",
+ "EntryType": "Oem",
+ "Id": "242",
+ "Links": {},
+ "Message": "User root via IP 192.168.0.119 requested state / configuration change to SEL using GUI.",
+ "MessageArgs": [
+ "root",
+ "192.168.0.119",
+ "SEL",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 4,
+ "MessageId": "RAC1195",
+ "Name": " Log Entry 242",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/241",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:19-05:00",
+ "Description": " Log Entry 241",
+ "EntryType": "Oem",
+ "Id": "241",
+ "Links": {},
+ "Message": "Updating firmware for Dell Server PowerEdge BIOS R630/R730/R730XD Version 2.13.0 to version 2.13.0.",
+ "MessageArgs": [
+ "Dell Server PowerEdge BIOS R630/R730/R730XD Version 2.13.0",
+ "2.13.0"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SUP0516",
+ "Name": " Log Entry 241",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/240",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:36:53-05:00",
+ "Description": " Log Entry 240",
+ "EntryType": "Oem",
+ "Id": "240",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Successfully logged in using root, from 192.168.0.119 and GUI.",
+ "MessageArgs": [
+ "root",
+ "192.168.0.119",
+ "GUI"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "USR0030",
+ "Name": " Log Entry 240",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/239",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:36:53-05:00",
+ "Description": " Log Entry 239",
+ "EntryType": "Oem",
+ "Id": "239",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 239",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/238",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:34:12-05:00",
+ "Description": " Log Entry 238",
+ "EntryType": "Oem",
+ "Id": "238",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 238",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/237",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:51-05:00",
+ "Description": " Log Entry 237",
+ "EntryType": "Oem",
+ "Id": "237",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 237",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/236",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:51-05:00",
+ "Description": " Log Entry 236",
+ "EntryType": "Oem",
+ "Id": "236",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 236",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/235",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:45-05:00",
+ "Description": " Log Entry 235",
+ "EntryType": "Oem",
+ "Id": "235",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: user initiated.",
+ "MessageArgs": [
+ "user initiated"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 235",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/234",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:43-05:00",
+ "Description": " Log Entry 234",
+ "EntryType": "Oem",
+ "Id": "234",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 234",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/233",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:28-05:00",
+ "Description": " Log Entry 233",
+ "EntryType": "Oem",
+ "Id": "233",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 233",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/232",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:21:21-05:00",
+ "Description": " Log Entry 232",
+ "EntryType": "Oem",
+ "Id": "232",
+ "Links": {},
+ "Message": "Version change detected for Lifecycle Controller firmware. Previous version:2.75.100.75, Current version:2.81.81.81",
+ "MessageArgs": [
+ "Lifecycle Controller",
+ "2.75.100.75",
+ "2.81.81.81"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 232",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/231",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:19:48-05:00",
+ "Description": " Log Entry 231",
+ "EntryType": "Oem",
+ "Id": "231",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 231",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/230",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:19:48-05:00",
+ "Description": " Log Entry 230",
+ "EntryType": "Oem",
+ "Id": "230",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 230",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/229",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:18:20-05:00",
+ "Description": " Log Entry 229",
+ "EntryType": "Oem",
+ "Id": "229",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update successful.",
+ "MessageId": "SUP1906",
+ "Name": " Log Entry 229",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/228",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:16:21-05:00",
+ "Description": " Log Entry 228",
+ "EntryType": "Oem",
+ "Id": "228",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update programming flash.",
+ "MessageId": "SUP1905",
+ "Name": " Log Entry 228",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/227",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:16:21-05:00",
+ "Description": " Log Entry 227",
+ "EntryType": "Oem",
+ "Id": "227",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update verify image headers.",
+ "MessageId": "SUP1903",
+ "Name": " Log Entry 227",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/226",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:15:36-05:00",
+ "Description": " Log Entry 226",
+ "EntryType": "Oem",
+ "Id": "226",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update checksumming image.",
+ "MessageId": "SUP1904",
+ "Name": " Log Entry 226",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/225",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:15:36-05:00",
+ "Description": " Log Entry 225",
+ "EntryType": "Oem",
+ "Id": "225",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update initialization complete.",
+ "MessageId": "SUP1911",
+ "Name": " Log Entry 225",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/224",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:15:36-05:00",
+ "Description": " Log Entry 224",
+ "EntryType": "Oem",
+ "Id": "224",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 224",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=600",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=600/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=600/index.json
new file mode 100644
index 0000000..a7153df
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=600/index.json
@@ -0,0 +1,831 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/223",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:15:33-05:00",
+ "Description": " Log Entry 223",
+ "EntryType": "Oem",
+ "Id": "223",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update initializing.",
+ "MessageId": "SUP1901",
+ "Name": " Log Entry 223",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/222",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:08:45-05:00",
+ "Description": " Log Entry 222",
+ "EntryType": "Oem",
+ "Id": "222",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 222",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/221",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:08:45-05:00",
+ "Description": " Log Entry 221",
+ "EntryType": "Oem",
+ "Id": "221",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 221",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/220",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:06:09-05:00",
+ "Description": " Log Entry 220",
+ "EntryType": "Oem",
+ "Id": "220",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 220",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/219",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:06:07-05:00",
+ "Description": " Log Entry 219",
+ "EntryType": "Oem",
+ "Id": "219",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 219",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/218",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:05:59-05:00",
+ "Description": " Log Entry 218",
+ "EntryType": "Oem",
+ "Id": "218",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 218",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/217",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:05:59-05:00",
+ "Description": " Log Entry 217",
+ "EntryType": "Oem",
+ "Id": "217",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 217",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/216",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:05:59-05:00",
+ "Description": " Log Entry 216",
+ "EntryType": "Oem",
+ "Id": "216",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 216",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/215",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T14:03:26-05:00",
+ "Description": " Log Entry 215",
+ "EntryType": "Oem",
+ "Id": "215",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 215",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/214",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:38:10-05:00",
+ "Description": " Log Entry 214",
+ "EntryType": "Oem",
+ "Id": "214",
+ "Links": {},
+ "Message": "Drive 8 is installed in disk drive bay 1.",
+ "MessageArgs": [
+ "8",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1000",
+ "Name": " Log Entry 214",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/213",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:38:10-05:00",
+ "Description": " Log Entry 213",
+ "EntryType": "Oem",
+ "Id": "213",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 213",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/212",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:12:12-05:00",
+ "Description": " Log Entry 212",
+ "EntryType": "Oem",
+ "Id": "212",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 212",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/211",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:04:07-05:00",
+ "Description": " Log Entry 211",
+ "EntryType": "Oem",
+ "Id": "211",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is closed while the power is on.",
+ "MessageId": "SEC0032",
+ "Name": " Log Entry 211",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/210",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T22:03:52-05:00",
+ "Description": " Log Entry 210",
+ "EntryType": "Oem",
+ "Id": "210",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is open while the power is on.",
+ "MessageId": "SEC0031",
+ "Name": " Log Entry 210",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/209",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:57:28-05:00",
+ "Description": " Log Entry 209",
+ "EntryType": "Oem",
+ "Id": "209",
+ "Links": {},
+ "Message": "Device not detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 209",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/208",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:54:08-05:00",
+ "Description": " Log Entry 208",
+ "EntryType": "Oem",
+ "Id": "208",
+ "Links": {},
+ "Message": "Drive 8 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "8",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 208",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/207",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:54:08-05:00",
+ "Description": " Log Entry 207",
+ "EntryType": "Oem",
+ "Id": "207",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 207",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/206",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:43-05:00",
+ "Description": " Log Entry 206",
+ "EntryType": "Oem",
+ "Id": "206",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 206",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/205",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:42-05:00",
+ "Description": " Log Entry 205",
+ "EntryType": "Oem",
+ "Id": "205",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 205",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/204",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:27-05:00",
+ "Description": " Log Entry 204",
+ "EntryType": "Oem",
+ "Id": "204",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 204",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/203",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:27-05:00",
+ "Description": " Log Entry 203",
+ "EntryType": "Oem",
+ "Id": "203",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 203",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/202",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:53:27-05:00",
+ "Description": " Log Entry 202",
+ "EntryType": "Oem",
+ "Id": "202",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 202",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/201",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:49:02-05:00",
+ "Description": " Log Entry 201",
+ "EntryType": "Oem",
+ "Id": "201",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 201",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/200",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:49:00-05:00",
+ "Description": " Log Entry 200",
+ "EntryType": "Oem",
+ "Id": "200",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 200",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/199",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:48:33-05:00",
+ "Description": " Log Entry 199",
+ "EntryType": "Oem",
+ "Id": "199",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 199",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/198",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:48:33-05:00",
+ "Description": " Log Entry 198",
+ "EntryType": "Oem",
+ "Id": "198",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 198",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/197",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T21:48:33-05:00",
+ "Description": " Log Entry 197",
+ "EntryType": "Oem",
+ "Id": "197",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 197",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/196",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:58:22-05:00",
+ "Description": " Log Entry 196",
+ "EntryType": "Oem",
+ "Id": "196",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 196",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/195",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:58:22-05:00",
+ "Description": " Log Entry 195",
+ "EntryType": "Oem",
+ "Id": "195",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 195",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/194",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:58:10-05:00",
+ "Description": " Log Entry 194",
+ "EntryType": "Oem",
+ "Id": "194",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 194",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/193",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:58:10-05:00",
+ "Description": " Log Entry 193",
+ "EntryType": "Oem",
+ "Id": "193",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 193",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/192",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:19:06-05:00",
+ "Description": " Log Entry 192",
+ "EntryType": "Oem",
+ "Id": "192",
+ "Links": {},
+ "Message": "Device not detected: Generic NVMe PCIe SSD Configuration Data(Bay 7:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 7:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 192",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/191",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:18:56-05:00",
+ "Description": " Log Entry 191",
+ "EntryType": "Oem",
+ "Id": "191",
+ "Links": {},
+ "Message": "The Secure Boot policy has been modified since the last time the system was started.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "UEFI0074",
+ "Name": " Log Entry 191",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/190",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:18:56-05:00",
+ "Description": " Log Entry 190",
+ "EntryType": "Oem",
+ "Id": "190",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 190",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/189",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T20:16:43-05:00",
+ "Description": " Log Entry 189",
+ "EntryType": "Oem",
+ "Id": "189",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 189",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/188",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:50:24-05:00",
+ "Description": " Log Entry 188",
+ "EntryType": "Oem",
+ "Id": "188",
+ "Links": {},
+ "Message": "Drive 7 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "7",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 188",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/187",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:33-05:00",
+ "Description": " Log Entry 187",
+ "EntryType": "Oem",
+ "Id": "187",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 187",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/186",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:09-05:00",
+ "Description": " Log Entry 186",
+ "EntryType": "Oem",
+ "Id": "186",
+ "Links": {},
+ "Message": "Device not detected: Disk(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Disk(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 186",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/185",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:09-05:00",
+ "Description": " Log Entry 185",
+ "EntryType": "Oem",
+ "Id": "185",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 185",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/184",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:09-05:00",
+ "Description": " Log Entry 184",
+ "EntryType": "Oem",
+ "Id": "184",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 184",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/183",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:44:09-05:00",
+ "Description": " Log Entry 183",
+ "EntryType": "Oem",
+ "Id": "183",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 183",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/182",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:42:19-05:00",
+ "Description": " Log Entry 182",
+ "EntryType": "Oem",
+ "Id": "182",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 182",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/181",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:42:18-05:00",
+ "Description": " Log Entry 181",
+ "EntryType": "Oem",
+ "Id": "181",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 181",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/180",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:42:09-05:00",
+ "Description": " Log Entry 180",
+ "EntryType": "Oem",
+ "Id": "180",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 180",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/179",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:42:09-05:00",
+ "Description": " Log Entry 179",
+ "EntryType": "Oem",
+ "Id": "179",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 179",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/178",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:26:47-05:00",
+ "Description": " Log Entry 178",
+ "EntryType": "Oem",
+ "Id": "178",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 178",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/177",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:22:08-05:00",
+ "Description": " Log Entry 177",
+ "EntryType": "Oem",
+ "Id": "177",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 177",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/176",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:22:08-05:00",
+ "Description": " Log Entry 176",
+ "EntryType": "Oem",
+ "Id": "176",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 176",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/175",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:22:03-05:00",
+ "Description": " Log Entry 175",
+ "EntryType": "Oem",
+ "Id": "175",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 175",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/174",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:20:22-05:00",
+ "Description": " Log Entry 174",
+ "EntryType": "Oem",
+ "Id": "174",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 174",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=650",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=650/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=650/index.json
new file mode 100644
index 0000000..42d76a1
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=650/index.json
@@ -0,0 +1,879 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/173",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-06T19:20:22-05:00",
+ "Description": " Log Entry 173",
+ "EntryType": "Oem",
+ "Id": "173",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 173",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/172",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:49:25-05:00",
+ "Description": " Log Entry 172",
+ "EntryType": "Oem",
+ "Id": "172",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 172",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/171",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:49:24-05:00",
+ "Description": " Log Entry 171",
+ "EntryType": "Oem",
+ "Id": "171",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 171",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/170",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:49:25-05:00",
+ "Description": " Log Entry 170",
+ "EntryType": "Oem",
+ "Id": "170",
+ "Links": {},
+ "Message": "The previous log entry was repeated 5 times.",
+ "MessageArgs": [
+ "5"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 170",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/169",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:33-05:00",
+ "Description": " Log Entry 169",
+ "EntryType": "Oem",
+ "Id": "169",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 169",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/168",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:32-05:00",
+ "Description": " Log Entry 168",
+ "EntryType": "Oem",
+ "Id": "168",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 168",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/167",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:23-05:00",
+ "Description": " Log Entry 167",
+ "EntryType": "Oem",
+ "Id": "167",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 167",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/166",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:23-05:00",
+ "Description": " Log Entry 166",
+ "EntryType": "Oem",
+ "Id": "166",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 166",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/165",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T19:02:23-05:00",
+ "Description": " Log Entry 165",
+ "EntryType": "Oem",
+ "Id": "165",
+ "Links": {},
+ "Message": "The previous log entry was repeated 3 times.",
+ "MessageArgs": [
+ "3"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 165",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/164",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:54:57-05:00",
+ "Description": " Log Entry 164",
+ "EntryType": "Oem",
+ "Id": "164",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 164",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/163",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:54:49-05:00",
+ "Description": " Log Entry 163",
+ "EntryType": "Oem",
+ "Id": "163",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 163",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/162",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:54:08-05:00",
+ "Description": " Log Entry 162",
+ "EntryType": "Oem",
+ "Id": "162",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 162",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/161",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 161",
+ "EntryType": "Oem",
+ "Id": "161",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 161",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/160",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 160",
+ "EntryType": "Oem",
+ "Id": "160",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 160",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/159",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 159",
+ "EntryType": "Oem",
+ "Id": "159",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 159",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/158",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 158",
+ "EntryType": "Oem",
+ "Id": "158",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 158",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/157",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 157",
+ "EntryType": "Oem",
+ "Id": "157",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 157",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/156",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:57-05:00",
+ "Description": " Log Entry 156",
+ "EntryType": "Oem",
+ "Id": "156",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 156",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/155",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:42-05:00",
+ "Description": " Log Entry 155",
+ "EntryType": "Oem",
+ "Id": "155",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 155",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/154",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:42-05:00",
+ "Description": " Log Entry 154",
+ "EntryType": "Oem",
+ "Id": "154",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 154",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/153",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:38-05:00",
+ "Description": " Log Entry 153",
+ "EntryType": "Oem",
+ "Id": "153",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 153",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/152",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:06-05:00",
+ "Description": " Log Entry 152",
+ "EntryType": "Oem",
+ "Id": "152",
+ "Links": {},
+ "Message": "Device not detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 152",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/151",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:52:06-05:00",
+ "Description": " Log Entry 151",
+ "EntryType": "Oem",
+ "Id": "151",
+ "Links": {},
+ "Message": "New device detected: Disk(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Disk(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 151",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/150",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:50:49-05:00",
+ "Description": " Log Entry 150",
+ "EntryType": "Oem",
+ "Id": "150",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 150",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/149",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-05T18:50:49-05:00",
+ "Description": " Log Entry 149",
+ "EntryType": "Oem",
+ "Id": "149",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 149",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/148",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T22:20:14-05:00",
+ "Description": " Log Entry 148",
+ "EntryType": "Oem",
+ "Id": "148",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 148",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/147",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T22:20:14-05:00",
+ "Description": " Log Entry 147",
+ "EntryType": "Oem",
+ "Id": "147",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 147",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/146",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T22:20:14-05:00",
+ "Description": " Log Entry 146",
+ "EntryType": "Oem",
+ "Id": "146",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 146",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/145",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:40:40-05:00",
+ "Description": " Log Entry 145",
+ "EntryType": "Oem",
+ "Id": "145",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 145",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/144",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:35:19-05:00",
+ "Description": " Log Entry 144",
+ "EntryType": "Oem",
+ "Id": "144",
+ "Links": {},
+ "Message": "One or more keys in the keyboard is stuck and not functional.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "UEFI0047",
+ "Name": " Log Entry 144",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/143",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:11-05:00",
+ "Description": " Log Entry 143",
+ "EntryType": "Oem",
+ "Id": "143",
+ "Links": {},
+ "Message": "Drive 9 is installed in disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1000",
+ "Name": " Log Entry 143",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/142",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:11-05:00",
+ "Description": " Log Entry 142",
+ "EntryType": "Oem",
+ "Id": "142",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 142",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/141",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:04-05:00",
+ "Description": " Log Entry 141",
+ "EntryType": "Oem",
+ "Id": "141",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 141",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/140",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:03-05:00",
+ "Description": " Log Entry 140",
+ "EntryType": "Oem",
+ "Id": "140",
+ "Links": {},
+ "Message": "Drive 7 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "7",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 140",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/139",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:34:03-05:00",
+ "Description": " Log Entry 139",
+ "EntryType": "Oem",
+ "Id": "139",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 139",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/138",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:31:02-05:00",
+ "Description": " Log Entry 138",
+ "EntryType": "Oem",
+ "Id": "138",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 138",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/137",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:31:01-05:00",
+ "Description": " Log Entry 137",
+ "EntryType": "Oem",
+ "Id": "137",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 137",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/136",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:30:52-05:00",
+ "Description": " Log Entry 136",
+ "EntryType": "Oem",
+ "Id": "136",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 136",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/135",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:30:52-05:00",
+ "Description": " Log Entry 135",
+ "EntryType": "Oem",
+ "Id": "135",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 135",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/134",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:30:52-05:00",
+ "Description": " Log Entry 134",
+ "EntryType": "Oem",
+ "Id": "134",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 134",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/133",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:27:20-05:00",
+ "Description": " Log Entry 133",
+ "EntryType": "Oem",
+ "Id": "133",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 133",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/132",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:26:35-05:00",
+ "Description": " Log Entry 132",
+ "EntryType": "Oem",
+ "Id": "132",
+ "Links": {},
+ "Message": "Device not detected: Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 132",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/131",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:26:35-05:00",
+ "Description": " Log Entry 131",
+ "EntryType": "Oem",
+ "Id": "131",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 7:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 7:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 131",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/130",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:24:27-05:00",
+ "Description": " Log Entry 130",
+ "EntryType": "Oem",
+ "Id": "130",
+ "Links": {},
+ "Message": "Drive 9 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 130",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/129",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:23:52-05:00",
+ "Description": " Log Entry 129",
+ "EntryType": "Oem",
+ "Id": "129",
+ "Links": {},
+ "Message": "Drive 9 is installed in disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1000",
+ "Name": " Log Entry 129",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/128",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:23:52-05:00",
+ "Description": " Log Entry 128",
+ "EntryType": "Oem",
+ "Id": "128",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 128",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/127",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:23:51-05:00",
+ "Description": " Log Entry 127",
+ "EntryType": "Oem",
+ "Id": "127",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 127",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/126",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:17:21-05:00",
+ "Description": " Log Entry 126",
+ "EntryType": "Oem",
+ "Id": "126",
+ "Links": {},
+ "Message": "Drive 9 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 126",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/125",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:15:31-05:00",
+ "Description": " Log Entry 125",
+ "EntryType": "Oem",
+ "Id": "125",
+ "Links": {},
+ "Message": "Drive 9 is installed in disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1000",
+ "Name": " Log Entry 125",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/124",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:11:51-05:00",
+ "Description": " Log Entry 124",
+ "EntryType": "Oem",
+ "Id": "124",
+ "Links": {},
+ "Message": "Drive 9 is removed from disk drive bay 1.",
+ "MessageArgs": [
+ "9",
+ "1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "PDR1016",
+ "Name": " Log Entry 124",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=700",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=700/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=700/index.json
new file mode 100644
index 0000000..d8da89e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=700/index.json
@@ -0,0 +1,933 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/123",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:11:51-05:00",
+ "Description": " Log Entry 123",
+ "EntryType": "Oem",
+ "Id": "123",
+ "Links": {},
+ "Message": "The previous log entry was repeated 3 times.",
+ "MessageArgs": [
+ "3"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 123",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/122",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T20:05:25-05:00",
+ "Description": " Log Entry 122",
+ "EntryType": "Oem",
+ "Id": "122",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 122",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/121",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:39:41-05:00",
+ "Description": " Log Entry 121",
+ "EntryType": "Oem",
+ "Id": "121",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 121",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/120",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:39:38-05:00",
+ "Description": " Log Entry 120",
+ "EntryType": "Oem",
+ "Id": "120",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 120",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/119",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:38:54-05:00",
+ "Description": " Log Entry 119",
+ "EntryType": "Oem",
+ "Id": "119",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 119",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/118",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:38:54-05:00",
+ "Description": " Log Entry 118",
+ "EntryType": "Oem",
+ "Id": "118",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 118",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/117",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:38:48-05:00",
+ "Description": " Log Entry 117",
+ "EntryType": "Oem",
+ "Id": "117",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 117",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/116",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:37:04-05:00",
+ "Description": " Log Entry 116",
+ "EntryType": "Oem",
+ "Id": "116",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 116",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/115",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:37:03-05:00",
+ "Description": " Log Entry 115",
+ "EntryType": "Oem",
+ "Id": "115",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 115",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/114",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:36:07-05:00",
+ "Description": " Log Entry 114",
+ "EntryType": "Oem",
+ "Id": "114",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 114",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/113",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:36:07-05:00",
+ "Description": " Log Entry 113",
+ "EntryType": "Oem",
+ "Id": "113",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 113",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/112",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:35:27-05:00",
+ "Description": " Log Entry 112",
+ "EntryType": "Oem",
+ "Id": "112",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "System BIOS has halted.",
+ "MessageId": "PST0208",
+ "Name": " Log Entry 112",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/111",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:35:26-05:00",
+ "Description": " Log Entry 111",
+ "EntryType": "Oem",
+ "Id": "111",
+ "Links": {},
+ "Message": "CPU Exception Type 0x03: Breakpoint (Software).",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "UEFI0001",
+ "Name": " Log Entry 111",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/110",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:34:46-05:00",
+ "Description": " Log Entry 110",
+ "EntryType": "Oem",
+ "Id": "110",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Log cleared.",
+ "MessageId": "SEL0004",
+ "Name": " Log Entry 110",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/109",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:34:46-05:00",
+ "Description": " Log Entry 109",
+ "EntryType": "Oem",
+ "Id": "109",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 109",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/108",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:31:46-05:00",
+ "Description": " Log Entry 108",
+ "EntryType": "Oem",
+ "Id": "108",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 108",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/107",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:31:45-05:00",
+ "Description": " Log Entry 107",
+ "EntryType": "Oem",
+ "Id": "107",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 107",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/106",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:31:37-05:00",
+ "Description": " Log Entry 106",
+ "EntryType": "Oem",
+ "Id": "106",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 106",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/105",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:31:37-05:00",
+ "Description": " Log Entry 105",
+ "EntryType": "Oem",
+ "Id": "105",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 105",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/104",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:22:57-05:00",
+ "Description": " Log Entry 104",
+ "EntryType": "Oem",
+ "Id": "104",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Integrated.1-1"
+ }
+ },
+ "Message": "Version change detected for PERC H730 Mini firmware. Previous version:25.5.6.0009, Current version:25.5.8.0001",
+ "MessageArgs": [
+ "PERC H730 Mini",
+ "25.5.6.0009",
+ "25.5.8.0001"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 104",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/103",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:22:56-05:00",
+ "Description": " Log Entry 103",
+ "EntryType": "Oem",
+ "Id": "103",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "Version change detected for BIOS firmware. Previous version:2.11.0, Current version:2.12.1",
+ "MessageArgs": [
+ "BIOS",
+ "2.11.0",
+ "2.12.1"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 103",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/102",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:22:56-05:00",
+ "Description": " Log Entry 102",
+ "EntryType": "Oem",
+ "Id": "102",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 102",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/101",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:48-05:00",
+ "Description": " Log Entry 101",
+ "EntryType": "Oem",
+ "Id": "101",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 101",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/100",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:47-05:00",
+ "Description": " Log Entry 100",
+ "EntryType": "Oem",
+ "Id": "100",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 100",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/99",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:38-05:00",
+ "Description": " Log Entry 99",
+ "EntryType": "Oem",
+ "Id": "99",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 99",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/98",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:38-05:00",
+ "Description": " Log Entry 98",
+ "EntryType": "Oem",
+ "Id": "98",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 98",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/97",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:19:35-05:00",
+ "Description": " Log Entry 97",
+ "EntryType": "Oem",
+ "Id": "97",
+ "Links": {},
+ "Message": "Successfully updated the PowerEdge BIOS firmware to version 2.12.1.",
+ "MessageArgs": [
+ "PowerEdge BIOS",
+ "2.12.1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SUP0518",
+ "Name": " Log Entry 97",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/96",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:16:25-05:00",
+ "Description": " Log Entry 96",
+ "EntryType": "Oem",
+ "Id": "96",
+ "Links": {},
+ "Message": "Updating firmware for PowerEdge BIOS to version 2.12.1.",
+ "MessageArgs": [
+ "PowerEdge BIOS",
+ "2.12.1"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "SUP0516",
+ "Name": " Log Entry 96",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/95",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:15:26-05:00",
+ "Description": " Log Entry 95",
+ "EntryType": "Oem",
+ "Id": "95",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Integrated.1-1"
+ }
+ },
+ "Message": "Version change detected for PERC H730 Mini firmware. Previous version:25.5.6.0009, Current version:25.5.8.0001",
+ "MessageArgs": [
+ "PERC H730 Mini",
+ "25.5.6.0009",
+ "25.5.8.0001"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 95",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/94",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:15:26-05:00",
+ "Description": " Log Entry 94",
+ "EntryType": "Oem",
+ "Id": "94",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 94",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/93",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T19:14:29-05:00",
+ "Description": " Log Entry 93",
+ "EntryType": "Oem",
+ "Id": "93",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 93",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/92",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:52-05:00",
+ "Description": " Log Entry 92",
+ "EntryType": "Oem",
+ "Id": "92",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 92",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/91",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:52-05:00",
+ "Description": " Log Entry 91",
+ "EntryType": "Oem",
+ "Id": "91",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 91",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/90",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:44-05:00",
+ "Description": " Log Entry 90",
+ "EntryType": "Oem",
+ "Id": "90",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: user initiated.",
+ "MessageArgs": [
+ "user initiated"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 90",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/89",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:43-05:00",
+ "Description": " Log Entry 89",
+ "EntryType": "Oem",
+ "Id": "89",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 89",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/88",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:26-05:00",
+ "Description": " Log Entry 88",
+ "EntryType": "Oem",
+ "Id": "88",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 88",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/87",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:47:19-05:00",
+ "Description": " Log Entry 87",
+ "EntryType": "Oem",
+ "Id": "87",
+ "Links": {},
+ "Message": "Version change detected for Lifecycle Controller firmware. Previous version:2.70.70.70, Current version:2.75.100.75",
+ "MessageArgs": [
+ "Lifecycle Controller",
+ "2.70.70.70",
+ "2.75.100.75"
+ ],
+ "MessageArgs@odata.count": 3,
+ "MessageId": "PR36",
+ "Name": " Log Entry 87",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/86",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:45:39-05:00",
+ "Description": " Log Entry 86",
+ "EntryType": "Oem",
+ "Id": "86",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 86",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/85",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:45:39-05:00",
+ "Description": " Log Entry 85",
+ "EntryType": "Oem",
+ "Id": "85",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 85",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/84",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:44:12-05:00",
+ "Description": " Log Entry 84",
+ "EntryType": "Oem",
+ "Id": "84",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update successful.",
+ "MessageId": "SUP1906",
+ "Name": " Log Entry 84",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/83",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:57-05:00",
+ "Description": " Log Entry 83",
+ "EntryType": "Oem",
+ "Id": "83",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update programming flash.",
+ "MessageId": "SUP1905",
+ "Name": " Log Entry 83",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/82",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:57-05:00",
+ "Description": " Log Entry 82",
+ "EntryType": "Oem",
+ "Id": "82",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update verify image headers.",
+ "MessageId": "SUP1903",
+ "Name": " Log Entry 82",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/81",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:06-05:00",
+ "Description": " Log Entry 81",
+ "EntryType": "Oem",
+ "Id": "81",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update checksumming image.",
+ "MessageId": "SUP1904",
+ "Name": " Log Entry 81",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/80",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:06-05:00",
+ "Description": " Log Entry 80",
+ "EntryType": "Oem",
+ "Id": "80",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update initialization complete.",
+ "MessageId": "SUP1911",
+ "Name": " Log Entry 80",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/79",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:06-05:00",
+ "Description": " Log Entry 79",
+ "EntryType": "Oem",
+ "Id": "79",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 79",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/78",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:41:04-05:00",
+ "Description": " Log Entry 78",
+ "EntryType": "Oem",
+ "Id": "78",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Firmware update initializing.",
+ "MessageId": "SUP1901",
+ "Name": " Log Entry 78",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/77",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:32:10-05:00",
+ "Description": " Log Entry 77",
+ "EntryType": "Oem",
+ "Id": "77",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "MessageId": "PCI3018",
+ "Name": " Log Entry 77",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/76",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 76",
+ "EntryType": "Oem",
+ "Id": "76",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors//CPU.Socket.2"
+ }
+ },
+ "Message": "Device not detected: Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz(Socket 2)",
+ "MessageArgs": [
+ "Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz(Socket 2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 76",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/75",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 75",
+ "EntryType": "Oem",
+ "Id": "75",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors//CPU.Socket.1"
+ }
+ },
+ "Message": "Device not detected: Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz(Socket 1)",
+ "MessageArgs": [
+ "Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz(Socket 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR8",
+ "Name": " Log Entry 75",
+ "OemRecordFormat": "Dell",
+ "Severity": "Warning"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/74",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 74",
+ "EntryType": "Oem",
+ "Id": "74",
+ "Links": {},
+ "Message": "New device detected: PCIeExtender(Slot 1)",
+ "MessageArgs": [
+ "PCIeExtender(Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 74",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=750",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=750/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=750/index.json
new file mode 100644
index 0000000..801fe7e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=750/index.json
@@ -0,0 +1,960 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/73",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 73",
+ "EntryType": "Oem",
+ "Id": "73",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Slot.3-2"
+ }
+ },
+ "Message": "New device detected: NIC(Slot 3-2)",
+ "MessageArgs": [
+ "NIC(Slot 3-2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 73",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/72",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 72",
+ "EntryType": "Oem",
+ "Id": "72",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Slot.3-1"
+ }
+ },
+ "Message": "New device detected: NIC(Slot 3-1)",
+ "MessageArgs": [
+ "NIC(Slot 3-1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 72",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/71",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 71",
+ "EntryType": "Oem",
+ "Id": "71",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 9:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 71",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/70",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:43-05:00",
+ "Description": " Log Entry 70",
+ "EntryType": "Oem",
+ "Id": "70",
+ "Links": {},
+ "Message": "New device detected: Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)",
+ "MessageArgs": [
+ "Generic NVMe PCIe SSD Configuration Data(Bay 8:Enclosure Internal 0-1:PCIeExtender Slot 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 70",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/69",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 69",
+ "EntryType": "Oem",
+ "Id": "69",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors//CPU.Socket.2"
+ }
+ },
+ "Message": "New device detected: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz(Socket 2)",
+ "MessageArgs": [
+ "Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz(Socket 2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 69",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/68",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 68",
+ "EntryType": "Oem",
+ "Id": "68",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors//CPU.Socket.1"
+ }
+ },
+ "Message": "New device detected: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz(Socket 1)",
+ "MessageArgs": [
+ "Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz(Socket 1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 68",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/67",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 67",
+ "EntryType": "Oem",
+ "Id": "67",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B8)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B8)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 67",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/66",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 66",
+ "EntryType": "Oem",
+ "Id": "66",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B7)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B7)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 66",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/65",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 65",
+ "EntryType": "Oem",
+ "Id": "65",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B6)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B6)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 65",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/64",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 64",
+ "EntryType": "Oem",
+ "Id": "64",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B5)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B5)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 64",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/63",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 63",
+ "EntryType": "Oem",
+ "Id": "63",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B4)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B4)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 63",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/62",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 62",
+ "EntryType": "Oem",
+ "Id": "62",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B3)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B3)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 62",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/61",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 61",
+ "EntryType": "Oem",
+ "Id": "61",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B2)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 61",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/60",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 60",
+ "EntryType": "Oem",
+ "Id": "60",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket B1)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket B1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 60",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/59",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 59",
+ "EntryType": "Oem",
+ "Id": "59",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A8)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A8)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 59",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/58",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 58",
+ "EntryType": "Oem",
+ "Id": "58",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A7)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A7)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 58",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/57",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 57",
+ "EntryType": "Oem",
+ "Id": "57",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A6)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A6)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 57",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/56",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 56",
+ "EntryType": "Oem",
+ "Id": "56",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A5)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A5)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 56",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/55",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 55",
+ "EntryType": "Oem",
+ "Id": "55",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A4)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A4)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 55",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/54",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 54",
+ "EntryType": "Oem",
+ "Id": "54",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A3)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A3)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 54",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/53",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 53",
+ "EntryType": "Oem",
+ "Id": "53",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A2)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 53",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/52",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 52",
+ "EntryType": "Oem",
+ "Id": "52",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "A replacement part was detected for device: DDR4 DIMM(Socket A1)",
+ "MessageArgs": [
+ "DDR4 DIMM(Socket A1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 52",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/51",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:31:42-05:00",
+ "Description": " Log Entry 51",
+ "EntryType": "Oem",
+ "Id": "51",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 51",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/50",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:08-05:00",
+ "Description": " Log Entry 50",
+ "EntryType": "Oem",
+ "Id": "50",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 50",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/49",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 49",
+ "EntryType": "Oem",
+ "Id": "49",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 49",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/48",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 48",
+ "EntryType": "Oem",
+ "Id": "48",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 48",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/47",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 47",
+ "EntryType": "Oem",
+ "Id": "47",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 47",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/46",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 46",
+ "EntryType": "Oem",
+ "Id": "46",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 46",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/45",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 45",
+ "EntryType": "Oem",
+ "Id": "45",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 45",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/44",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 44",
+ "EntryType": "Oem",
+ "Id": "44",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 44",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/43",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:28:07-05:00",
+ "Description": " Log Entry 43",
+ "EntryType": "Oem",
+ "Id": "43",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 43",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/42",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:27:58-05:00",
+ "Description": " Log Entry 42",
+ "EntryType": "Oem",
+ "Id": "42",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 42",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/41",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:27:58-05:00",
+ "Description": " Log Entry 41",
+ "EntryType": "Oem",
+ "Id": "41",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 41",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/40",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:27:58-05:00",
+ "Description": " Log Entry 40",
+ "EntryType": "Oem",
+ "Id": "40",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 40",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/39",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:25:58-05:00",
+ "Description": " Log Entry 39",
+ "EntryType": "Oem",
+ "Id": "39",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 39",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/38",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:25:20-05:00",
+ "Description": " Log Entry 38",
+ "EntryType": "Oem",
+ "Id": "38",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 38",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/37",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:25:20-05:00",
+ "Description": " Log Entry 37",
+ "EntryType": "Oem",
+ "Id": "37",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 37",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/36",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:24:21-05:00",
+ "Description": " Log Entry 36",
+ "EntryType": "Oem",
+ "Id": "36",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 36",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/35",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:55-05:00",
+ "Description": " Log Entry 35",
+ "EntryType": "Oem",
+ "Id": "35",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 35",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/34",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:55-05:00",
+ "Description": " Log Entry 34",
+ "EntryType": "Oem",
+ "Id": "34",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 34",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/33",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:55-05:00",
+ "Description": " Log Entry 33",
+ "EntryType": "Oem",
+ "Id": "33",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 33",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/32",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:54-05:00",
+ "Description": " Log Entry 32",
+ "EntryType": "Oem",
+ "Id": "32",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 32",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/31",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:54-05:00",
+ "Description": " Log Entry 31",
+ "EntryType": "Oem",
+ "Id": "31",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 31",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/30",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:54-05:00",
+ "Description": " Log Entry 30",
+ "EntryType": "Oem",
+ "Id": "30",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 30",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/29",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:51-05:00",
+ "Description": " Log Entry 29",
+ "EntryType": "Oem",
+ "Id": "29",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is closed while the power is on.",
+ "MessageId": "SEC0032",
+ "Name": " Log Entry 29",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/28",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:51-05:00",
+ "Description": " Log Entry 28",
+ "EntryType": "Oem",
+ "Id": "28",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 28",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/27",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:26-05:00",
+ "Description": " Log Entry 27",
+ "EntryType": "Oem",
+ "Id": "27",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 27",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/26",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:21:26-05:00",
+ "Description": " Log Entry 26",
+ "EntryType": "Oem",
+ "Id": "26",
+ "Links": {},
+ "Message": "System is turning on.",
+ "MessageId": "SYS1000",
+ "Name": " Log Entry 26",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/25",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:55-05:00",
+ "Description": " Log Entry 25",
+ "EntryType": "Oem",
+ "Id": "25",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 25",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/24",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:55-05:00",
+ "Description": " Log Entry 24",
+ "EntryType": "Oem",
+ "Id": "24",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 24",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=800",
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=800/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=800/index.json
new file mode 100644
index 0000000..aecf2c3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog?$skip=800/index.json
@@ -0,0 +1,471 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "LC Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/23",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:55-05:00",
+ "Description": " Log Entry 23",
+ "EntryType": "Oem",
+ "Id": "23",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 23",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/22",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:54-05:00",
+ "Description": " Log Entry 22",
+ "EntryType": "Oem",
+ "Id": "22",
+ "Links": {},
+ "Message": "Firmware update will not be performed. Firmware package is not present for POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR10",
+ "Name": " Log Entry 22",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/21",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:54-05:00",
+ "Description": " Log Entry 21",
+ "EntryType": "Oem",
+ "Id": "21",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 21",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/20",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:54-05:00",
+ "Description": " Log Entry 20",
+ "EntryType": "Oem",
+ "Id": "20",
+ "Links": {},
+ "Message": "A replacement part was detected for device: POWER SUPPLY",
+ "MessageArgs": [
+ "POWER SUPPLY"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR1",
+ "Name": " Log Entry 20",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/19",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:44-05:00",
+ "Description": " Log Entry 19",
+ "EntryType": "Oem",
+ "Id": "19",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is open while the power is off.",
+ "MessageId": "SEC0033",
+ "Name": " Log Entry 19",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/18",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:42-05:00",
+ "Description": " Log Entry 18",
+ "EntryType": "Oem",
+ "Id": "18",
+ "Links": {},
+ "Message": "System is turning off.",
+ "MessageId": "SYS1001",
+ "Name": " Log Entry 18",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/17",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:42-05:00",
+ "Description": " Log Entry 17",
+ "EntryType": "Oem",
+ "Id": "17",
+ "Links": {},
+ "Message": "System CPU Resetting.",
+ "MessageId": "SYS1003",
+ "Name": " Log Entry 17",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/16",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:39-05:00",
+ "Description": " Log Entry 16",
+ "EntryType": "Oem",
+ "Id": "16",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 16",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/15",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:39-05:00",
+ "Description": " Log Entry 15",
+ "EntryType": "Oem",
+ "Id": "15",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 15",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/14",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:20:36-05:00",
+ "Description": " Log Entry 14",
+ "EntryType": "Oem",
+ "Id": "14",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 14",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/13",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:18:48-05:00",
+ "Description": " Log Entry 13",
+ "EntryType": "Oem",
+ "Id": "13",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 13",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/12",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-04T18:18:48-05:00",
+ "Description": " Log Entry 12",
+ "EntryType": "Oem",
+ "Id": "12",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 12",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/11",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:17-06:00",
+ "Description": " Log Entry 11",
+ "EntryType": "Oem",
+ "Id": "11",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2"
+ }
+ },
+ "Message": "The power input for power supply 2 is lost.",
+ "MessageArgs": [
+ "2"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PSU0003",
+ "Name": " Log Entry 11",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/10",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:12-06:00",
+ "Description": " Log Entry 10",
+ "EntryType": "Oem",
+ "Id": "10",
+ "Links": {},
+ "Message": "The iDRAC IP Address changed from 0.0.0.0 to 192.168.0.120.",
+ "MessageArgs": [
+ "0.0.0.0",
+ "192.168.0.120"
+ ],
+ "MessageArgs@odata.count": 2,
+ "MessageId": "IPA0100",
+ "Name": " Log Entry 10",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/9",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:09-06:00",
+ "Description": " Log Entry 9",
+ "EntryType": "Oem",
+ "Id": "9",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.2)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.2)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 9",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/8",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:09-06:00",
+ "Description": " Log Entry 8",
+ "EntryType": "Oem",
+ "Id": "8",
+ "Links": {},
+ "Message": "New device detected: POWER SUPPLY(psu.slot.1)",
+ "MessageArgs": [
+ "POWER SUPPLY(psu.slot.1)"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "PR7",
+ "Name": " Log Entry 8",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/7",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:08-06:00",
+ "Description": " Log Entry 7",
+ "EntryType": "Oem",
+ "Id": "7",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ },
+ "Message": "The chassis is open while the power is off.",
+ "MessageId": "SEC0033",
+ "Name": " Log Entry 7",
+ "OemRecordFormat": "Dell",
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/6",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:04-06:00",
+ "Description": " Log Entry 6",
+ "EntryType": "Oem",
+ "Id": "6",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Auto Discovery feature disabled.",
+ "MessageId": "DIS002",
+ "Name": " Log Entry 6",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/5",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:04-06:00",
+ "Description": " Log Entry 5",
+ "EntryType": "Oem",
+ "Id": "5",
+ "Links": {},
+ "Message": "The previous log entry was repeated 1 times.",
+ "MessageArgs": [
+ "1"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "LOG007",
+ "Name": " Log Entry 5",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/4",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T10:00:00-06:00",
+ "Description": " Log Entry 4",
+ "EntryType": "Oem",
+ "Id": "4",
+ "Links": {},
+ "Message": "The iDRAC firmware was rebooted with the following reason: ac.",
+ "MessageArgs": [
+ "ac"
+ ],
+ "MessageArgs@odata.count": 1,
+ "MessageId": "RAC0182",
+ "Name": " Log Entry 4",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/3",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T09:58:23-06:00",
+ "Description": " Log Entry 3",
+ "EntryType": "Oem",
+ "Id": "3",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x2840, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x8.",
+ "MessageArgs": [
+ "2",
+ "2840",
+ "0",
+ "0",
+ "0",
+ "0",
+ "8"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 3",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/2",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T09:58:12-06:00",
+ "Description": " Log Entry 2",
+ "EntryType": "Oem",
+ "Id": "2",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 2: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "2",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 2",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Lclog/1",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2021-02-17T09:58:12-06:00",
+ "Description": " Log Entry 1",
+ "EntryType": "Oem",
+ "Id": "1",
+ "Links": {
+ "OriginOfCondition": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ },
+ "Message": "Power Supply 1: Status = 0x00, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.",
+ "MessageArgs": [
+ "1",
+ "00",
+ "0",
+ "0",
+ "0",
+ "0",
+ "0"
+ ],
+ "MessageArgs@odata.count": 7,
+ "MessageId": "PSU0800",
+ "Name": " Log Entry 1",
+ "OemRecordFormat": "Dell",
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 823,
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/1/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/1/index.json
new file mode 100644
index 0000000..eec78d2
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/1/index.json
@@ -0,0 +1,27 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/1",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:27-05:00",
+ "Description": " Log Entry 1",
+ "EntryCode": [
+ {
+ "Member": "Assert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "1",
+ "Links": {},
+ "Message": "Log cleared.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "2ffff",
+ "Name": " Log Entry 1",
+ "SensorNumber": 114,
+ "SensorType": [
+ {
+ "Member": "Event Logging Disabled"
+ }
+ ],
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/2/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/2/index.json
new file mode 100644
index 0000000..76ffd59
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/2/index.json
@@ -0,0 +1,27 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/2",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:42-05:00",
+ "Description": " Log Entry 2",
+ "EntryCode": [
+ {
+ "Member": "Assert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "2",
+ "Links": {},
+ "Message": "The chassis is open while the power is off.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "802ff",
+ "Name": " Log Entry 2",
+ "SensorNumber": 115,
+ "SensorType": [
+ {
+ "Member": "Physical Chassis Security"
+ }
+ ],
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/3/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/3/index.json
new file mode 100644
index 0000000..971e4d6
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/3/index.json
@@ -0,0 +1,27 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/3",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:47-05:00",
+ "Description": " Log Entry 3",
+ "EntryCode": [
+ {
+ "Member": "Deassert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "3",
+ "Links": {},
+ "Message": "The chassis is closed while the power is off.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "802ff",
+ "Name": " Log Entry 3",
+ "SensorNumber": 115,
+ "SensorType": [
+ {
+ "Member": "Physical Chassis Security"
+ }
+ ],
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/4/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/4/index.json
new file mode 100644
index 0000000..b8f9eb3
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/4/index.json
@@ -0,0 +1,27 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/4",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:50-05:00",
+ "Description": " Log Entry 4",
+ "EntryCode": [
+ {
+ "Member": "Assert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "4",
+ "Links": {},
+ "Message": "The power input for power supply 2 is lost.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "3ffff",
+ "Name": " Log Entry 4",
+ "SensorNumber": 99,
+ "SensorType": [
+ {
+ "Member": "Power Supply / Converter"
+ }
+ ],
+ "Severity": "Critical"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/5/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/5/index.json
new file mode 100644
index 0000000..597d348
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/5/index.json
@@ -0,0 +1,27 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/5",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T17:05:06-05:00",
+ "Description": " Log Entry 5",
+ "EntryCode": [
+ {
+ "Member": "Deassert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "5",
+ "Links": {},
+ "Message": "The input power for power supply 2 has been restored.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "3ffff",
+ "Name": " Log Entry 5",
+ "SensorNumber": 99,
+ "SensorType": [
+ {
+ "Member": "Power Supply / Converter"
+ }
+ ],
+ "Severity": "OK"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/index.json
new file mode 100644
index 0000000..cfe5a39
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/index.json
@@ -0,0 +1,140 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel",
+ "@odata.type": "#LogEntryCollection.LogEntryCollection",
+ "Description": "System Event Logs for this manager",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/5",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T17:05:06-05:00",
+ "Description": " Log Entry 5",
+ "EntryCode": [
+ {
+ "Member": "Deassert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "5",
+ "Links": {},
+ "Message": "The input power for power supply 2 has been restored.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "3ffff",
+ "Name": " Log Entry 5",
+ "SensorNumber": 99,
+ "SensorType": [
+ {
+ "Member": "Power Supply / Converter"
+ }
+ ],
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/4",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:50-05:00",
+ "Description": " Log Entry 4",
+ "EntryCode": [
+ {
+ "Member": "Assert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "4",
+ "Links": {},
+ "Message": "The power input for power supply 2 is lost.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "3ffff",
+ "Name": " Log Entry 4",
+ "SensorNumber": 99,
+ "SensorType": [
+ {
+ "Member": "Power Supply / Converter"
+ }
+ ],
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/3",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:47-05:00",
+ "Description": " Log Entry 3",
+ "EntryCode": [
+ {
+ "Member": "Deassert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "3",
+ "Links": {},
+ "Message": "The chassis is closed while the power is off.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "802ff",
+ "Name": " Log Entry 3",
+ "SensorNumber": 115,
+ "SensorType": [
+ {
+ "Member": "Physical Chassis Security"
+ }
+ ],
+ "Severity": "OK"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/2",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-05-03T16:35:42-05:00",
+ "Description": " Log Entry 2",
+ "EntryCode": [
+ {
+ "Member": "Assert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "2",
+ "Links": {},
+ "Message": "The chassis is open while the power is off.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "802ff",
+ "Name": " Log Entry 2",
+ "SensorNumber": 115,
+ "SensorType": [
+ {
+ "Member": "Physical Chassis Security"
+ }
+ ],
+ "Severity": "Critical"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Logs/Sel/1",
+ "@odata.type": "#LogEntry.v1_3_0.LogEntry",
+ "Created": "2022-04-07T15:37:27-05:00",
+ "Description": " Log Entry 1",
+ "EntryCode": [
+ {
+ "Member": "Assert"
+ }
+ ],
+ "EntryType": "SEL",
+ "Id": "1",
+ "Links": {},
+ "Message": "Log cleared.",
+ "MessageArgs": [],
+ "MessageArgs@odata.count": 0,
+ "MessageId": "2ffff",
+ "Name": " Log Entry 1",
+ "SensorNumber": 114,
+ "SensorType": [
+ {
+ "Member": "Event Logging Disabled"
+ }
+ ],
+ "Severity": "OK"
+ }
+ ],
+ "Members@odata.count": 5,
+ "Name": "Log Entry Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/index.json
new file mode 100644
index 0000000..2188758
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/index.json
@@ -0,0 +1,57 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerNetworkProtocol.ManagerNetworkProtocol",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol",
+ "@odata.type": "#ManagerNetworkProtocol.v1_2_0.ManagerNetworkProtocol",
+ "DHCP": {
+ "ProtocolEnabled": true
+ },
+ "Description": "Manager Network Service Status",
+ "FQDN": "",
+ "HTTP": {
+ "Port": 80,
+ "ProtocolEnabled": true
+ },
+ "HTTPS": {
+ "Port": 443,
+ "ProtocolEnabled": true
+ },
+ "HostName": "idrac-BYBG282",
+ "IPMI": {
+ "ProtocolEnabled": true
+ },
+ "Id": "NetworkProtocol",
+ "KVMIP": {
+ "Port": 5900,
+ "ProtocolEnabled": true
+ },
+ "NTP": {
+ "NTPServers": [
+ "",
+ "",
+ ""
+ ],
+ "NTPServers@odata.count": 3,
+ "ProtocolEnabled": false
+ },
+ "Name": "Manager Network Protocol",
+ "SNMP": {
+ "Port": 161,
+ "ProtocolEnabled": true
+ },
+ "SSH": {
+ "Port": 22,
+ "ProtocolEnabled": true
+ },
+ "Status": {
+ "Health": "OK",
+ "HealthRollup": "OK",
+ "State": "Enabled"
+ },
+ "Telnet": {
+ "Port": 23,
+ "ProtocolEnabled": false
+ },
+ "VirtualMedia": {
+ "ProtocolEnabled": true
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/PrivilegeRegistry/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/PrivilegeRegistry/index.json
new file mode 100644
index 0000000..35f9eaf
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/PrivilegeRegistry/index.json
@@ -0,0 +1,3751 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#PrivilegeRegistry.PrivilegeRegistry",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/PrivilegeRegistry",
+ "@odata.type": "#PrivilegeRegistry.v1_1_1.PrivilegeRegistry",
+ "Description": "Redfish BMC Privilege Registry",
+ "Id": "PrivilegeRegistry",
+ "Mappings": [
+ {
+ "Entity": "AccountService",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureUsers",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureUsers",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Assembly",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "AttributeRegistry",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Bios",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "BootOption",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "BootOptionCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Chassis",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ChassisCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ComputerSystem",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [
+ {
+ "OperationMap": {
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1
+ },
+ "Targets": [
+ "HostName"
+ ]
+ }
+ ],
+ "PropertyOverrides@odata.count": 1,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ComputerSystemCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "DellBootSources",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "DellBootSourcesRegistry",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "DellComputerSystem",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "DellJob",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "DellJobCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Drive",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "EthernetInterface",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [
+ {
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1
+ },
+ "Targets": [
+ "ComputerSystem"
+ ]
+ }
+ ],
+ "SubordinateOverrides@odata.count": 1
+ },
+ {
+ "Entity": "EthernetInterfaceCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "EventDestination",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "EventDestinationCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "EventService",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [
+ {
+ "OperationMap": {
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "TestAlerts"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "Targets": [
+ "/redfish/v1/EventService/Actions/EventService.SubmitTestEvent"
+ ]
+ }
+ ],
+ "ResourceURIOverrides@odata.count": 1,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Fabric",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "FabricCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "HostInterface",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "HostInterfaceCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "JsonSchemaFile",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "JsonSchemaFileCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "LogEntry",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "LogEntryCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "LogService",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ClearLogs",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "LogServiceCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Manager",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [
+ {
+ "OperationMap": {
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "ConfigureUsers",
+ "Login"
+ ],
+ "Privilege@odata.count": 3
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "Targets": [
+ "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/DellManager.ResetToDefaults"
+ ]
+ }
+ ],
+ "ResourceURIOverrides@odata.count": 1,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ManagerAccount",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureUsers",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureUsers",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureUsers",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ManagerAccountCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureUsers",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ManagerCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ManagerNetworkProtocol",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Memory",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "MemoryCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "MemoryMetrics",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Message",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "MessageRegistry",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "MessageRegistryCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "MessageRegistryFile",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "MessageRegistryFileCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "NetworkAdapter",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "NetworkAdapterCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "NetworkDeviceFunction",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "NetworkDeviceFunctionCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "NetworkInterface",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "NetworkInterfaceCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "NetworkPort",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "NetworkPortCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "PCIeDevice",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "PCIeFunction",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Port",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "PortCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Power",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "PrivilegeRegistry",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Processor",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ProcessorCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Redundancy",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Role",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "RoleCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SecureBoot",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SerialInterface",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SerialInterfaceCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ServiceRoot",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Session",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SessionCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [],
+ "Privilege@odata.count": 0
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SessionService",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SimpleStorage",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SimpleStorageCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SoftwareInventory",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SoftwareInventoryCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Storage",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "StorageCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Switch",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "SwitchCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Task",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "TaskCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "TaskService",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Thermal",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "UpdateService",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "VLanNetworkInterface",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "VLanNetworkInterfaceCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "VirtualMedia",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureManager",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "AccessVirtualMedia",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "VirtualMediaCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Volume",
+ "OperationMap": {
+ "DELETE": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "DELETE@odata.count": 1,
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "PATCH": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "PATCH@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "VolumeCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "ConfigureComponents",
+ "Login"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "Zone",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1,
+ "POST": [
+ {
+ "Privilege": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "Privilege@odata.count": 2
+ }
+ ],
+ "POST@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ },
+ {
+ "Entity": "ZoneCollection",
+ "OperationMap": {
+ "GET": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "GET@odata.count": 1,
+ "HEAD": [
+ {
+ "Privilege": [
+ "Login"
+ ],
+ "Privilege@odata.count": 1
+ }
+ ],
+ "HEAD@odata.count": 1
+ },
+ "PropertyOverrides": [],
+ "PropertyOverrides@odata.count": 0,
+ "ResourceURIOverrides": [],
+ "ResourceURIOverrides@odata.count": 0,
+ "SubordinateOverrides": [],
+ "SubordinateOverrides@odata.count": 0
+ }
+ ],
+ "Mappings@odata.count": 91,
+ "Name": "Privilege Registry",
+ "OEMPrivilegesUsed": [
+ "ClearLogs",
+ "AccessVirtualConsole",
+ "AccessVirtualMedia",
+ "TestAlerts",
+ "ExecuteDebugCommands"
+ ],
+ "OEMPrivilegesUsed@odata.count": 5,
+ "PrivilegesUsed": [
+ "Login",
+ "ConfigureManager",
+ "ConfigureUsers",
+ "ConfigureComponents"
+ ],
+ "PrivilegesUsed@odata.count": 4
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Administrator/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Administrator/index.json
new file mode 100644
index 0000000..009aeee
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Administrator/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Role.Role",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Administrator",
+ "@odata.type": "#Role.v1_2_1.Role",
+ "AssignedPrivileges": [
+ "Login",
+ "ConfigureManager",
+ "ConfigureUsers",
+ "ConfigureComponents"
+ ],
+ "AssignedPrivileges@odata.count": 4,
+ "Description": "Administrator User Role",
+ "Id": "Administrator",
+ "IsPredefined": true,
+ "Name": "User Role",
+ "OemPrivileges": [
+ "ClearLogs",
+ "AccessVirtualConsole",
+ "AccessVirtualMedia",
+ "TestAlerts",
+ "ExecuteDebugCommands"
+ ],
+ "OemPrivileges@odata.count": 5,
+ "RoleId": "Administrator"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None/index.json
new file mode 100644
index 0000000..83a0fb4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None/index.json
@@ -0,0 +1,12 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Role.Role",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None",
+ "@odata.type": "#Role.v1_2_1.Role",
+ "AssignedPrivileges": [],
+ "AssignedPrivileges@odata.count": 0,
+ "Description": "User Role None",
+ "Id": "None",
+ "IsPredefined": true,
+ "Name": "User Role",
+ "RoleId": "None"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Operator/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Operator/index.json
new file mode 100644
index 0000000..bc4c529
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Operator/index.json
@@ -0,0 +1,15 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Role.Role",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Operator",
+ "@odata.type": "#Role.v1_2_1.Role",
+ "AssignedPrivileges": [
+ "Login",
+ "ConfigureComponents"
+ ],
+ "AssignedPrivileges@odata.count": 2,
+ "Description": "Operator User Role",
+ "Id": "Operator",
+ "IsPredefined": true,
+ "Name": "User Role",
+ "RoleId": "Operator"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/ReadOnly/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/ReadOnly/index.json
new file mode 100644
index 0000000..d0dca39
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/ReadOnly/index.json
@@ -0,0 +1,14 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Role.Role",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/ReadOnly",
+ "@odata.type": "#Role.v1_2_1.Role",
+ "AssignedPrivileges": [
+ "Login"
+ ],
+ "AssignedPrivileges@odata.count": 1,
+ "Description": "ReadOnly User Role",
+ "Id": "ReadOnly",
+ "IsPredefined": true,
+ "Name": "User Role",
+ "RoleId": "ReadOnly"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/index.json
new file mode 100644
index 0000000..1fc806e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/Roles/index.json
@@ -0,0 +1,22 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#RoleCollection.RoleCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles",
+ "@odata.type": "#RoleCollection.RoleCollection",
+ "Description": "Roles Collection",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Administrator"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/Operator"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/ReadOnly"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Roles/None"
+ }
+ ],
+ "Members@odata.count": 4,
+ "Name": "Roles Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/iDRAC.Embedded.1%23Serial.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/iDRAC.Embedded.1%23Serial.1/index.json
new file mode 100644
index 0000000..08729ed
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/iDRAC.Embedded.1%23Serial.1/index.json
@@ -0,0 +1,17 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#SerialInterface.SerialInterface",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/iDRAC.Embedded.1%23Serial.1",
+ "@odata.type": "#SerialInterface.v1_1_2.SerialInterface",
+ "BitRate": "57600",
+ "ConnectorType": "DB9 Male",
+ "DataBits": "8",
+ "Description": "Management for Serial Interface",
+ "FlowControl": "Hardware",
+ "Id": "iDRAC.Embedded.1#Serial.1",
+ "InterfaceEnabled": true,
+ "Name": "Managed Serial Interface 1",
+ "Parity": "None",
+ "PinOut": "Cisco",
+ "SignalType": "Rs232",
+ "StopBits": "1"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/index.json
new file mode 100644
index 0000000..140ea82
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/index.json
@@ -0,0 +1,13 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#SerialInterfaceCollection.SerialInterfaceCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces",
+ "@odata.type": "#SerialInterfaceCollection.SerialInterfaceCollection",
+ "Description": "Collection of Serial Interfaces for this System",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/iDRAC.Embedded.1%23Serial.1"
+ }
+ ],
+ "Members@odata.count": 1,
+ "Name": "Serial Interface Collection"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/index.json
new file mode 100644
index 0000000..32626d5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/index.json
@@ -0,0 +1,26 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#VirtualMedia.VirtualMedia",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD",
+ "@odata.type": "#VirtualMedia.v1_2_0.VirtualMedia",
+ "Actions": {
+ "#VirtualMedia.EjectMedia": {
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/Actions/VirtualMedia.EjectMedia"
+ },
+ "#VirtualMedia.InsertMedia": {
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/Actions/VirtualMedia.InsertMedia"
+ }
+ },
+ "ConnectedVia": "NotConnected",
+ "Description": "iDRAC Virtual Media Services Settings",
+ "Id": "CD",
+ "Image": null,
+ "ImageName": null,
+ "Inserted": false,
+ "MediaTypes": [
+ "CD",
+ "DVD"
+ ],
+ "MediaTypes@odata.count": 2,
+ "Name": "Virtual CD",
+ "WriteProtected": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk/index.json
new file mode 100644
index 0000000..45ea68b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk/index.json
@@ -0,0 +1,25 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#VirtualMedia.VirtualMedia",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk",
+ "@odata.type": "#VirtualMedia.v1_2_0.VirtualMedia",
+ "Actions": {
+ "#VirtualMedia.EjectMedia": {
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk/Actions/VirtualMedia.EjectMedia"
+ },
+ "#VirtualMedia.InsertMedia": {
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk/Actions/VirtualMedia.InsertMedia"
+ }
+ },
+ "ConnectedVia": "NotConnected",
+ "Description": "iDRAC Virtual Media Services Settings",
+ "Id": "RemovableDisk",
+ "Image": null,
+ "ImageName": null,
+ "Inserted": false,
+ "MediaTypes": [
+ "USBStick"
+ ],
+ "MediaTypes@odata.count": 1,
+ "Name": "Virtual Removable Disk",
+ "WriteProtected": null
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/index.json
new file mode 100644
index 0000000..29ea504
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/index.json
@@ -0,0 +1,16 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#VirtualMediaCollection.VirtualMediaCollection",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia",
+ "@odata.type": "#VirtualMediaCollection.VirtualMediaCollection",
+ "Description": "iDRAC Virtual Media Services Settings",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk"
+ },
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD"
+ }
+ ],
+ "Members@odata.count": 2,
+ "Name": "Virtual Media Services"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/index.json
new file mode 100644
index 0000000..885aa9e
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/iDRAC.Embedded.1/index.json
@@ -0,0 +1,217 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#Manager.Manager",
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1",
+ "@odata.type": "#Manager.v1_3_3.Manager",
+ "Actions": {
+ "#Manager.Reset": {
+ "ResetType@Redfish.AllowableValues": [
+ "GracefulRestart"
+ ],
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Manager.Reset"
+ },
+ "Oem": {
+ "OemManager.v1_1_0#OemManager.ExportSystemConfiguration": {
+ "ExportFormat@Redfish.AllowableValues": [
+ "XML",
+ "JSON"
+ ],
+ "ExportUse@Redfish.AllowableValues": [
+ "Default",
+ "Clone",
+ "Replace"
+ ],
+ "IncludeInExport@Redfish.AllowableValues": [
+ "Default",
+ "IncludeReadOnly",
+ "IncludePasswordHashValues",
+ "IncludeReadOnly,IncludePasswordHashValues"
+ ],
+ "ShareParameters": {
+ "IgnoreCertificateWarning@Redfish.AllowableValues": [
+ "Disabled",
+ "Enabled"
+ ],
+ "ProxySupport@Redfish.AllowableValues": [
+ "Disabled",
+ "EnabledProxyDefault",
+ "Enabled"
+ ],
+ "ProxyType@Redfish.AllowableValues": [
+ "HTTP",
+ "SOCKS4"
+ ],
+ "ShareType@Redfish.AllowableValues": [
+ "LOCAL",
+ "NFS",
+ "CIFS",
+ "HTTP",
+ "HTTPS"
+ ],
+ "Target@Redfish.AllowableValues": [
+ "ALL",
+ "IDRAC",
+ "BIOS",
+ "NIC",
+ "RAID"
+ ]
+ },
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ExportSystemConfiguration"
+ },
+ "OemManager.v1_1_0#OemManager.ImportSystemConfiguration": {
+ "HostPowerState@Redfish.AllowableValues": [
+ "On",
+ "Off"
+ ],
+ "ImportSystemConfiguration@Redfish.AllowableValues": [
+ "TimeToWait",
+ "ImportBuffer"
+ ],
+ "ShareParameters": {
+ "IgnoreCertificateWarning@Redfish.AllowableValues": [
+ "Disabled",
+ "Enabled"
+ ],
+ "ProxySupport@Redfish.AllowableValues": [
+ "Disabled",
+ "EnabledProxyDefault",
+ "Enabled"
+ ],
+ "ProxyType@Redfish.AllowableValues": [
+ "HTTP",
+ "SOCKS4"
+ ],
+ "ShareType@Redfish.AllowableValues": [
+ "LOCAL",
+ "NFS",
+ "CIFS",
+ "HTTP",
+ "HTTPS"
+ ],
+ "Target@Redfish.AllowableValues": [
+ "ALL",
+ "IDRAC",
+ "BIOS",
+ "NIC",
+ "RAID"
+ ]
+ },
+ "ShutdownType@Redfish.AllowableValues": [
+ "Graceful",
+ "Forced",
+ "NoReboot"
+ ],
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ImportSystemConfiguration"
+ },
+ "OemManager.v1_1_0#OemManager.ImportSystemConfigurationPreview": {
+ "ImportSystemConfigurationPreview@Redfish.AllowableValues": [
+ "ImportBuffer"
+ ],
+ "ShareParameters": {
+ "IgnoreCertificateWarning@Redfish.AllowableValues": [
+ "Disabled",
+ "Enabled"
+ ],
+ "ProxySupport@Redfish.AllowableValues": [
+ "Disabled",
+ "EnabledProxyDefault",
+ "Enabled"
+ ],
+ "ProxyType@Redfish.AllowableValues": [
+ "HTTP",
+ "SOCKS4"
+ ],
+ "ShareType@Redfish.AllowableValues": [
+ "LOCAL",
+ "NFS",
+ "CIFS",
+ "HTTP",
+ "HTTPS"
+ ],
+ "Target@Redfish.AllowableValues": [
+ "ALL"
+ ]
+ },
+ "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ImportSystemConfigurationPreview"
+ }
+ }
+ },
+ "CommandShell": {
+ "ConnectTypesSupported": [
+ "SSH",
+ "Telnet",
+ "IPMI"
+ ],
+ "ConnectTypesSupported@odata.count": 3,
+ "MaxConcurrentSessions": 5,
+ "ServiceEnabled": true
+ },
+ "DateTime": "2022-07-01T01:18:59-05:00",
+ "DateTimeLocalOffset": "-05:00",
+ "Description": "BMC",
+ "EthernetInterfaces": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces"
+ },
+ "FirmwareVersion": "2.81.81.81",
+ "GraphicalConsole": {
+ "ConnectTypesSupported": [
+ "KVMIP"
+ ],
+ "ConnectTypesSupported@odata.count": 1,
+ "MaxConcurrentSessions": 6,
+ "ServiceEnabled": true
+ },
+ "HostInterfaces": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces"
+ },
+ "Id": "iDRAC.Embedded.1",
+ "Links": {
+ "ManagerForChassis": [
+ {
+ "@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
+ }
+ ],
+ "ManagerForChassis@odata.count": 1,
+ "ManagerForServers": [
+ {
+ "@odata.id": "/redfish/v1/Systems/System.Embedded.1"
+ }
+ ],
+ "ManagerForServers@odata.count": 1,
+ "Oem": {
+ "Dell": {
+ "@odata.type": "#DellManager.v1_0_0.DellManager",
+ "Jobs": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs"
+ }
+ }
+ }
+ },
+ "LogServices": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices"
+ },
+ "ManagerType": "BMC",
+ "Model": "13G Monolithic",
+ "Name": "Manager",
+ "NetworkProtocol": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol"
+ },
+ "Redundancy": [],
+ "Redundancy@odata.count": 0,
+ "SerialConsole": {
+ "ConnectTypesSupported": [],
+ "ConnectTypesSupported@odata.count": 0,
+ "MaxConcurrentSessions": 0,
+ "ServiceEnabled": false
+ },
+ "SerialInterfaces": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces"
+ },
+ "Status": {
+ "Health": "OK",
+ "State": "Enabled"
+ },
+ "UUID": "3238324f-c0c2-4780-4210-00594c4c4544",
+ "VirtualMedia": {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia"
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Managers/index.json b/pkg/events/testdata/mockup/redfish/v1/Managers/index.json
new file mode 100644
index 0000000..5709dae
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Managers/index.json
@@ -0,0 +1,13 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#ManagerCollection.ManagerCollection",
+ "@odata.id": "/redfish/v1/Managers",
+ "@odata.type": "#ManagerCollection.ManagerCollection",
+ "Description": "BMC",
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
+ }
+ ],
+ "Members@odata.count": 1,
+ "Name": "Manager"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Registries/BaseMessages/BaseRegistry.json/index.json b/pkg/events/testdata/mockup/redfish/v1/Registries/BaseMessages/BaseRegistry.json/index.json
new file mode 100644
index 0000000..833d7c5
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Registries/BaseMessages/BaseRegistry.json/index.json
@@ -0,0 +1,518 @@
+{
+ "@Redfish.Copyright": "Copyright 2014-2015, 2017 Distributed Management Task Force, Inc. (DMTF). All rights reserved.",
+ "@odata.context": "/redfish/v1/$metadata#MessageRegistry.MessageRegistry",
+ "@odata.id": "/redfish/v1/Registries/BaseMessages/BaseRegistry.json",
+ "@odata.type": "#MessageRegistry.v1_1_1.MessageRegistry",
+ "Description": "This registry defines the base messages for Redfish",
+ "Id": "Base.1.2.0",
+ "Name": "Base Message Registry",
+ "Language": "en",
+ "RegistryPrefix": "Base",
+ "RegistryVersion": "1.2.0",
+ "OwningEntity": "DMTF",
+ "Messages": {
+ "Success": {
+ "Description": "Indicates that all conditions of a successful operation have been met.",
+ "Message": "Successfully Completed Request",
+ "Severity": "OK",
+ "NumberOfArgs": 0,
+ "Resolution": "None"
+ },
+ "GeneralError": {
+ "Description": "Indicates that a general error has occurred.",
+ "Message": "A general error has occurred. See ExtendedInfo for more information.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "See ExtendedInfo for more information."
+ },
+ "Created": {
+ "Description": "Indicates that all conditions of a successful creation operation have been met.",
+ "Message": "The resource has been created successfully",
+ "Severity": "OK",
+ "NumberOfArgs": 0,
+ "Resolution": "None"
+ },
+ "PropertyDuplicate": {
+ "Description": "Indicates that a duplicate property was included in the request body.",
+ "Message": "The property %1 was duplicated in the request.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the duplicate property from the request body and resubmit the request if the operation failed."
+ },
+ "PropertyUnknown": {
+ "Description": "Indicates that an unknown property was included in the request body.",
+ "Message": "The property %1 is not in the list of valid properties for the resource.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the unknown property from the request body and resubmit the request if the operation failed."
+ },
+ "PropertyValueTypeError": {
+ "Description": "Indicates that a property was given the wrong value type, such as when a number is supplied for a property that requires a string.",
+ "Message": "The value %1 for the property %2 is of a different type than the property can accept.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Correct the value for the property in the request body and resubmit the request if the operation failed."
+ },
+ "PropertyValueFormatError": {
+ "Description": "Indicates that a property was given the correct value type but the value of that property was not supported.",
+ "Message": "The value %1 for the property %2 is of a different format than the property can accept.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Correct the value for the property in the request body and resubmit the request if the operation failed."
+ },
+ "PropertyValueNotInList": {
+ "Description": "Indicates that a property was given the correct value type but the value of that property was not supported. This values not in an enumeration",
+ "Message": "The value %1 for the property %2 is not in the list of acceptable values.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed."
+ },
+ "PropertyNotWritable": {
+ "Description": "Indicates that a property was given a value in the request body, but the property is a readonly property.",
+ "Message": "The property %1 is a read only property and cannot be assigned a value.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the property from the request body and resubmit the request if the operation failed."
+ },
+ "PropertyMissing": {
+ "Description": "Indicates that a required property was not supplied as part of the request.",
+ "Message": "The property %1 is a required property and must be included in the request.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Ensure that the property is in the request body and has a valid value and resubmit the request if the operation failed."
+ },
+ "MalformedJSON": {
+ "Description": "Indicates that the request body was malformed JSON. Could be duplicate, syntax error,etc.",
+ "Message": "The request body submitted was malformed JSON and could not be parsed by the receiving service.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Ensure that the request body is valid JSON and resubmit the request."
+ },
+ "EmptyJSON": {
+ "Description": "Indicates that the request body contained an empty JSON object when one or more properties are expected in the body.",
+ "Message": "The request body submitted contained an empty JSON object and the service is unable to process it.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Add properties in the JSON object and resubmit the request."
+ },
+ "ActionNotSupported": {
+ "Description": "Indicates that the action supplied with the POST operation is not supported by the resource.",
+ "Message": "The action %1 is not supported by the resource.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The action supplied cannot be resubmitted to the implementation. Perhaps the action was invalid, the wrong resource was the target or the implementation documentation may be of assistance."
+ },
+ "ActionParameterMissing": {
+ "Description": "Indicates that the action requested was missing a parameter that is required to process the action.",
+ "Message": "The action %1 requires the parameter %2 to be present in the request body.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Supply the action with the required parameter in the request body when the request is resubmitted."
+ },
+ "ActionParameterDuplicate": {
+ "Description": "Indicates that the action was supplied with a duplicated parameter in the request body.",
+ "Message": "The action %1 was submitted with more than one value for the parameter %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Resubmit the action with only one instance of the parameter in the request body if the operation failed."
+ },
+ "ActionParameterUnknown": {
+ "Description": "Indicates that an action was submitted but a parameter supplied did not match any of the known parameters.",
+ "Message": "The action %1 was submitted with the invalid parameter %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Correct the invalid parameter and resubmit the request if the operation failed."
+ },
+ "ActionParameterValueTypeError": {
+ "Description": "Indicates that a parameter was given the wrong value type, such as when a number is supplied for a parameter that requires a string.",
+ "Message": "The value %1 for the parameter %2 in the action %3 is of a different type than the parameter can accept.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Correct the value for the parameter in the request body and resubmit the request if the operation failed."
+ },
+ "ActionParameterValueFormatError": {
+ "Description": "Indicates that a parameter was given the correct value type but the value of that parameter was not supported. This includes value size/length exceeded.",
+ "Message": "The value %1 for the parameter %2 in the action %3 is of a different format than the parameter can accept.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Correct the value for the parameter in the request body and resubmit the request if the operation failed."
+ },
+ "ActionParameterNotSupported": {
+ "Description": "Indicates that the parameter supplied for the action is not supported on the resource.",
+ "Message": "The parameter %1 for the action %2 is not supported on the target resource.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove the parameter supplied and resubmit the request if the operation failed."
+ },
+ "QueryParameterValueTypeError": {
+ "Description": "Indicates that a query parameter was given the wrong value type, such as when a number is supplied for a query parameter that requires a string.",
+ "Message": "The value %1 for the query parameter %2 is of a different type than the parameter can accept.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Correct the value for the query parameter in the request and resubmit the request if the operation failed."
+ },
+ "QueryParameterValueFormatError": {
+ "Description": "Indicates that a query parameter was given the correct value type but the value of that parameter was not supported. This includes value size/length exceeded.",
+ "Message": "The value %1 for the parameter %2 is of a different format than the parameter can accept.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Correct the value for the query parameter in the request and resubmit the request if the operation failed."
+ },
+ "QueryParameterOutOfRange": {
+ "Description": "Indicates that a query parameter was supplied that is out of range for the given resource. This can happen with values that are too low or beyond that possible for the supplied resource, such as when a page is requested that is beyond the last page.",
+ "Message": "The value %1 for the query parameter %2 is out of range %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Reduce the value for the query parameter to a value that is within range, such as a start or count value that is within bounds of the number of resources in a collection or a page that is within the range of valid pages."
+ },
+ "QueryNotSupportedOnResource": {
+ "Description": "Indicates that query is not supported on the given resource, such as when a start/count query is attempted on a resource that is not a collection.",
+ "Message": "Querying is not supported on the requested resource.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the query parameters and resubmit the request if the operation failed."
+ },
+ "QueryNotSupported": {
+ "Description": "Indicates that query is not supported on the implementation.",
+ "Message": "Querying is not supported by the implementation.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the query parameters and resubmit the request if the operation failed."
+ },
+ "SessionLimitExceeded": {
+ "Description": "Indicates that a session establishment has been requested but the operation failed due to the number of simultaneous sessions exceeding the limit of the implementation.",
+ "Message": "The session establishment failed due to the number of simultaneous sessions exceeding the limit of the implementation.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reduce the number of other sessions before trying to establish the session or increase the limit of simultaneous sessions (if supported)."
+ },
+ "EventSubscriptionLimitExceeded": {
+ "Description": "Indicates that a event subscription establishment has been requested but the operation failed due to the number of simultaneous connection exceeding the limit of the implementation.",
+ "Message": "The event subscription failed due to the number of simultaneous subscriptions exceeding the limit of the implementation.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reduce the number of other subscriptions before trying to establish the event subscription or increase the limit of simultaneous subscriptions (if supported)."
+ },
+ "ResourceCannotBeDeleted": {
+ "Description": "Indicates that a delete operation was attempted on a resource that cannot be deleted.",
+ "Message": "The delete request failed because the resource requested cannot be deleted.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do not attempt to delete a non-deletable resource."
+ },
+ "ResourceInUse": {
+ "Description": "Indicates that a change was requested to a resource but the change was rejected due to the resource being in use or transition.",
+ "Message": "The change to the requested resource failed because the resource is in use or in transition.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the condition and resubmit the request if the operation failed."
+ },
+ "ResourceAlreadyExists": {
+ "Description": "Indicates that a resource change or creation was attempted but that the operation cannot proceed because the resource already exists.",
+ "Message": "The requested resource of type %1 with the property %2 with the value %3 already exists.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Do not repeat the create operation as the resource has already been created."
+ },
+ "ResourceNotFound": {
+ "Description": "Indicates that the operation expected a resource identifier that corresponds to an existing resource but one was not found.",
+ "Message": "The requested resource of type %1 named %2 was not found.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Provide a valid resource identifier and resubmit the request."
+ },
+ "CreateFailedMissingReqProperties": {
+ "Description": "Indicates that a create was attempted on a resource but that properties that are required for the create operation were missing from the request.",
+ "Message": "The create operation failed because the required property %1 was missing from the request.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Correct the body to include the required property with a valid value and resubmit the request if the operation failed."
+ },
+ "CreateLimitReachedForResource": {
+ "Description": "Indicates that no more resources can be created on the resource as it has reached its create limit.",
+ "Message": "The create operation failed because the resource has reached the limit of possible resources.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Either delete resources and resubmit the request if the operation failed or do not resubmit the request."
+ },
+ "ServiceShuttingDown": {
+ "Description": "Indicates that the operation failed as the service is shutting down, such as when the service reboots.",
+ "Message": "The operation failed because the service is shutting down and can no longer take incoming requests.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "When the service becomes available, resubmit the request if the operation failed."
+ },
+ "ServiceInUnknownState": {
+ "Description": "Indicates that the operation failed because the service is in an unknown state and cannot accept additional requests.",
+ "Message": "The operation failed because the service is in an unknown state and can no longer take incoming requests.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Restart the service and resubmit the request if the operation failed."
+ },
+ "NoValidSession": {
+ "Description": "Indicates that the operation failed because a valid session is required in order to access any resources.",
+ "Message": "There is no valid session established with the implementation.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Establish as session before attempting any operations."
+ },
+ "InsufficientPrivilege": {
+ "Description": "Indicates that the credentials associated with the established session do not have sufficient privileges for the requested operation",
+ "Message": "There are insufficient privileges for the account or credentials associated with the current session to perform the requested operation.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Either abandon the operation or change the associated access rights and resubmit the request if the operation failed."
+ },
+ "AccountModified": {
+ "Description": "Indicates that the account was successfully modified.",
+ "Message": "The account was successfully modified.",
+ "Severity": "OK",
+ "NumberOfArgs": 0,
+ "Resolution": "No resolution is required."
+ },
+ "AccountNotModified": {
+ "Description": "Indicates that the modification requested for the account was not successful.",
+ "Message": "The account modification request failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "The modification may have failed due to permission issues or issues with the request body."
+ },
+ "AccountRemoved": {
+ "Description": "Indicates that the account was successfully removed.",
+ "Message": "The account was successfully removed.",
+ "Severity": "OK",
+ "NumberOfArgs": 0,
+ "Resolution": "No resolution is required."
+ },
+ "AccountForSessionNoLongerExists": {
+ "Description": "Indicates that the account for the session has been removed, thus the session has been removed as well.",
+ "Message": "The account for the current session has been removed, thus the current session has been removed as well.",
+ "Severity": "OK",
+ "NumberOfArgs": 0,
+ "Resolution": "Attempt to connect with a valid account."
+ },
+ "InvalidObject": {
+ "Description": "Indicates that the object in question is invalid according to the implementation. Examples include a firmware update malformed URI.",
+ "Message": "The object at %1 is invalid.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Either the object is malformed or the URI is not correct. Correct the condition and resubmit the request if it failed."
+ },
+ "InternalError": {
+ "Description": "Indicates that the request failed for an unknown internal error but that the service is still operational.",
+ "Message": "The request failed due to an internal service error. The service is still operational.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Resubmit the request. If the problem persists, consider resetting the service."
+ },
+ "UnrecognizedRequestBody": {
+ "Description": "Indicates that the service encountered an unrecognizable request body that could not even be interpreted as malformed JSON.",
+ "Message": "The service detected a malformed request body that it was unable to interpret.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Correct the request body and resubmit the request if it failed."
+ },
+ "ResourceMissingAtURI": {
+ "Description": "Indicates that the operation expected an image or other resource at the provided URI but none was found. Examples of this are in requests that require URIs like Firmware Update.",
+ "Message": "The resource at the URI %1 was not found.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Place a valid resource at the URI or correct the URI and resubmit the request."
+ },
+ "ResourceAtUriInUnknownFormat": {
+ "Description": "Indicates that the URI was valid but the resource or image at that URI was in a format not supported by the service.",
+ "Message": "The resource at %1 is in a format not recognized by the service.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Place an image or resource or file that is recognized by the service at the URI."
+ },
+ "ResourceAtUriUnauthorized": {
+ "Description": "Indicates that the attempt to access the resource/file/image at the URI was unauthorized.",
+ "Message": "While accessing the resource at %1, the service received an authorization error %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Ensure that the appropriate access is provided for the service in order for it to access the URI."
+ },
+ "CouldNotEstablishConnection": {
+ "Description": "Indicates that the attempt to access the resource/file/image at the URI was unsuccessful because a session could not be established.",
+ "Message": "The service failed to establish a connection with the URI %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Ensure that the URI contains a valid and reachable node name, protocol information and other URI components."
+ },
+ "SourceDoesNotSupportProtocol": {
+ "Description": "Indicates that while attempting to access, connect to or transfer a resource/file/image from another location that the other end of the connection did not support the protocol",
+ "Message": "The other end of the connection at %1 does not support the specified protocol %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Change protocols or URIs. "
+ },
+ "AccessDenied": {
+ "Description": "Indicates that while attempting to access, connect to or transfer to/from another resource, the service denied access.",
+ "Message": "While attempting to establish a connection to %1, the service denied access.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Attempt to ensure that the URI is correct and that the service has the appropriate credentials."
+ },
+ "ServiceTemporarilyUnavailable": {
+ "Description": "Indicates the service is temporarily unavailable.",
+ "Message": "The service is temporarily unavailable. Retry in %1 seconds.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for the indicated retry duration and retry the operation."
+ },
+ "InvalidIndex": {
+ "Description": "The Index is not valid.",
+ "Message": "The Index %1 is not a valid offset into the array.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "number"
+ ],
+ "Resolution": "Verify the index value provided is within the bounds of the array."
+ },
+ "PropertyValueModified": {
+ "Description": "Indicates that a property was given the correct value type but the value of that property was modified. Examples are truncated or rounded values.",
+ "Message": "The property %1 was assigned the value %2 due to modification by the service.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No resolution is required."
+ },
+ "ResourceInStandby": {
+ "Description": "Indicates that the request could not be performed because the resource is in standby.",
+ "Message": "The request could not be performed because the resource is in standby.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Ensure that the resource is in the correct power state and resubmit the request."
+ },
+ "ResourceExhaustion": {
+ "Description": "Indicates that a resource could not satisfy the request due to some unavailability of resources. An example is that available capacity has been allocated.",
+ "Message": "The resource %1 was unable to satisfy the request due to unavailability of resources.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Ensure that the resources are available and resubmit the request."
+ },
+ "StringValueTooLong": {
+ "Description": "Indicates that a string value passed to the given resource exceeded its length limit. An example is when a shorter limit is imposed by an implementation than that allowed by the specification.",
+ "Message": "The string %1 exceeds the length limit %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "number"
+ ],
+ "Resolution": "Resubmit the request with an appropriate string length."
+ }
+ }
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Registries/BaseMessages/index.json b/pkg/events/testdata/mockup/redfish/v1/Registries/BaseMessages/index.json
new file mode 100644
index 0000000..b99a62c
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Registries/BaseMessages/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile",
+ "@odata.id": "/redfish/v1/Registries/BaseMessages",
+ "@odata.type": "#MessageRegistryFile.v1_1_0.MessageRegistryFile",
+ "Description": "Base Message Registry File locations",
+ "Id": "BaseMessages",
+ "Languages": [
+ "En"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "En",
+ "PublicationUri": "https://redfish.dmtf.org/schemas/registries/v1/Base.1.2.0.json",
+ "Uri": "/redfish/v1/Registries/BaseMessages/BaseRegistry.json"
+ }
+ ],
+ "Location@odata.count": 1,
+ "Name": "Base Message Registry File",
+ "Registry": "Base.1.2.0"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0/index.json
new file mode 100644
index 0000000..627b599
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile",
+ "@odata.id": "/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0",
+ "@odata.type": "#MessageRegistryFile.v1_1_0.MessageRegistryFile",
+ "Description": "BIOS Attribute Registry File locations",
+ "Id": "BiosAttributeRegistry.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Location": [
+ {
+ "Language": "en",
+ "Uri": "/redfish/v1/Systems/System.Embedded.1/Bios/BiosRegistry"
+ }
+ ],
+ "Name": "BIOS Attribute Registry File",
+ "Oem": {},
+ "Registry": "BiosAttributeRegistry1.0"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Registries/BootSourcesRegistry.v1_0_0/index.json b/pkg/events/testdata/mockup/redfish/v1/Registries/BootSourcesRegistry.v1_0_0/index.json
new file mode 100644
index 0000000..72867e4
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Registries/BootSourcesRegistry.v1_0_0/index.json
@@ -0,0 +1,19 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile",
+ "@odata.id": "/redfish/v1/Registries/BootSourcesRegistry.v1_0_0",
+ "@odata.type": "#MessageRegistryFile.v1_1_0.MessageRegistryFile",
+ "Description": "BootSources Attribute Registry File locations",
+ "Id": "BootSourcesRegistry.v1_0_0",
+ "Languages": [
+ "en"
+ ],
+ "Location": [
+ {
+ "Language": "en",
+ "Uri": "/redfish/v1/Systems/System.Embedded.1/BootSources/BootSourcesRegistry"
+ }
+ ],
+ "Name": "BootSources Attribute Registry File",
+ "Oem": {},
+ "Registry": "BootSourcesRegistry1.0"
+}
\ No newline at end of file
diff --git a/pkg/events/testdata/mockup/redfish/v1/Registries/Messages/EEMIRegistry/index.json b/pkg/events/testdata/mockup/redfish/v1/Registries/Messages/EEMIRegistry/index.json
new file mode 100644
index 0000000..f1ebc2b
--- /dev/null
+++ b/pkg/events/testdata/mockup/redfish/v1/Registries/Messages/EEMIRegistry/index.json
@@ -0,0 +1,45634 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#MessageRegistry.MessageRegistry",
+ "@odata.id": "/redfish/v1/Registries/Messages/EEMIRegistry",
+ "@odata.type": "#MessageRegistry.v1_1_1.MessageRegistry",
+ "Id": "iDRAC.1.6.3",
+ "Name": "iDRAC Message Registry",
+ "Language": "en",
+ "RegistryVersion": "1.6.3",
+ "Description": "This registry defines the iDRAC messages for Redfish",
+ "RegistryPrefix": "iDRAC",
+ "OwningEntity": "Dell",
+ "Messages": {
+ "AMP0300": {
+ "Description": "None.",
+ "Message": "The system board %1 current is less than the lower warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0301": {
+ "Description": "None.",
+ "Message": "The system board %1 current is less than the lower critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0302": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "The system board %1 current is greater than the upper warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0303": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "The system board %1 current is greater than the upper critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0304": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "The system board %1 current is outside of range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0305": {
+ "Description": "None.",
+ "Message": "The system board %1 current is within range.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "AMP0306": {
+ "Description": "None.",
+ "Message": "Disk drive bay %1 current is less than the lower warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0307": {
+ "Description": "None.",
+ "Message": "Disk drive bay %1 current is less than the lower critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0308": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "Disk drive bay %1 current is greater than the upper warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0309": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "Disk drive bay %1 current is greater than the upper critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0310": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "Disk drive bay %1 current is outside of range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0311": {
+ "Description": "None.",
+ "Message": "Disk drive bay %1 current is within range.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "AMP0312": {
+ "Description": "None.",
+ "Message": "System level current is less than the lower warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0313": {
+ "Description": "None.",
+ "Message": "System level current is less than the lower critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0314": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "System level current is greater than the upper warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0315": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "System level current is greater than the upper critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0316": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "System level current is outside of range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0317": {
+ "Description": "None.",
+ "Message": "System level current is within range.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "AMP0318": {
+ "Description": "None.",
+ "Message": "Chassis power level current is less than the lower warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0319": {
+ "Description": "None.",
+ "Message": "Chassis power level current is less than the lower critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0320": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "Chassis power level current is greater than the upper warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0321": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "Chassis power level current is greater than the upper critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0322": {
+ "Description": "Product documentation contains information on correct configuration. The failure could also be caused by a faulty component or related cabling. System performance may be degraded.",
+ "Message": "Chassis power level current is outside of range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system power policy, check system logs for power related failures, and review system configuration changes."
+ },
+ "AMP0323": {
+ "Description": "None.",
+ "Message": "Chassis power level current is within range.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ASR0000": {
+ "Description": "The operating system or potentially an application failed to communicate to the baseboard management controller (BMC) within the timeout period.",
+ "Message": "The watchdog timer expired.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0001": {
+ "Description": "The operating system or an application failed to communicate to the baseboard management controller (BMC) within the timeout period. The system was reset per the configured setting.",
+ "Message": "The watchdog timer reset the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0002": {
+ "Description": "The operating system or an application failed to communicate to the baseboard management controller (BMC). The system powered off per the configured setting.",
+ "Message": "The watchdog timer powered off the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0003": {
+ "Description": "The operating system or an application failed to communicate to the baseboard management controller (BMC). The system powered cycled per the configured setting.",
+ "Message": "The watchdog timer power cycled the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0008": {
+ "Description": "The operating system or an application failed to communicate to the baseboard management controller (BMC) within the timeout period. The BMC invoked a system interrupt. (IPMI sensor type code 23h - offset 00h).",
+ "Message": "The watchdog timer interrupt was initiated.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0009": {
+ "Description": "The system is communicating to the baseboard management controller (BMC).",
+ "Message": "The system returned from a watchdog timer event.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ASR0100": {
+ "Description": "The operating system or an application failed to communicate to the system board within the timeout period. The system was reset per the configured setting. (IPMI sensor type code 23h offset 01h event 3:0 - 2h).",
+ "Message": "The BIOS watchdog timer reset the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0101": {
+ "Description": "The operating system or an application failed to communicate within the timeout period. System was reset. (IPMI sensor type code 23h offset 01 - event 3:0 - 3h if booting 4h if running).",
+ "Message": "The OS watchdog timer reset the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0102": {
+ "Description": "The operating system or an application failed to communicate within the timeout period. The system was shutdown. (IPMI sensor type code 23h offset - 02h event 3:0 - 4h).",
+ "Message": "The OS watchdog timer shutdown the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0103": {
+ "Description": "The operating system or an application failed to communicate within the timeout period. The system was powered down. (IPMI sensor type code 23h offset - 02h event 3:0 - 4h).",
+ "Message": "The OS watchdog timer powered down the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0104": {
+ "Description": "The operating system or an application failed to communicate within the timeout period. The system was powered cycled. (IPMI sensor 23h offset - 03h event 3:0 - 4h).",
+ "Message": "The OS watchdog timer powered cycle the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0105": {
+ "Description": "The operating system or an application failed to communicate within the timeout period. The system was powered off. (IPMI sensor type code 23h offset - 02h event 3:0 - 4h).",
+ "Message": "The OS watchdog timer powered off the system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0106": {
+ "Description": "The operating system or an application failed to communicate within the timeout period. No action was taken. (IPMI sensor type code 23h - offset 00h event 3:0 - 4h).",
+ "Message": "The OS watchdog timer expired.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0107": {
+ "Description": "The operating system or an application failed to respond to a pre-notification with-in the timeout period. (IPMI sensor type code 11h - offset 07h).",
+ "Message": "The OS watchdog timer pre-timeout interrupt was initiated.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the operating system, application, hardware, and system event log for exception events."
+ },
+ "ASR0108": {
+ "Description": "None.",
+ "Message": "The system returned from an OS watchdog timer event.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ASR8500": {
+ "Description": "Watchdog timer is disabled. The watchdog timer is an internal mechanism used to monitor the health of the Chassis Management Controller. The watchdog timer could be disabled as part of a troubleshooting operation and can be enabled by restarting the Chassis Management Controller.",
+ "Message": "Watchdog timer is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "BAR001": {
+ "Description": "A system profile export operation has been requested.",
+ "Message": "Export System Profile requested.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR002": {
+ "Description": "The system profile Backup partition detection operation is in progress.",
+ "Message": "Validating vFlash Backup partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR003": {
+ "Description": "The Backup partition is being created for storing the backup file.",
+ "Message": "Preparing vFlash Backup partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR004": {
+ "Description": "Hardware Inventory data is being collected and copied into the backup file.",
+ "Message": "Collecting Hardware Inventory information.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR005": {
+ "Description": "The Lifecycle Controller data is being collected and copied into the backup file.",
+ "Message": "Collecting Lifecycle Controller data.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR006": {
+ "Description": "The system profile backup file is being finalized and closed.",
+ "Message": "Finalizing Backup file.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR007": {
+ "Description": "System profile export operation is successfully completed.",
+ "Message": "Export System Profile completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR008": {
+ "Description": "The passphrase provided is invalid.",
+ "Message": "Invalid Backup file passphrase provided.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the request parameters and retry. Check passphrase for rule validity. NOTE: A valid passphrase contains 8 to 32 characters. It must include a combination of uppercase and lowercase letters, numbers, and symbols without spaces."
+ },
+ "BAR009": {
+ "Description": "The vFlash media is not present on the system.",
+ "Message": "Valid vFlash media not present.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert the appropriate vFlash media in the designated vFlash portal, enable and initialize it, and retry."
+ },
+ "BAR010": {
+ "Description": "The Backup partition creation operation did no complete successfully.",
+ "Message": "Unable to create Backup partition on vFlash media.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the vFlash media is not write-protected. Enable and initialize the vFlash media, retry backup. If that fails Try new vFlash media or use the Network Share option(s)."
+ },
+ "BAR011": {
+ "Description": "Hardware Inventory data collection and export did not complete successfully.",
+ "Message": "Unable to collect Hardware Inventory information.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter Lifecycle Controller GUI by pressing F10 during boot, and select exit and reboot option in the GUI to instantiate the database, if Collect System Inventory on Restart (CSIOR) is not enabled. If the hardware inventory database is present, restart the Integrated Remote Access Controller (iDRAC)and retry."
+ },
+ "BAR012": {
+ "Description": "Lifecycle Controller data collection and export has failed.",
+ "Message": "Unable to collect Lifecycle Controller data.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Download and apply the Dell Update Package (DUP) for Lifecycle Controller/Unified Server Configurator (USC). 2) Run System Services to update the database if CSIOR is not enabled. 3) Reboot the system and retry. If the issue persists after performing these operations, download the Field Service Repair software and repair the Lifecycle Controller. Download and install all the DUPs for Lifecycle Controller/USC, diagnostics, driver packs, and device firmware of all the devices of the host system."
+ },
+ "BAR013": {
+ "Description": "The request to shut the Host system down did not complete successfully.",
+ "Message": "Host System Shutdown unsuccessful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Restart the Integrated Remote Access Controller (iDRAC) and retry the operation."
+ },
+ "BAR014": {
+ "Description": "Unable to access the server profile Backup file and the operation cannot continue. This can be due to a media error or loss of connectivity.",
+ "Message": "Backup file or partition access error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If using vFlash media replace media and try again. If a network share, make sure there is connectivity to and existence of the destination."
+ },
+ "BAR015": {
+ "Description": "The Backup file information was not properly processed and the operation cannot continue. This can be due to resource constraints within the processing environment. If the network share is read only, this error will be thrown also.",
+ "Message": "Backup file data processing error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If this is backup to network share, check to make sure network share is read/write accessible. Restart the Integrated Remote Access Controller (iDRAC) and retry the operation."
+ },
+ "BAR016": {
+ "Description": "A system profile import operation has been requested.",
+ "Message": "Import System Profile requested.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR017": {
+ "Description": "A system profile backup file validation has been requested.",
+ "Message": "Backup file validation requested.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR018": {
+ "Description": "A system profile backup file validation request has completed.",
+ "Message": "Backup file validation completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR019": {
+ "Description": "A system profile backup file validation is in progress.",
+ "Message": "Validating Restore operation, allow several minutes for this to complete.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR020": {
+ "Description": "The Lifecycle Controller data is being imported from the backup file.",
+ "Message": "Restoring Lifecycle Controller data.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR021": {
+ "Description": "The system profile export could not complete successfully as there is insufficient space on the network share or connectivity was lost.",
+ "Message": "Insufficient space on network share.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete files to free up 384 MB of space on the current network share, or specify another destination that has enough space."
+ },
+ "BAR022": {
+ "Description": "The host system is powering up to perform component firmware and configuration restoration.",
+ "Message": "System powering up to perform component updates.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR023": {
+ "Description": "The process is entering the component update phase of the restore operation.",
+ "Message": "Starting component updates.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR024": {
+ "Description": "The restoration environment is being initialized.",
+ "Message": "Initializing Restore operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR025": {
+ "Description": "For each component with firmware, an update is in progress.",
+ "Message": "Restoring Component Firmware.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR026": {
+ "Description": "The configuration is being set for each component.",
+ "Message": "Restoring Component Configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR027": {
+ "Description": "The component restoration on the host system is complete. The Host System will shutdown.",
+ "Message": "Host System Component Restore complete, shutting down Host System.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR028": {
+ "Description": "The component restoration on the host system has completed, but there were errors. The Host System will shutdown.",
+ "Message": "Host System Component Restore completed with errors, shutting down Host System.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "View configuration data and request attributes update for the components or retry system profile import."
+ },
+ "BAR029": {
+ "Description": "The Integrated Remote Access Controller firmware and configuration import is in progress.",
+ "Message": "Restoring Integrated Remote Access Controller firmware.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR030": {
+ "Description": "The import system profile is complete. iDRAC restarts to complete restore.",
+ "Message": "Import System Profile Complete, restarting Integrated Remote Access Controller.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR031": {
+ "Description": "RESERVED.",
+ "Message": "RESERVED.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "RESERVED."
+ },
+ "BAR032": {
+ "Description": "The system profile backup file validation did not complete successfully.",
+ "Message": "Invalid system profile Backup file.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) An incorrect passphrase may have been entered, correct the input and retry the operation. 2) Download a valid backup image of the host system and retry. 3) Reboot the Integrated Remote Access Controller (iDRAC) and retry. 4) Download a new firmware image for the iDRAC and retry."
+ },
+ "BAR033": {
+ "Description": "A Lifecycle Controller internal data import operation did not complete successfully.",
+ "Message": "Unable to Restore Lifecycle Controller data.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Download and apply the Dell Update Package for Lifecycle Controller/Unified Server Configurator (USC). 2) Run System Services to update the database if CSIOR is not enabled. 3) Reboot the system and retry the operation. If these response actions do not resolve the issue, download the Field Service Repair software and repair the Lifecycle Controller. Download and install all the DUPs for Lifecycle Controller/USC, diagnostics, driver packs, and device firmware of all the devices of the host system."
+ },
+ "BAR034": {
+ "Description": "The Integrated Remote Access Controller(iDRAC) firmware import did not complete successfully.",
+ "Message": "Unable to Restore Integrated Remote Access Controller firmware.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Download the firmware for the Integrated Remote Access Controller(iDRAC) and apply it."
+ },
+ "BAR035": {
+ "Description": "The Integrated Remote Access Controller (iDRAC) Configuration import did not complete successfully.",
+ "Message": "Unable to Restore Integrated Remote Access Controller configuration.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Manually reset the Integrated Remote Access Controller (iDRAC) configuration."
+ },
+ "BAR036": {
+ "Description": "A system profile import did not complete successfully and has left the system in an unusable state. Attempting to setup the environment for normal operation.",
+ "Message": "System Reset or Lifecycle Controller Actions Canceled, System Profile Failure Recovery initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR037": {
+ "Description": "Adjustments to Lifecycle and Integrated Remote Access Controller environments are complete.",
+ "Message": "System Reset or Lifecycle Controller Actions Canceled, System Profile Failure Recovery completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR038": {
+ "Description": "Cancel the operation in progress.",
+ "Message": "Cancel.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR039": {
+ "Description": "The license required for operation is not present.",
+ "Message": "License not present.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Use supported vFlash media and licensing for this feature, and try the operation again."
+ },
+ "BAR040": {
+ "Description": "Access to the vFlash media is not possible, or has been denied.",
+ "Message": "Unable to access vFlash.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the vFlash SD media is enabled, not write protected, and initialized. Retry the operation."
+ },
+ "BAR041": {
+ "Description": "Shutting down host system.",
+ "Message": "System Shutdown.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR042": {
+ "Description": "Lifecycle Controller/System services are not available. There is another operation using the resources at this time.",
+ "Message": "Lifecycle Controller Disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the other operation to release the resources, as indicated by the System Services option presence and retry the operation."
+ },
+ "BAR043": {
+ "Description": "A timeout occurred waiting for the Unified Server Configurator (USC) or Lifecycle Controller (LC) to exit.",
+ "Message": "Timeout waiting for Unified Server Configurator or Lifecycle Controller to exit.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR044": {
+ "Description": "Waiting for the host system to successfully get turned off.",
+ "Message": "Waiting for the host system to successfully get turned off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR045": {
+ "Description": "The host system is powering down to facilitate the import of the Integrated Remote Access Controller system profile.",
+ "Message": "Powering down the Host System for Integrated Remote Access Controller Restore.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR046": {
+ "Description": "The Integrated Remote Access Controller (iDRAC) is preparing to switch over to the recently loaded firmware. During this switch over, the connection to iDRAC is lost. The server will startup after iDRAC restarts.",
+ "Message": "Host System will power up approximately 10 minutes after Integrated Remote Access Controller Restore (iDRAC).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR047": {
+ "Description": "The System Profile operation was canceled as part of a clean up operation performed during a restart of the Integrated Remote Access Controller.",
+ "Message": "System Profile operation canceled by user.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Resubmit the System Profile operation."
+ },
+ "BAR048": {
+ "Description": "The server motherboard does not have a Service Tag assigned, the operation cannot continue.",
+ "Message": "System Service Tag not present.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Perform a System Profile import from a previous backup file. If no backup file is available, contact your service provider."
+ },
+ "BAR049": {
+ "Description": "The automatic Host System power up request has erred and the system will not power up after the Integrated Remote Access Controller has restarted.",
+ "Message": "Automatic Host System power up setup failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "As indicated by the job status, wait for restore to complete. After the status displays Complete or Failed, wait for a few minutes for the Integrated Remote Access Controller (iDRAC) to restart. After restart, power on the Host System using iDRAC."
+ },
+ "BAR050": {
+ "Description": "The firmware update for the specified device in progress.",
+ "Message": "Performing Firmware Restore for Device : %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAR051": {
+ "Description": "The configuration import for the specified device is in progress.",
+ "Message": "Performing Component Configuration Restore for Device : %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAR052": {
+ "Description": "The required device firmware was not found, and the update cannot continue. The device firmware is either not present on the firmware storage partition or does not match the version stored in the configuration information database. No response action is required, however obtaining and installing the update package for the device indicated will update the firmware storage partition. A backup of the server profile is recommended after updating.",
+ "Message": "Firmware update cannot be performed for Device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAR053": {
+ "Description": "Restoring device firmware on the device identified in the message.",
+ "Message": "Restoring Firmware on Device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAR054": {
+ "Description": "The attempt to clean up after an unsuccessful Backup/Restore of a system profile operation has not been successful. The Lifecycle Controller/System Services related operations may not execute as expected until the system is properly restored to a functional configuration.",
+ "Message": "System Reset or Lifecycle Controller Actions Canceled, System Profile Failure Recovery unsuccessful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the iDRAC configuration utility. Select the System Services option in the main selection screen. Choose the Cancel Lifecycle Controller Actions / Cancel System Services operation and follow the directions to ensure this operation is performed. If Cancel Lifecycle Controller Actions / Cancel System Services is not available, remove power from the system, wait 1 minute and reapply power. If the issue persists, contact your technical service provider."
+ },
+ "BAR055": {
+ "Description": "Attempted configuration import was not successful for the specified device.",
+ "Message": "Previously stored configuration values not applied to Device: %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The system event log captures the values that were not set, and must be reset manually."
+ },
+ "BAR056": {
+ "Description": "The configuration import was successful for the specified device.",
+ "Message": "Component Configuration Restored on Device : %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAR057": {
+ "Description": "The configuration import was completed, but some of the imported values were not set correctly.",
+ "Message": "Some of the configuration values not applied to Device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The system event log captures the values that were not set, and they must be reset manually."
+ },
+ "BAR058": {
+ "Description": "The system profile import or export network destination is being tested for access.",
+ "Message": "Validating NFS destination access.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR059": {
+ "Description": "The system profile import or export network destination is being tested for access.",
+ "Message": "Validating CIFS destination access.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR060": {
+ "Description": "Collecting firmware inventory and copying it into the system profile backup file.",
+ "Message": "Collecting firmware inventory information.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR061": {
+ "Description": "Collecting system information and copying it into the backup file. The operation collects system information that includes System Model and Service Tag.",
+ "Message": "Collecting System Information.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR062": {
+ "Description": "Collecting the Lifecycle Controller configuration database and copying it into the server profile backup file.",
+ "Message": "Collecting Lifecycle Controller Configuration database.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR063": {
+ "Description": "Collecting the Lifecycle Controller firmware images and copying them in the server profile backup file.",
+ "Message": "Collecting Lifecycle Controller Firmware images.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR064": {
+ "Description": "Collecting the Integrated Remote Access Controller firmware and copying it in the server profile backup file.",
+ "Message": "Collecting Integrated Remote Access Controller firmware.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR065": {
+ "Description": "Collecting the Integrated Remote Access Controller configuration and copying it into the server profile backup file.",
+ "Message": "Collecting Integrated Remote Access Controller configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR066": {
+ "Description": "The system profile export destination is not enabled.",
+ "Message": "vFlash media not enabled.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the vFlash media and retry the operation."
+ },
+ "BAR067": {
+ "Description": "The system profile export destination is not initialized.",
+ "Message": "vFlash media not initialized.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Initialize the vFlash media and retry the operation."
+ },
+ "BAR068": {
+ "Description": "The system profile export destination is not supported.",
+ "Message": "vFlash media not supported.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert, enable and initialize supported vFlash media and retry the operation."
+ },
+ "BAR069": {
+ "Description": "The system profile export did not complete successfully because there is insufficient space on the vFlash media.",
+ "Message": "Insufficient space on vFlash media.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete partitions and free up 384 MB of space on the current vFlash media, or use new vFlash media."
+ },
+ "BAR070": {
+ "Description": "Access to the NFS export/import destination is not possible or has been denied.",
+ "Message": "NFS Destination access denied.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the input parameters are correct, connectivity exists to the destination end point, and retry the operation."
+ },
+ "BAR071": {
+ "Description": "Access to the CIFS export/import destination is not possible or has been denied.",
+ "Message": "CIFS Destination access denied.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the input parameters are correct, connectivity exists to the destination end point, and retry the operation."
+ },
+ "BAR072": {
+ "Description": "The vFlash backup partition format operation was not successful.",
+ "Message": "Format of vFlash Backup partition unsuccessful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable and initialize the vFlash media and retry the export. If the issue persists, try a new vFlash media or use the network share option(s)."
+ },
+ "BAR073": {
+ "Description": "The operation to delete the vFlash backup partition did not complete successfully.",
+ "Message": "Delete of vFlash Backup partition unsuccessful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable and initialize the vFlash media and retry the export. If the error continues, try a new vFlash media or use the network share option(s)."
+ },
+ "BAR074": {
+ "Description": "The collection and export of firmware inventory data did not complete successfully.",
+ "Message": "Unable to collect Firmware Inventory information.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Apply the Dell Update Package for Unified Server Configurator (USC) or Lifecycle Controller (LC). If collect system inventory on reboot (CSIOR) is not enabled, enter and exit LC/USC to update the database, reboot the system and try the operation again. If the error continues, use the field service repair software to repair the Lifecycle Controller. Download all Dell Update Packages for USC, Diagnostics Driver Packs, and device firmware for all host system devices, install all packages and retry the operation."
+ },
+ "BAR075": {
+ "Description": "The collection and export of system information failed.",
+ "Message": "Unable to collect System information.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Restart the remote access controller, and retry the operation. If the error continues, use the remote access controller firmware to try the operation again."
+ },
+ "BAR076": {
+ "Description": "The collection and export of Lifecycle Controller Configuration Database failed.",
+ "Message": "Unable to collect the Configuration database.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter Lifecycle Controller (LC) / Unified Server Configurator (USC), and select Exit and Reboot to reset and update the database. If the error continues repair the Lifecycle Controller, apply the Dell Update Packages for USC, diagnostics, device firmware and driver pack and retry the operation."
+ },
+ "BAR077": {
+ "Description": "The collection and export of host system firmware images was not successful.",
+ "Message": "Unable to collect the Firmware images.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Apply Dell Update Packages for all devices and software, and try the operation again. If the error continues, repair the Lifecycle Controller and apply the packages again, and retry the operation."
+ },
+ "BAR078": {
+ "Description": "The collection and export of Integrated Remote Access Controller (iDRAC)firmware was not successful.",
+ "Message": "Unable to collect the Integrated Remote Access Controller firmware.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Apply the integrated remote access controller firmware, manually set the configuration attributes, and try the operation again."
+ },
+ "BAR079": {
+ "Description": "The collection and export of Integrated Remote Access Controller configuration was not successful.",
+ "Message": "Unable to collect the Integrated Remote Access Controller configuration.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Apply the integrated remote access controller firmware, manually set the configuration attributes, and try the operation again."
+ },
+ "BAR080": {
+ "Description": "Importing the Lifecycle Controller configuration database from the system profile backup file.",
+ "Message": "Restoring Lifecycle Controller Configuration database.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR081": {
+ "Description": "Importing the Lifecycle Controller firmware image data is from the system profile backup file.",
+ "Message": "Restoring Lifecycle Controller Firmware images.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR082": {
+ "Description": "Remote access controller firmware and configuration import in progress.",
+ "Message": "Restoring Remote Access Controller configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR083": {
+ "Description": "System profile backup file validation failed because the host system model information does not match the value stored in the file.",
+ "Message": "Host System Model does not match the Backup file System Model information.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain a valid host system backup image and try the operation again. Reboot the remote access controller and try the operation again. If the error continues, download a new remote access controller firmware image and try the operation again."
+ },
+ "BAR084": {
+ "Description": "System profile backup file validation failed because the host system service tag information does not match the value stored in the file.",
+ "Message": "Host System Service Tag does not match the Backup file Service Tag.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain a valid host system backup image and try the operation again. Reboot the remote access controller and try the operation again. If the error continues, download a new remote access controller firmware image and try the operation again."
+ },
+ "BAR085": {
+ "Description": "The validation of the system profile backup file has failed. The retrieval of system information to validate the backup file has failed.",
+ "Message": "Unable to collect System Information for Import Backup file validation.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Restart the remote access controller, and retry the operation. If the error continues, use the remote access controller firmware to try the operation again."
+ },
+ "BAR086": {
+ "Description": "The system profile import of Lifecycle Controller configuration data has failed.",
+ "Message": "Unable to Restore The Lifecycle Controller Configuration database.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If collect system inventory on reboot (CSIOR) is not enabled, enter and exit System Services in Lifecycle Controller (LC)/ Unified Server Configurator (USC) to update the database, reboot the system and try the operation again. If the error continues, use the field service repair software to repair the Lifecycle Controller. Download all Dell Update Packages for USC, Diagnostics Driver Packs, and device firmware for all host system devices, install all packages and retry the operation."
+ },
+ "BAR087": {
+ "Description": "The system profile import of Lifecycle Controller firmware images has failed.",
+ "Message": "Unable to Restore the Lifecycle Controller Firmware images.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Apply the Dell Update Package for this system. If the error continues, use the field service repair software to repair the Lifecycle Controller. Download all Dell Update Packages for Lifecycle Controller/USC, Diagnostics Driver Packs, and device firmware for all host system devices, install all packages and retry the operation."
+ },
+ "BAR088": {
+ "Description": "The maximum number of partitions are already in use.",
+ "Message": "No partitions available on vFlash media.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete partitions and free up 384MB of space on the current vFlash media or obtain new vFlash media."
+ },
+ "BAR089": {
+ "Description": "A problem has been detected with the installation of the Unified Server Configurator (USC) or Lifecycle Controller (LC). This needs to be corrected before a valid Backup file can be created.",
+ "Message": "Lifecycle Controller needs to be updated.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain the Dell update package for Lifecycle Controller/Unified Server Configurator and apply it. Then perform a Backup operation to save this data, for later restore."
+ },
+ "BAR090": {
+ "Description": "A request to create a System Profile Backup file has been made by the user of the Unified Server Configurator interface.",
+ "Message": "System Profile Backup requested.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR091": {
+ "Description": "A System Profile Backup request made by the user of the Unified Server Configurator interface has completed.",
+ "Message": "System Profile Backup completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR092": {
+ "Description": "The attempt to disconnect from the specified NFS location was not successful.",
+ "Message": "Disconnect from NFS unsuccessful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If this happens on a backup request, restart the Integrated Remote Access Controller and try the operation again. If this is a restore request the Integrated Remote Access will be restarted during the execution of the request. Only restart the Integrated Remote Access Controller if it does not restart on its own."
+ },
+ "BAR093": {
+ "Description": "The attempt to disconnect from the specified CIFS location was not successful.",
+ "Message": "Disconnect from CIFS unsuccessful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If this happens on a backup request, restart the Integrated Remote Access Controller and try the operation again. If this is a restore request the Integrated Remote Access will be restarted during the execution of the request. Only restart the Integrated Remote Access Controller if it does not restart on its own."
+ },
+ "BAR094": {
+ "Description": "The request to create a System Profile Backup file did not complete successfully because there is already a request in progress.",
+ "Message": "Another Backup operation already in progress.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If possible monitor the in progress job for completion and then retry the request. If that is not possible try clearing all jobs and try the request again. If the issue persists, restart the Integrated Remote Access Controller (iDRAC) and try the request again."
+ },
+ "BAR095": {
+ "Description": "The request to restore a System Profile from a Backup file did not complete successfully because there is already a request in progress.",
+ "Message": "Another Restore operation already in progress.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If possible monitor the in progress job for completion and then retry the request. If that is not possible try clearing all jobs and try the request again. If the issue persists, restart the Integrated Remote Access controller and try the request again."
+ },
+ "BAR096": {
+ "Description": "The current BIOS firmware installed on the system does not have Backup and Restore feature support.",
+ "Message": "BIOS incompatibility detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain the System BIOS firmware with Backup and Restore support, update the system and try the operation again."
+ },
+ "BAR097": {
+ "Description": "The current Lifecycle Controller Unified Server Configurator software installed on the system does not have Backup and Restore feature support.",
+ "Message": "Lifecycle Controller Unified Server Configurator incompatibility detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain the Lifecycle Controller Unified Server Configurator update package with Backup and Restore support, update the software and try the operation again."
+ },
+ "BAR098": {
+ "Description": "The Service Tag installed on the system is invalid. The Backup and Restore feature will not operate without a valid Service Tag.",
+ "Message": "Invalid System Service Tag.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact your service provider."
+ },
+ "BAR099": {
+ "Description": "License data is being collected and copied into the backup Server Profile.",
+ "Message": "Collecting License data.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR100": {
+ "Description": "An error occurred accessing license data. Cannot collect license data to copy to Server Profile backup file.",
+ "Message": "Unable to collect License data.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to License Management documentation for re-installation of license(s) instructions and retry the operation."
+ },
+ "BAR101": {
+ "Description": "Importing license data from the backup Server Profile.",
+ "Message": "Restoring License data.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR102": {
+ "Description": "Unable to import license data from the backup Server Profile.",
+ "Message": "Unable to restore license data.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to iDRAC User Guide documentation license installation instructions and retry the operation."
+ },
+ "BAR103": {
+ "Description": "System branding data is being collected and copied to the backup Server Profile.",
+ "Message": "Collecting system branding data.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR104": {
+ "Description": "Unable to collect system branding data to copy to backup Server Profile.",
+ "Message": "Unable to collect system branding data.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, contact your service provider."
+ },
+ "BAR105": {
+ "Description": "Importing system branding data from the Server Profile backup file.",
+ "Message": "Restoring system branding data.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR106": {
+ "Description": "Unable to import system branding data from the backup Server Profile.",
+ "Message": "Unable to restore system branding data.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, contact your service provider."
+ },
+ "BAR107": {
+ "Description": "The vFlash media reader requires a license to function.",
+ "Message": "vFlash media reader license not present.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain the license for vFlash media from your service provider. Install the license and retry the operation."
+ },
+ "BAR108": {
+ "Description": "The license required for Server Profile Import and Export operations to function is not present.",
+ "Message": "License to Export and Import Server Profile not present.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain the license for Server Profile Export and Import, install the license and retry the operation."
+ },
+ "BAR109": {
+ "Description": "The OEMDRV partition is mounted for performing operating system deployment use. This situation prevents the Export and Import Server Profile operation from continuing.",
+ "Message": "OEMDRV partition is in use.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Dismount the OEMDRV partition by selecting F10 during boot and retry the operation."
+ },
+ "BAR110": {
+ "Description": "All the existing jobs are canceled during the Import Server Profile operation or if the Import operation fails.",
+ "Message": "All existing jobs cancelled because of Import Server Profile request processing.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Resubmit any jobs that were cancelled by the Import operation after the Import Server Profile operation completes."
+ },
+ "BAR111": {
+ "Description": "The Import or Export job did not complete successfully. The Import or Export operation timed-out while validating or transferring Server Profile data. Possible causes are loss of network connectivity, vFlash SD card access issues, or problems encountered with system power off and on.",
+ "Message": "Server Profile operation timed out.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If the managed system does not turn off during Import, turn off the system and retry the operation. If the managed system turned off, restart the Remote Access Controller and retry the operation. If the export was to a network share verify the connection and try the operation again. If the export destination was the vFlash media, insert a new SD card and try the operation again."
+ },
+ "BAR112": {
+ "Description": "Server Profile backup file validation failed because the target system identifier information does not match the value stored in the file. The Server Profile file may be from another system or the iDRAC may need to be restarted to acquire the system identifier information accurately.",
+ "Message": "The system identifier in the Server Profile file does not match the target system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain a valid Server Profile file for the target system and try the operation again. If the problem reoccurs, restart the iDRAC and try the operation again."
+ },
+ "BAR113": {
+ "Description": "The Automatic Backup job that was earlier schedule was not successfully created. This could be due to an invalid parameter entered to create the job.",
+ "Message": "Unable to create an Automatic Backup job.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Using the iDRAC Web UI, select Server Profile from the navigation panel, and then the Automatic Backup tab. Clear Settings and reenter appropriate data, the select Schedule Backup to restart the Automatic Backup jobs. Using the RACADM CLI or WSMAN API, clear the scheduled backup settings and retry the Automatic Backup scheduling operation."
+ },
+ "BAR114": {
+ "Description": "The Automatic Backup job identified in the message is created per the Server Profile automatic export schedule previously configured.",
+ "Message": "An Automatic Backup job %1 is created.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAR115": {
+ "Description": "The number of Automatic Server Profile backup files has reached the specified limit. Restarting the numbering from 1 which will overwrite the oldest backup file.",
+ "Message": "The number of Automatic Server Profile backup files has reached the specified limit. Restarting the numbering from 1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR116": {
+ "Description": "Unable to create a recurring export Server Profile job because an existing scheduled Backup Image job is scheduled within the next 24 hours.",
+ "Message": "Unable to create a recurring export Server Profile job because an existing scheduled Backup Image job is scheduled within the next 24 hours.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR117": {
+ "Description": "The firmware version for the iDRAC contained in the hardware Server Profile image is not compatible with this system hardware. Continue to use the installed firmware version or update to later versions if necessary.",
+ "Message": "The iDRAC firmware cannot be restored due to hardware compatibility restraints.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR118": {
+ "Description": "The Restore operation cannot be completed because the backup image file name is invalid.",
+ "Message": "Unable to continue with Restore operation because the backup image file name is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the backup image file name has valid characters and is not too long, and then retry the operation. For information about valid image file names, see the iDRAC's User's Guide available on the support site."
+ },
+ "BAR119": {
+ "Description": "The Backup operation is currently validating the ability to access the HTTP destination.",
+ "Message": "The Backup operation is currently validating the ability to access the HTTP destination.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR120": {
+ "Description": "The Backup operation is currently validating the ability to access the HTTPs destination.",
+ "Message": "The Backup operation is currently validating the ability to access the HTTPs destination.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAR121": {
+ "Description": "The Backup operation cannot be completed because access to the HTTP destination is denied.",
+ "Message": "Unable to continue with Backup operation because access to the HTTP destination is denied.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the input parameters are correct, network connection exists to the destination, and then retry the operation."
+ },
+ "BAR122": {
+ "Description": "The Backup operation cannot be completed because access to the HTTPs destination is denied.",
+ "Message": "Unable to continue with Backup operation because access to the HTTPs destination is denied.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the input parameters are correct, network connection exists to the destination, and then retry the operation."
+ },
+ "BAR123": {
+ "Description": "The Server Profile file cannot be copied to the HTTP/HTTPs share either because of incorrect filepath, or network connection issues.",
+ "Message": "Unable to copy the Server Profile file to the HTTP/HTTPs share either because of incorrect filepath, or network connection issues.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the input parameters are correct, network connection exists to the destination, and then retry the operation."
+ },
+ "BAR124": {
+ "Description": "The Restore operation cannot be completed because access to the HTTP destination is denied.",
+ "Message": "Unable to continue with Restore operation because access to the HTTP destination is denied.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the input parameters are correct, network connection to the destination is started, and then retry the operation."
+ },
+ "BAR125": {
+ "Description": "The Restore operation cannot be completed because access to the HTTPs destination is denied.",
+ "Message": "Unable to continue with Restore operation because access to the HTTPs destination is denied.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the input parameters are correct, network connection to the destination is started, and then retry the operation."
+ },
+ "BAR126": {
+ "Description": "The vFlash operations cannot be performed on this PowerEdge server model because it is not supported. For a list of supported server versions, see the Installation and Service Manual available on the support site.",
+ "Message": "Unable to perform any vFlash operations on this PowerEdge server model because it is not supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Please retry your Server Profile Backup or Restore operation using one of the available network share options."
+ },
+ "BAT0000": {
+ "Description": "System settings may be preserved if input power is not removed from the power supplies.",
+ "Message": "The system board battery is low.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the system board battery at the next service window."
+ },
+ "BAT0001": {
+ "Description": "None.",
+ "Message": "The system board battery is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAT0002": {
+ "Description": "System settings may be preserved if input power is not removed from the power supplies.",
+ "Message": "The system board battery has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the system board battery."
+ },
+ "BAT0003": {
+ "Description": "None.",
+ "Message": "The system board battery is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAT0004": {
+ "Description": "System settings may be preserved if input power is not removed from the power supplies.",
+ "Message": "The system board battery is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the system board battery to confirm presence."
+ },
+ "BAT0005": {
+ "Description": "To charge the battery, the system has to remain powered on.",
+ "Message": "The storage battery is low.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Allow the PERC RAID controller battery to charge. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "BAT0006": {
+ "Description": "None.",
+ "Message": "The storage battery is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAT0007": {
+ "Description": "The PERC RAID controller battery may have failed because of thermal exceptions.",
+ "Message": "The storage battery has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Verify the PERC RAID controller battery installation. 2) Check the system logs for thermal related issues."
+ },
+ "BAT0008": {
+ "Description": "None.",
+ "Message": "The storage battery is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BAT0009": {
+ "Description": "The PERC RAID controller battery may report absent due to disconnect or thermal exceptions.",
+ "Message": "The storage battery is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Verify the PERC RAID controller battery installation.2) If installed, reseat or reconnect the battery and cables. 3) Check the system logs for thermal related issues."
+ },
+ "BAT0010": {
+ "Description": "To charge the battery, the system has to remain powered on.",
+ "Message": "The storage battery for disk drive bay %1 is low.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Allow the PERC RAID controller battery for the associated bay to charge. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "BAT0011": {
+ "Description": "None.",
+ "Message": "The storage battery for disk drive bay %1 is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the battery installation, check the system logs for thermal related issues."
+ },
+ "BAT0012": {
+ "Description": "The PERC RAID controller battery may have failed because of thermal exceptions.",
+ "Message": "The storage battery for disk drive bay %1 has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Verify the PERC RAID controller battery installation for the associated bay.2) Check the system logs for thermal related issues."
+ },
+ "BAT0013": {
+ "Description": "None.",
+ "Message": "The storage battery for disk drive bay %1 is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT0014": {
+ "Description": "The PERC RAID controller battery may report absent due to disconnect or thermal exceptions.",
+ "Message": "The storage battery for disk drive bay %1 is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Verify the PERC RAID controller battery installation for the associated bay. 2) If installed, reseat or reconnect the battery and cables. 3) Check the system logs for thermal related issues."
+ },
+ "BAT0015": {
+ "Description": "System settings may be preserved if input power is not removed from the power supplies.",
+ "Message": "The %1 battery is low.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the battery at the next service window."
+ },
+ "BAT0016": {
+ "Description": "None.",
+ "Message": "The %1 battery is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT0017": {
+ "Description": "System settings may be preserved if input power is not removed from the power supplies.",
+ "Message": "The %1 battery has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the battery."
+ },
+ "BAT0018": {
+ "Description": "None.",
+ "Message": "The %1 battery is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT0019": {
+ "Description": "System settings may be preserved if input power is not removed from the power supplies.",
+ "Message": "The %1 battery is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the battery to confirm presence."
+ },
+ "BAT0020": {
+ "Description": "The battery identified in the message is not ready to function because either the battery is not fully charged or because of transient malfunction.",
+ "Message": "The %1 battery is not ready to function because either the battery is not fully charged or because of transient malfunction.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for 120 minutes or until the following message is displayed: BAT0016: The battery is functioning normally. If the system stops booting while displaying F1 or F2, press F1 or F2 and complete the POST operation."
+ },
+ "BAT0021": {
+ "Description": "The battery identified in the message has reached the end of its life.",
+ "Message": "The %1 battery has reached the end of its life.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Manually remove and reinstall the NVDIMM-N battery. If the issue persists, contact your service provider. For more information about the battery performance, see the Installation and Service Manual of the server available on the support site."
+ },
+ "BAT1000": {
+ "Description": "The controller cannot communicate with the battery. The battery is absent or improperly connected. A battery with a weak or depleted charge may also cause this message.",
+ "Message": "Battery on %1 is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that the device is present and then check the cables. See the storage hardware documentation to verify cabling. In addition check the connection to the controller battery and the battery health. A battery with a weak or depleted charge may cause this message."
+ },
+ "BAT1001": {
+ "Description": "A controller's battery was replaced.",
+ "Message": "Battery on %1 was replaced.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1002": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The battery on %1 learn cycle has started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1003": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The battery on %1 learn cycle has completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1004": {
+ "Description": "The controller battery must be fully charged before the learn cycle can begin. The battery may be unable to maintain a full charge causing the learn cycle to timeout. In addition, the battery must be able to maintain cached data for a specified period of time in the event of a power loss. For example, some batteries maintain cached data for 24 hours. If the battery is unable to maintain cached data for the required period of time, then the Learn cycle will timeout.",
+ "Message": "The battery on %1 learn cycle has timed out.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the battery pack. The battery is unable to maintain a full charge."
+ },
+ "BAT1005": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The battery on %1 learn cycle has been postponed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1006": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The battery on %1 learn cycle will start in %2 days.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1007": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The battery on %1 learn cycle will start in %2 hours.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1008": {
+ "Description": "The controller battery cannot maintain cached data for the required period of time. For example, if the required period of time is 24 hours, then the battery cannot maintain cached data for 24 hours.",
+ "Message": "Write policy on %1 was changed to Write Through.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the battery health is good. See the storage hardware documentation to verify battery health. Contact technical support."
+ },
+ "BAT1009": {
+ "Description": "The controller battery health has returned to normal.",
+ "Message": "Write policy on %1 was changed to Write Back.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1010": {
+ "Description": "Battery is in warn only mode and requires reconditioning.",
+ "Message": "Battery on %1 requires reconditioning. Initiate a learn cycle.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Start a learn cycle on the battery."
+ },
+ "BAT1011": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Battery on %1 is in warn only mode and requires reconditioning.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1012": {
+ "Description": "Diagnostic event for service to determine if there is an ambient temperature problem.",
+ "Message": "The %1 battery temperature is above normal.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1013": {
+ "Description": "The battery cannot be recharged further.",
+ "Message": "Recharge count has exceeded the maximum limit for battery on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the battery pack."
+ },
+ "BAT1014": {
+ "Description": "Diagnostic event for service to determine if there is an ambient temperature problem.",
+ "Message": "%1 battery charge in-progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1015": {
+ "Description": "Diagnostic event for service to determine if there is an ambient temperature problem.",
+ "Message": "%1 battery charge process is interrupted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1016": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The %1 battery learn mode has changed to Auto.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1017": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The %1 battery learn mode has changed to Warn.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1018": {
+ "Description": "The temperature of the battery is high. This may be due to the battery being charged.",
+ "Message": "Battery on %1 is degraded.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If the battery is being charged, then charging the battery should be stopped until the battery cools down and charging should be resumed. If this is not case, then some other condition exists and should be investigated."
+ },
+ "BAT1019": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Battery on %1 is charging.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1020": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The %1 battery is executing a learn cycle.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1021": {
+ "Description": "The controller battery cannot maintain sufficient charge level to function properly or the battery is discharging.",
+ "Message": "The charge level for the battery on %1 is below the normal threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check for other events related to the state of the battery. These may help determine the cause of this event."
+ },
+ "BAT1022": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 battery recondition is completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1023": {
+ "Description": "The battery health has returned to normal.",
+ "Message": "The charge level for the battery on %1 is within normal limits.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1024": {
+ "Description": "The battery or the battery charger is not functioning properly. The battery may have an inadequate charge.",
+ "Message": "Errors detected with battery on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support."
+ },
+ "BAT1025": {
+ "Description": "The controller was unable to recover data from the cache. This may indicate data loss has occurred.",
+ "Message": "%1 is unable to recover cached data from the Battery Backup Unit (BBU).",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that the battery is charged and in good health. See the hardware documentation for more information. When the battery charge is unacceptably low, the battery cannot maintain cached data. Data loss may also have occurred, restoring data from backups may be needed. Verify whether the battery has met its recharge limit. The battery may need to be recharged. Contact technical support if the issue persists."
+ },
+ "BAT1026": {
+ "Description": "The controller has retrieved cached data.",
+ "Message": "The %1 has recovered cached data from the Battery Backup Unit (BBU).",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1027": {
+ "Description": "The battery successfully completed a charge cycle.",
+ "Message": "The battery on %1 completed a charge cycle.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1028": {
+ "Description": "The controller battery voltage is low. This may indicate that the battery is no longer protecting the controller cache.",
+ "Message": "The battery voltage on %1 is low.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The battery needs to recharged. Wait 24 hours to see if the charge is restored."
+ },
+ "BAT1029": {
+ "Description": "The controller battery cannot recharge. The battery may have already recharged the maximum number of times or the battery charger may not be working.",
+ "Message": "The battery on %1 can no longer recharge.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support."
+ },
+ "BAT1030": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The %1 battery charge level is normal.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1031": {
+ "Description": "The room temperature may be too hot. In addition, the system fan may be degraded or failed.",
+ "Message": "The battery temperature on %1 is above normal.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that the room temperature is normal and that fans are functioning properly. See the storage hardware documentation for acceptable operating temperatures."
+ },
+ "BAT1032": {
+ "Description": "The battery temperature is within the normal operating range.",
+ "Message": "The battery temperature on %1 is normal.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1033": {
+ "Description": "The controller cannot communicate with the battery. Either the battery was removed, or the contact point between the controller and the battery is degraded.",
+ "Message": "The battery on %1 was removed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the battery is present and properly connected. If the battery is present, wait for a few minutes and re-check if the battery is detected. If the contact point between the battery and the controller is degraded, you must replace the battery, the controller, or both. Refer to the storage hardware documentation for information on how to safely access, or remove. Contact technical support if the issue persists."
+ },
+ "BAT1034": {
+ "Description": "One or more battery properties were modified.",
+ "Message": "The battery properties for %1 have changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BAT1037": {
+ "Description": "A battery is detected on the Controller identified in the message.",
+ "Message": "A battery is detected on the Controller %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BIOS0001": {
+ "Description": "BIOS logged a Trusted Compute Module (TPM) Physical Presence Operation.",
+ "Message": "Trusted Compute Module (TPM) Physical Presence Operation %1 logged.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BIOS001": {
+ "Description": "The command was successful.",
+ "Message": "The command was successful",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BIOS002": {
+ "Description": "Unable to allocate required memory to perform the requested operation; see the inserted comment.",
+ "Message": "Resource allocation failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Power cycle system and reapply firmware packages for Lifecycle Controller and iDRAC."
+ },
+ "BIOS003": {
+ "Description": "An invalid number of arguments was passed to the method.",
+ "Message": "Missing required parameter. Refer to the inserted comment.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter all the required command parameters. Check documentation and try again."
+ },
+ "BIOS004": {
+ "Description": "The value for the specified parameter is invalid.",
+ "Message": "Invalid parameter value for %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that parameter values passed to the method are entered as they appear in the enumeration and parameter data type matches the documentation."
+ },
+ "BIOS005": {
+ "Description": "The number of AttributeName and AttributeValue parameters do not match.",
+ "Message": "Mismatch in AttributeName and AttributeValue count",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the same number of parameters for AttributeName and AttributeValue. Refer to documentation for method input parameter details."
+ },
+ "BIOS006": {
+ "Description": "A configuration job is already created on the specified target. No further command is allowed until the existing job succeeds or the job is cancelled.",
+ "Message": "Configuration job already created, cannot set attribute on specified target until existing job is completed or is cancelled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the job to complete. To continue with more set operations on the specified target, cancel the job and proceed."
+ },
+ "BIOS007": {
+ "Description": "A configuration job is already created on the specified target. No further command is allowed until the existing job succeeds or the job is cancelled.",
+ "Message": "Configuration job already created, cannot create another configuration job on specified target until existing job is completed or is cancelled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the job to complete. To continue with more set operations on the specified target, cancel the job and proceed."
+ },
+ "BIOS008": {
+ "Description": "No changes are available between the previous configuration and the current configuration. To create a configuration job, at least one attribute should be changed.",
+ "Message": "No pending data present to create a Configuration job.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the configuration of one or more attributes and then create a configuration job."
+ },
+ "BIOS009": {
+ "Description": "Lifecycle Controller cannot gain access to internal storage because of use by another application or operation.",
+ "Message": "Lifecycle Controller is currently in use.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current Lifecycle Controller operation to complete. Verify that the system is 1) Not currently in Lifecycle Controller Unified Server Configurator utility 2) Waiting for user intervention at F1/F2 POST error 3) Not in any of the device or controller Option ROMs and retry the operation."
+ },
+ "BIOS010": {
+ "Description": "For 11G systems: System Services must be enabled to perform the requested operation. System Services has been disabled through the iDRAC configuration utility accessed by pressing CTRL+E on boot up or through a remote operation. For 12G and above generations: Lifecycle Controller must be enabled to perform the requested operation. Lifecycle Controller has been disabled by pressing F2 Setup, selecting iDRAC Configuration, and selecting Lifecycle Controller Settings on boot up or through a remote operation.",
+ "Message": "Lifecycle Controller is not enabled, cannot create Configuration job.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "For 11G systems: Use the iDRAC configuration utility to enable the System Services by pressing on the CTRL+E option on boot up at the targeted system. For 12G and above generations: Use F2 Setup, select iDRAC Configuration, and select Lifecycle Controller Settings, to enable the Lifecycle Controller on boot up of the targeted system."
+ },
+ "BIOS011": {
+ "Description": "Configuration job already created on the specified target. No further command is allowed until the existing job is completed.",
+ "Message": "Configuration job already created, pending data cannot be deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Cancel the configuration job or wait for the job to complete. Refer to documentation on job cancellation."
+ },
+ "BIOS012": {
+ "Description": "No changes to BIOS attribute data are available between the previous configuration and the current configuration.",
+ "Message": "No pending data to delete.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BIOS013": {
+ "Description": "An unknown AttributeName was specified in the operation.",
+ "Message": "Invalid AttributeName %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter the correct AttributeName available in the system. Refer to the enumeration response for desired attribute."
+ },
+ "BIOS014": {
+ "Description": "AttributeValue may be invalid because of the following causes: 1) Length of new AttributeValue is not within required minimum length and maximum length 2) Value of new AttributeValue is not within required LowerBound and UpperBound 3) Value of new AttributeValue is not one of the possible values.",
+ "Message": "Invalid AttributeValue for AttributeName: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Refer to the documentation on valid Attribute values."
+ },
+ "BIOS015": {
+ "Description": "A set attribute operation was attempted on a read only attribute.",
+ "Message": "AttributeValue cannot be changed to read only AttributeName %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BIOS016": {
+ "Description": "A set attribute operation was attempted on a disabled attribute.",
+ "Message": "AttributeValue cannot be changed for disabled AttributeName %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "BIOS017": {
+ "Description": "Unable to delete vFlash pending one-time boot configuration.",
+ "Message": "Unable to delete vFlash pending one-time boot configuration",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove AC power from system and after restoring AC power, retry the operation."
+ },
+ "BIOS018": {
+ "Description": "The BIOS password specified in the operation is not valid. A valid BIOS password must be made from the following: 0 to 32 characters in length, numbers 0 to 9, lowercase letters a to z, special characters <>|-,+./;[\\]'.",
+ "Message": "Invalid BIOS Password.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation with a BIOS password that conforms with system BIOS password requirements."
+ },
+ "BIOS021": {
+ "Description": "The old BIOS password specified in the change BIOS password operation was incorrect.",
+ "Message": "Cannot authenticate BIOS password.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation with correct old BIOS password."
+ },
+ "BIOS022": {
+ "Description": "The BIOS password is disabled in the hardware using a jumper and can not be set. See the system owners manual for jumper location.",
+ "Message": "Cannot set the BIOS password. Password is disabled due to a jumper setting on the motherboard.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the jumper setting on the system board to enable changing the BIOS password."
+ },
+ "BIOS023": {
+ "Description": "An unrecoverable error occurred in the operation while communicating with iDRAC.",
+ "Message": "Cannot perform the operation due to an unknown error in iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue continues, reset the iDRAC."
+ },
+ "BIOS024": {
+ "Description": "The operation cannot run as the attribute value cannot be modified.",
+ "Message": "The set operation did not complete successfully as the attribute is read-only.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For more information on the attribute, see Lifecycle Controller-Remote Services documentation."
+ },
+ "BIOS025": {
+ "Description": "The status of the password is Locked in BIOS and must be set to Unlocked for the operation to succeed.",
+ "Message": "Unable set the BIOS password as the BIOS password status is locked.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Change BIOS password status in the BIOS setup from Locked to Unlocked and retry the operation."
+ },
+ "BIOS026": {
+ "Description": "The status of the Password cannot be set to locked, because currently there is a System Password change is pending.",
+ "Message": "Password status cannot be set to locked when a System Password change is pending.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the pending System Password change is applied or delete the pending System Password change and retry the operation."
+ },
+ "BIOS027": {
+ "Description": "The attribute identified in the message cannot be set, because the password is currently being reset by using plain text. The BIOS password cannot be simultaneously configured by using plain text and a hash.",
+ "Message": "Unable to change the BIOS password because the password is currently being configured using plain text. Unable to set the attribute %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait until the current password configuration process is completed, and then retry the operation."
+ },
+ "BIOS028": {
+ "Description": "The BIOS password cannot be simultaneously configured by using plain text and a hash.",
+ "Message": "Unable to change the BIOS password using plain text because the password is currently being configured using a hash.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the current password configuration process is completed and retry the operation."
+ },
+ "BIOS029": {
+ "Description": "The BIOS password cannot be configured because an Export Server Profile operation is already running.",
+ "Message": "Unable to change the BIOS password because an Export Server Profile operation is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the current export operation is completed, and then retry the operation."
+ },
+ "BIOS030": {
+ "Description": "The BIOS password cannot be configured because an Import Server Profile operation is already running.",
+ "Message": "Unable to change the BIOS password because an Import Server Profile operation is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the current import operation is completed, and then retry the operation."
+ },
+ "BIOS031": {
+ "Description": "The configuration operation cannot be started because the System Lockdown mode is enabled.",
+ "Message": "Unable to start the configuration operation because the System Lockdown mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the Lockdown.1#SystemLockdown attribute is set to Disabled in the DCIM_iDracCardEnumeration class by running the WS-Man get command at the command line interface (CLI), and then retry the operation."
+ },
+ "BIOS032": {
+ "Description": "The network share cannot be accessed because incorrect network share identify information is entered.",
+ "Message": "Unable to access the network share because incorrect network share identify information is entered.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter correct network share identify information and retry the operation."
+ },
+ "BIOS033": {
+ "Description": "Data cannot be written to the network share either because the network share is read-only or sufficient disk space is unavailable for the export operation.",
+ "Message": "Unable to write to the network share either because the network share is read-only or sufficient disk space is unavailable for the export operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and retry the operation: 1) Make sure that the network share is not read-only. 2) Make sure that there is sufficient disk space on the network share."
+ },
+ "BIOS034": {
+ "Description": "The record operation cannot be retrieved because the requested record is not available.",
+ "Message": "Unable to retrieve the record information because the requested record is not available.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the record data entered is correct and retry the operation."
+ },
+ "BIOS035": {
+ "Description": "The operation cannot be started because invalid hash signature parameter is entered.",
+ "Message": "Unable to start the operation because invalid hash signature parameter is entered.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that correct parameters are entered and retry the operation."
+ },
+ "BIOS036": {
+ "Description": "The import operation cannot be started because the public key (PK) certificate is already available.",
+ "Message": "Unable to start the import operation because the public key (PK) certificate is already available.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete the existing public key (PK) certificate, enter a new PK, and then retry the operation."
+ },
+ "BIOS037": {
+ "Description": "The import operation cannot be started either because the file name identified in the message is invalid, file is corrupted, or the file encoding format is incorrect.",
+ "Message": "Unable to start the import operation either because the file name entered : %1 is invalid, file is corrupted, or the file encoding format is incorrect.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that a valid file is used and retry the operation."
+ },
+ "BIOS038": {
+ "Description": "The SecureBoot policy cannot be read because of unknown issues.",
+ "Message": "Unable to read the SecureBoot policy because of unknown issues.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Perform the Collect System Inventory on Restart (CSIOR) operation, see the report, and then retry the operation."
+ },
+ "BIOS039": {
+ "Description": "The operation cannot be started because invalid parameters are entered.",
+ "Message": "Unable to start the operation because invalid parameters are entered.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that correct parameters are entered and retry the operation."
+ },
+ "BIOS040": {
+ "Description": "The SecureBoot certificate data cannot be imported because of insufficient disk space to store the certificate data.",
+ "Message": "Unable to import the SecureBoot certificate data because of insufficient disk space to store the certificate data.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete the current SecureBoot certificate and retry the operation. If the issue, persists, contact service provider."
+ },
+ "BIOS041": {
+ "Description": "The operation cannot be completed because hash signature is not supported in Platform Key (PK) and Key Exchange Key (KEK).",
+ "Message": "Operation not allowed because hash signature is not supported in Platform Key (PK) and Key Exchange (KEK).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that hash signature is not used in the input parameter and retry the operation."
+ },
+ "BIOS042": {
+ "Description": "The file identified in the message cannot be imported because the file does not exist in the source directory.",
+ "Message": "Unable to import the file %1 because the file does not exist in the source directory.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the file exists in the remote share and retry the operation."
+ },
+ "BIOS043": {
+ "Description": "The maximum number of characters allowed for the parameter is displayed.",
+ "Message": "Unable to complete the operation because the length of input parameter %1 is more than the maximum allowed length %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure that the parameter length is equal to or less than the maximum allowed, and then retry the operation."
+ },
+ "BIOS044": {
+ "Description": "The operation cannot be completed because the operation is not allowed when the Secure Boot Policy is in Standard mode.",
+ "Message": "Unable to complete the operation because the operation is not allowed when the Secure Boot Policy is in Standard mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the BIOS.Setup.1-1:SecureBootPolicy is set to Custom in the DCIM_BIOSEnumeration class by running the WS-Man get command at the command line interface (CLI), and then retry the operation."
+ },
+ "BOOT001": {
+ "Description": "The command was successful.",
+ "Message": "The command was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BOOT002": {
+ "Description": "Unable to allocate required memory to perform the operation.",
+ "Message": "Resource allocation error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Power cycle system and reapply firmware packages for Lifecycle Controller and iDRAC."
+ },
+ "BOOT003": {
+ "Description": "This operation is not supported on the current configuration.",
+ "Message": "Method not supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "This operation is not supported on the current configuration, check documentation and try again."
+ },
+ "BOOT004": {
+ "Description": "An invalid number of source arguments was passed to the method.",
+ "Message": "Invalid number of Boot Source arguments",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check documentation and try again (details)."
+ },
+ "BOOT005": {
+ "Description": "One or more of the invoked methods required parameters are missing.",
+ "Message": "Missing required parameter.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check documentation for the method in question and try again."
+ },
+ "BOOT006": {
+ "Description": "One or more of the Boot Source instance ID's does not contain valid data.",
+ "Message": "Invalid Boot Source InstanceID",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that all of the Boot Source instance IDs being entered are as they appear in the DCIM_BootSourceSetting enumeration."
+ },
+ "BOOT007": {
+ "Description": "One or more of the Boot Source instance IDs does not belong to the affected Boot Configuration.",
+ "Message": "Boot Source does not belong to specified Boot Configuration",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "ChangeBootOrderByInstanceID only accepts Boot Sources from the impacted Boot Configuration. Verify that all source arguments belong to the desired Boot Configuration."
+ },
+ "BOOT008": {
+ "Description": "More source arguments were provided than are available for the impacted Boot Configuration.",
+ "Message": "Source argument contains more devices than are present on the system",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that all of the Boot Source instance IDs being entered are as they appear in the DCIM_BootSourceSetting enumeration."
+ },
+ "BOOT009": {
+ "Description": "No Boot Sources could be found for the desired Boot Configuration.",
+ "Message": "Boot Sources cannot be found for this Boot Configuration",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that Boot Sources for the indicated Boot Configuration are displaying when enumerating DCIM_BootSourceSetting. Power cycle system and reapply firmware packages for Lifecycle Controller and iDRAC."
+ },
+ "BOOT010": {
+ "Description": "The provided vFlash partition index could not be found on the system.",
+ "Message": "Could not locate vFlash partition index",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that a vFlash partition with the desired index exists on the System."
+ },
+ "BOOT011": {
+ "Description": "The provided vFlash partition could not be set for one time boot.",
+ "Message": "Failed to set vFlash partition for one time boot",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Power cycle system and reapply firmware packages for Lifecycle Controller and iDRAC."
+ },
+ "BOOT012": {
+ "Description": "A job was created to configure a OneTime boot to the specified vFlash SD card partition. If this partition was not attached to the system, the job attaches it as well.",
+ "Message": "Job started to attach and set vFlash SD card partition for OneTime boot.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BOOT013": {
+ "Description": "The boot list is currently not active. Changes cannot be made to boot list that is not active.",
+ "Message": "Cannot make changes to non-active boot list.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Alter boot mode to set the boot list active and retry the operation."
+ },
+ "BOOT014": {
+ "Description": "The system's SD card has been removed or is in use.",
+ "Message": "Virtual media not ready.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the SD card is inserted and that another operation is not in progress, and try again."
+ },
+ "BOOT015": {
+ "Description": "The boot partition configuration request was successful. An unattached vFlash partition was configured for one-time boot using the ChangeBootOrderByInstanceID method. The method creates a job (to attach the vFlash partition and set the partition for one-time boot.",
+ "Message": "Set operation successful for the boot partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "BOOT016": {
+ "Description": "The input source argument value referring to the boot device is incorrect or empty. The boot device identifier must match the InstanceID for the Boot Source Setting instance that represents the boot device.",
+ "Message": "Input source argument value for the boot device is incorrect or not found among the boot devices on the system.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Use the correct source argument value for the boot device and retry the operation."
+ },
+ "BOOT017": {
+ "Description": "The boot device(s) specified in the source argument used in the operation cannot be enabled or disabled. This behavior applies to BCV devices and one-time boot.",
+ "Message": "Source argument does not support enable or disable mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the documentation on validity of operation for the boot device specified. For more information on the operation, see Lifecycle Controller-Remote Services documentation."
+ },
+ "BOOT018": {
+ "Description": "The Boot Control List specified in the operation is read-only and cannot be modified.",
+ "Message": "Specified Boot Control List is read-only",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the documentation on validity of operation for the Boot Control List specified. For more information on the operation, see Lifecycle Controller-Remote Services documentation."
+ },
+ "BOOT019": {
+ "Description": "The ChangeBootOrderByInstanceID command cannot be run because the BIOS Export operation is in progress.",
+ "Message": "Unable to run the ChangeBootOrderByInstanceID command because the BIOS Export operation is in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the BIOS Export operation to complete and retry the operation."
+ },
+ "BOOT020": {
+ "Description": "The ChangeBootOrderByInstanceID command cannot be run because the BIOS Import operation is in progress.",
+ "Message": "Unable to run the ChangeBootOrderByInstanceID command because the BIOS Import operation is in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the BIOS Import operation to complete and retry the operation."
+ },
+ "BOOT8500": {
+ "Description": "Unable to change the BIOS boot order for the server because of a broken communication between the CMC and iDRAC, or iDRAC is rebooting.",
+ "Message": "Unable to change the BIOS boot order for the Server %1",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reset iDRAC or wait until iDRAC reboots, and retry the operation."
+ },
+ "CBL0001": {
+ "Description": "A backplane signal cable was detected, but the accompanying power cable was not present.",
+ "Message": "Backplane %1 power cable disconnected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reconnect or replace the power cable. If the issue persists, contact your service provider."
+ },
+ "CBL0002": {
+ "Description": "A backplane power cable was detected, but the accompanying signal cable was not present.",
+ "Message": "Backplane %1 signal cable disconnected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reconnect or replace the signal cable for the backplane identified in the message. If the issue persists, contact your service provider."
+ },
+ "CBL0003": {
+ "Description": "The backplane cable identified in the message is disconnected or no cable is detected.",
+ "Message": "Backplane %1 %2 cable is disconnected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Reconnect or replace the cable identified in the message. If the issue persists, contact your service provider."
+ },
+ "CBL0004": {
+ "Description": "The cable identified in the message is incorrectly connected to the backplane connector.",
+ "Message": "The %1 cable is incorrectly connected to backplane %2 connector %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure the cable identified in the message is cabled correctly. If the issue persists, contact your service provider."
+ },
+ "CBL0005": {
+ "Description": "The backplane connector identified in the message is incorrectly connected to the motherboard SATA controller.",
+ "Message": "Backplane %1 %2 connector incorrectly connected to the motherboard SATA controller.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure the cable identified in the message is cabled correctly. If the issue persists, contact your service provider."
+ },
+ "CBL0006": {
+ "Description": "Each server model only supports a certain set of backplane configurations. For unified backplanes or split mode capable backplanes that are in unified mode, multiple controllers cannot be connected to the same backplane. In unified backplane situations any controller besides the first will not be operational.",
+ "Message": "Unsupported backplane %1 configuration: Multiple RAID controllers cannot be connected to the same backplane.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that only one RAID controller is connected to the backplane. If the issue persists, contact your service provider."
+ },
+ "CBL0007": {
+ "Description": "The backplane cables identified in the message need to be connected to the correct backplane bays.",
+ "Message": "Backplane %1 %2 cable and backplane %1 %2 cable are swapped.",
+ "Severity": "Critical",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure the cables identified in the message are cabled correctly. If the issue persists, contact your service provider."
+ },
+ "CBL8500": {
+ "Description": "SAS cables are not connected to the expander correctly.",
+ "Message": "SAS cable %1 to expander %2 is not connected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Check whether or not the SAS cables are connected to the expander. Reconnect the cables and retry the operation."
+ },
+ "CBL8501": {
+ "Description": "The SAS cable identified in the message is not connected to the correct expander.",
+ "Message": "SAS cable %1 is connected to the incorrect expander.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reconnect the SAS cable to the correct expander and retry the operation."
+ },
+ "CMC001": {
+ "Description": "The operation is successfully completed.",
+ "Message": "The operation is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC002": {
+ "Description": "The operation cannot be successfully completed because of an unknown issue.",
+ "Message": "Unable to complete the operation because of an unknown issue.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Retry the operation. 2) Reset CMC and retry the operation."
+ },
+ "CMC003": {
+ "Description": "The operation cannot be completed because the parameter identified in the message is missing.",
+ "Message": "Unable to complete the operation because the parameter %1 is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter the missing parameter and retry the operation. For information about the parameters, see the CMC Profile document available on the support site."
+ },
+ "CMC004": {
+ "Description": "The operation cannot be completed because the parameter identified in the message is invalid.",
+ "Message": "Unable to complete the operation because the parameter %1 is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter a valid parameter and retry the operation. For information about valid parameters, see the CMC Profile document available on the support site."
+ },
+ "CMC005": {
+ "Description": "The operation cannot be completed because of a mismatch between AttributeName and AttributeValue count.",
+ "Message": "Unable to complete the operation because of a mismatch between AttributeName and AttributeValue count.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid AttributeName and AttributeValue count, and then retry the operation."
+ },
+ "CMC401": {
+ "Description": "Changing the Reserved QuickDeploy IP Addresses setting to may create an issue in the future if higher density server nodes are inserted in to the Chassis (for example, quarter-height servers).",
+ "Message": "Changing the Reserved QuickDeploy IP Addresses setting to %1 may create an issue in the future if higher density server nodes are inserted in to the Chassis (for example, quarter-height servers). Press OK to continue.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Select a higher number to accommodate future higher density server node additions, otherwise no response action is required."
+ },
+ "CMC8501": {
+ "Description": "Multi Chassis Management feature on CMC allows for pushing the lead chassis configuration data to it's members. This message appears in the member's log when the configuration data is successfully synchronized with the Chassis group leader's configuration data.",
+ "Message": "Chassis Group Leader has synchronized this member's configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "CMC8502": {
+ "Description": "CMC is unable to access the specified server's IPv6 information. Unable to display the specified server's Launch iDRAC link on the CMC Web interface.",
+ "Message": "Unable to access the IPv6 information of the server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable IPv6 for the specified server using the CMC command line or CMC Web GUI interface, so that the link to launch iDRAC is displayed on the CMC Web interface. For the command line options or navigation for Web interface, see the Troubleshooting section in the CMC User's Guide."
+ },
+ "CMC8503": {
+ "Description": "CMC is unable to access the IPv4 information for the specified server. Unable to display the specified server's Launch iDRAC link on the CMC Web interface.",
+ "Message": "Unable to access the IPv4 information of the server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable IPv4 on the specified slot's iDRAC via the CMC command line or Web GUI interface, for the iDRAC's launch point to show up on the CMC web GUI. For the command line options or navigation for Web interface, see the Troubleshooting section in the CMC User's Guide."
+ },
+ "CMC8504": {
+ "Description": "The NIC is disabled on the server identified in the message, and the CMC is unable to display the link to launch the iDRAC web interface.",
+ "Message": "Unable to access server: %1, because the NIC is disabled on the identified server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enable the NIC on the server identified in the message using the CMC command line or CMC Web interface, so that the link to launch iDRAC is displayed on the CMC Web interface. To enable the NIC for DHCP using RACADM, enter \"racadm setniccfg -m server- -d\" where is the server identified in the message. To enable the NIC using the Web interface, click Server Overview > select the identified server, go to Setup > select the Enable LAN check box."
+ },
+ "CMC8505": {
+ "Description": "IPv4 and IPv6 are disabled on the specified server and the CMC is unable to display the link to launch iDRAC web interface.",
+ "Message": "Unable to access server: %1 because both IPv4 and IPv6 are disabled. NIC Enabled = %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Enable IPv4 or IPv6 for the specified server using the CMC command line or CMC Web GUI interface, so that the link to launch iDRAC is displayed on the CMC Web interface. To enable the NIC for DHCP using RACADM, enter \"racadm setniccfg -m server- -d\" where is the server identified in the message. To enable the NIC using the Web interface, click Server Overview > select the identified server, go to Setup > select the Enable IPv4 check box and/or the Enable IPv6 check box."
+ },
+ "CMC8506": {
+ "Description": "A command to shut down the CMC was initiated.",
+ "Message": "A command to shut down the CMC was initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8507": {
+ "Description": "The Extended Storage feature synchronizes data from the primary CMC removable flash media SD Card is synchronized with the secondary CMC removable flash media SD Card.",
+ "Message": "Extended Storage for primary CMC and secondary CMC synchronization is complete.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "CMC8508": {
+ "Description": "The Extended Storage feature is not activated if the removable flash media SD Card on the secondary CMC is not functioning properly.",
+ "Message": "Unable to synchronize the primary and secondary CMC removable flash media and the Extended Storage feature is not available.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and retry the operation: 1) In the CMC Web interface, go to Chassis Controller > Flash Media > Configuration, and verify if the SD card on secondary CMC displays errors. 2) If errors are displayed, execute the following racadm command: \"racadm cmcchangeover\". 3) Repair the removable flash media SD Card by selecting the Chassis Controller > Flash Media > Configuration > Repair Active Controller Media in the CMC Web interface. Repairing is only allowed on the SD card of the primary CMC. If the problem persists, replace the card."
+ },
+ "CMC8509": {
+ "Description": "The extended storage feature is not activated if the media on the secondary CMC is no longer functional.",
+ "Message": "Unable to activate the extended storage feature on the secondary CMC: %1. The feature will be deactivated.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following, and retry the operation: 1) In the CMC Web interface, go to Chassis Controller > Flash Media > Configuration and verify if the card on the secondary CMC displays errors. 2) Do a failover and then reprovision the card from the same GUI page. Reprovisioning is only allowed on the card of primary CMC. However, if both the options 1 and 2 fail, the card may be no longer functional."
+ },
+ "CMC8510": {
+ "Description": "This happens during promotion of extended storage feature from single CMC to dual CMC. If the media on Standby CMC is not healthy, this message is displayed and the feature returns to single CMC state.",
+ "Message": "Unable to activate the extended storage feature on the secondary CMC: %1. The feature will return to single CMC mode.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following, and retry the operation: 1) In the CMC Web interface, go to Chassis Controller > Flash Media > Configuration and verify if the card on the secondary CMC displays some errors. 2) Do a failover and then reprovision the card from the same GUI page. Reprovisioning is only allowed on the card of primary CMC. However, if both the options 1 and 2 fail, the card may be no longer functional."
+ },
+ "CMC8511": {
+ "Description": "The data on the Extended Storage removable flash media SD cards is not synchronized when the CMC is unable to determine which card has the latest data.",
+ "Message": "Unable to synchronize the data in the Extended Storage removable flash media in the primary and secondary CMCs/MMs.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable and then enable the Extended Storage feature. Using racadm, execute the following commands: \"racadm feature -d -c Extended Storage\" to disable and then \"racadm -a -c Extended Storage\" to enable the feature. NOTE: All the data on the removable flash media SD card is erased when the feature is disabled."
+ },
+ "CMC8512": {
+ "Description": "The Extended Storage feature is not activated if the removable flash media SD card on the secondary CMC does not respond within 90 seconds after activation is initiated.",
+ "Message": "The Extended Storage feature activation timed out. The feature is not active.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and retry the operation: 1) In the CMC Web interface, go to Chassis Controller > Flash Media > Configuration, and verify if the SD card on secondary CMC displays errors. 2) If errors are displayed, execute the following racadm command: \"racadm cmcchangeover\". 3) Repair the removable flash media SD Card by selecting the Chassis Controller > Flash Media > Configuration > Repair Active Controller Media in the CMC Web interface. Repairing is only allowed on the SD card of the primary CMC. If the problem persists, replace the card."
+ },
+ "CMC8513": {
+ "Description": "The Extended Storage feature activation on the secondary CMC timed out. If the media on Standby CMC does not respond within 90 seconds of confirming activation the feature returns to single CMC mode.",
+ "Message": "The Extended Storage feature activation on the secondary CMC timed out. The feature is being returned to single CMC mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and retry the operation: 1) In the CMC Web interface, go to Chassis Controller > Flash Media > Configuration, and verify if the SD card on secondary CMC displays errors. 2) If errors are displayed, execute the following racadm command: \"racadm cmcchangeover\". 3) Repair the removable flash media SD Card by selecting the Chassis Controller > Flash Media > Configuration > Repair Active Controller Media in the CMC Web interface. Repairing is only allowed on the SD card of the primary CMC. If the problem persists, replace the card."
+ },
+ "CMC8514": {
+ "Description": "This error may occur due to any of the following conditions: 1) Invalid I/O Module and mezzanine card configuration, where a newly installed I/O Modules fabric type and the resident mezzanine cards fabric types do not match or are incompatible. 2) Invalid I/O Module and I/O Module configuration, where a newly installed I/O Module has a different or incompatible fabric type from an I/O Module already installed in the fabric.",
+ "Message": "Fabric mismatch is detected in the I/O Module %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Refer to Chassis Management Controller User's Guide for additional information."
+ },
+ "CMC8516": {
+ "Description": "The I/O module may have taken more time to boot than was expected or the I/O module did not boot.",
+ "Message": "The I/O Module %1 did not boot within the expected time.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the I/O Module is turned on using CMC/MM Web Interface or RACADM CLI and retry the operation. Otherwise, reinsert the I/O Module and retry the operation. If the problem persists, contact technical support."
+ },
+ "CMC8517": {
+ "Description": "A double height server is detected in slot specified in the message, however the server is not detected in the bottom slot. This occurs if the server is not correctly inserted into the chassis.",
+ "Message": "A double height server is detected in slot %1, however the server is not detected in the bottom slot.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the server from the chassis, check for any broken or bent pins at the rear of the server. If there is no damage, reinsert the server into the chassis."
+ },
+ "CMC8518": {
+ "Description": "A double-height server is detected in the slot identified in the message. However, the iDRAC in the server of slot identified in the message is also responding. If a double-height server is already present in the chassis, the server in the bottom slot must not respond.",
+ "Message": "A double-height server is detected in the slot %1. However, the iDRAC in the server of bottom slot %1 is also responding.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Remove the server in the bottom slot . 2) Restart the Chassis Management Controller (CMC) and wait for the CMC to complete the startup process. 3) Reinsert the server identified in the message. If the issue persists, contact your service provider."
+ },
+ "CMC8519": {
+ "Description": "FRU of the LOM riser specified in the message is not functioning or CMC is unable to read it.",
+ "Message": "The LOM riser FRU for slot %1 FRU ID %2 is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC of the specified server or virtual reseat the server. 2) Reset CMC and wait for a few minutes. If the issue persists, contact your service provider."
+ },
+ "CMC8520": {
+ "Description": "FRU on the server specified in the message is not functioning or CMC is unable to read it.",
+ "Message": "The FRU on server %1 is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC of the specified server or virtual reseat the server. 2) Reset CMC and wait for a few minutes. If the issue persists, contact your service provider."
+ },
+ "CMC8521": {
+ "Description": "The Mezz card 1 FRU for the server specified in the message is not functioning or CMC is unable to read it.",
+ "Message": "The Mezz card 1 FRU for the server %1 is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC of the specified server or virtual reseat the server. 2) Reset CMC and wait for a few minutes. If the issue persists, contact your service provider."
+ },
+ "CMC8522": {
+ "Description": "The Mezz card 2 FRU for the server specified in the message is not functioning or CMC is unable to read it.",
+ "Message": "The Mezz card 2 FRU for the server %1 is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC of the specified server or virtual reseat the server. 2) Reset CMC and wait for a few minutes. If the issue persists, contact your service provider."
+ },
+ "CMC8523": {
+ "Description": "The Mezz card 3 FRU for the server specified in the message is not functioning or CMC is unable to read it.",
+ "Message": "The Mezz card 3 FRU for the server %1 is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC of the specified server or virtual reseat the server. 2) Reset CMC and wait for a few minutes. If the issue persists, contact your service provider."
+ },
+ "CMC8524": {
+ "Description": "The Mezz card 4 FRU for the server specified in the message is not functioning or CMC is unable to read it.",
+ "Message": "The Mezz card 4 FRU for the server %1 is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC of the specified server or virtual reseat the server. 2) Reset CMC and wait for a few minutes. If the issue persists, contact your service provider."
+ },
+ "CMC8525": {
+ "Description": "The FRU on the sleeve specified in the message is not functioning or CMC is unable to read it.",
+ "Message": "The FRU on the sleeve %1 is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC of the specified server or virtual reseat the server. 2) Reset CMC and wait for a few minutes. If the issue persists, contact your service provider."
+ },
+ "CMC8526": {
+ "Description": "CMC is unable to obtain the CPU information from the server specified in the message. This occurs if there is no communication between CMC and iDRAC.",
+ "Message": "Unable to retrieve the server-%1 CPU information.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC. 2) Reset CMC. If the issue persists, contact your service provider."
+ },
+ "CMC8527": {
+ "Description": "CMC is unable to obtain the memory information from the server specified in the message. This occurs if there is no communication between CMC and iDRAC.",
+ "Message": "Unable to retrieve the server-%1 memory information.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reset iDRAC. 2) Reset CMC. If the issue persists, contact your service provider."
+ },
+ "CMC8528": {
+ "Description": "CMC is unable to obtain the link tuning or flex address information for the newly installed hardware (server, Input Output Module, or Mezzanine card), or is unable to send the link tuning or flex address information to iDRAC.",
+ "Message": "Unable to obtain or send link tuning or flex address data to server-%1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the currently installed CMC firmware is the latest. Otherwise, update the CMC with the latest CMC firmware and retry the operation."
+ },
+ "CMC8529": {
+ "Description": "The user account does not have sufficient privileges to perform the requested operation. Server Administrator privilege is required to perform the requested action.",
+ "Message": "Unable to perform the requested action on the server-%1, because of insufficient privileges.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Use a different user account that has Server Administrator privilege, and retry the operation. For more information, contact your system administrator or service provider."
+ },
+ "CMC8531": {
+ "Description": "The user account does not have sufficient privileges to perform the virtual reseat operation on the Sleeve or Sled specified in the message. The server administration privilege is required to perform a virtual reseat operation. This applies to Sleeve or Sled components.",
+ "Message": "Unable to perform the requested action on the Sleeve or Sled %1 because of insufficient user privileges.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Use a different user account that has server administration privileges, and retry the operation. For more information, contact your system administrator about necessary privileges."
+ },
+ "CMC8532": {
+ "Description": "The user account does not have sufficient privileges to perform the requested operation. Server Administrator privilege is required to perform the requested action.",
+ "Message": "Unable to perform the requested action on the peripheral sled %1, because of insufficient privileges.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Use a different user account that has Server Administrator privilege, and retry the operation. For more information, contact your system administrator or service provider."
+ },
+ "CMC8533": {
+ "Description": "Unable to read the header of the extended FRU information. This can occur if there is a problem in the communication between the CMC and the server.",
+ "Message": "Unable to read the FRU information, status = %1",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinsert the server. The CMC will retry the read operation of the FRU information. If the issue persists, contact your service provider."
+ },
+ "CMC8534": {
+ "Description": "Unable to turn on the server specified in the message, because the available power is lesser than the requested power.",
+ "Message": "Unable to turn on the server %1 because the power requirement request exceeds the power cap value.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "In the CMC Web interface, verify the available power and server power requirements. If sufficient power is available, retry the operation. Otherwise, increase the power cap value."
+ },
+ "CMC8535": {
+ "Description": "Unable to turn on the server specified in the message because of an internal CMC error.",
+ "Message": "Unable to turn on High Power Management for the server %1",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reboot CMC and retry the operation. If the issue persists, reseat the server and retry the operation."
+ },
+ "CMC8538": {
+ "Description": "The length of the CMC firmware version to be sent in the message from local CMC to peer CMC is too long. Under these conditions, CMC version in the message is displayed as 1.0.",
+ "Message": "Firmware version string is too long.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8539": {
+ "Description": "CMC cannot log new events to Hardware Log if Hardware Log is full. Therefore, new events are not written to the log unless older events are cleared. This issue also occurs if event logging is disabled.",
+ "Message": "The CMC %1 is unable to log %2 event to the Hardware Log.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Save the Hardware Log if required. 2) Clear the Hardware Log."
+ },
+ "CMC8540": {
+ "Description": "The CMC specified in the message is turned on because of a CMC insertion or due to chassis AC power on.",
+ "Message": "The CMC %1 is turned on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8541": {
+ "Description": "The CMC specified in the message was reset by a watchdog event.",
+ "Message": "The watchdog has reset the CMC %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8542": {
+ "Description": "The CMC specified in the message was manually restarted.",
+ "Message": "The CMC %1 was restarted because of a manual reset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8543": {
+ "Description": "The CMC specified in the message has reset because of thermal issues.",
+ "Message": "The CMC %1 has reset because the thermal threshold was exceeded.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Review the Hardware Log and check if there are fans that are not functioning properly. 2) Replace the fans that are not functioning properly. 3) If all the fans are functioning, check the chassis temperature in the CMC Web Interface or by using RACADM. When the fans are functioning properly and the chassis temperature is too high, the ambient air temperature is too high or the air inlets are not receiving sufficient air."
+ },
+ "CMC8545": {
+ "Description": "A firmware error has occurred causing a CMC failover. The process identified in the message was not detected. The CMC will restart automatically.",
+ "Message": "Detected a missing process failover condition detected. Process = %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required. If multiple failovers occur, contact your service provider."
+ },
+ "CMC8546": {
+ "Description": "A firmware error has occurred in the internal firmware process identified in the message. This condition will cause a CMC/MM failover to occur. If the issue persists, contact your service provider.",
+ "Message": "Issues identified with Process %1. Failover condition detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required. A failover may result from this condition. If multiple failovers occur, contact your service provider."
+ },
+ "CMC8547": {
+ "Description": "A firmware error occurred causing the failover. If this condition continues, a failover will result. If multiple failovers occur, contact Service.",
+ "Message": "Missing kernel module %1. Failover condition detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required. If the issue persists, contact your service provider."
+ },
+ "CMC8548": {
+ "Description": "The active Chassis Management Controller is not connected to an external network for more than 25 seconds. A failover is performed if the standby CMC is connected to the external network.",
+ "Message": "The active Chassis Management Controller is no longer connected to an external network.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the external network cable is connected to the active CMC and the network switch. If the issue persists, contact your service provider."
+ },
+ "CMC8550": {
+ "Description": "If the chassis health status changes, new status is logged. The possible states are Invalid, Other, Unknown, Healthy, Non-critical, Critical, and Non-recoverable.",
+ "Message": "The chassis health is %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8551": {
+ "Description": "The message is displayed if the chassis health is not OK (non-critical or critical). The message after this message in the log indicates cause for the issue.",
+ "Message": "The chassis health is %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8553": {
+ "Description": "An internal I2C hardware occurred and CMC initiated a failover to clear the hardware error. If the issue persists, contact your service provider.",
+ "Message": "An internal error occurred and a failover condition is detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8554": {
+ "Description": "An internal network error occurred. If none of the external sources have an issue, the CMC/MM may have a hardware issue. If the issue persists, contact your service provider.",
+ "Message": "An internal network error occurred.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reseat the network cable and check the connectivity to the outbound switch."
+ },
+ "CMC8555": {
+ "Description": "An internal memory error occurred affecting the configuration database and CMC has initiated a failover . If the issue persists, contact your service provider.",
+ "Message": "An internal memory error has occurred and a failover condition is detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8557": {
+ "Description": "The code number specified in the message is displayed after a firmware error occurs before a failover .",
+ "Message": "The system health failover is requested. Code %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8558": {
+ "Description": "The system health has recovered from a failover condition.",
+ "Message": "The system health is restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8561": {
+ "Description": "Unable to send the email alerts to the destination.",
+ "Message": "Unable to send the email to %1 after trying %2 times.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure to use a valid email address."
+ },
+ "CMC8562": {
+ "Description": "The hardware log is cleared.",
+ "Message": "The log is cleared.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8563": {
+ "Description": "The KVM is mapped to the server slot number specified in the message.",
+ "Message": "The KVM is mapped to the server slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8564": {
+ "Description": "The KVM is not mapped to any of the server slots.",
+ "Message": "The KVM mapping feature is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8565": {
+ "Description": "The KVM mapping is enabled for the server slot specified in the message. The KVM cannot be mapped to this server slot.",
+ "Message": "KVM mapping is enabled for the server slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8566": {
+ "Description": "The KVM mapping is disabled for the server slot specified in the message. The KVM cannot be mapped to this server slot.",
+ "Message": "KVM mapping is disabled for the server slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8567": {
+ "Description": "The DVD drive is mapped to the server slot specified in the message.",
+ "Message": "The DVD drive is mapped to the server slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8568": {
+ "Description": "The DVD drive is disabled and is not mapped to any of the server slots.",
+ "Message": "The DVD drive mapping feature is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8569": {
+ "Description": "The server slot specified in the message is enabled for DVD drive mapping. The DVD drive can be mapped to this server slot.",
+ "Message": "The server slot %1 is enabled for DVD drive mapping.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8570": {
+ "Description": "The server slot specified in the message is disabled for DVD drive mapping. The DVD drive cannot be mapped to this server slot.",
+ "Message": "The server slot %1 is enabled for DVD drive mapping.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8571": {
+ "Description": "The coin cell battery in the primary CMC is not working. The battery needs to be replaced.",
+ "Message": "The coin cell battery in the primary CMC is not working.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Replace the coin cell battery in the primary CMC."
+ },
+ "CMC8572": {
+ "Description": "The coin cell battery in the CMC located in the slot specified in the message is not working. The battery needs to be replaced.",
+ "Message": "The coin cell battery in CMC %1 is not working.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the coin cell battery of the standby CMC."
+ },
+ "CMC8573": {
+ "Description": "The chassis health is critical or non-recoverable.",
+ "Message": "The chassis health is %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review the Chassis log or the Chassis Management Controller(CMC) SEL log for the failure or Export chassis log and SEL log and contact technical support ."
+ },
+ "CMC8575": {
+ "Description": "The RAC SSL Certificate is changed.",
+ "Message": "The RAC SSL Certificate is changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8576": {
+ "Description": "The RAC CA Certificate is changed.",
+ "Message": "The RAC CA Certificate is changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8577": {
+ "Description": "The Remote Access Controller (RAC) Kerberos Keytab is changed.",
+ "Message": "The Remote Access Controller (RAC) Kerberos Keytab is changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8578": {
+ "Description": "The Remote Access Controller (RAC) SSL Certificate and key is changed.",
+ "Message": "The Remote Access Controller (RAC) SSL Certificate and key is changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CMC8579": {
+ "Description": "The security certificate cannot be uploaded because of an Unexpected Event issue in the Remote Access Controller.",
+ "Message": "Unable to upload the security certificate because of an Unexpected Event issue in the Remote Access Controller (RAC).",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Upload the certificate again and retry operation."
+ },
+ "CMC8601": {
+ "Description": "The Chassis group identified in the message is created. This chassis is the leader of the group.",
+ "Message": "The Chassis group %1 is created.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "CMC8602": {
+ "Description": "The Chassis group identified in the message is deleted. This chassis was the leader of the group.",
+ "Message": "The Chassis group %1 is deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "CMC8603": {
+ "Description": "CMC cannot read the information about the FRU, because of an internal issue with the CMC and the server. Some information such as model number may not be reported. The server may not power up if the server planar FRU cannot be read.",
+ "Message": "Unable to read the FRU information from the server %1, status %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and reinsert the server. The Chassis Management Controller will retry the read operation of the FRU information. If the issue persists, contact your service provider."
+ },
+ "CMC8604": {
+ "Description": "The FRU on the storage sled specified in the message is not functioning or CMC is unable to read it.",
+ "Message": "The FRU on storage sled %1 is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reinsert the specified storage sled or virtual reseat the sled 2) Reset CMC and wait for a few minutes for the CMC to finish restarting. If the issue persists, contact your service provider."
+ },
+ "CMC8605": {
+ "Description": "The chassis health state is no longer OK and is currently the state identified in the message. Actions should be taken to resolve any outstanding issues so that the chassis health state will return to OK.",
+ "Message": "The chassis health state is no longer OK and is currently %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review the Chassis log or the Chassis Management Controller(CMC) SEL log for any outstanding issue(s) and resolve any issues found by performing the recommended response action for each issue found. If the issue persists, export the chassis log and CMC SEL log and contact your support provider."
+ },
+ "CMC8607": {
+ "Description": "Information about the firmware on server in slot identified in the message cannot be retrieved because there is no communication between Chassis Management Controller (CMC) and iDRAC.",
+ "Message": "Unable to retrieve information about the firmware on server in slot %1, because there is no communication between Chassis Management Controller (CMC) and iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1.Reset iDRAC by using the graphical user interface (GUI): Click Chassis Overview > Troubleshooting > Reset Components. In the Reset Server section, from the Reset drop-down menu, select iDRAC Reset corresponding to the server iDRAC to be reset, and then click Apply Selection. Or, reset iDRAC by running the following command at the command line interface (CLI): racadm racreset -m server-n.2.Reset Chassis Management Controller (CMC) by using the GUI: Click Chassis Overview > Troubleshooting > Reset Components, and then click Reset/Failover CMC. Or, reset CMC by running the following command at the CLI: racadm racreset.For more information about the syntax and parameters used, see the iDRAC 8/7 v2.30.30.30 RACADM CLI Guide and the Chassis Management Controller Version 5.0 for Dell PowerEdge M1000e RACADM Command Line Reference Guide available on the support site."
+ },
+ "CMC8608": {
+ "Description": "The operation cannot be started on the server identified in the message because of insufficient user privileges.",
+ "Message": "Unable to start the operation on server in slot %1, because of insufficient user privileges.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the operation by using user credential that has Server Debug privileges. For more information about recommended user privileges, contact your system administrator or service provider."
+ },
+ "CMC8609": {
+ "Description": "The version number of Complex Programmable Logical Device (CPLD) on the sleeve identified in the message cannot be read because the CPLD version is very old, or the Chassis Management Controller (CMC) is unable to identify the version.",
+ "Message": "Unable to read the Complex Programmable Logical Device (CPLD) version number of sleeve %1 because the CPLD version is very old, or the Chassis Management Controller (CMC) is unable to identify the version.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the CPLD version of sleeve and retry the operation. For more information about the recommended CPLD versions, see the Chassis Management Controller User's Guide available at the support site."
+ },
+ "CMC8610": {
+ "Description": "The read operation cannot be done because the Field Replaceable Unit (FRU) is not functioning on the sled identified in the message.",
+ "Message": "Unable to read because the Field Replaceable Unit (FRU) is not functioning on the sled %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following and retry the operation. 1) Reset iDRAC on the sled identified in the message or reseat the sled. 2) Reset Chassis Management Controller (CMC) and wait few minutes. If the issue persists, contact your service provider.Reset iDRAC using racadm racreset -m server-nReset CMC using racadm racreset. From GUI, navigate to Chassis Overview->Troubleshooting Reset CMC using Reset/Failover CMC. Reset iDRAC using iDRAC reset from dropdown."
+ },
+ "CMC8611": {
+ "Description": "The version number of Complex Programmable Logical Device (CPLD) on the sled identified in the message cannot be read because the CPLD version is very old, or the Chassis Management Controller (CMC) is unable to identify the version.",
+ "Message": "Unable to read the Complex Programmable Logical Device (CPLD) version number of sled %1 because the CPLD version is very old, or the Chassis Management Controller (CMC) is unable to identify the version.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the CPLD version of sled and retry the operation. For more information about the recommended CPLD versions, see the Chassis Management Controller User's Guide available at the support site."
+ },
+ "CMC8612": {
+ "Description": "The Link Tuning Table is successfully updated by using iDRAC on the slot identified in the message.",
+ "Message": "The Link Tuning Table is successfully updated by using iDRAC on slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8613": {
+ "Description": "The reset process of iDRAC Non Maskable Interrupt (NMI) on sled identified in the message is initiated.",
+ "Message": "The reset process of iDRAC Non Maskable Interrupt (NMI) on sled %1 is initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8614": {
+ "Description": "The reset process of iDRAC Non Maskable Interrupt (NMI) on server identified in the message is initiated.",
+ "Message": "The reset process of iDRAC Non Maskable Interrupt (NMI) on server %1 is initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8701": {
+ "Description": "The Member Chassis could not join the chassis group identified in the message because either the Member Chassis is already a part of the other chassis group; or, the Member Chassis could not be reached.",
+ "Message": "The Member Chassis could not join the chassis group %1 because either the Member Chassis is already a part of the other chassis group; or, the Member Chassis could not be reached.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following and retry the operation: 1) If the Member Chassis is a part of other chassis groups, remove the Member Chassis from the other groups by using the Chassis Management Controller (CMC) graphical user interface (GUI): Log in to the Member Chassis. Click Chassis Overview > Setup > Group Administration. From the drop-down menu, select None. 2) Restart the Member Chassis by clicking Chassis Overview > Troubleshooting > Reset Components > Reset/Failover CMC. To reset by running RACADM command at the command line interface (CLI), enter racadm chassisaction reset."
+ },
+ "CMC8702": {
+ "Description": "The Member Chassis exited from the Chassis group because of manual changes made on the member chassis.",
+ "Message": "The Member Chassis exited from the chassis group %1 because of manual changes made on the member chassis.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CMC8703": {
+ "Description": "The Member chassis identified in the message has joined the chassis group.",
+ "Message": "The Member chassis has joined the Chassis group%1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "CMC9002": {
+ "Description": "The DNS name of the iDRAC in the slot identified in the message has changed.",
+ "Message": "The DNS name of iDRAC in slot %1 is changed from %2 to %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0000": {
+ "Description": "System event log and OS logs may indicate the source of the error.",
+ "Message": "Internal error has occurred check for additional logs.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Review System Event Log and Operating System Logs. These logs can help the user identify the possible issue that is producing the problem."
+ },
+ "CPU0001": {
+ "Description": "The processor temperature increased beyond the operational range. Thermal protection shut down the processor. Factors external to the processor may have induced this exception.",
+ "Message": "CPU %1 has a thermal trip (over-temperature) event.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review logs for fan failures, replace failed fans. If no fan failures are detected, check inlet temperature (if available) and reinstall processor heatsink."
+ },
+ "CPU0002": {
+ "Description": "None.",
+ "Message": "CPU %1 has failed the built-in self-test (BIST).",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is inserted correctly, if the processor is removable. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0003": {
+ "Description": "None.",
+ "Message": "CPU %1 is stuck in POST.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn off the server and disconnect input power for one minute. Re-apply input power and turn system on. 2) Reduce system configuration to minimum memory and remove all PCI devices. If system completes POST, update system BIOS. Re-install memory and PCI one component at a time to meet the original configuration. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0004": {
+ "Description": "None.",
+ "Message": "CPU %1 failed to initialize.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is inserted correctly, if the processor is removable.3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0005": {
+ "Description": "System is unable to boot or may run in a degraded state.",
+ "Message": "CPU %1 configuration is unsupported.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review product documentation for supported CPU configurations."
+ },
+ "CPU0006": {
+ "Description": "System is unable to boot or may run in a degraded state.",
+ "Message": "Unrecoverable CPU complex error detected on CPU %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is seated correctly. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0007": {
+ "Description": "None.",
+ "Message": "CPU %1 is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0008": {
+ "Description": "System is unable to boot or may run in a degraded state.",
+ "Message": "CPU %1 is disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If unexpected, check presence, and system setup (BIOS) configuration."
+ },
+ "CPU0009": {
+ "Description": "None.",
+ "Message": "CPU %1 terminator is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0010": {
+ "Description": "The CPU is throttled due to thermal or power conditions.",
+ "Message": "CPU %1 is throttled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system logs for power or thermal exceptions."
+ },
+ "CPU0011": {
+ "Description": "None.",
+ "Message": "Uncorrectable Machine Check Exception detected on CPU %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review System Event Log and Operating System Logs. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0012": {
+ "Description": "None.",
+ "Message": "Correctable Machine Check Exception detected on CPU %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review System Event Log and Operating System Logs. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0016": {
+ "Description": "None.",
+ "Message": "CPU %1 is operating correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0021": {
+ "Description": "None.",
+ "Message": "CPU %1 is configured correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0024": {
+ "Description": "None.",
+ "Message": "CPU %1 is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0025": {
+ "Description": "System is unable to boot or may run in a degraded state.",
+ "Message": "CPU %1 terminator is absent.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check presence and reinstall the terminator."
+ },
+ "CPU0700": {
+ "Description": "System BIOS was unable to boot the processor.",
+ "Message": "CPU %1 initialization error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is seated correctly. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0701": {
+ "Description": "System event log and OS logs may indicate that the exception is external to the processor.",
+ "Message": "CPU %1 protocol error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Check system and operating system logs for exceptions. If no exceptions are found continue. 2) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 3) Make sure the processor is seated correctly. 4) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0702": {
+ "Description": "System event log and OS logs may indicate that the exception is external to the processor.",
+ "Message": "CPU bus parity error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check system and operating system logs for exceptions. If no exceptions found, remove input power, reinstall the processor, then apply input power."
+ },
+ "CPU0703": {
+ "Description": "System event log and OS logs may indicate that the exception is external to the processor.",
+ "Message": "CPU bus initialization error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Check system and operating system logs for exceptions. If no exceptions are found continue. 2) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 3) Make sure the processor is seated correctly. 4) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0704": {
+ "Description": "System event log and OS logs may indicate that the exception is external to the processor.",
+ "Message": "CPU %1 machine check error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Check system and operating system logs for exceptions. If no exceptions are found continue. 2) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 3) Make sure the processor is seated correctly. 4) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0800": {
+ "Description": "None.",
+ "Message": "CPU %1 voltage regulator module is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0801": {
+ "Description": "System performance may be degraded or the system may fail to operate.",
+ "Message": "CPU %1 voltage regulator module failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is seated correctly. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0802": {
+ "Description": "System performance may be degraded or the system may fail to operate.",
+ "Message": "A predictive failure detected on CPU %1 voltage regulator module.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is seated correctly. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0803": {
+ "Description": "System performance may be degraded or the system may fail to operate.",
+ "Message": "The power input for CPU %1 voltage regulator module is lost.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is seated correctly. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0804": {
+ "Description": "System performance may be degraded or the system may fail to operate.",
+ "Message": "The power input for CPU %1 voltage regulator module is outside of range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is seated correctly. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0805": {
+ "Description": "System performance may be degraded or the system may fail to operate.",
+ "Message": "The power input for CPU %1 voltage regulator module is outside of range, but it is attached to the system.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Turn system off and remove input power for one minute. Re-apply input power and turn system on. 2) Make sure the processor is seated correctly. 3) If the issue still persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "CPU0806": {
+ "Description": "System performance may be degraded or the system may fail to operate.",
+ "Message": "CPU %1 voltage regulator module is incorrectly configure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review product documentation for proper configuration and installation procedures."
+ },
+ "CPU0816": {
+ "Description": "System performance may be degraded or the system may fail to operate.",
+ "Message": "CPU %1 voltage regulator module is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If removal was unintended, check presence and re-install ."
+ },
+ "CPU0817": {
+ "Description": "None.",
+ "Message": "CPU %1 voltage regulator module is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0819": {
+ "Description": "None.",
+ "Message": "The power input for CPU %1 voltage regulator module has been restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU0822": {
+ "Description": "None.",
+ "Message": "CPU %1 voltage regulator module is configured correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CPU9000": {
+ "Description": "None.",
+ "Message": "An OEM diagnostic event occurred.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CPU9001": {
+ "Description": "A correctable error was detected in propagation of signals between processors.",
+ "Message": "CPU interconnect %1 has a correctable error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Restart the server and verify whether or not the issue persists. 2) If yes, reseat the processors, and then restart the server. 3) If the issue persists, contact your server provider."
+ },
+ "CPU9002": {
+ "Description": "A link width degradation has occurred in the CPU interconnect identified in the message. The system performance may be degraded or the system may stop operating.",
+ "Message": "A link width degradation has occurred in the CPU interconnect %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Restart the server and verify whether or not the issue persists. 2) If yes, reseat the processors, and then restart the server. 3) If the issue persists, contact your server provider."
+ },
+ "CPUA0023": {
+ "Description": "None.",
+ "Message": "CPU %1 is absent",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify processor installation. If present, reseat the processor."
+ },
+ "CTL1": {
+ "Description": "This event is retrieved from the controller when iDRAC storage monitoring was not running. Such events which are generated in the past are logged as informational severity.",
+ "Message": "Controller event log: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL10": {
+ "Description": "The controller alarm test has run successfully. This alert is provided for informational purposes.",
+ "Message": "%1 alarm has been tested.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL100": {
+ "Description": "The Patrol Read operation running on the controller was stopped by user request or an issue was detected by the controller.",
+ "Message": "The Patrol Read operation was stopped and did not complete for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL101": {
+ "Description": "The controller identified in the message is disabled by a user action.",
+ "Message": "The %1 is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL102": {
+ "Description": "The controller identified in the message is enabled by a user action.",
+ "Message": "The %1 is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL103": {
+ "Description": "The Check Consistency Mode value of the controller identified in the message is set to the value identified in the message.",
+ "Message": "The Check Consistency Mode value of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL104": {
+ "Description": "The Enhanced Auto Import Foreign Config status of the controller identified in the message is set to the value identified in the message.",
+ "Message": "The Enhanced Auto Import Foreign Config value of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL105": {
+ "Description": "The Patrol Read attribute identified in the message is set to the value identified in the message for the controller identified in the message.",
+ "Message": "The Patrol Read attribute %1 is set to %2 for %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL106": {
+ "Description": "The Background Initialization Rate of the controller identified in the message is set to the value identified in the message.",
+ "Message": "The Background Initialization Rate of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL107": {
+ "Description": "The Rebuild Rate of the controller identified in the message is set to the value identified in the message.",
+ "Message": "The Rebuild Rate of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL108": {
+ "Description": "The Check Consistency Rate of the controller identified in the message is set to the value identified in the message.",
+ "Message": "The Check Consistency Rate of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL109": {
+ "Description": "The Reconstruct Rate of the controller identified in the message is set to the value identified in the message.",
+ "Message": "The Reconstruct Rate of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL11": {
+ "Description": "A user operation to reset the controller configuration was performed.",
+ "Message": "Configuration on %1 was reset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL110": {
+ "Description": "The Patrol ReadRate of the controller identified in the message is set to the value identified in the message.",
+ "Message": "The Patrol Read Rate of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL111": {
+ "Description": "The CopyBack Mode the controller identified in the message is set to the value identified in the message.",
+ "Message": "The CopyBack Mode of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL112": {
+ "Description": "The Loadbalance Mode of the controller identified in the message is set to the value identified in the message.",
+ "Message": "The Loadbalance Mode of %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL113": {
+ "Description": "The controller identified in the message is operating in Degraded Fault Tolerant Mode because of a mismatch between the encryption key setting of controller and its peer controller.",
+ "Message": "The controller %1 is operating in Degraded Fault Tolerant Mode because of a mismatch between the encryption key setting of the controller and its peer controller.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the encryption key for the peer controllers matches by using controller security operations such as creating a security key, modifying a security key, deleting a security key, and then power-cycle the chassis. Make sure to use same encryption key identifier on two controllers joining cluster."
+ },
+ "CTL114": {
+ "Description": "The encryption key for the controller identified in the message matches with its peer.",
+ "Message": "The encryption key of %1 matches with its peer controller.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "CTL115": {
+ "Description": "The Secure Drive related operations cannot be performed because a key mismatch was detected between peer controllers.",
+ "Message": "Unable to perform Secure Drive related operations because a key mismatch was detected between peer controllers.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the encryption key for the peer controllers matches by using controller security operations such as creating a security key, modifying a security key, deleting a security key, and then retry the operation."
+ },
+ "CTL116": {
+ "Description": "The secure foreign locked drives cannot be unlocked because already unlocked drives are detected which have secure locked configuration that are neither imported nor erased.",
+ "Message": "Unable to unlock secure foreign locked drives because already unlocked drives are detected that are neither imported nor deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "The unlock command should be followed by an import config command to import a secure foreign locked configuration or by a cryptographic erase command. If the unlocked drives are not imported or erased, then further unlock operations on locked drives will be blocked. To import already unlocked drives on a controller, run the RACADM command at the command line interface (CLI): \"racadm raid importconfig:\" where is the FQDD identifier of the target controller. In order to erase the data on the unlocked drive, run the command: \"racadm raid cryptographicerase:\" where is the FQDD identifier of the target drive."
+ },
+ "CTL117": {
+ "Description": "The operation cannot be completed because an invalid passphrase is passed for the controller identified in the message.",
+ "Message": "Unable to complete the operation because an invalid passphrase is passed for the controller %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter a valid passphrase and retry the operation."
+ },
+ "CTL118": {
+ "Description": "The RAID controller firmware version identified in the message cannot be updated because the downloaded firmware image file is corrupted.",
+ "Message": "Unable to update the RAID controller %1 firmware version because the downloaded firmware image file is corrupted.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Download the correct firmware image file and retry the operation. If the issue persists, contact your service provider."
+ },
+ "CTL119": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because of an error in erasing the previous RAID controller firmware version (Flash Erase Error). The previous image file was not correctly erased.",
+ "Message": "Unable to update the RAID controller %1 firmware version because of an error in erasing the previous RAID controller firmware version (Flash Erase Error).",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do not reset, restart, or turn off the Chassis Management Controller (CMC). However, retry the operation by using a correct firmware image file. If the issue persists, contact your service provider."
+ },
+ "CTL12": {
+ "Description": "The controller and attached enclosures are not cabled correctly.",
+ "Message": "An invalid SAS configuration has been detected on %1. Details: %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Refer to the storage hardware documentation for information on correct cabling configurations."
+ },
+ "CTL120": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because of a timeout while erasing the previous RAID controller firmware version.",
+ "Message": "Unable to update the RAID controller %1 firmware version because of a timeout while erasing the previous RAID controller firmware version.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do not reset, restart, or turn off the Chassis Management Controller (CMC). However, retry the operation by using a correct firmware image file. If the issue persists, contact the service provider."
+ },
+ "CTL121": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because of an issue during the update process (programming error).",
+ "Message": "Unable to update the RAID controller %1 firmware version because of an issue during the update process (programming error).",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do not reset, restart, or turn off the Chassis Management Controller (CMC). However, retry the operation by using a correct firmware image file. If the issue persists, contact the service provider."
+ },
+ "CTL122": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because of an issue during the update process (programming timeout error).",
+ "Message": "Unable to update the RAID controller %1 firmware version because of an issue during the update process (programming timeout error).",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do not reset, restart, or turn off the Chassis Management Controller (CMC). However, retry the operation by using a correct firmware image file. If the issue persists, contact the service provider."
+ },
+ "CTL123": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because the memory chip on which the firmware image is saved in is of an unknown type.",
+ "Message": "Unable to update the RAID controller %1 firmware version because the memory chip on which the firmware image is saved in is of an unknown type.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Download the correct firmware image file and retry the operation. If the issue persists, contact your service provider."
+ },
+ "CTL124": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because of an issue detected in the firmware image file during the verification process.",
+ "Message": "Unable to update the RAID controller %1 firmware version because of an issue detected in the firmware image file during the verification process.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Download the correct firmware image file and retry the operation. If the issue persists, contact your service provider."
+ },
+ "CTL125": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because of an issue detected in the firmware image file during the verification process.",
+ "Message": "Unable to update the RAID controller %1 firmware version because the firmware image file is not supported.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Download the correct firmware image file and retry the operation. If the issue persists, contact your service provider."
+ },
+ "CTL126": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because the firmware image file is not signed and certified by an authorized source.",
+ "Message": "Unable to update the RAID controller %1 firmware version because the firmware image file is not signed and certified by an authorized source.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Download the correct firmware image file and retry the operation. If the issue persists, contact your service provider."
+ },
+ "CTL127": {
+ "Description": "The firmware version of the RAID controller identified in the message cannot be updated because the signed and certified firmware image file is not authenticated.",
+ "Message": "Unable to update the RAID controller %1 firmware version because the signed and certified firmware image file is not authenticated.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Download the correct firmware image file and retry the operation. If the issue persists, contact your service provider."
+ },
+ "CTL129": {
+ "Description": "The boot media of the Controller is changed from one Virtual Drive (VD) to another VD as identified in the message.",
+ "Message": "The boot media of the Controller %1 is changed from virtual drive (VD) %2 to %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL13": {
+ "Description": "The controller has flushed the cache and all data in the cache has been lost. This may occur when the system has memory or battery problems that cause the controller to distrust the cache. Although user data may have been lost, this alert does not always indicate that relevant or user data has been lost.",
+ "Message": "The %1 cache has been discarded.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that the battery and memory are functioning properly."
+ },
+ "CTL130": {
+ "Description": "The Persistent Hot-Spare setting of the Controller is set to the status as identified in the message.",
+ "Message": "The Persistent Hot-Spare setting of the Controller %1 is set to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL131": {
+ "Description": "The Key exchange process for the controller identified in the message is successfully completed.",
+ "Message": "The Key exchange process for the %1 is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL132": {
+ "Description": "The security key for the controller identified in the message cannot be changed.",
+ "Message": "Unable to change the security key for the %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure of the following and retry the operation: 1) The iDRAC is able to communicate to the Key Management Server. 2) The device for which the key is generated is online and responding."
+ },
+ "CTL133": {
+ "Description": "The security key for the controller identified in the message is successfully changed.",
+ "Message": "The security key for the controller %1 is successfully changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL134": {
+ "Description": "The controller identified in the message is in the Secure Enterprise Key Manager mode.",
+ "Message": "The %1 is in the Secure Enterprise Key Manager mode.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL135": {
+ "Description": "The Key exchange process for the controller identified in the message failed.",
+ "Message": "The Key exchange process for the encrypted drive(s) behind %1 was unsuccessful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure of the following and retry the operation: 1) The iDRAC is able to communicate to the Key Management Server. 2) The device for which the key is generated is online and responding. 3) The device for which the key exchange is required is in the same Key Management Server Domain."
+ },
+ "CTL136": {
+ "Description": "A key exchange is required for the controller identified in the message.",
+ "Message": "A key exchange is required for the %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL137": {
+ "Description": "The storage controller identified in the message is unable to communicate to the BMC because either the storage controller or BMC is not responding to the commands either because of an internal error or the bus is in an error state.",
+ "Message": "The storage controller %1 is unable to communicate to the BMC because either the storage controller or BMC is not responding to the commands either because of an internal error or the bus is in an error state.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Run the following RACADM command at the Command Line Interface (CLI) and retry the operation: racadm racreset. For more information about RACADM commands of iDRAC, see the latest version of \"iDRAC with Lifecycle Controller RACADM CLI Guide\" available on the support site."
+ },
+ "CTL138": {
+ "Description": "The communication between storage controller and BMC is restored.",
+ "Message": "The communication between storage controller %1 and the BMC is restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL14": {
+ "Description": "The storage controller memory identified in the message is not operating correctly.",
+ "Message": "Single-bit ECC error limit exceeded on the %1 DIMM.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact your service provider."
+ },
+ "CTL16": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "None of the %1 properties are set.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL17": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 %2 is changed to %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL18": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Load Balance and Auto Copyback on Predictive Failure has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL19": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Abort CC on Error, Copyback, and Load Balance has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL2": {
+ "Description": "You have changed the controller rebuild rate. This alert is provided for informational purposes.",
+ "Message": "%1 rebuild rate has changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL20": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Copyback and Load Balance has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL21": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Abort CC on Error and Load Balance has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL22": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Load Balance has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL23": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Copyback and Auto Copyback on Predictive Failure has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL24": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Abort CC on Error and Auto Copyback on Predictive Failure has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL25": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Auto Copyback on Predictive Failure has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL26": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Copyback and Abort CC on Error has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL27": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The %1 alarm is silenced.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL28": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The Background Initialization (BGI) rate has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL29": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The Patrol Read rate has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL3": {
+ "Description": "You have enabled the controller alarm. This alert is provided for informational purposes.",
+ "Message": "%1 alarm is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL30": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The Check Consistency rate has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL31": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Copyback is modified for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL32": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Abort CC on Error is modified for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "CTL33": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The %1 debug log file has been exported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL34": {
+ "Description": "This is the result of a user operation.",
+ "Message": "A foreign configuration was cleared on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL35": {
+ "Description": "The operation to import foreign configuration (virtual disks, host spares, and so on) completed successfully.",
+ "Message": "A foreign configuration was imported on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the foreign configuration was successfully imported by viewing the virtual disks and hot spares. See the hardware documentation for more information."
+ },
+ "CTL36": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The Patrol Read mode has changed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL37": {
+ "Description": "A patrol read operation was initiated by the controller or the user.",
+ "Message": "A Patrol Read operation started for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL38": {
+ "Description": "The patrol read task ended.",
+ "Message": "The Patrol Read operation completed for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL39": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The %1 reconstruct rate has changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL4": {
+ "Description": "You have disabled the controller alarm. This alert is provided for informational purposes.",
+ "Message": "%1 alarm is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL40": {
+ "Description": "An error involving multiple bits has been encountered during a read or write operation. The error correction algorithm recalculates parity data during read and write operations. If an error involves only a single bit, it may be possible for the error correction algorithm to correct the error and maintain parity data. An error involving multiple bits, however, generally indicates data loss. In some cases, if the multi-bit error occurs during a read operation, then the data on the disk may be ok. If the multi-bit error occurs during a write operation, then data loss has occurred.",
+ "Message": "Multi-bit ECC error on %1 DIMM.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the Dual In-line Memory Module (DIMM). The DIMM is a part of the controller battery pack. Refer to the storage hardware documentation for information on replacing the DIMM. You may need to restore data from backup."
+ },
+ "CTL41": {
+ "Description": "An error involving a single bit has been encountered during a read or write operation. The error correction algorithm has corrected this error.",
+ "Message": "Single-bit ECC error on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL42": {
+ "Description": "An attempt to hot plug an Enclosure Management Module (EMM) has been detected.",
+ "Message": "Enclosure Management Module (EMM) hot plug is not supported on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If the new enclosure and its device are not detected by the operating system, try restarting your system to verify the newly attached enclosure and its sub-components are detected. See the hardware documentation for more information."
+ },
+ "CTL43": {
+ "Description": "This alert is provided for informational purposes. The text for this alert is generated by the utility that ran the diagnostics and can vary depending on the situation.",
+ "Message": "Diagnostic message %1 from %2",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL44": {
+ "Description": "A diagnostics test failed. The text for this message is generated by the tool that ran the diagnostics and can vary depending on the situation.",
+ "Message": "Diagnostic message %1 from %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Refer to the storage hardware documentation for more information on the diagnostic test."
+ },
+ "CTL45": {
+ "Description": "The Dual In-line Memory Module (DIMM) is beginning to malfunction.",
+ "Message": "Single-bit ECC error on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the Dual In-line Memory Module (DIMM) to avoid data loss or data corruption. The DIMM is a part of the controller battery pack. Refer to hardware documentation for information on replacing the DIMM."
+ },
+ "CTL46": {
+ "Description": "The Dual In-line Memory Module (DIMM) is malfunctioning. Data loss or data corruption may occur.",
+ "Message": "Single-bit ECC error. The %1 DIMM is critically degraded.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the DIMM immediately to avoid data loss or data corruption. The DIMM is a part of the controller battery pack. Refer to the storage hardware documentation for information on replacing the DIMM."
+ },
+ "CTL47": {
+ "Description": "The Dual In-line Memory Module (DIMM) is malfunctioning. Data loss or data corruption may occur. The DIMM must be replaced immediately.",
+ "Message": "Single-bit ECC error on %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the DIMM immediately. The DIMM is a part of the controller battery pack. Refer to your hardware documentation for information on replacing the DIMM."
+ },
+ "CTL48": {
+ "Description": "The controller has physical disks that were moved from another controller or have been removed and replaced on the current configuration. These physical disks contain virtual disks that were created on the current or other controller. See the storage hardware documentation for Import Foreign Configuration and Clear Foreign Configuration for more information. Foreign configuration is seen when a controller is replaced.",
+ "Message": "A foreign configuration was detected on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Import or clear the detected foreign configuration using a configuration tool or utility."
+ },
+ "CTL49": {
+ "Description": "The NVRAM has corrupted data. This may occur after a power surge, a battery failure, or for other reasons. The controller is reinitializing the NVRAM.",
+ "Message": "The NVRAM has corrupted data on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required as the controller is taking the required corrective action. However, If this message is generated often (such as during each reboot), then replace the controller."
+ },
+ "CTL5": {
+ "Description": "A portion of a physical disk is damaged. See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information.",
+ "Message": "Bad block replacement error on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information."
+ },
+ "CTL50": {
+ "Description": "The NVRAM has corrupt data. The controller is unable to correct the situation.",
+ "Message": "The %1 NVRAM has corrupt data.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the controller."
+ },
+ "CTL51": {
+ "Description": "The text for this message is generated by the controller during runtime and can vary depending on the situation.",
+ "Message": "%1 SAS port report: %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure the SAS cables attached to the enclosure/backplane are attached securely. Refer to the storage hardware documentation for more information on checking the cables. Contact technical support if the issue persists."
+ },
+ "CTL52": {
+ "Description": "This alert is provided for informational purposes. The text for this alert is generated by the controller and can vary depending on the situation.",
+ "Message": "%1 SAS port report: %2",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL53": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "A controller hot plug has been detected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "CTL54": {
+ "Description": "This alert is provided for informational purposes. The text for this alert is generated by the controller and can vary depending on the situation.",
+ "Message": "%1 event log: %2",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL55": {
+ "Description": "The text for this alert is generated by the controller and can vary depending on the situation. This text is from events in the controller event log that were generated while Storage Management was not running.",
+ "Message": "%1 event log: %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "If there is a problem, review the controller event log and the Server Administrator alert log for significant events or alerts that may assist in diagnosing the problem. Verify the health of the storage components. See the hardware documentation for more information."
+ },
+ "CTL56": {
+ "Description": "The text for this alert is generated by the controller and can vary depending on the situation. This text is from events in the controller event log that were generated while Storage Management was not running.",
+ "Message": "%1 event log: %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "See the hardware documentation for more information."
+ },
+ "CTL57": {
+ "Description": "The controller was reset to factory default configuration settings.",
+ "Message": "The factory default settings were restored on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL58": {
+ "Description": "The text for this alert is generated by the firmware and can vary depending on the situation. The reference to SMP in this text refers to SAS Management Protocol.",
+ "Message": "%1 SAS SMP communications error %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "There may be a SAS topology error. See the hardware documentation for information on correct SAS topology configurations. There may be problems with the cables such as a loose connection or an invalid cabling configuration. See the Cables Attached Correctly section for more information on checking the cables. See the hardware documentation for information on correct cabling configurations. Verify that the firmware version is supported."
+ },
+ "CTL59": {
+ "Description": "There may be a problem with the enclosure. Verify the health of the enclosure and its components. To verify the health of the enclosure, select the enclosure object in the tree view. The Health sub-tab displays a red X or yellow exclamation point for enclosure components that are failed or degraded. See the enclosure documentation for more information.",
+ "Message": "%1 SAS expander error: %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "There may be a problem with the enclosure. Verify the health of the enclosure and its components. To verify the health of the enclosure, select the enclosure object in the tree view. The Health sub-tab displays a red X or yellow exclamation mark for enclosure components that are failed or degraded. See the enclosure documentation for more information."
+ },
+ "CTL6": {
+ "Description": "A portion of a physical disk is damaged. See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information.",
+ "Message": "Bad block sense error from %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information."
+ },
+ "CTL60": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "A user has discarded data from the %1 cache.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL61": {
+ "Description": "The controller has detected a change in the storage configuration between since its last shut down. This can generally happen if some configured physical disks are removed from the system when the system was shutdown.",
+ "Message": "Physical disks found missing from configuration during boot time on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Shut down the system. Re-insert the removed physical disks and re-start the system."
+ },
+ "CTL62": {
+ "Description": "Physical disk(s) have been removed from a virtual disk. The virtual disk will be in Failed state during the next system reboot. This alert is provided for informational purposes.",
+ "Message": "%1 on %2 has missing drives and will go offline at boot.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL63": {
+ "Description": "The controller is unable to retrieve storage configuration saved during last shut down. This can generally happen if some configured physical disks are removed from the system when the system was shutdown.",
+ "Message": "Previous configuration was found completely missing during boot time on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Shut down the system. Re-insert the removed physical disks and re-start the system."
+ },
+ "CTL64": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Attempted to import Unsupported Virtual Disk type RAID%1 on %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL65": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Attempted to import Unsupported Virtual Disk type RAID%1 on %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL66": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Attempted to import Unsupported Virtual Disk type RAID%1 on %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL67": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Attempted to import Virtual Disk with missing span on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL68": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Attempted to import Virtual Disk with missing Physical Disk on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL69": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Attempted to import virtual disk with outdated physical disk information on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL7": {
+ "Description": "A portion of a physical disk is damaged. See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information.",
+ "Message": "Bad block medium error on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information."
+ },
+ "CTL70": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Attempted to import an orphan drive on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL71": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Attempted to import an incompatible Physical Disk on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL72": {
+ "Description": "There is too much foreign configuration data to be imported in one attempt.",
+ "Message": "The foreign configuration overflow has occurred on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Import these foreign configurations in multiple attempts."
+ },
+ "CTL73": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Foreign configuration is imported only partially. Some configurations failed to import on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL74": {
+ "Description": "The controller has preserved data in the cache from a virtual disk, which it can no longer locate. No data loss has occurred as the controller is saving these operations in its cache.",
+ "Message": "Preserved cache detected on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check for the existence of a foreign configuration and import if any. Check that enclosures are cabled correctly."
+ },
+ "CTL75": {
+ "Description": "The controller cache was discarded by the user. Data may have been lost or corrupted.",
+ "Message": "Preserved cache discarded on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If data was corrupted or lost, restore the data to the disk from a backup copy."
+ },
+ "CTL76": {
+ "Description": "The controller encountered errors while applying the configuration on the physical disks. The configuration command applied has not taken effect.",
+ "Message": "A configuration command could not be committed to disk on %1",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-issue the failed configuration command or try with a different set of physical disks. Contact technical support if the problem persists."
+ },
+ "CTL77": {
+ "Description": "This alert message occurs if controller firmware is flashed successfully.",
+ "Message": "Flash of new firmware image(s) completed on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL78": {
+ "Description": "This alert message occurs if controller firmware is flashed.",
+ "Message": "Firmware image %1 is flashing on %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL79": {
+ "Description": "This controller does not support features required for this chassis. This controller will not be powered on to prevent data loss.",
+ "Message": "Controller in %1 is not supported and will not be powered on.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the controller with a supported controller."
+ },
+ "CTL8": {
+ "Description": "A portion of a physical disk is damaged. See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information.",
+ "Message": "Bad block extended sense error on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information."
+ },
+ "CTL80": {
+ "Description": "The controller identified in the message has an issue as displayed in the message.",
+ "Message": "%1 experienced the following warning during startup: %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "To resolve this issue, see Troubleshooting section in the Dell Shared PowerEdge RAID Controller (SPERC8) documentation."
+ },
+ "CTL81": {
+ "Description": "The security key assigned to the controller identified in the message is modified.",
+ "Message": "Security key assigned to %1 is modified.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL82": {
+ "Description": "The controller identified in the message is functioning normally.",
+ "Message": "%1 is functioning normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL83": {
+ "Description": "The management controller is not communicating with the storage controller identified in the message. This may be because of any one of the following: 1) PCIe subsystem is has stopped functioning 2) An issue in the storage controller 3) An issue in the management controller.",
+ "Message": "Communication with %1 has been lost.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Restart the server. If the issue persists, contact your service provider."
+ },
+ "CTL84": {
+ "Description": "The firmware on the controller identified in the message is not supported by this version of the CMC. This may result in degraded functionality.",
+ "Message": "%1 is running an unsupported firmware version.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the CMC Firmware to the latest version available or revert the controller firmware to a previous version."
+ },
+ "CTL85": {
+ "Description": "The controller identified in the message experienced a PCIe training error and is operating at less than full bandwidth. Until this issue is resolved, a reduction in the storage performance is expected.",
+ "Message": "%1 is operating at less than optimal bandwidth.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Perform a Powercycle operation on the Chassis. If the issue persists, contact your service provider."
+ },
+ "CTL86": {
+ "Description": "The controller is operating in conjunction with another controller to service the same set of virtual and physical disks, providing better redundancy.",
+ "Message": "%1 is operating in Fault Tolerant Mode.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL89": {
+ "Description": "The peer controller is no longer active in this fault tolerant pair. This can be a temporary situation.",
+ "Message": "%1 is no longer fault tolerant because the peer controller is not available.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the chassis log for issues with the peer controller. If the peer controller does not resume normal operations after 5 minutes contact your service provider."
+ },
+ "CTL9": {
+ "Description": "A portion of a physical disk is damaged. See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information.",
+ "Message": "Bad block extended medium error on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "See Receive a \"Bad Block\" Alert with \"Replacement,\" \"Sense,\" or \"Medium\" Error for more information."
+ },
+ "CTL90": {
+ "Description": "The peer controller is not compatible with the controller identified in the message because of a hardware mismatch.",
+ "Message": "%1 is not operating in Fault Tolerant Mode because of an incompatible peer controller.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the peer controller with the same model controller as the controller identified in the message."
+ },
+ "CTL91": {
+ "Description": "The controller identified in the message is unable to communicate with its peer. This can be because of a cabling issue.",
+ "Message": "%1 is unable to communicate with its peer.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the cabling between the PERC cards and the expanders. If this does not resolve the issue then contact your service provider."
+ },
+ "CTL92": {
+ "Description": "The controller identified in the message licensed features do not match its peer.",
+ "Message": "%1 is not operating in Fault Tolerant Mode because of an incompatible license setting on its peer controller.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the license on the peer controller."
+ },
+ "CTL93": {
+ "Description": "The controller identified in the message has been changed to operate as part of a fault tolerant pair.",
+ "Message": "%1 has been successfully changed to operate in Fault Tolerant mode.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL94": {
+ "Description": "The controller identified in the message has been changed to operate as a single controller and not as part of a fault tolerant pair.",
+ "Message": "%1 has been successfully changed to operate in single controller mode.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL95": {
+ "Description": "The controller identified in the message has stopped operating in a fault tolerant mode.",
+ "Message": "%1 has left the fault tolerant pair.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "This situation may resolve itself in a few minutes. If the situation does not resolve itself or this message is repeated, contact your service provider."
+ },
+ "CTL96": {
+ "Description": "The controller identified in the message has an issue as displayed in the message.",
+ "Message": "%1 has entered safe mode with limited functionality due to %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "To resolve this issue, see Troubleshooting section in the Dell Shared PowerEdge RAID Controller (SPERC8) documentation."
+ },
+ "CTL97": {
+ "Description": "The controller identified in the message has requested a new personality mode (HBA or RAID or Unsupported).",
+ "Message": "%1 personality change requested to %2 mode.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL98": {
+ "Description": "The security key provided as input has been assigned to the controller identified in the message.",
+ "Message": "Security key assigned to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "CTL99": {
+ "Description": "The security key assigned to the controller identified in the message is deleted.",
+ "Message": "Security key assigned to %1 is deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DH001": {
+ "Description": "Resource temporarily unavailable.",
+ "Message": "Resource needed to perform the operation is unavailable.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Try again. If the error persists, use RACADM command racreset to clear the issue."
+ },
+ "DH002": {
+ "Description": "Internal I/O failure.",
+ "Message": "Internal I/O failure.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Try again. If the error persists, use RACADM command racreset to clear the issue."
+ },
+ "DH003": {
+ "Description": "Service Tag Missing.",
+ "Message": "Service tag could not be read.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Try again. If the error persists, use RACADM command racreset to clear the issue."
+ },
+ "DH004": {
+ "Description": "Error generation Keys.",
+ "Message": "iDRAC does not have sufficient free resources to generate keys.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Boot the OS. If the error persists, contact technical support."
+ },
+ "DH005": {
+ "Description": "Invalid CA Cert.",
+ "Message": "CA Cert is corrupted, expired, or does not have signing privileges.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Close other iDRAC sessions and activities. Try again."
+ },
+ "DH006": {
+ "Description": "Invalid Passphrase.",
+ "Message": "Not the right passphrase for the private key (need to re-write).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Validate that the certificate parameter matches the certificate contents; the certificate can be validated using OpenSSL tools."
+ },
+ "DH007": {
+ "Description": "CA private key/CA Certificate mismatch.",
+ "Message": "The password unlocked the private key but it was the wrong private key.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check that the private key parameter is correct. The passphrase can be validated against the private key, passphrase, and certificate can be validated using OpenSSL tools."
+ },
+ "DH008": {
+ "Description": "Unable to save the provided client certificate to internal persistent storage.",
+ "Message": "There was a problem saving the certificate to persistent storage.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Try again. If the error persists, use RACADM command racresetcfg to clear the issue."
+ },
+ "DH009": {
+ "Description": "An unexpected internal problem has occurred and the operation did not complete successfully.",
+ "Message": "The operation did not complete successfully because of an unexpected internal problem.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove AC power from the system and re-apply AC power to the system. After the server restarts, retry the operation. If the issue persists, contact your service provider."
+ },
+ "DH010": {
+ "Description": "The iDRAC must be reset to apply a new certificate. Until the iDRAC has reset, the old certificate will be active.",
+ "Message": "Reset iDRAC to apply new certificate. Until iDRAC is reset, the old certificate will be active.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the iDRAC. The iDRAC can be reset by pressing the Identify button for 15 seconds. Using the RACADM command line utility, run \"racadm racreset\"."
+ },
+ "DIAG0000": {
+ "Description": "All Tests passed.",
+ "Message": "Pass.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "OK, life is good."
+ },
+ "DIAG0111": {
+ "Description": "No detailed description available.",
+ "Message": "CPU %1 : %2 exception occurred.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Issue is on system board. Recommend flash the latest BIOS and retry the diagnostics."
+ },
+ "DIAG0112": {
+ "Description": "No detailed description available.",
+ "Message": "CPU %1 - Machine check exception detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Issue is on system board. Recommend flash the latest BIOS and retry the diagnostics."
+ },
+ "DIAG0114": {
+ "Description": "Depends on . If it is \"Unable to start\" it usually indicates a software problem. \"Cache integrity\" could signal a processor cache hardware problem. The other CPU messages could result from hardware or from overheating, if for instance, the fans are marginal or airflow is blocked.",
+ "Message": "Unable to start application processor(s). :OR: CPU %1 (ID 0x%2) did not reach test step %1.:OR: CPU %1 (ID 0x%2) recorded unknown test result 0x%2.:OR: CPU %1 (ID 0x%2) data error at address 0x%2. Expected %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 10,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Check temperatures in System Health tab for abnormally high temperatures and make sure airflow baffles are properly installed in the system, if any. Check fan RPM in System Health tab and verify actual fans are properly installed."
+ },
+ "DIAG0115": {
+ "Description": "No detailed description available.",
+ "Message": "CPU Stress Thermal condition. Limit %1C, Actual %1C.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Check fans. Check for obstructed air vents. Check for excessive amounts of dust."
+ },
+ "DIAG0121": {
+ "Description": "No detailed description available.",
+ "Message": "Memory errors detected, but successfully resolved.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "MemRx is enabled and repaired all memory errors that were found. DIMM replacement is optional."
+ },
+ "DIAG0122": {
+ "Description": "No detailed description available.",
+ "Message": "Memory errors detected. Limit exceeded. Additional errors will not be resolved.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "MemRx is enabled and detected too many errors for safe resolution. Recommend DIMM replacement."
+ },
+ "DIAG0123": {
+ "Description": "No detailed description available.",
+ "Message": "UEFI: Memory error detected. :OR: LEGACY: Memory - integrity test discrepancy.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "MemRX not enabled or not supported. Servers UEFI: Power down system and re-seat DIMMS. Retry test and if no error occurs it was a DIMM connection issue.Client LEGACY: Power down system and re-seat DIMMS. Retry test and if no error occurs it was a DIMM connection issue. Check for latest BIOS."
+ },
+ "DIAG0124": {
+ "Description": "Log message is different for the log type supported by the system. An IPMI log may refer to \"SEL\", other log types also exist.",
+ "Message": "%1, %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Depends on ."
+ },
+ "DIAG0125": {
+ "Description": "IPMI System Event Log is full for various reasons or logging has stopped because too many ECC errors have occurred.",
+ "Message": "The event log indicates degraded or disabled ECC functionality. Memory testing cannot continue until the problems are corrected, the log cleared and the system rebooted.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Clear the log and reboot and retest."
+ },
+ "DIAG0126": {
+ "Description": "No detailed description available.",
+ "Message": "The event log(s) must be cleared before testing can continue.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Clear the log, reboot, and retest."
+ },
+ "DIAG0131": {
+ "Description": "No detailed description available.",
+ "Message": "Battery - The battery is not installed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Install the battery but check for debris or damaged contacts."
+ },
+ "DIAG0132": {
+ "Description": "No detailed description available.",
+ "Message": "Battery - The battery is reaching the end of its usable life.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Replace the battery."
+ },
+ "DIAG0133": {
+ "Description": "No detailed description available.",
+ "Message": "Battery - The battery cannot provide sufficient power.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check battery contacts, plugs and cables. May need to replace battery."
+ },
+ "DIAG0134": {
+ "Description": "Message \"Charger -\" changed to \"Battery -\" in 2/8/2016.",
+ "Message": "Battery - Charge cycles exceeded maximum limit. :OR: Charger - Charge cycles exceeded maximum limit.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Battery health data indicates the maximum number of charge cycles has been reached. Replace the battery."
+ },
+ "DIAG0141": {
+ "Description": "No detailed description available.",
+ "Message": "Hard Drive - No Hard Drive detected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Hard drives are not required on all systems so this message is usually a warning. Desktops and Servers: If the system has a hard disk, power down system and check the signal and power connections to it. Rerun the diagnostic. If no error occurs then it was a cable or connector issue."
+ },
+ "DIAG0142": {
+ "Description": "No detailed description available.",
+ "Message": "Hard Drive %1 - S/N %2, %3 self test unsuccessful %4.",
+ "Severity": "Warning",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "If is \"terminated\" then the disk controller terminated the test so a retry of the test is advisable. Otherwise the hard drive should be replaced. {In the factory, this test type may also be DEFT, in addition to DST Short and DST Long. The \"terminated\" case should not occur in the field, only in development due to software issues}."
+ },
+ "DIAG0143": {
+ "Description": "Mainly seen with very old hard drives.",
+ "Message": "Hard Drive %1 - SMART read command unsuccessful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG0144": {
+ "Description": "Mainly seen with very old hard drives.",
+ "Message": "Hard Drive %1 - self test not supported.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG0145": {
+ "Description": "No detailed description available.",
+ "Message": "Hard Drive %1 - S/N %2, self test did not complete.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Desktops and Servers: Power down the system and check the signal and power connections to the hard drive. Rerun the diagnostic. If no error occurs then it was a cable or connector issue."
+ },
+ "DIAG0146": {
+ "Description": "Prior failure checking removed, is now obsolete.",
+ "Message": "Hard Drive %1 - S/N %2, self test log contains previous error(s).",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG0147": {
+ "Description": "No detailed description available.",
+ "Message": "Optical Drive %1 - Self test: %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "This typically is a user error since these drives can be disconnected from the system. If disconnected, reconnect the optical drive to system board. Check BIOS setup to make sure the SATA port the drive is connected and has not been disabled. Rerun the diagnostic. If errors persist the optical drive is defective."
+ },
+ "DIAG0148": {
+ "Description": "No detailed description available.",
+ "Message": "Hard/Optical Drive %1 - incorrect status: %2 %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG0149": {
+ "Description": "No detailed description available.",
+ "Message": "Optical Drive - no drive detected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIAG0150": {
+ "Description": "No detailed description available.",
+ "Message": "Hard Drive - No Hard Drive detected, or disk controller not supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Hard drives on desktops should be found if connected to the chipset disk controller but PERC/SCU/SAS Adapters are not supported by legacy ePSA so if the hard drive is connected to these controllers this message is just a warning. If the system has a hard disk connected to the System Board chipset disk controller, power down the system and check the signal and power connections to it. Rerun the diagnostic. If no error occurs then it was a cable or connector issue."
+ },
+ "DIAG0151": {
+ "Description": "No detailed description available.",
+ "Message": "Hard Drive %1 - S/N %2, incorrect status = %3\\n%4.",
+ "Severity": "Critical",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "SMART Predictive Failure indicates the hard drive has failed SMART and maybe nearing the end of its life. Other types of in this category may indicate an intermittent or firmware problem, rerun the test again. Desktops, servers: Check the hard disk drive cables and connections. All systems: If error persists, make sure that hard disk drive firmware and BIOS are current. The <80000000000000??> value is an EFI error code returned by the driver."
+ },
+ "DIAG0152": {
+ "Description": "No detailed description available.",
+ "Message": "Optical Drive %1 - Incorrect status = %2 %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Check the drive cables and connections. If error persists, make sure that drive firmware and BIOS are current. The <80000000000000??> value is an EFI error code returned by the driver."
+ },
+ "DIAG0154": {
+ "Description": "No detailed description available.",
+ "Message": "Tape Drive %1 - S/N %2, incorrect status = %3\\n%4.",
+ "Severity": "Warning",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Check installation of the tape drive, cables and connections. If the error persists, ensure that drive firmware is current."
+ },
+ "DIAG0155": {
+ "Description": "No detailed description available.",
+ "Message": "Hard Drive - Not installed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Power down system and check the signal and power connections to the hard drive. Rerun the diagnostic. If no error occurs then it was a cable or connector issue. This error is issued for notebooks which must have a hard disk so it is an error if not found."
+ },
+ "DIAG0161": {
+ "Description": "The NVMe drive is not detected on the PCI tag identified in the message. An NVMe drive may be installed but is not working to expose the NVMe pass-through protocol interface.",
+ "Message": "The NVMe drive is not detected on the PCI tag %1, NameSpace ID %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the NVMe drive."
+ },
+ "DIAG0212": {
+ "Description": "No detailed description available.",
+ "Message": "System board - CMOS, Location = %1h, Expected = %1h, Found = %1h.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure that the system is running with the latest BIOS and rerun the diagnostics."
+ },
+ "DIAG0213": {
+ "Description": "No detailed description available.",
+ "Message": "System board - CMOS battery failure detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Replace the CMOS battery and retry the diagnostic. If the error persists, make sure the BIOS is current and retry the diagnostics."
+ },
+ "DIAG0221": {
+ "Description": "No detailed description available.",
+ "Message": "System board - Interval timer not functional.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the BIOS is current and retry the diagnostics."
+ },
+ "DIAG0232": {
+ "Description": "No detailed description available.",
+ "Message": "RTC - did not generate periodic ticks.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIAG0233": {
+ "Description": "No detailed description available.",
+ "Message": "System board - RTC 'seconds' count is not updating.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the BIOS is current and retry the diagnostics."
+ },
+ "DIAG0234": {
+ "Description": "No detailed description available.",
+ "Message": "System board - HPET %1, incorrect time period. Expected = %2, Found = %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure the BIOS is current and retry the diagnostics."
+ },
+ "DIAG0235": {
+ "Description": "No detailed description available.",
+ "Message": "PM timer 1 had wrong time period. Expected %1, Actual %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG0241": {
+ "Description": "No detailed description available.",
+ "Message": "BIOS - A20 gate not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the BIOS is current and retry the diagnostics."
+ },
+ "DIAG0242": {
+ "Description": "No detailed description available.",
+ "Message": "System board - Interrupt controller, IRQ = %1: %2 not detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure the BIOS is current and retry the diagnostics."
+ },
+ "DIAG0243": {
+ "Description": "No detailed description available.",
+ "Message": "USB controller error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Ensure that USB ports are intact, contain no failed device and that BIOS is current. After corrective action, rerun the diagnostics."
+ },
+ "DIAG0244": {
+ "Description": "No detailed description available.",
+ "Message": "USB device failed with return code 0x%1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Ensure that the USB device is correctly inserted or try another USB port or device. After corrective action, rerun the diagnostics. If the problem persists, ensure that BIOS is current."
+ },
+ "DIAG0245": {
+ "Description": "No detailed description available.",
+ "Message": "Timeout waiting for the device to respond.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Ensure that the USB device is correctly inserted or try another USB port and/or to see if it is just a particular device or port. After corrective action, rerun the diagnostics. If the problem persists, ensure that BIOS is current."
+ },
+ "DIAG0251": {
+ "Description": "No detailed description available.",
+ "Message": "Event log - The log contains failing records.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "This is normally a warning message indicating that the Event Log has not been checked lately. The Event Log provides various BIOS and Diagnostic events."
+ },
+ "DIAG0261": {
+ "Description": "No detailed description available.",
+ "Message": "System board - Data errors.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "This is an error message for multiple DIMM failures. Replace the memory one module at a time and re-run the diagnostics. If issue persists, replace the motherboard."
+ },
+ "DIAG0313": {
+ "Description": "No detailed description available.",
+ "Message": "Touchpad - Pointing stick/touchpad not detected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the device firmware and BIOS are current and rerun the diagnostics."
+ },
+ "DIAG0314": {
+ "Description": "No detailed description available.",
+ "Message": "Thermal: The (%1) reading (%2C) exceeds the thermal limit.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Check the event log for thermal events, including defective fans and defective sensors. Inspect the system for clogged or obstructed air vents. Make sure that the BIOS is current and rerun the diagnostics."
+ },
+ "DIAG0315": {
+ "Description": "No detailed description available.",
+ "Message": "Sensor: The (%1) reading %2C) is lower than expected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Check the event log for thermal events, including defective fans and defective sensors. Inspect the system for clogged or obstructed air vents. Make sure that the BIOS is current and rerun the diagnostics."
+ },
+ "DIAG0321": {
+ "Description": "No detailed description available.",
+ "Message": "LCD EDID - Unable to access EDID EEPROM.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "This could relate to the LCD connector and cables. Otherwise, flash the latest BIOS and retry diagnostics."
+ },
+ "DIAG0322": {
+ "Description": "No detailed description available.",
+ "Message": "LCD panel - Unable to modify brightness.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that BIOS is current and rerun diagnostics."
+ },
+ "DIAG0323": {
+ "Description": "No detailed description available.",
+ "Message": "Unable to detect inverter lamp status.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIAG0324": {
+ "Description": "No detailed description available.",
+ "Message": "LCD panel - User reported LCD BIST colors were not displayed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Possible user error, make sure that the BIOS is current and retry diagnostics."
+ },
+ "DIAG0325": {
+ "Description": "No detailed description available.",
+ "Message": "LCD panel - User provided no input for LCD BIST.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Possible user error, make sure that the BIOS is current and retry diagnostics."
+ },
+ "DIAG0326": {
+ "Description": "No detailed description available.",
+ "Message": "LCD panel - Unable to turn lamp on or off.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIAG0327": {
+ "Description": "No detailed description available.",
+ "Message": "LCD panel - Unable to use BIOS interface.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the BIOS is current and retry diagnostics."
+ },
+ "DIAG0328": {
+ "Description": "No detailed description available.",
+ "Message": "LCD panel - Unable to detect variance in ambient light sensor.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the BIOS is current and retry diagnostics."
+ },
+ "DIAG0331": {
+ "Description": "No detailed description available.",
+ "Message": "Video controller - No video controller detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the BIOS is current and retry diagnostics."
+ },
+ "DIAG0332": {
+ "Description": "No detailed description available.",
+ "Message": "Video memory - Video memory integrity test discrepancy.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the BIOS is current and retry diagnostics."
+ },
+ "DIAG0333": {
+ "Description": "No detailed description available.",
+ "Message": "Video - User provided no input for graphics test.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response to a diagnostic prompt and a timeout occurred. Retry the diagnostics."
+ },
+ "DIAG0334": {
+ "Description": "No detailed description available.",
+ "Message": "Video - User reported the patterns were not displayed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Possible user error. Otherwise, make sure that BIOS is current and retry diagnostics."
+ },
+ "DIAG0411": {
+ "Description": "No detailed description available.",
+ "Message": "Cables - %1 not detected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG0412": {
+ "Description": "No detailed description available.",
+ "Message": "Cables - %1 not detected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG0413": {
+ "Description": "No detailed description available.",
+ "Message": "LCD Cable - LCD cable is not installed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIAG0414": {
+ "Description": "No detailed description available.",
+ "Message": "Cables - %1 not detected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG0415": {
+ "Description": "No detailed description available.",
+ "Message": "Cables - Check the following cable, jumper, connection, or sensor: %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Connect the described cable, jumper, sensor, or connection and retry the diagnostics."
+ },
+ "DIAG0511": {
+ "Description": "No detailed description available.",
+ "Message": "Fan - The (%1) fan failed to respond correctly.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The fan may be faulty, check for obstructions to the fan and vents. Make sure that BIOS is current and retry the diagnostics."
+ },
+ "DIAG0512": {
+ "Description": "No detailed description available.",
+ "Message": "Fan - The (%1) fan is running faster than expected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the diagnostics; if the problem persists, the fan is faulty. Make sure that the BIOS is current and retry the diagnostics."
+ },
+ "DIAG0620": {
+ "Description": "UEFI Driver provides a DIAGNOSTIC protocol and this protocol supplies a test that failed. Failure Message may be \"Packet loopback test failed\" or \"Register test failed\" or something else. Provided by driver not ePSA.",
+ "Message": "Network %1 - %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "The Network (Ethernet) device may be faulty. Check for bent pins in the Ethernet connector. Make sure that Network device firmware is current. Retry test, if still fails, replace the NIC/NDC/LOM Network device. This may be on the motherboard, or an adapter, or a daughter card, depending on the system."
+ },
+ "DIAG0621": {
+ "Description": "Test only warns because UEFI Network Driver is old and has known false failures.",
+ "Message": "Network %1 - Driver version %2 outdated. Version %2 or newer required for \"%4\".",
+ "Severity": "Warning",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update Network firmware."
+ },
+ "DIAG0711": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Thermal - Thermal trip detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "System detected repeated thermal trips due to excessive heat. Check for obstructions to the fan and vents. Make sure BIOS is current and rerun diagnostics. If error persists replace thermal heat sink, CPU and motherboard."
+ },
+ "DIAG0712": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Fan - The fan failed to respond correctly.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "BIOS detected repeated issues when setting the fan speed. The fan may be faulty, check for obstructions to the fan and vents. Make sure the BIOS is current and rerun diagnostics."
+ },
+ "DIAG0713": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Sensor - Error accessing thermal sensor.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "BIOS error when reading the systems thermal sensor. Make sure the BIOS is current and rerun diagnostics. If error persists, replace the motherboard."
+ },
+ "DIAG0714": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Heat Sink - Heat sink clip not installed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "BIOS detected that the heat sink clip was not installed. Connect the heat sink clip properly."
+ },
+ "DIAG0715": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Memory - Memory error detect.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "BIOS detected an issue configuring the DIMM. Check for latest BIOS. Power down system and reseat DIMMs. Retry test; if no error occurs it was a DIMM connection issue. If error persists, replace the DIMM."
+ },
+ "DIAG0716": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Cables - Check the following cable, %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "BIOS detected a cable that was not installed. Connect the cable that is described in the string portion of the message."
+ },
+ "DIAG0721": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Battery - Battery issue detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "BIOS detected a battery that is not functioning properly. Remove and replace the battery. Rerun the diagnostics on the new battery once it is charged."
+ },
+ "DIAG0722": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Memory - Previous uncorrectable memory error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "BIOS detected an un-correctable memory issue on a prior boot. Update to the latest BIOS. Power down system and reseat DIMMs. Retry test; if no error occurs it was a DIMM connection issue. If error persists, replace the DIMM."
+ },
+ "DIAG0723": {
+ "Description": "BIOS error reported through ePSA.",
+ "Message": "Hard Drive - Drive error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "BIOS detected a hard drive issue. Make sure hard drive connection is good, and the drive firmware and system BIOS are current. If error persists, replace the hard drive."
+ },
+ "DIAG8001": {
+ "Description": "No detailed description available.",
+ "Message": "No BIOS support for software interrupt %1h, function(ah) %1h.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Should not occur."
+ },
+ "DIAG8002": {
+ "Description": "No detailed description available.",
+ "Message": "No BIOS support for SMI interface function(ah) %1h.;Sensor %2 exceeded thermal zone %3. Peak zone was %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "System thermal sensor is indicating a high value. Clear any blockage to internal fans and heat sinks. Make sure that BIOS is current and rerun the diagnostics."
+ },
+ "DIAG8003": {
+ "Description": "No detailed description available.",
+ "Message": "Fan - Unable to set Manufacturing Mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that BIOS is current and rerun the diagnostics."
+ },
+ "DIAG8004": {
+ "Description": "No detailed description available.",
+ "Message": "Fan - Unable to determine fan speeds.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that BIOS is current and rerun the diagnostics."
+ },
+ "DIAG8005": {
+ "Description": "No detailed description available.",
+ "Message": "LCD BIST not supported. :OR: Fan - Fan speed failure. Expected at least %1, observed %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "If LCD BIST error: The LCD BIST may not exist on all systems. Make sure that the BIOS is current and rerun the diagnostics. If Fan speed error: Insure fans are not dirty or obstructed and check for a loose connection."
+ },
+ "DIAG8006": {
+ "Description": "No detailed description available.",
+ "Message": "Fan - Unable to set fans to %1 speed. :OR: No chipset event timer.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Fan is not operating at the expected speed. Make sure that BIOS is current and rerun the diagnostics. If problem persists, replace the fan."
+ },
+ "DIAG8007": {
+ "Description": "No detailed description available.",
+ "Message": "Log contains Fan events:OR:Timer expected %1 observed %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "For \"Log contains Fan events\", the events are placed in the log by other sources and ePSA is merely reporting them."
+ },
+ "DIAG8008": {
+ "Description": "No detailed description available.",
+ "Message": "Out of memory! fMalloc() Failed! :OR: Unable to allocate memory for object data. :OR: Unable to %1 testable memory. :OR: Unable to start application processor(s) :OR: Unable to stop all APs. The system may be unstable and should be rebooted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8009": {
+ "Description": "No detailed description available.",
+ "Message": "Cannot find memory to free! fFree() Failed with pointer %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8010": {
+ "Description": "No detailed description available.",
+ "Message": "High-Precision event timer not found.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8011": {
+ "Description": "No detailed description available.",
+ "Message": "Invalid status return from the device.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8012": {
+ "Description": "No detailed description available.",
+ "Message": "Invalid parameter passed to the device. :OR: Unknown test (%1) selected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8013": {
+ "Description": "No detailed description available.",
+ "Message": "LCD %1 does not support test commands.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIAG8014": {
+ "Description": "No detailed description available.",
+ "Message": "ADDF module (%1) device (%1) failed with error code %3, number %4. No EPSA beep code mapped.",
+ "Severity": "Informational",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8015": {
+ "Description": "No detailed description available.",
+ "Message": "Unable to stop all APs. The system may be unstable and should be rebooted.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8016": {
+ "Description": "No detailed description available.",
+ "Message": "Battery - unable to retrieve battery health.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8017": {
+ "Description": "No detailed description available.",
+ "Message": "Battery - BIOS has no support for battery health.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8018": {
+ "Description": "No detailed description available.",
+ "Message": "Fatal: The module reported multiple test results.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8019": {
+ "Description": "No detailed description available.",
+ "Message": "Unable to log to NVRAM.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8020": {
+ "Description": "No detailed description available.",
+ "Message": "Low memory. %1k bytes free.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8021": {
+ "Description": "No detailed description available.",
+ "Message": "SMBIOS DIMM configuration did not match.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Software error, should not normally occur in field."
+ },
+ "DIAG8154": {
+ "Description": "Each generation of ULTRIUM Tape drives usually supports the previous generation but not newer generation tape media.",
+ "Message": "Tape Drive %1 - S/N %2, ULTRIUM %3 media found but drive requires ULTRIUM %3 for %5.",
+ "Severity": "Informational",
+ "NumberOfArgs": 5,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Install the correct tape media."
+ },
+ "DIAG8155": {
+ "Description": "Data written on the tape read back differently, not as expected.",
+ "Message": "Tape Drive %1 - S/N %2, data read does not match data written.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Use a different tape media."
+ },
+ "DIAG8156": {
+ "Description": "Testing requires scratch tape media.",
+ "Message": "Tape Drive %1 - S/N %2, no media, cannot test drive.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Install tape media or skip test."
+ },
+ "DIAG8157": {
+ "Description": "If then only Dell tape drives are tested and supported. If then disk drive may not be a Dell drive.",
+ "Message": "%1 Drive %2 - S/N %3, drive is not a supported drive.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Customer appears to have added a non-Dell Tape drive to his system."
+ },
+ "DIAG8158": {
+ "Description": "A device failed a command and testing cannot complete.",
+ "Message": "%1 Drive %2 - S/N %3, incorrect status = %4\\n%5.",
+ "Severity": "Critical",
+ "NumberOfArgs": 5,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Retry test. If failure persists and BIOS is up to date, a hardware problem is indicated."
+ },
+ "DIAG8160": {
+ "Description": "No detailed description available.",
+ "Message": "PERC Battery %1 - incorrect status = %2\\n%3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "If is (Battery missing or disconnected) then check the battery cable to the PERC controller. If is (Replace battery pack) then replace battery pack.If is (Remaining capacity low) then battery pack may need to be replaced soon."
+ },
+ "DIAG8166": {
+ "Description": "No detailed description available.",
+ "Message": "OS - Suspect corrupt MBR, verify MBR with Anti-Virus Application.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Run virus scan."
+ },
+ "DIAG8170": {
+ "Description": "A PCI device is functioning at a lower performance that it should be. If the device is in a physical PCI slot then \", Slot \" will be appended to the message.",
+ "Message": "PCIe - Training error PCI Tag-%1 VendorID-%2 DeviceID-%2SVid-%2SDid-%2 Bus %6: Link Degraded, maxLinkWidth = x%6, negotiatedLinkWidth = x%6, Slot %9.",
+ "Severity": "Warning",
+ "NumberOfArgs": 9,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Reseat the PCI-Express adapter described and retest."
+ },
+ "DIAG8171": {
+ "Description": "A PCI adapter was detected as present but it does not respond to PCI Configuration Space access, so is very sick or not inserted snugly in the PCI physical slot connector.",
+ "Message": "PCIe - PCI device in physical Slot %1, PCI Tag %2, is present but not responding.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Reseat or replace PCI adapter in the PCI slot indicated."
+ },
+ "DIAG8172": {
+ "Description": "A PCI device is functioning at a lower performance that it should be. If the device is in a physical PCI slot then \", Slot \" will be appended to the message.",
+ "Message": "PCIe - Speed slow PCI Tag-%1 VendorID-%2 DeviceID-%2SVid-%2SDid-%2 Bus %6: Link Trained x%6, Speed Max %8 GT/s, Neg %8 GT/s, Slow Slot %10.",
+ "Severity": "Warning",
+ "NumberOfArgs": 10,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Reseat the PCI-Express adapter described and retest."
+ },
+ "DIAG8335": {
+ "Description": "ARM-based tablets only.",
+ "Message": "Video - User indicated that one or more full color screens showed pixel errors.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify visually that there are pixels of the wrong color or missing. Replace LCD panel. If all pixels of one color are missing, replace video controller or motherboard."
+ },
+ "DIAG8336": {
+ "Description": "ARM-based tablets only.",
+ "Message": "Video - User indicated that the Grey Scale screen is not properly displayed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify visually that the grey scales are not showing properly. Replace LCD panel."
+ },
+ "DIAG8337": {
+ "Description": "ARM-based tablets only.",
+ "Message": "Video - User indicated that the Cross Hatch screen is not properly displayed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify visually that the cross hatch pattern has mismatches. Adjust the convergence settings on the LCD panel. Repeat the test. If error continues, replace the LCD panel or video controller."
+ },
+ "DIAG8338": {
+ "Description": "No detailed description available.",
+ "Message": "%1 - DriverBinding-Supported() function, Version %2, changed PCI Command Reg of device %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "The initial string indicates the uEFI driver with an issue. Update the BIOS to the latest version."
+ },
+ "DIAG8415": {
+ "Description": "No detailed description available.",
+ "Message": "Cables - BIOS reports no testable cable/jumper/connector/sensor.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the BIOS to the latest version."
+ },
+ "DIAG8611": {
+ "Description": "No detailed description available.",
+ "Message": "User reported not hearing speaker tone.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If the beep was not heard, verify the internal speakers are connected properly. On some systems, internal speakers are a purchased option. For a given system, if the speaker is optional, it might not exist on that system. If audio is not heard, make sure to unplug anything plugged into an external headphone jack and rerun the test. External HP jacks can mute the internal speakers at the hardware level."
+ },
+ "DIS001": {
+ "Description": "Auto Discovery starts automatically, but was unable to find a valid license. Once you have obtained a valid license and installed it, restart.",
+ "Message": "Auto Discovery feature not licensed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Follow service providers instructions to enable the license."
+ },
+ "DIS002": {
+ "Description": "Use the Lifecycle Controller or other service to enable Auto Discovery and restart.",
+ "Message": "Auto Discovery feature disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If you want AutoDiscovery to locate a Provisioning Server, enable this feature."
+ },
+ "DIS003": {
+ "Description": "Auto Discovery process will try to connect to a Provisioning Server over the next 24 hours.",
+ "Message": "Auto Discovery process started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS004": {
+ "Description": "The Auto Discovery process has timed out and stopped. The Auto Discovery process runs for 24 hours from the initial system power on or re-initialization request. Every 90 seconds the Auto Discovery client will attempt to identify and contact the Provisioning Server during this period.",
+ "Message": "Auto Discovery 24-hour timeout occurred. Stopping Auto Discovery process.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check for previous messages in the Lifecycle Controller Log that provide more specific information why the timeout occurred."
+ },
+ "DIS005": {
+ "Description": "Message was sent successfully from Auto Discovery to Provisioning Server to request certificate.",
+ "Message": "Auto Discovery communicated successfully with Provisioning Server %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIS006": {
+ "Description": "Auto Discovery operation was successful in establishing connection and getting certificate. Auto Discovery feature is no longer needed and has been disabled.",
+ "Message": "Auto Discovery operation successful. Disabling Auto Discovery feature.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS007": {
+ "Description": "Unable to connect to Provisioning Server to notify about new iDRAC IP .",
+ "Message": "Unable to notify Provisioning Server of iDRAC IP address change.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check Provisioning Server connectivity and retry."
+ },
+ "DIS008": {
+ "Description": "iDRAC IP address change in progress with Provisioning Server.",
+ "Message": "Notification of iDRAC IP address changed to %1 from %2 sent to Provisioning Server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIS009": {
+ "Description": "iDRAC IP address sent to Provisioning Server.",
+ "Message": "Notification of iDRAC IP address changed to %1 sent to Provisioning Server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIS010": {
+ "Description": "The Auto Discovery process has encountered a problem. One of the following messages will be displayed on the LCD display and entered in the LC log: 1) No credentials returned, 2) Blocked Because Admin Account Enabled, 3) Blocked Because IPv6 Enabled, 4) No IP on NIC, 5) No provisioning server found, 6) Provisioning server is unreachable/invalid address, 7) SSL connection failed no service at IP/port, 8) SSL connection refused, 9) SSL connection failed (Server authentication), 10) SSL connection failed (client authentication), 11) SSL connection failed other, 12) SOAP failure, 13) Failed to create account, 14) Blocked Because Active Directory Enabled, 15) No Service Tag, and 16) Unknown.",
+ "Message": "Auto Discovery LCD display message: %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Refer to Lifecycle Controller Remote Services User's Guide for additional information for LCD messages."
+ },
+ "DIS011": {
+ "Description": "Customer provided client certificate is being used. Auto Discovery client is using this certificate for the SSL connection with the Provisioning Server.",
+ "Message": "Auto Discovery client using customer signed client certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS012": {
+ "Description": "Factory signed client certificate is being used. Auto Discovery client is using this certificate for the SSL connection with the Provisioning Server.",
+ "Message": "Auto Discovery client using factory signed client certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS013": {
+ "Description": "Default client certificate is being used. Auto Discovery client is using this certificate for the SSL connection with the Provisioning Server.",
+ "Message": "Auto Discovery client using default client certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS014": {
+ "Description": "Auto Discovery client is using the customer provided Certificate Authority certificate to authenticate the Provisioning Server for the SSL connection.",
+ "Message": "Auto Discovery client using customer provided CA certificate to authenticate Provisioning Server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS015": {
+ "Description": "Auto Discovery client is using the default Certificate Authority certificate to authenticate the Provisioning Server for the SSL connection.",
+ "Message": "Auto Discovery client using default CA certificate to authenticate Provisioning Server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS016": {
+ "Description": "Provisioning Server responded to iDRAC IP address change.",
+ "Message": "Response received from Provisioning Server to the notification of iDRAC IP address change.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS100": {
+ "Description": "The AutoConfig operation is successfully completed by the iDRAC using the AutoConfig import file specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "The AutoConfig operation is successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS101": {
+ "Description": "The AutoConfig operation is started by iDRAC using the AutoConfig import file specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "The execution of AutoConfig operation is started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS102": {
+ "Description": "The AutoConfig configuration import operation could not be started, because the AutoConfig .xml file is not available in the sharename or location specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "Unable to start the AutoConfig import operation, because the AutoConfig import file is not available.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the sharename or location in the DHCP scope option field where the VendorID=iDRAC, make sure the AutoConfig import file is available, and then retry the operation."
+ },
+ "DIS103": {
+ "Description": "The network share folder cannot be accessed by using the credentials specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "The AutoConfig operation is unable to access a network share folder, because incorrect credentials are specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify whether or not the following are correctly entered in the DHCP scope option field where the VendorID=iDRAC, and then retry the operation: 1) Network share name. 2) The IP address of the network share folder. 3) The username and password (-u & -p )."
+ },
+ "DIS104": {
+ "Description": "The AutoConfig operation is unable to access the network share folder, because an invalid filename is specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "The AutoConfig operation is unable to access the network share folder, because an invalid filename is specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Specify a valid file name in the DHCP scope option field where the VendorID=iDRAC using the (-f )."
+ },
+ "DIS105": {
+ "Description": "The network share folder cannot be accessed, because an unsupported or invalid share type is specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "The AutoConfig operation is unable to access the network share folder, because an invalid sharetype value is specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid sharetype in DHCP scope option field where the VendorID=iDRAC using (-s <0 or 1>) where 0 = NFS, 2 = CIFS."
+ },
+ "DIS106": {
+ "Description": "The AutoConfig import file operation could not be successfully completed, because the shutdown type (-d) specified in the DHCP scope option field where the VendorID=iDRAC is incorrect.",
+ "Message": "Unable to start the AutoConfig file import operation, because an invalid shutdown type was specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid shutdown type in the DHCP scope option field where the VendorID=iDRAC using (-d <0 or 1>) where 0 = Graceful shutdown and 1 = Forced shutdown."
+ },
+ "DIS107": {
+ "Description": "Unable to start the AutoConfig file import operation, because an invalid AutoConfig time-to-wait value is specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "Unable to start the AutoConfig file import operation, because an invalid AutoConfig time-to-wait value is specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "In the DHCP scope option field where VendorID=iDRAC, enter a time-to-wait (-t) value more than 300 seconds and less than 3600 seconds and then retry the operation."
+ },
+ "DIS108": {
+ "Description": "The server could not be successfully configured, because Lifecycle Controller is either not installed or not enabled.",
+ "Message": "Unable to start the AutoConfig import operation, because Lifecycle Controller is not enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the Lifecycle Controller firmware on the server being configured is installed and enabled, then restart the iDRAC by pressing the System ID button for 15 seconds. For more information about Lifecycle Controller, see the Lifecycle Controller Users Guide available at dell.com/support/manuals."
+ },
+ "DIS109": {
+ "Description": "The server could not be configured because the End Host Power State value specified in the DHCP scope option field where the VendorID=iDRAC is incorrect.",
+ "Message": "Unable to start the AutoConfig file import operation, because an invalid End Host Power State value is specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "In the DHCP scope option field where VendorID=iDRAC, enter a end-host-power-state (-e <0 or 1>) where 0 = Powered Off and = Powered On, and then retry the operation."
+ },
+ "DIS110": {
+ "Description": "The AutoConfig operation is completed.",
+ "Message": "The AutoConfig operation is completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS111": {
+ "Description": "The AutoConfig operation is started.",
+ "Message": "The AutoConfig operation is started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DIS112": {
+ "Description": "The AutoConfig operation is using the file identified in the message.",
+ "Message": "The AutoConfig operation is using the %1 file.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIS113": {
+ "Description": "The AutoConfig configuration import operation could not be started, because no options were specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "Unable to start the AutoConfig file import operation, because no options were specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the following are correctly entered in the DHCP scope option field where the VendorID=iDRAC, and then retry the operation: 1) Filename -f ). 2) The IP address of the network share folder (-i ). 3) Network share name (-n ). 4) The share type (-s <0 or 2>) where 0 = NFS, 2 = CIFS. 5) The username and password (-u & -p ) 6) Shutdown type (-d <0 or 1>) where 0 = Graceful shutdown and 1 = Forced shutdown. 7) Time to wait (-t ) where value is more than 300 seconds and less than 3600 seconds."
+ },
+ "DIS114": {
+ "Description": "The AutoConfig feature timed out while waiting for Remote Services to be ready.",
+ "Message": "The AutoConfig feature timed out while waiting for Remote Services to be ready.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset iDRAC. To reset iDRAC by using RACADM command, run the racadm racreset command at the command line interface (CLI). For more information about resetting iDRAC, see iDRAC Users Guide available at the support site."
+ },
+ "DIS115": {
+ "Description": "The AutoConfig configuration import operation could not be started, because no options were specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "Unable to start the AutoConfig file import operation, because no options were specified in the DHCP scope option field where the VendorID=iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the following are correctly entered in the DHCP scope option field where the VendorID=iDRAC, and then retry the operation: 1) Filename -f ). 2) The IP address of the server containing the filename (-i ). 3) The share type (-s <0, 2, 4 or 5>) where 0 = NFS, 2 = CIFS, 4 = HTTP, 5 = HTTPS. 4) For share type CIFS and NFS, provide the network share name (-n ). 5) For share type CIFS, provide the username and password (-u & -p )."
+ },
+ "DIS116": {
+ "Description": "The AutoConfig operation cannot be completed because the parameter name identified in the message is not of flag type which is causing a syntax error. The parameter name must always be of flag type.",
+ "Message": "Unable to complete the AutoConfig operation because the parameter %1 is not of flag type, which is causing a syntax error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter an appropriate parameter of flag type and retry the operation. For example, -u is a flag indicating the username that has access to network share of CIFS type. For a list of recommended flags, see the Zero-Touch Bare Metal Server Provisioning using Dell iDRAC with Lifecycle Controller Auto Config white paper available at Dell TechCenter website."
+ },
+ "DIS117": {
+ "Description": "The AutoConfig operation cannot be completed because an argument is not entered for the flag identified in the message, which is causing a syntax error.",
+ "Message": "Unable to complete the AutoConfig operation because an argument is not entered for the flag %1, which is causing a syntax error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter an appropriate argument for the flag and retry the operation. For example, -s 0 indicates argument 0 is entered to indicate a share type of NFS. For a list of recommended flags and arguments, see the Zero-Touch Bare Metal Server Provisioning using Dell iDRAC with Lifecycle Controller Auto Config white paper available at Dell TechCenter."
+ },
+ "DIS118": {
+ "Description": "The AutoConfig operation cannot be completed because the flag identified in the message is not recognized, which is causing a syntax error.",
+ "Message": "Unable to complete the AutoConfig operation because the flag %1 is not recognized, which is causing a syntax error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter an appropriate flag and retry the operation. For example, -u is a flag indicating the username that has access to network share of CIFS type. For a list of recommended flags, see the Zero-Touch Bare Metal Server Provisioning using Dell iDRAC with Lifecycle Controller Auto Config white paper available at Dell TechCenter."
+ },
+ "DIS119": {
+ "Description": "The AutoConfig operation Timeout value is set to the duration as identified in the message.",
+ "Message": "The AutoConfig operation Timeout value is set to %1 minutes.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "DIS120": {
+ "Description": "The AutoConfig import operation cannot be started because the AutoConfig import file is not available in the sharename or location specified in DHCP scope option field where the VendorID=iDRAC.",
+ "Message": "Unable to start the AutoConfig import operation because the AutoConfig import file, %1, is not available.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the sharename or location in the DHCP scope option field where the VendorID=iDRAC, make sure the AutoConfig import file is available, and then retry the operation."
+ },
+ "DKM1000": {
+ "Description": "None.",
+ "Message": "A network problem detected. Cannot contact key management server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check for network connectivity. Review network, server, and client configuration."
+ },
+ "DKM1001": {
+ "Description": "None.",
+ "Message": "The key management service is operating correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "DKM1002": {
+ "Description": "None.",
+ "Message": "Key management server certificate problem detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check server configuration and certificates."
+ },
+ "DKM1004": {
+ "Description": "None.",
+ "Message": "The key management server received a bad request.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check for network connectivity. Review network, server, and client configuration."
+ },
+ "DKM1006": {
+ "Description": "None.",
+ "Message": "Key management server error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review server error logs for additional information."
+ },
+ "ENC1": {
+ "Description": "An Enclosure Management Module (EMM) has failed is inserted into the enclosure.",
+ "Message": "%1 was inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC10": {
+ "Description": "You have changed the enclosure asset name. This alert is provided for informational purposes.",
+ "Message": "The %1 asset name was changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC11": {
+ "Description": "An enclosure service tag was changed. In most circumstances, this service tag should only be changed by the service provider.",
+ "Message": "The %1 service tag was changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the service tag was changed under authorized circumstances."
+ },
+ "ENC12": {
+ "Description": "Communication with an enclosure has been restored. This alert is provided for informational purposes.",
+ "Message": "Communication resumed on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC13": {
+ "Description": "An unsupported configuration was detected. The SCSI rate of the Enclosure Management Modules (EMMs) are not the same.",
+ "Message": "Unsupported configuration detected on %1. %2 %3",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace one of the EMMs with the matching SCSI rate EMM."
+ },
+ "ENC14": {
+ "Description": "There are too many enclosures attached to the controller port. When the enclosure limit is exceeded, the controller loses contact with all enclosures attached to the port. This is an unsupported configuration.",
+ "Message": "The number of enclosures connected on %1 has exceeded the maximum limit supported by the controller.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the extra enclosures. Refer to the storage hardware documentation for maximum number of enclosures that can be connected."
+ },
+ "ENC15": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "An enclosure blink operation has initiated on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC16": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "An enclosure blink has ceased on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC17": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "An Enclosure Management Module (EMM) has been discovered on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC18": {
+ "Description": "The controller has lost communication with an Enclosure Management Module (EMM). The cables may be loose or defective.",
+ "Message": "Communication with %1 was lost.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure the cables are attached securely. See the storage hardware documentation for more information on checking the cables. Reboot the system."
+ },
+ "ENC19": {
+ "Description": "An Enclosure Management Module (EMM) has failed. The failure may be caused by a loss of power to the EMM. The EMM self-test may also have identified a failure. There may also be a firmware problem or a multi-bit error.",
+ "Message": "%1 has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reset the Enclosure Management Module (EMM). See the storage hardware documentation for information on replacing the EMM. Replace the EMM. Contact technical support if the issue persists."
+ },
+ "ENC2": {
+ "Description": "An Enclosure Management Module (EMM) was removed.",
+ "Message": "%1 was removed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reinsert the Enclosure Management Module (EMM). See the storage hardware documentation for information on replacing the EMM."
+ },
+ "ENC21": {
+ "Description": "A device has been removed and the system is no longer functioning in optimal condition.",
+ "Message": "%1 has been removed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the device."
+ },
+ "ENC22": {
+ "Description": "The enclosure has a bad sensor. The enclosure sensors monitor the fan speeds, temperature probes, and so on.",
+ "Message": "The %1 has a bad sensor %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Refer to the storage hardware documentation for more information."
+ },
+ "ENC23": {
+ "Description": "There is a problem with a physical connection or PHY in the enclosure identified in the message.",
+ "Message": "%1 - Issue with PHY %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Contact your service provider."
+ },
+ "ENC24": {
+ "Description": "The controller is not receiving a consistent response from the enclosure. There could be a firmware problem or an invalid cabling configuration. If the cables are too long, they degrade the signal.",
+ "Message": "Communication with %1 is intermittent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Power down all enclosures attached to the system and reboot . If the problem persists, upgrade the firmware to the latest supported version. Verify the cable configuration is valid. See the storage hardware documentation for valid cabling configurations."
+ },
+ "ENC25": {
+ "Description": "The enclosure or an enclosure component is in a Failed or Degraded state.",
+ "Message": "%1 has a hardware error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the health of the enclosure and its components. See the storage hardware documentation for more information. Contact technical support."
+ },
+ "ENC26": {
+ "Description": "The enclosure or an enclosure component is in a Failed or Degraded state. It is not responding to storage management commands or there is a connectivity problem between the controller and enclosure.",
+ "Message": "%1 is not responding.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the health of the enclosure and its components. See the hardware documentation to for more information. Contact technical support."
+ },
+ "ENC27": {
+ "Description": "The enclosure cannot support both SAS and SATA physical disks. Physical disks may be disabled. This alert is provided for informational purposes.",
+ "Message": "SAS or SATA mixing of physical disks is not supported within the %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC28": {
+ "Description": "The firmware on the EMM modules is not the same version. Both modules must have the same firmware version. This message is caused when you attempt to insert an EMM module that has a different firmware version than an existing module.",
+ "Message": "Enclosure Management Module (EMM) firmware version mismatch detected in %1.%2 %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Upgrade to the same version of the firmware on both EMM modules and then powercycle the system and attached enclosures."
+ },
+ "ENC29": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 temperature has returned to normal.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC3": {
+ "Description": "The physical disk enclosure is either hotter or cooler than the maximum or minimum allowable temperature range.",
+ "Message": "%1 is shutdown.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check for factors that may cause overheating or excessive cooling. For example, verify that the enclosure fan is working. You should also check the thermostat settings and examine whether the enclosure is located near a heat source. Make sure the enclosure has enough ventilation and that the room temperature is not too hot or too cold. Refer to the enclosure documentation for more diagnostic information."
+ },
+ "ENC30": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 firmware download is in-progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC31": {
+ "Description": "The system was unable to download firmware to the enclosure. The controller may have lost communication with the enclosure. There may have been problems with the data transfer or the download media may be corrupt.",
+ "Message": "Firmware download on %1 has failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Attempt to download the enclosure firmware again. If problems continue, verify that the controller can communicate with the enclosure. Make sure that the enclosure is powered ON. Refer to the storage hardware documentation for information on checking the cables."
+ },
+ "ENC32": {
+ "Description": "The SEP has been rebooted as part of the firmware download operation and will be unavailable until the operation completes.",
+ "Message": "Storage Enclosure Processor (SEP) for %1 has been rebooted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC33": {
+ "Description": "Data redundancy has been restored to an enclosure that previously suffered a loss of redundancy.",
+ "Message": "Redundancy on %1 is normal.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "This alert is provided for informational purposes."
+ },
+ "ENC4": {
+ "Description": "The firmware on the EMM modules is not the same version. It is required that both modules have the same version of the firmware. This alert may be caused when you attempt to insert an EMM module that has a different firmware version than an existing module.",
+ "Message": "%1 firmware mismatch.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Download the same version of the firmware to both EMM modules."
+ },
+ "ENC40": {
+ "Description": "The controller detected a new enclosure. This is due either to a hot plug of an enclosure, or a power state change of an enclosure. In addition, this message is generated if the daisy chain order of the enclosures changes.",
+ "Message": "A new enclosure was detected on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC41": {
+ "Description": "The redundant path on the enclosure identified in the message is restored.",
+ "Message": "The redundant path on the %1 is restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC42": {
+ "Description": "The redundant path on the enclosure identified in the message is unavailable. Even though the storage communication path between the controller and enclosure is currently available, the communication will end if another path fails.",
+ "Message": "The redundant path on the %1 is unavailable.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The controller has lost communication with an enclosure. Make sure that the cables are not loose and defective. For information about checking cable status, see the Storage Hardware documentation available on the support site."
+ },
+ "ENC43": {
+ "Description": "The Enclosure Management Module (EMM) installed in sled that is available in slot identified in the message has failed either because 1)Power loss to the Expander Module. 2) The Expander self-test may also have identified a failure. 3) A firmware issue. 4) Multi- bit error.",
+ "Message": "The Enclosure Management Module (EMM) %1 installed in sled that is available in slot %2 has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Reset the Expander Module. For information about resetting or replacing the Expander Module , see the Storage hardware documentation available on the support site. If the issue persists, contact your service provider."
+ },
+ "ENC44": {
+ "Description": "The redundant multipath connection to the enclosure identified in the message abruptly disconnected because either the EMM is removed, cable is damaged, the cable is removed, a SAS IOM module is powered off, is damaged or is removed.",
+ "Message": "The redundant multipath connection to the enclosure %1 is abruptly disconnected because either the EMM is removed, cable is damaged, the cable is removed, a SAS IO Module is powered off, is damaged or is removed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following: 1) Make sure that the cables are properly connected to the Controller. 2) If the Enclosure Management Module (EMM) is removed, reinsert the EMM. 3) Check the status of both SAS IO modules (IOM). If a SAS IO module is removed, reinsert the SAS IOM."
+ },
+ "ENC45": {
+ "Description": "The redundant path connection to the enclosure identified in the message is restored and now available.",
+ "Message": "The redundant path connection to the enclosure %1 is restored and now available.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC5": {
+ "Description": "One or more of the enclosure components has failed. For example, a fan or power supply may have failed. Although the enclosure is currently operational, the failure of additional components could cause the enclosure to fail.",
+ "Message": "Redundancy on %1 is degraded",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Identify and replace the failed component. To identify the failed component, select the enclosure in the tree view and click the Health subtab. Any failed component will be identified with a red X on the enclosure's Health subtab. Alternatively, you can select the Storage object and click the Health subtab. The controller status displayed on the Health subtab indicates whether a controller has a failed or degraded component. See the enclosure documentation for information on replacing enclosure components and for other diagnostic information."
+ },
+ "ENC6": {
+ "Description": "The controller is unable to communicate with an enclosure. There are several reasons for communication loss. For example, there may be a bad or loose cable. An unusual amount of I/O may also interrupt communication with the enclosure. In addition, communication loss may be caused by software, hardware, or firmware problems, bad or failed power supplies, and enclosure shutdown.",
+ "Message": "Communication timeout on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check for problems with the cables. See the Cables attached correctly section for more information on checking the cables. You should also check to see if the enclosure has degraded or failed components. To do this, select the enclosure object in the tree view and click the Health subtab. The Health subtab displays the status of the enclosure components. Verify that the controller has the supported driver and firmware versions installed and that each Enclosure Management Modules (EMMs) are running the same version of supported firmware."
+ },
+ "ENC7": {
+ "Description": "You have enabled the enclosure alarm. This alert is provided for informational purposes.",
+ "Message": "The %1 alarm was enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC8": {
+ "Description": "You have disabled the enclosure alarm.",
+ "Message": "The %1 alarm was disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ENC9": {
+ "Description": "You have changed the enclosure asset tag. This alert is provided for informational purposes.",
+ "Message": "The %1 asset tag was changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0000": {
+ "Description": "The fan is not performing optimally. The fan may be installed improperly or may be failing.",
+ "Message": "Fan %1 RPM is less than the lower warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the fan at the next scheduled service window. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0001": {
+ "Description": "The fan is not performing optimally. The fan may be installed improperly or may be failing.",
+ "Message": "Fan %1 RPM is less than the lower critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the fan. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0002": {
+ "Description": "The fan is not performing optimally. The fan may be installed improperly or may be failing.",
+ "Message": "Fan %1 RPM is greater than the upper warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the fan at the next scheduled service window. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0003": {
+ "Description": "The fan is not performing optimally. The fan may be installed improperly or may be failing.",
+ "Message": "Fan %1 RPM is greater than the upper critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the fan. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0004": {
+ "Description": "The fan is not performing optimally. The fan may be installed improperly or may be failing.",
+ "Message": "Fan %1 RPM is outside of range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the fan. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0005": {
+ "Description": "None.",
+ "Message": "Fan %1 RPM is within range.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0006": {
+ "Description": "The fan may be required for optimal performance.",
+ "Message": "Fan %1 is removed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If unintentional, install a fan."
+ },
+ "FAN0007": {
+ "Description": "None.",
+ "Message": "Fan %1 was inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0008": {
+ "Description": "None.",
+ "Message": "Fan %1 is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0009": {
+ "Description": "The fan may be required for optimal performance.",
+ "Message": "Fan %1 is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If unintentional, install a fan."
+ },
+ "FAN0010": {
+ "Description": "The fan may be required for optimal performance.",
+ "Message": "Fan %1 is disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0011": {
+ "Description": "None.",
+ "Message": "Fan %1 is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0012": {
+ "Description": "The device is not performing optimally. The device may be installed improperly.",
+ "Message": "%1 RPM is less than the lower warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the device at the next scheduled service. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0013": {
+ "Description": "The cooling device is not performing optimally. The cooling device may be installed improperly.",
+ "Message": "%1 RPM is less than the lower critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the cooling device. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0014": {
+ "Description": "The cooling device is not performing optimally. The cooling device may be installed improperly.",
+ "Message": "%1 RPM is greater than the upper warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the cooling device. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0015": {
+ "Description": "The cooling device is not performing optimally. The cooling device may be installed improperly.",
+ "Message": "%1 RPM is greater than the upper critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the cooling device. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0016": {
+ "Description": "The cooling device is not performing optimally. The cooling device may be installed improperly.",
+ "Message": "%1 RPM is outside of normal operating range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the cooling device. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "FAN0017": {
+ "Description": "The RPM of the fan identified in the message is functioning correctly.",
+ "Message": "%1 RPM is within normal operating range.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0018": {
+ "Description": "Enhanced Cooling Mode is not supported by the type of fan identified in the message.",
+ "Message": "Enhanced Cooling Mode is not supported for fan %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the fan identified in the message with another fan which supports Enhanced Cooling Mode."
+ },
+ "FAN0019": {
+ "Description": "An incompatibility between operating mode and fan type was corrected for the fan identified in the message.",
+ "Message": "An incompatibility between operating mode and fan type was corrected for fan %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0028": {
+ "Description": "The fan identified in the message is inserted.",
+ "Message": "Fan %1 is inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0029": {
+ "Description": "The fan identified in the message is either removed, incorrectly installed, or not present.",
+ "Message": "Fan %1 is either removed, incorrectly installed, or not present.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Install the fan at the next scheduled service."
+ },
+ "FAN0030": {
+ "Description": "The configuration of fan identified in the message is not matching with the other fans in the server.",
+ "Message": "Fan %1 configuration mismatch.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the fan with one that has similar configuration during the next scheduled service. For more information about recommended fan configurations, see the iDRAC User's Guide available on the support site."
+ },
+ "FAN0031": {
+ "Description": "The configuration mismatch of fan identified in the message is successfully resolved. For more information about recommended fan configurations, see the iDRAC User's Guide available on the support site.",
+ "Message": "Fan %1 configuration mismatch resolved.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0032": {
+ "Description": "The communication with the fan identified in the message is lost.",
+ "Message": "The communication with %1 fan %2 is lost.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "If absent, insert a fan. If the fan is present, remove and reseat into the enclosure. If the issue persists, contact your service provider."
+ },
+ "FAN0033": {
+ "Description": "The communication with the fan identified in the message is restored.",
+ "Message": "The communication with %1 fan %2 is restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0034": {
+ "Description": "The speed (RPM) of the fan identified in the message is less than the lower warning threshold value.",
+ "Message": "The speed (RPM) of the %1 fan %2 is less than the lower warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the device during the next scheduled service window. If the issue persists, contact your service provider."
+ },
+ "FAN0035": {
+ "Description": "The speed (RPM) of the fan identified in the message is less than the lower critical threshold value.",
+ "Message": "The speed (RPM) of the %1 fan %2 is less than the lower critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the device during the next scheduled service window. If the issue persists, contact your service provider."
+ },
+ "FAN0036": {
+ "Description": "The speed (RPM) of the fan identified in the message is within the normal operating range.",
+ "Message": "The speed (RPM) of the %1 fan %2 is within the normal operating range.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN0037": {
+ "Description": "An issue in the chassis infrastructure hardware or fan module identified in the message has affected the chassis thermal control feature. However, the chassis thermal control feature is temporarily recovered.",
+ "Message": "An issue in the chassis infrastructure hardware or %1 fan %2 has affected the chassis thermal control feature.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Contact your service provider."
+ },
+ "FAN1000": {
+ "Description": "The enclosure detected that a fan was removed and the enclosure is no longer functioning in optimal condition.",
+ "Message": "%1 was removed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-insert the fan into the enclosure. Contact technical support if the issue persists."
+ },
+ "FAN1001": {
+ "Description": "The enclosure detected that a fan was inserted.",
+ "Message": "%1 has been inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FAN1002": {
+ "Description": "The enclosure detected that a fan has failed and the enclosure is no longer functioning in optimal condition.",
+ "Message": "%1 has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support."
+ },
+ "FAN8500": {
+ "Description": "Enabling Enhanced Cooling Mode will provide increased airflow capability to the blades by increasing the maximum allowable blower speed at the cost of increased power consumption.",
+ "Message": "Enhanced Cooling Mode is Enabled",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "FAN8501": {
+ "Description": "Disabling Enhanced Cooling Mode allows for reduced power consumption by reducing the maximum speed of the blowers while still providing sufficient blade airflow.",
+ "Message": "Enhanced Cooling Mode is Disabled",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "FAN8502": {
+ "Description": "The current CMC firmware did not detect the blower identified in the message.",
+ "Message": "Unable to detect the blower %1 because the blower may not be optimally operating.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that CMC is using the latest firmware, and then retry the operation."
+ },
+ "FAN8503": {
+ "Description": "The Chassis was turned off because more than two Chassis internal fans stopped functioning. The fans with issues are identified in the CMC Hardware (System Event Log) and Chassis Logs.",
+ "Message": "The Chassis was turned off because more than two internal fans stopped functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the Chassis internal fans are functioning. At the command line interface (CLI), enter the following command to identify fans that are not functioning: \"racadm getsel\". Using the CMC Web GUI, select the chassis, click the Logs tab, and then select Hardware Log. Reinsert or replace fans that are not functioning correctly."
+ },
+ "FAN900": {
+ "Description": "The Enhanced Cooling Mode is successfully enabled.",
+ "Message": "The Enhanced Cooling Mode is successfully enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "FAN901": {
+ "Description": "The Enhanced Cooling Mode is successfully disabled.",
+ "Message": "The Enhanced Cooling Mode is successfully disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "FAN902": {
+ "Description": "The Enhanced Cooling Mode cannot be set because required power is not available.",
+ "Message": "Cannot enable the Enhanced Cooling Mode because sufficient power is not available.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Add PSUs with higher power capability or remove Chassis components such as I/O Modules or servers until the power requirements have been lowered enough to enable the Enhanced Cooling Mode, and then retry the operation."
+ },
+ "FAN903": {
+ "Description": "The Enhanced Cooling Mode cannot be enabled because an unsupported fan is present in the Chassis.",
+ "Message": "Cannot enable the Enhanced Cooling Mode because an unsupported fan is inserted in the Chassis.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert a fan that is supported by the Chassis, and then retry the operation. For a list of fans that are supported by Chassis, see the Chassis Management Controller Users Guide."
+ },
+ "FAN904": {
+ "Description": "The Enhanced Cooling Mode cannot be enabled because the Maximum Power Conservation Mode is enabled.",
+ "Message": "Cannot enable the Enhanced Cooling Mode because the Maximum Power Conservation Mode is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the Maximum Power Conservation Mode, and then retry the operation. To disable the mode by using CMC Web interface, click Chassis Overview > Power > Configuration. To disable the mode using the RACADM utility, run the command \"racadm config -g cfgThermal -o cfgThermalEnhancedCoolingMode 0\"."
+ },
+ "FAN905": {
+ "Description": "Applying fan configuration settings. This may take several seconds.",
+ "Message": "Applying fan configuration settings. This may take several seconds.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "FAN906": {
+ "Description": "Changes are not made to the current settings.",
+ "Message": "Changes are not made to the current settings.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that changes are made to the settings and retry the operation."
+ },
+ "FAN907": {
+ "Description": "The Enhanced Cooling Mode feature is already enabled.",
+ "Message": "The Enhanced Cooling Mode feature is already enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "FAN908": {
+ "Description": "The Enhanced Cooling Mode feature is already disabled.",
+ "Message": "The Enhanced Cooling Mode feature is already disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "FAN911": {
+ "Description": "The attempt to enable the Enhanced Cooling Mode (ECM) was not successful because ECM is already enabled or Gen3 fans are not present in the Chassis.",
+ "Message": "The attempt to enable the Enhanced Cooling Mode was not successful.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check whether or not the Enhanced Cooling Mode (ECM) is already enabled. Make sure there are Gen3 fans in the Chassis and retry the operation."
+ },
+ "FC001": {
+ "Description": "The command was successful.",
+ "Message": "The command was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "FC002": {
+ "Description": "Unable to allocate memory required to perform the operation.",
+ "Message": "Unable to allocate memory.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Perform an AC power cycle and retry Lifecycle Controller and iDRAC firmware update."
+ },
+ "FC003": {
+ "Description": "An invalid number of arguments was provided to the method.",
+ "Message": "Missing required parameter.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter required input parameters and retry. For more information, see Lifecycle Controller User's Guide or the FC HBA Profile specification."
+ },
+ "FC004": {
+ "Description": "The value for the specified parameter is invalid.",
+ "Message": "Invalid parameter value for %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the input parameter values that are provided to the method match the parameter data type and possible values defined in the FC HBA Profile specification."
+ },
+ "FC005": {
+ "Description": "The number of AttributeName and AttributeValue array elements are not equal.",
+ "Message": "The number of AttributeName array elements does not match the AttributeValue array element count.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide equal number of array elements for AttributeName and AttributeValue parameters. For more information about input parameters, see FC HBA Profile specification."
+ },
+ "FC006": {
+ "Description": "A configuration job already exists for the specified target. No further configuration operations are allowed until the existing job is competed or the job is cancelled.",
+ "Message": "Configuration job already created, cannot set attribute on specified target until existing job is completed or is cancelled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the existing configuration job for the targeted component is complete or cancel the existing job before retrying the operation."
+ },
+ "FC007": {
+ "Description": "Configuration job already created on the specified target. No further command is allowed until the existing job succeeded or the job is cancelled.",
+ "Message": "A configuration job already exists. Unable to create another configuration job on specified target until existing job is completed or is cancelled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the existing job to complete or cancel the existing job and retry the operation."
+ },
+ "FC008": {
+ "Description": "No changes are available between the previous configuration and the current configuration. To create a Configuration job, change at least one attribute.",
+ "Message": "No pending data present to create a Configuration job.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the configuration of one or more attributes and retry creating the Configuration job."
+ },
+ "FC009": {
+ "Description": "Lifecycle Controller cannot gain access to internal storage due to use by another application or operation.",
+ "Message": "Lifecycle Controller is currently in use.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for Lifecycle Controller to complete the current operation. Make sure that the system is: 1) Not currently in Lifecycle Controller Unified Server Configurator 2) Not waiting for user intervention at F1/F2 POST error 3) Not in any of the device or controller Option ROMs and retry the operation."
+ },
+ "FC010": {
+ "Description": "For 11G systems: System Services must be enabled to perform the requested operation. System Services has been disabled through the iDRAC configuration utility accessed by pressing CTRL+E on boot up or through a remote operation. For 12G and above generations: Lifecycle Controller must be enabled to perform the requested operation. Lifecycle Controller has been disabled by pressing F2 Setup, selecting iDRAC Configuration, and selecting Lifecycle Controller Settings on boot up or through a remote operation.",
+ "Message": "Unable to create Configuration job because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For 11G systems: Use the iDRAC configuration utility to enable the System Services by pressing the CTRL+E option on boot up at the targeted system. For 12G and above generations: Use F2 Setup, select iDRAC Configuration, and select Lifecycle Controller Settings, to enable the Lifecycle Controller on boot up of the targeted system."
+ },
+ "FC011": {
+ "Description": "Configuration job already created on the specified target. No further command is allowed until the existing job is completed.",
+ "Message": "Configuration job already created, pending data cannot be deleted.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Cancel the configuration job or wait for the job to complete. Refer to documentation on job cancellation."
+ },
+ "FC012": {
+ "Description": "No changes to component attribute data are available between the previous configuration and the current configuration.",
+ "Message": "No pending data to delete.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "FC013": {
+ "Description": "An incorrect AttributeName parameter name was provided.",
+ "Message": "Invalid AttributeName: %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter the correct AttributeName available for the component in the system. Identify the correct AttributeName from the attribute enumeration response for the component or refer to the FC HBA Profile specification."
+ },
+ "FC014": {
+ "Description": "The AttributeValue parameter is invalid due to one of the following: 1) The length of new AttributeValue is not within the minimum length and maximum length range or does not comply with the governing regular expression 2) Value of new AttributeValue is not within the lower bound and upper bound range limits 3) The value is not one of the possible values.",
+ "Message": "Invalid AttributeValue parameter content for corresponding AttributeName %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "For valid attribute values, see the FC HBA Profile specification."
+ },
+ "FC015": {
+ "Description": "A set attribute operation was not successful because the attribute is read-only.",
+ "Message": "Unable to change read-only attribute %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FC016": {
+ "Description": "A set attribute operation was not successful because the attribute is disabled.",
+ "Message": "Unable to change the attribute value of the disabled attribute %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FC017": {
+ "Description": "An internal error occurred in iDRAC and the operation cannot continue. An iDRAC reset is required to recover from the error.",
+ "Message": "Unable to perform the operation due to an internal error in iDRAC.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Disconnect the AC power source from the system, reconnect the power source, and retry the operation."
+ },
+ "FC018": {
+ "Description": "The configuration operation cannot be started because the System Lockdown mode is enabled.",
+ "Message": "Unable to start the configuration operation because the System Lockdown mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the Lockdown.1#SystemLockdown attribute is set to Disabled in the DCIM_iDracCardEnumeration class by running the WS-Man get command at the command line interface (CLI), and then retry the operation."
+ },
+ "FC102": {
+ "Description": "The FC controller port link identified in the message is not functioning either because the FC cable is not connected or the FC device is not functioning.",
+ "Message": "The %1 port %2 link is not functioning either because the FC cable is not connected or the FC device is not functioning.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Make sure that the FC port is enabled. 2) Make sure the Activity/Speed LEDs are lit if the physical port has LEDs. 3) Check the FC cable and FC cable connections for proper installation. 4) Check that the attached FC switch is functioning."
+ },
+ "FC103": {
+ "Description": "The network connection of the FC controller port link identified in the message is successfully started.",
+ "Message": "The %1 port %2 network connection is successfully started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "FCD8500": {
+ "Description": "The server specified in the message must be turned off or the server slot must be empty before changing the FlexAddress configuration.",
+ "Message": "Unable to apply the %1 configuration. The affected servers (slot %2) are not turned off.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Turn off the server and retry the operation."
+ },
+ "FCD8501": {
+ "Description": "The FlexAddress, FlexAddress+ or extended storage feature is deactivated. Turn chassis off and remove the feature card.",
+ "Message": "The feature is deactivated: %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Turn chassis OFF and remove card. Alternately, to repair the card, perform Repair by navigating to the CMC GUI -> Chassis Controller -> Flash Media page."
+ },
+ "FCD8503": {
+ "Description": "Chassis already has the feature identified in the message activated. Only one instance of a feature can be activated at a time. If the feature must be activated on the new card, it must be deactivated before activating.",
+ "Message": "The feature is activated in the chassis: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FCD8504": {
+ "Description": "The card was installed and activated on another chassis. To use this card, it must be deactivated (uninstalled) on the other chassis.",
+ "Message": "The feature was previously activated on another chassis.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the card and install it on the chassis where the feature is activated."
+ },
+ "FCD8505": {
+ "Description": "Features cannot be deactivated when the chassis is turned on.",
+ "Message": "The features cannot be deactivated when the chassis is turned on.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn off the chassis via the Web interface or RACADM command line interface before deactivating the feature. To turn off the chassis using Racadm type \"racadm chassisaction -m chassis powerdown\". To deactivate the feature using RACADM, type \"racadm -d\" where is the name of the feature to be deactivated."
+ },
+ "FCD8531": {
+ "Description": "The CMC is not responding. The chassis has the factory-programmed service tag.",
+ "Message": "Unable to activate the %1. The chassis service tag is unavailable.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact your service provider."
+ },
+ "FCD8532": {
+ "Description": "The FlexAddress feature cannot be activated because the SD card in which the FlexAddress (pwwn_mac.xml) or FlexAddressPlus file (pwwn_mac_ext.xml) is stored is corrupted with invalid data.",
+ "Message": "Unable to activate the FlexAddress feature because the SD card in which the FlexAddress is stored is corrupted.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact your service provider or repair the SD card. For more information about repairing the SD card, see the Troubleshooting section in the Chassis Management Controller Owner's Manual available on the support site."
+ },
+ "FSD000": {
+ "Description": "The customer has authorized the specified debug capabilities on this iDRAC. (This should occur in response to a request from Dell tech support.) Each debug capability represents a certain action Dell engineers can perform to debug iDRAC.",
+ "Message": "Debug authorized by customer; debugcaps: %1, was authorized by: %2, at %3 for the period: %4 to %5.",
+ "Severity": "Informational",
+ "NumberOfArgs": 5,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FSD001": {
+ "Description": "Dell has authorized the specified debug capabilities. Each debug capability represents a certain action Dell engineers can perform to debug iDRAC.",
+ "Message": "Debug authorized by Dell; debugcaps: %1, at %2, was authorized by Dell employee: %3, for the time period %4 to %5.",
+ "Severity": "Informational",
+ "NumberOfArgs": 5,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "FSD002": {
+ "Description": "A RACADM Debug command failed. If the RACADM Debug command was executed under the direction of Dell tech support then further assistance from tech support should be requested. Otherwise this command is not intended for customer use.",
+ "Message": "Debug authorization failed; for debugCaps: %1, authorized by iDRAC user: %2, and Dell employee: %3, at %4 for the period: %5 to %6.",
+ "Severity": "Warning",
+ "NumberOfArgs": 6,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify all of the following 1) ensure that the unblock, grant, and invoke/start/stop/resume commands are all executed against the same iDRAC. 2) ensure dat.ini file has not been changed in any way. 3) ensure that current date falls between the start and end times. Note that Dell can further restrict both the set of debugCaps that is authorized and the start and stop times. If an authorized person did not enter a RACADM debug command then an attacker may have entered the command."
+ },
+ "FSD003": {
+ "Description": "A non-production firmware version is requested.",
+ "Message": "A non-production firmware version is requested.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "FSD004": {
+ "Description": "A non-production firmware version is authorized.",
+ "Message": "A non-production firmware version is authorized.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response is required."
+ },
+ "GMGR0000": {
+ "Description": "The iDRAC Group Manager feature is disabled. iDRAC will no longer be able to create or join iDRAC local groups. However, all the earlier settings of Group Manager are preserved. To enable the Group Manager, log in to iDRAC. On the Dashboard page, from the Open Group Manager menu, select Enable Group Manager.",
+ "Message": "The iDRAC Group Manager feature is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0001": {
+ "Description": "The iDRAC Group Manager feature is enabled. All the iDRAC Group Manager features, if configured earlier to a group, will be preserved. iDRAC will be able to create or join iDRAC local groups.",
+ "Message": "The iDRAC Group Manager feature is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0002": {
+ "Description": "The iDRAC local group with a name identified in the message is successfully created. Current iDRAC continues to be the Primary Controller of iDRAC local group.",
+ "Message": "The iDRAC local group %1 is successfully created.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0003": {
+ "Description": "The iDRAC local group with a name identified in the message is successfully deleted. The deleted iDRAC will be shown as available in other groups' views for forming a group.",
+ "Message": "The iDRAC local group %1 is successfully deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0004": {
+ "Description": "The iDRAC local group is successfully renamed to new name identified in the message.",
+ "Message": "The iDRAC local group is successfully renamed to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0005": {
+ "Description": "The iDRAC with the Service Tag identified in the message has successfully joined the local iDRAC group identified in the message.",
+ "Message": "iDRAC %1 successfully joined the local iDRAC Group %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0006": {
+ "Description": "The iDRAC successfully removed itself from the local group identified in the message. The removed iDRAC can now join any available local groups.",
+ "Message": "iDRAC successfully removed itself from the local group %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0007": {
+ "Description": "The server having the Service Tag identified in the message has successfully joined the local iDRAC group identified in the message. The server can now be managed from the local group.",
+ "Message": "The server %1 has successfully joined the local iDRAC group %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0008": {
+ "Description": "The iDRAC having the Service Tag identified in the message has been successfully removed from the local iDRAC group identified in the message.",
+ "Message": "The server %1 is successfully removed from the group %2 by the Group Manager administrator.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0009": {
+ "Description": "The server having the Service Tag identified in the message is assigned as the Primary Controller of the group identified in the message. Hereafter, all group tasks can be done from the Primary Controller.",
+ "Message": "The server %1 is successfully assigned as the Primary Controller of the group %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0010": {
+ "Description": "iDRAC is unable to communicate within the server group because either the service tag is not configured, group passcode has changed, group was deleted and does not exist or network cable is disconnected from the Primary Controller.",
+ "Message": "Unable to complete the operation as iDRAC is unable to communicate within the server group either because service tag is not configured, group passcode has changed, group was deleted and does not exist or network is disconnected from the master server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the group was not deleted prior or cabling of all iDRAC servers is correct or server has a configured service tag. If the issue persists, try disabling and reenabling the group manager or reset the IDRAC."
+ },
+ "GMGR0011": {
+ "Description": "The Group Manager identified a Secondary Controller for the local group.",
+ "Message": "The Group Manager identified a Secondary Controller for the local group.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0012": {
+ "Description": "The new iDRAC local group cannot be created in Group Manager either because a group with the same name already exists, Service tag not setup for the system or there is an error in network connection.",
+ "Message": "Unable to create new iDRAC local group either because a group with the same name already exists, Service tag not setup for the server or there is an error in network connection.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do any one of the following and retry the operation: a) Check if another group with the same name appears in the Group Manager Discovered Groups view. b) Verify the system has a servicetag setup c) Verify your network settings. d) Restart iDRAC."
+ },
+ "GMGR0013": {
+ "Description": "The iDRAC local group identified in the message cannot be deleted because of an internal issue in the Primary Group Controller.",
+ "Message": "Unable to delete the iDRAC local group %1 because of an internal issue in the Primary Group Controller.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the operation. If the issue persists, restart the iDRAC."
+ },
+ "GMGR0014": {
+ "Description": "The iDRAC local group cannot be renamed to the new name identified in the message either because a group already exists with the same name or there is an internal issue in the Primary Group Controller.",
+ "Message": "Unable to rename the iDRAC local group to %1 either because a group already exists with the same name or there is an internal issue in the Primary Group Controller.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do any one of the following and retry the operation: a) Check if another group with the same name appears in the Group Manager Discovered Groups view. b) Restart iDRAC."
+ },
+ "GMGR0015": {
+ "Description": "The iDRAC cannot be added to local group identified in the message because the maximum possible iDRACs are already added to group.",
+ "Message": "Unable to add iDRAC to local group %1 because the maximum possible iDRACs are already added to group.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove existing iDRAC(s) from the local group to free up slots. If there are more than the maximum possible iDRACs, consider upgrading to OpenManage Consoles."
+ },
+ "GMGR0016": {
+ "Description": "The Service Tag identified in the message could not join the iDRAC local group identified in the message either because the Group passcode entered is incorrect, local group already has the max allowed iDRACs, or issues in network connection.",
+ "Message": "%1 is unable to join the iDRAC local group %2 either because the Group passcode is incorrect, group already has the max allowed iDRACs, iDRAC already part of another group, group name does not exist, or issues in network connection.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Do any one of the following and retry the operation: a) Enter correct Group Passcode. b) Remove existing iDRAC(s) from the local group. Consider upgrading to a supported console if there are more than the maximum iDRACs. c) Verify the network cabling connections."
+ },
+ "GMGR0017": {
+ "Description": "The group member identified in the message cannot be removed from group identified in the message because a group job is in progress with in the group. Retry the operation after the group job is complete.",
+ "Message": "Unable to remove the group member %1 from group %2 because a group job is in progress with in the group.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Log in to the group manager and track the progress of the group task. Retry the operation once the group task is completed."
+ },
+ "GMGR0018": {
+ "Description": "The group job identified in the message is successfully rescheduled.",
+ "Message": "The group job %1 of type %2 is rescheduled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0019": {
+ "Description": "The group job identified in the message is successfully stopped. The job details can be viewed in the Group Manager job view.",
+ "Message": "The group job %1 of type %2 is stopped.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0020": {
+ "Description": "The group job identified in the message is successfully cancelled.",
+ "Message": "The group job %1 of type %2 is cancelled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0021": {
+ "Description": "The group job identified in the message is rerunning a failed operation on the basis of a user request.",
+ "Message": "The group job %1 of type %2 is rerunning a failed operation per user request.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0022": {
+ "Description": "The group job identified in the message is successfully completed.",
+ "Message": "The group job %1 of type %2 is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0023": {
+ "Description": "The group job identified in the message is completed but with errors. The job details can be viewed in the Group Manager job view.",
+ "Message": "The group job %1 of type %2 is completed but with errors.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Review the error details in Group Manager job view and rerun the operation if required."
+ },
+ "GMGR0024": {
+ "Description": "The group passcode is successfully changed.",
+ "Message": "The group passcode is successfully changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0025": {
+ "Description": "The group job identified in the message could not be completed.",
+ "Message": "Unable to complete the group job %1 of type %2 on the iDRAC %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "See the job details in the iDRAC Group Manager job view, and then retry the operation if required."
+ },
+ "GMGR0026": {
+ "Description": "The group passcode cannot be modified because one or more iDRACs did not respond within 48 hours.",
+ "Message": "Unable to modify the group passcode because one or more iDRACs did not respond within 48 hours.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the group job ID for information about the failed iDRACs in the Group Manager job view. Check network connection and system health of each iDRAC from the GUI. Remove the iDRAC(s) from the group and rejoin the group by using new passcode."
+ },
+ "GMGR0027": {
+ "Description": "The group passcode could not be modified.",
+ "Message": "Unable to modify the local group passcode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Log in to the iDRAC as administrator, exit the local group, and then rejoin by using the new passcode. If the issue persists, restart iDRAC and retry the operation."
+ },
+ "GMGR0028": {
+ "Description": "The configuration clone operation cannot be completed either because of a firmware mismatch between Primary Group Controller and Group Member or because of network issues.",
+ "Message": "Unable to complete the configuration clone operation either because of a firmware mismatch between Primary Group Controller and Group Member or because of network issues.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "See iDRAC Group Manager job view for information about recommended correction action. In case of a firmware mismatch, ensure the firmware versions match each other by performing a firmware update."
+ },
+ "GMGR0029": {
+ "Description": "The iDRAC identified in the message is successfully ignored from the Group Manager's autodiscovery, and then added to the Ignore list.",
+ "Message": "The iDRAC %1 is successfully ignored from the Group Manager's autodiscovery.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0030": {
+ "Description": "The passcode for joining iDRAC local group is successfully changed.",
+ "Message": "The iDRAC local group passcode is successfully changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0031": {
+ "Description": "The Secondary Controller iDRAC is unavailable. Group redundancy is degraded. The group automatically selects a Secondary Controller after 10 minutes.",
+ "Message": "The iDRAC local group Secondary Controller %1 is unavailable.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0032": {
+ "Description": "The iDRAC identified in the message is successfully removed from the Ignore list.",
+ "Message": "The iDRAC %1 is successfully removed from the Ignore list.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0033": {
+ "Description": "The new group job identified in the message is successfully created.",
+ "Message": "A new group job %1 is successfully created for %2. The job progress can be viewed in the Group Manager job view.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0034": {
+ "Description": "The group job identified in the message is successfully deleted.",
+ "Message": "The group job %1 is successfully deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0035": {
+ "Description": "The group job identified in the message is successfully cancelled.",
+ "Message": "The group job %1 is successfully cancelled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0036": {
+ "Description": "The group job identified in the message can not be deleted because the job is actively running.",
+ "Message": "Unable to delete the group job %1 of type %2 because the job is running.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Wait for the job to complete or stop it if it is actively running."
+ },
+ "GMGR0037": {
+ "Description": "The group job identified in the message cannot be deleted because the job is running.",
+ "Message": "Unable to reschedule the group job %1 of type %2 because the job is actively running.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Wait for the job to complete and retry the operation. Else, stop the job if running and retry the operation."
+ },
+ "GMGR0038": {
+ "Description": "The iDRAC local group could not identify a Secondary Controller either because of firmware incompatibility between master and members, or because the local group does not have a second member to select a master.",
+ "Message": "The iDRAC local group could not identify a Secondary Controller either because of firmware incompatibility between master and members, or because the local group does not have a second member to select a master.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable redundancy, make sure that there is at least one more member that has the supported firmware version for the Controller capability."
+ },
+ "GMGR0039": {
+ "Description": "The operation cannot be completed because of an internal error or timeout connecting with the master.",
+ "Message": "Unable to complete the operation because of an internal error or timeout to connect with the group master.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the iDRAC and retry the operation. To reset the iDRAC by using RACADM command line interface (CLI), enter \"racadm racreset\". To reset by using iDRAC graphical user interface (GUI), on the iDRAC homepage, click Maintenance > Diagnostics > Reset iDRAC."
+ },
+ "GMGR0040": {
+ "Description": "The group job identified in the message cannot be stopped because it is not in the active state. Scheduled and completed group jobs cannot be stopped.",
+ "Message": "Unable to stop the group job %1 of type %2 because the group job is not an actively running task.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0041": {
+ "Description": "The group job identified in the message cannot be retried because the group job is not in an error state. Only failed or errored group job shall be retried.",
+ "Message": "Unable to retry the group job %1 of type %2 because the group job is not in an error state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0042": {
+ "Description": "The group job identified in the message cannot be started because the operation is not supported.",
+ "Message": "Unable to start the requested operation on the group job %1 of type %2 because the operation is not supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0043": {
+ "Description": "The group job identified in the message cannot be scheduled because the maximum number of group jobs are already created. A maximum of 50 group jobs of all states are maintained by the group manager.",
+ "Message": "Unable to schedule a group job of type %1 because maximum number of group jobs are already created.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Delete any completed group job and retry the operation."
+ },
+ "GMGR0044": {
+ "Description": "The group job identified in the message cannot be completed because a group job is already in progress.",
+ "Message": "Unable to start a system configuration job of type %1 because a group configuration job is already in progress. The job status is %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Wait for the group configuration job to get completed and retry the operation."
+ },
+ "GMGR0045": {
+ "Description": "The group job cannot be canceled because it is not in the scheduled state. Active and completed group jobs cannot be canceled.",
+ "Message": "Unable to cancel the group job %1 of type %2 because it is not a job in scheduled state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0046": {
+ "Description": "The group job at the member level cannot be started either because the group member is unavailable or turned off.",
+ "Message": "The group member is unavailable or turned off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the group member to be available and rerun the job."
+ },
+ "GMGR0047": {
+ "Description": "The group job is either stopped by a user action or failed at the member level.",
+ "Message": "The group job is either stopped by a user action or failed at the member level.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and rerun the job: 1) Check the group job rollup status to see if the job is stopped by the user. If yes, rerun the job if required. 2) If not, review the job execution details in the Lifecycle Log details of the member iDRAC. By using the iDRAC graphical user interface (GUI), on the home page, click Maintenance > Lifecycle Log. By using command line interface (CLI), enter the RACADM command \"racadm lclog view\"."
+ },
+ "GMGR0048": {
+ "Description": "The group job at the member level is completed but with errors. Review the job execution details at member iDRAC lifecycle log.",
+ "Message": "The group job is completed, but with errors.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Review the job execution details at member iDRAC lifecycle log. Rerun the job if required after addressing any action items."
+ },
+ "GMGR0049": {
+ "Description": "The Discovered Servers are not detected in the current network configuration.",
+ "Message": "The Discovered Servers are not detected in the current network configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0050": {
+ "Description": "There are no jobs present in the current group.",
+ "Message": "There are no jobs present in the current group.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0051": {
+ "Description": "The operation cannot be completed because Grouped Servers are not detected in the group.",
+ "Message": "Unable to complete the operation because Grouped Servers are not detected in the group.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for some time, because the group initialization may take time. If the issue persists, do the following: 1) Verify that the group was not deleted by reviewing lifecycle logs. 2) Disable, and then enable the Group Manager by using the iDRAC home page. 3) Make sure that network connections are correct. 4) Log out, and then log in to the iDRAC Group Manager. If the issue persists, contact your service provider."
+ },
+ "GMGR0052": {
+ "Description": "The role of current iDRAC Group Manager cannot be determined because of an internal error.",
+ "Message": "Unable to determine the current iDRAC Group Manager role because of an internal error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for some time and try again, Do the following if issue persists: 1) Disable and then enable the Group Manager by using the iDRAC home page. 2) Make sure that network connections are correct. 3) Restart the iDRAC. If the issue still persists, contact your service provider."
+ },
+ "GMGR0053": {
+ "Description": "A duplicate group is detected.",
+ "Message": "A duplicate group is detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do any one of the following: 1) Change the current group name. 2) Log in to the other group and change the other group's name. If the issue persists, contact your service provider."
+ },
+ "GMGR0054": {
+ "Description": "The operation cannot be started by opening the Group Manager because either the primary or secondary servers are unavailable.",
+ "Message": "Unable to start the operation by opening the Group Manager because either the primary or secondary servers are unavailable.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do any one of the following: 1) Wait 10 minutes and retry the operation. 2) If the issue persists, delete the existing group and create a new group."
+ },
+ "GMGR0055": {
+ "Description": "The Group Manager cannot be accessed because of insufficient privileges to the logged in user.",
+ "Message": "Unable to access the Group Manager because of insufficient privileges.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact the system administrator to get necessary privileges. For more information about user privileges, see the Online help by pressing F1, or see the iDRAC User's Guide available on the support site."
+ },
+ "GMGR0056": {
+ "Description": "The Group Manager cannot be accessed because of insufficient license permissions.",
+ "Message": "Unable to access the Group Manager because of insufficient license permissions.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact the system administrator to get necessary Enterprise license. For more information about licenses, see the Online help by pressing F1, or see the iDRAC User's Guide available on the support site."
+ },
+ "GMGR0057": {
+ "Description": "Your business depends on efficient management of IT infrastructure and application. You face the challenges of maintaining IT availability, improving productivity and reducing operational costs. At the same time, your IT resources must remain flexible in response to dynamic business needs. Dell's enterprise systems management solutions drive operational efficiencies that help you achieve dramatic improvements in the productivity and agility of your IT environment.",
+ "Message": "Your business depends on efficient management of IT infrastructure and application. You face the challenges of maintaining IT availability, improving productivity and reducing operational costs.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "At the same time, your IT resources must remain flexible in response to dynamic business needs. Dell's enterprise systems management solutions drive operational efficiencies that help you achieve dramatic improvements in the productivity and agility of your IT environment."
+ },
+ "GMGR0058": {
+ "Description": "Unable to complete the configuration operation because the System Lockdown mode is enabled.",
+ "Message": "Unable to complete the configuration operation because the System Lockdown mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the System Lockdown mode and retry the operation. To disable System Lockdown mode, Go to iDRAC home page > Dashboard > More Actions > Turn off the System Lockdown Mode (or) on iDRAC secure shell, use the command racadm set iDRAC.Lockdown.SystemLockdownMode Disabled."
+ },
+ "GMGR0059": {
+ "Description": "The configuration clone operation is successfully completed to clone the group email alert settings while the server is joined to the group. The job status is as identified in the message.",
+ "Message": "The configuration clone operation is successfully completed to clone the group email alert settings while the server is joined to the group. The job status is %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "GMGR0060": {
+ "Description": "The group member cannot be removed because the group needs at least one active member. A member in a group that has only one member or whole group members all together cannot be removed, but the group itself must be deleted by running the command.",
+ "Message": "Unable to remove the group member because the group needs at least one member.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete the group by using the graphical user interface (GUI): On the Group Manager Summary page, click the Edit Group tab. Or, run the RACADM command at the command line interface (CLI): - racadm groupmanager delete -g ."
+ },
+ "GMGR0061": {
+ "Description": "The job cannot be run because the server is offline. However, the server is removed from the controller cache, but the server may reappear in the group after the server iDRAC is available online.",
+ "Message": "Unable to run the job because the server is offline.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the server to be available online, and then rerun the job."
+ },
+ "GMGR0062": {
+ "Description": "The job cannot be run because invalid user credentials are entered.",
+ "Message": "Unable to run the job because invalid user credentials are entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter valid credentials and retry the operation."
+ },
+ "GMGR0063": {
+ "Description": "The iDRAC Group Manager feature is disabled. iDRAC will no longer be able to create or join or maintain iDRAC local groups. However, all the earlier settings of Group Manager are preserved. To enable the Group Manager, log in to iDRAC. On the Dashboard page, click Enable Group Manager.",
+ "Message": "Unable to complete the requested operation because the iDRAC Group Manager feature is disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the iDRAC Group Manager feature and retry the operation. To enable the Group Manager, log in to iDRAC. On the Dashboard page, click Enable Group Manager."
+ },
+ "GMGR0064": {
+ "Description": "The group job cannot be stopped because it is not in the active state. Only a job in running state can be stopped. Scheduled and completed group jobs cannot be stopped.",
+ "Message": "Unable to stop the group job because it is not an actively running job.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0065": {
+ "Description": "The group job cannot be retried because it is not in an error state. Only failed or errored group job shall be retried.",
+ "Message": "Unable to retry completing the group job because it is not in an error state.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0066": {
+ "Description": "The group job cannot be started because an invalid operation is requested.",
+ "Message": "Unable to start the requested operation on the group job because the operation is not supported.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0067": {
+ "Description": "The group job cannot be scheduled for the requested operation because the maximum number of group jobs are already created. A maximum of 50 group jobs of all states are maintained by the Group Manager.",
+ "Message": "Unable to schedule a group job for the requested operation because the maximum number of group jobs are already created.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete the completed group jobs and retry the operation."
+ },
+ "GMGR0068": {
+ "Description": "The group job cannot be completed because a group job is in progress.",
+ "Message": "Unable to complete a system configuration job because a group job is in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the existing group job to get completed and retry the operation."
+ },
+ "GMGR0069": {
+ "Description": "The group job cannot be cancelled because it is not in the scheduled state. Active and completed group jobs cannot be cancelled.",
+ "Message": "Unable to cancel the group job because it is not in the scheduled state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0070": {
+ "Description": "The server with the Service Tag identified in the message is unable to leave the local group either because the iDRAC is not part of the group or there are issues in the network connection.",
+ "Message": "The server with the Service Tag %1 is unable to leave the local group %2 either because the iDRAC is not part of the group or there are issues in the network connection.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Do any one of the following and retry the operation: 1) Enter the correct group name. 2) Verify the network cabling connections."
+ },
+ "GMGR0071": {
+ "Description": "The group member cannot be onboarded because the Group Controller detected three or more repeated failed authentication attempts. Group is locked for 5 minutes.",
+ "Message": "Unable to onboard the group member because the Group Controller detected %1 or more repeated failed authentication attempts.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for 5 minutes, and then retry onboarding the group member."
+ },
+ "GMGR0072": {
+ "Description": "The group job cannot be deleted because the job is running.",
+ "Message": "Unable to delete the group job because the job is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do any one of the following: 1) Wait for the job to run successfully and then delete the job. 2) Stop the job and then delete the job."
+ },
+ "GMGR0073": {
+ "Description": "The group job cannot be rescheduled because the job is running.",
+ "Message": "Unable to reschedule the group job because the job is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do any one of the following: 1) Wait for the job to run successfully and then delete the job. 2) Stop the job and then delete the job."
+ },
+ "GMGR0074": {
+ "Description": "The requested Group Manager Configuration operation is successfully completed.",
+ "Message": "The requested Group Manager Configuration operation is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for 60 seconds before performing another Group Manager operation."
+ },
+ "GMGR0075": {
+ "Description": "Some Group members are offline. Changing a group passcode when some group members are offline results in the creation of duplicate groups.",
+ "Message": "Some Group members are offline. Changing the group passcode when some group members are offline results in the creation of duplicate groups. Do you want to continue?",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one or all of the following and retry the operation: 1) Resolve all the connectivity issues in the group, and then change the group passcode. 2) Remove the offline group members, and then change the group password."
+ },
+ "GMGR0076": {
+ "Description": "The configuration operation cannot be completed because either the iDRAC has a pending update process or a pending local configuration job in the queue.",
+ "Message": "Unable to complete the configuration operation because either the iDRAC has a pending update process or a pending local configuration job in the queue.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current operation or local iDRAC jobs to complete and retry the operation. To view a list of local iDRAC jobs, on the iDRAC homepage of graphical user interface (GUI), click Job Queue. To view by running the RACADM command, enter \"racadm jobqueue\"."
+ },
+ "GMGR0077": {
+ "Description": "The iDRAC cannot be added to group because the maximum possible iDRACs are already added to group.",
+ "Message": "Unable to add the iDRAC to group because the maximum possible iDRACs are already added to the group.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the existing iDRAC(s) from the group. If available iDRACs are more than allowed number of iDRACs, upgrade to OpenManage Consoles."
+ },
+ "GMGR0078": {
+ "Description": "The Group Manager job is unable to add anymore iDRAC local users because the maximum allowed local users already exist.",
+ "Message": "The Group Manager job is unable to add anymore iDRAC local users because the maximum allowed local users already exist.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete any existing local user on the iDRAC and rerun the group job."
+ },
+ "GMGR0079": {
+ "Description": "The Group Manager job is unable to update the iDRAC local user password because the user does not exist. The maximum allowed local users are already configured on the iDRAC.",
+ "Message": "The Group Manager job is unable to update the iDRAC local user password because the user does not exist. The maximum allowed local users are already configured on the iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove any existing local user on the iDRAC and rerun the group job."
+ },
+ "GMGR0080": {
+ "Description": "The firmware version cannot be upgraded because either the image file cannot be downloaded or the Lockdown Mode is enabled.",
+ "Message": "Unable to upgrade the firmware because either the image file cannot be downloaded or the Lockdown Mode is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For information about a resolution to this issue, see the iDRAC Group Manager job view."
+ },
+ "GMGR0081": {
+ "Description": "The firmware version of the Group Controller is successfully cloned and the server is included to the group.",
+ "Message": "The firmware version of the Group Controller is successfully cloned and the server is included to the group.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0082": {
+ "Description": "The firmware image file is successfully downloaded.",
+ "Message": "The firmware image file is successfully downloaded.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "GMGR0083": {
+ "Description": "The firmware version of the server cannot be updated because the group firmware version is already updated to a later version.",
+ "Message": "Unable to update the firmware version of the server because the group firmware version is already updated to a later version.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the firmware version of the server by using the latest firmware version."
+ },
+ "GMGR0084": {
+ "Description": "Unable to update the firmware version of server in the group because the firmware is invalid for this platform.",
+ "Message": "Unable to update the firmware version of server in the group because the firmware is invalid for this platform.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Use the firmware version recommended for wider platform specification and group update."
+ },
+ "GMGR0085": {
+ "Description": "The firmware version of the group cannot be updated because the firmware update feature is not supported by the iDRAC version currently installed on this server.",
+ "Message": "Unable to update the firmware version of the server because the firmware update feature is not supported by the iDRAC version currently installed on this server.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the iDRAC version of the server to version 4.00.00.00 and later, and then retry the operation."
+ },
+ "HWC0001": {
+ "Description": "The error is caused due to iDRAC failure.",
+ "Message": "Unable to complete the operation as there is no response from iDRAC.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Turn off the system and disconnect the power cord.2) Wait for five seconds.3) Reconnect the power cord and turn on the system."
+ },
+ "HWC0002": {
+ "Description": "The vFlash SD Card is either not present or not correctly inserted.",
+ "Message": "Unable to detect vFlash SD card.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert the vFlash SD card or reinsert the vFlash SD card, and retry the operation."
+ },
+ "HWC0003": {
+ "Description": "The vFlash SD card was successfully initialized.",
+ "Message": "Successfully initialized vFlash SD card.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC0004": {
+ "Description": "The vFlash SD card is incorrectly inserted, the vFlash SD card is faulty, or there is an iDRAC communication failure.",
+ "Message": "Unable to initialize vFlash SD card.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reinsert or replace the vFlash SD card, or reset iDRAC, and retry the operation. If the problem persists:1) Turn off the system and disconnect the power cord.2) Wait for five seconds.3) Reconnect the power cord, turn on the system, and retry the operation."
+ },
+ "HWC0005": {
+ "Description": "Internal error while retrieving firmware version for the currently installed components. For more information about the failure, see Lifecycle Log.",
+ "Message": "Internal error while retrieving update information.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Turn off the system and disconnect the power cord.2) Wait for five seconds.3) Reconnect the power cord, turn on the system, and retry the operation."
+ },
+ "HWC0006": {
+ "Description": "If a vFlash SD card is not present in the system or if the card is locked, Lifecycle Controller cannot save the settings.",
+ "Message": "Unable to save vFlash SD card settings.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert the vFlash SD card or unlock the vFlash SD card and retry the operation."
+ },
+ "HWC0007": {
+ "Description": "Lifecycle Controller is unable to retrieve vFlash SD card information from iDRAC.",
+ "Message": "Unable to load vFlash SD card settings.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reinsert the vFlash SD card and retry the operation. If the problem persists:1) Turn off the system and disconnect the power cord.2) Wait for five seconds.3) Reconnect the power cord, turn on the system, and retry the operation."
+ },
+ "HWC0008": {
+ "Description": "An internal error occurred while communicating with iDRAC.",
+ "Message": "Unable to communicate with iDRAC.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Exit the wizard and retry the operation. If the problem persists:1) Turn off the system and disconnect the power cord.2) Wait for five seconds.3) Reconnect the power cord, turn on the system, and retry the operation."
+ },
+ "HWC0009": {
+ "Description": "The vFlash SD card is missing or not inserted correctly. iDRAC is not able to enable vFlash SD card.",
+ "Message": "Unable to enable vFlash SD card.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reinsert the vFlash SD card and retry the operation. If the problem persists:1) Turn off the system and disconnect the power cord.2) Wait for five seconds.3) Reconnect the power cord, turn on the system, and retry the operation."
+ },
+ "HWC0010": {
+ "Description": "Operation failed because the folder name entered is incorrect or the USB drive is disconnected.",
+ "Message": "Invalid folder name or USB drive not found.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid folder name or attach the USB drive and retry the operation."
+ },
+ "HWC0011": {
+ "Description": "The USB drive does not have sufficient free space to copy the file.",
+ "Message": "Insufficient space to copy the file to the USB drive.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the USB drive has sufficient free space before retrying the operation."
+ },
+ "HWC0012": {
+ "Description": "The USB drive is write protected.",
+ "Message": "Unable to write to the USB drive.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove write protection on the USB drive before retrying the operation."
+ },
+ "HWC0013": {
+ "Description": "The USB drive is disconnected or is not readable.",
+ "Message": "Unable to copy the file to USB drive.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reinsert the USB drive and retry the operation. If the problem persists, restart the system and retry."
+ },
+ "HWC0014": {
+ "Description": "The import operation failed because the vFlash SD card is missing or disabled.",
+ "Message": "Unable to detect vFlash SD card.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the vFlash SD card is inserted and enabled before retrying the operation."
+ },
+ "HWC0015": {
+ "Description": "iDRAC has encountered a hardware error.",
+ "Message": "iDRAC not responding.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the problem persists, 1) Turn off the system and disconnect the power cord.2) Wait five seconds.3) Reconnect the power cord, turn on the system, and retry the operation."
+ },
+ "HWC0016": {
+ "Description": "Lifecycle Controller is unable to communicate with iDRAC.",
+ "Message": "iDRAC communication failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the problem persists, 1) Turn off the system and disconnect the power cord.2) Wait five seconds.3) Reconnect the power cord, turn on the system, and retry the operation."
+ },
+ "HWC0017": {
+ "Description": "Cannot start Lifecycle Controller because Lifecycle Controller is unable to communicate with iDRAC because of internal issues.",
+ "Message": "Unable to start Lifecycle Controller because Lifecycle Controller cannot communicate with iDRAC, because of internal issues %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Issue is because of an internal error. To resolve the issue:1) Turn off the server and disconnect the power cord. 2) Wait for 10 seconds, reconnect the power cord, turn on the server, and retry starting Lifecycle Controller by pressing F10 when the company logo is displayed. 3) If the issue persists, update iDRAC firmware to the latest version, and then retry the operation. Else, contact your service provider."
+ },
+ "HWC0018": {
+ "Description": "The necessary drivers cannot be loaded because of internal issues between iDRAC and Lifecycle Controller.",
+ "Message": "Unable to load the necessary drivers because of internal issues between iDRAC and Lifecycle Controller %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Issue is because of an internal error. To resolve the issue:1) Turn off the server and disconnect the power cord. 2) Wait for 10 seconds, reconnect the power cord, turn on the server, and retry starting Lifecycle Controller by pressing F10 when the company logo is displayed. 3) If the issue persists, update iDRAC firmware to the latest version, and then retry the operation. Else, contact your service provider."
+ },
+ "HWC1000": {
+ "Description": "None.",
+ "Message": "The %1 is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1001": {
+ "Description": "The absent device may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The %1 is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install or reconnect the hardware."
+ },
+ "HWC1002": {
+ "Description": "None.",
+ "Message": "The %1 is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If device disabled unexpectedly, re-enable device."
+ },
+ "HWC1003": {
+ "Description": "None.",
+ "Message": "The %1 is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1004": {
+ "Description": "None.",
+ "Message": "The storage adapter is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC1005": {
+ "Description": "The storage adapter may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The storage adapter is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Install storage adapter."
+ },
+ "HWC1006": {
+ "Description": "None.",
+ "Message": "The storage adapter is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If adapter disabled unexpectedly, re-enable the storage adapter."
+ },
+ "HWC1007": {
+ "Description": "None.",
+ "Message": "The storage adapter is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC1008": {
+ "Description": "None.",
+ "Message": "The backplane is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC1009": {
+ "Description": "The backplane may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The backplane is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If removal was unintended, check presence, then re-install or reconnect."
+ },
+ "HWC1010": {
+ "Description": "None.",
+ "Message": "The backplane is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If disabled unexpectedly, re-enable backplane."
+ },
+ "HWC1011": {
+ "Description": "None.",
+ "Message": "The backplane is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC1012": {
+ "Description": "None.",
+ "Message": "The USB cable is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC1013": {
+ "Description": "The USB cable may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The USB cable is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If removal was unintended, check presence, then re-install or reconnect."
+ },
+ "HWC1014": {
+ "Description": "None.",
+ "Message": "The mezzanine card %1 is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1015": {
+ "Description": "The mezzanine card may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The mezzanine card %1 is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If removal was unintended, check presence, then re-install or reconnect."
+ },
+ "HWC1100": {
+ "Description": "None.",
+ "Message": "The %1 was installed in slot %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1101": {
+ "Description": "None.",
+ "Message": "The %1 is removed from slot %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1102": {
+ "Description": "The peripheral sled identified in the message is installed in the unsupported slot identified in the message.",
+ "Message": "The %1 is installed in an invalid slot %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Install the Storage sled in a supported slot and retry the operation. For information about the supported sleds and slots, see the User's Guide available at the support site."
+ },
+ "HWC1103": {
+ "Description": "The peripheral sled identified in the message is removed from the unsupported slot identified in the message.",
+ "Message": "The %1 installed in an invalid slot %2 is removed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1104": {
+ "Description": "The peripheral sled identified in the message that is inserted in the slot identified in the message is not supported by the chassis or the current CMC/MM firmware version.",
+ "Message": "The %1 installed in slot %2 is not supported by the chassis.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure that the peripheral sled identified in the message is supported by the chassis and the CMC/MM firmware. For information about the supported sleds and firmware versions, see the System Manual available at the support site."
+ },
+ "HWC1105": {
+ "Description": "The peripheral sled identified in the message is removed from the unsupported slot identified in the message.",
+ "Message": "The unsupported %1 in slot %2 is removed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1107": {
+ "Description": "Configuration Validation has been enabled or disabled as indicated in the message.",
+ "Message": "Configuration validation has been %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1108": {
+ "Description": "The system configuration identified in the message has been added to the configuration profile for system validation.",
+ "Message": "The system configuration %1 has been added to the configuration profile for system validation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1109": {
+ "Description": "The hardware or software component has been added to the configuration profile identified in the message for validating the system configuration.",
+ "Message": "The hardware or software component %1 has been added to the configuration profile %2 for validating the system configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1200": {
+ "Description": "The sled identified in the message is inserted in the slot identified in the message.",
+ "Message": "The sled %1 is inserted in slot %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1201": {
+ "Description": "The sled identified in the message is removed from the slot identified in the message.",
+ "Message": "The sled %1 is removed from slot %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1202": {
+ "Description": "None.",
+ "Message": "The %1 was installed in slot %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1203": {
+ "Description": "None.",
+ "Message": "The %1 is removed from slot %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1204": {
+ "Description": "The sled is inserted in the sled slot identified in the message.",
+ "Message": "The sled is inserted in the sled slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1205": {
+ "Description": "The sled is removed from the sled slot identified in the message.",
+ "Message": "The sled is removed from the sled slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1206": {
+ "Description": "The health of sled in the sled slot identified in the message is Good.",
+ "Message": "The health of sled in the sled slot %1 is Good.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1207": {
+ "Description": "The health of sled in the sled slot identified in the message is in Warning state.",
+ "Message": "The health of sled in the sled slot %1 is in Warning state.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "In the Chassis Subsystem under the overview page of the Management Module graphical user interface (GUI), look for the System.Modular subsystem with the slot number provided in the message to get more details. For more information, see the User's Guide available on the support site."
+ },
+ "HWC1208": {
+ "Description": "The health of sled in the sled slot identified in the message is in Critical state.",
+ "Message": "The health of sled in the sled slot %1 is in Critical state.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "In the Chassis Subsystem under the overview page of the Management Module graphical user interface (GUI), look for the System.Modular subsystem with the slot number provided in the message to get more details. For more information, see the User's Guide available on the support site."
+ },
+ "HWC1209": {
+ "Description": "The sled in the sled slot identified in the message is not supported by the Manage Module.",
+ "Message": "The sled in the sled slot %1 is not supported by the Manage Module.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the firmware version of the sled to match the version of the Manage Module. For more information, see the User's Guide available on the support site. If the issue, persists, replace the sled."
+ },
+ "HWC1210": {
+ "Description": "The sled in the sled slot identified in the message cannot communicate to the Chassis because of internal issues.",
+ "Message": "The sled in the sled slot %1 cannot communicate to the Chassis because of internal issues.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do any one of the following: 1) Wait for the iDRAC network to start and retry the operation. 2) Turn off the sled, wait for five seconds, and then turn on the sled. 3) If the issue persists, remove the sled, wait for five seconds, and then reinsert the sled."
+ },
+ "HWC1211": {
+ "Description": "The sled in the sled slot identified in the message cannot turn on because of insufficient power.",
+ "Message": "Unable to turn on the sled in the sled slot %1 because of insufficient power.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do any one of the following and retry the operation: 1) Add power supply units (PSUs) to the chassis. 2) Enter the Management Module GUI enter the power settings and increase the power limit in the chassis."
+ },
+ "HWC1212": {
+ "Description": "The virtual reseat operation is initiated for the sled in the sled slot identified in the message.",
+ "Message": "The virtual reseat operation is initiated for the sled in the sled slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1213": {
+ "Description": "The sled in the sled slot identified in the message is not turned off on time, because the chassis has undergone a forceful shutdown.",
+ "Message": "The sled in the sled slot %1 cannot turn off on time because the chassis has undergone a forceful shutdown.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1214": {
+ "Description": "A fabric mismatch is detected in the fabric available on the server in slot identified in the message.",
+ "Message": "A fabric mismatch is detected in the fabric %1 available on the server in slot %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Check the chassis fabric type in the Manage Module graphical user interface (GUI) and compare against the I/O module or mezzanine card."
+ },
+ "HWC1222": {
+ "Description": "This message is used between Storage sled and Management Module. It is not exposed to the user. When Management Module receives the redfish event, it pulls the system.modular..",
+ "Message": "Storage data is ready for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC1228": {
+ "Description": "The iDRAC on the sled identified in the message is not communicating with the Management Module (MM).",
+ "Message": "The iDRAC on the sled %1 is not communicating with the Management Module(MM).",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Update the firmware versions of iDRAC and Management Module(MM) to ensure that both have latest applicable versions. 2) If the issue persists, virtually reseat the sled. 2.1) To virtually reseat using MSM Graphical User Interface (GUI) a) Log in to the MSM GUI. b) Click on Hardware option. c) Select Chassis Slots. d) Select the required SLOT where the SLED is inserted, click System Reseat. 2.2) To Virtually reseat by running a RACADM command at the Command Line Interface (CLI). a) Enter racadm serveraction -m server- -f reseat. 3) If the issue persists, remove the sled, wait for one minute and reinsert the sled. 4) If the issue persists, contact support desk."
+ },
+ "HWC2000": {
+ "Description": "None.",
+ "Message": "The %1 cable or interconnect is connected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC2001": {
+ "Description": "The cable may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The %1 cable or interconnect is not connected or is improperly connected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check presence, then re-install or reconnect."
+ },
+ "HWC2002": {
+ "Description": "None.",
+ "Message": "The storage %1 cable or interconnect is connected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC2003": {
+ "Description": "The cable may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The storage %1 cable is not connected, or is improperly connected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check presence, then re-install or reconnect."
+ },
+ "HWC2004": {
+ "Description": "None.",
+ "Message": "The system board %1 cable or interconnect is connected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC2005": {
+ "Description": "The cable may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The system board %1 cable or interconnect is not connected, or is improperly connected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check presence, then re-install or reconnect."
+ },
+ "HWC2006": {
+ "Description": "The device may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The %1 is not installed correctly.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check presence, then re-install or reconnect."
+ },
+ "HWC2007": {
+ "Description": "None.",
+ "Message": "The %1 is installed correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC2008": {
+ "Description": "The fabric type for the IOM and mezzanine cards must match. Once an IOM or mezzanine card is inserted into the chassis, the fabric type is then set for the CMC/MM and the CMC/MM will ensure that all subsequent IOM's and mezzanine cards match.",
+ "Message": "A fabric mismatch detected for mezzanine card %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check chassis fabric type in CMC/MM GUI and compare to the type of IOM or mezzanine card."
+ },
+ "HWC2009": {
+ "Description": "None.",
+ "Message": "Mezzanine card %1 is installed correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC2010": {
+ "Description": "None.",
+ "Message": "The riser board cable or interconnect is connected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC2011": {
+ "Description": "The riser blade cable may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The riser board cable or interconnect is not connected, or is improperly connected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check presence, then re-install or reconnect."
+ },
+ "HWC2012": {
+ "Description": "The fabric type on the server does not match that of the IO module.",
+ "Message": "A fabric mismatch detected on fabric %1 with server in slot %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Check chassis fabric type in CMC/MM GUI and compare to the type of IOM or mezzanine card."
+ },
+ "HWC2013": {
+ "Description": "None.",
+ "Message": "Fabric mismatch corrected on fabric %1 with server in slot %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC2014": {
+ "Description": "None.",
+ "Message": "A hardware misconfiguration detected on %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure the hardware is installed correctly. Refer to the product documentation for correct configuration and installation procedures."
+ },
+ "HWC2015": {
+ "Description": "None.",
+ "Message": "The %1 is configured correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC2016": {
+ "Description": "A fabric type mismatch is detected between the server in slot and I/O module as identified in the message.",
+ "Message": "A fabric mismatch is detected between the server in slot %1 and IO Module in slot %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Check the chassis fabric type by using the Manage Module graphic user interface (GUI) and compare against the type of fabric used in the I/O or mezzanine card. To check chassis type on the Manage Module home page, select the server, and then view the I/O module properties. For more information about the compatible fabric types, see the Manage Module User's Guide available on the support site."
+ },
+ "HWC3000": {
+ "Description": "The removed device may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The %1 is removed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If removal was unintended, check presence, then re-install or reconnect."
+ },
+ "HWC3001": {
+ "Description": "None.",
+ "Message": "The %1 is inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC3002": {
+ "Description": "None.",
+ "Message": "Server %1 is removed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If removal was unintended, check presence, then re-insert."
+ },
+ "HWC3003": {
+ "Description": "None.",
+ "Message": "Server %1 was inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC3004": {
+ "Description": "IO Module identified in the message is removed.",
+ "Message": "IO module %1 is removed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If removal was unintended, check presence, then re-insert."
+ },
+ "HWC3005": {
+ "Description": "IO Module identified in the message is inserted.",
+ "Message": "IO module %1 was inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC3006": {
+ "Description": "There are not enough IPv4 addresses reserved for the servers in this chassis. Therefore the newly inserted server could not be configured with the QuickDeploy feature.",
+ "Message": "Unable to QuickDeploy server in slot %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Check the number of reserved IPv4 addresses for QuickDeploy. 2) Modify it such that the newly inserted blade will obtain an IP address for QuickDeploy. 3) Reseat the server to retry the QuickDeploy operation or manually configure the network parameters for the server. (Note that some chassis models may require a response at the LCD panel)."
+ },
+ "HWC4000": {
+ "Description": "A hardware incompatibility was detected between BMC/iDRAC firmware and Processor(s). An iDRAC or BMC firmware update is needed.",
+ "Message": "A hardware incompatibility detected between BMC/iDRAC firmware and CPU.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the BMC/iDRAC firmware. If the problem persists, contact support."
+ },
+ "HWC4001": {
+ "Description": "None.",
+ "Message": "A hardware incompatibility was corrected between BMC/iDRAC firmware and CPU.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC4002": {
+ "Description": "A hardware incompatibility was detected between BMC/iDRAC firmware and other hardware. An iDRAC or BMC firmware update is needed.",
+ "Message": "A hardware incompatibility detected between BMC/iDRAC firmware and other hardware.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the BMC/iDRAC firmware. If the problem persists, contact support."
+ },
+ "HWC4003": {
+ "Description": "None.",
+ "Message": "A hardware incompatibility was corrected between BMC/iDRAC firmware and other hardware.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC4010": {
+ "Description": "None.",
+ "Message": "Hardware successfully updated for mezzanine card %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC4011": {
+ "Description": "None.",
+ "Message": "Hardware unsuccessfully updated for mezzanine card %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check presence, re-install or reconnect, then re-attempt the update. If the problem persists, contact support."
+ },
+ "HWC4012": {
+ "Description": "None.",
+ "Message": "Hardware successfully updated for embedded NIC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC4013": {
+ "Description": "None.",
+ "Message": "Hardware unsuccessfully updated for embedded NIC.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check presence, re-install or reconnect, then re-attempt the update. If the problem persists, contact support."
+ },
+ "HWC4014": {
+ "Description": "None.",
+ "Message": "Link Tuning data successfully updated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC4015": {
+ "Description": "CMC/MM has old firmware and does not recognize the new device which has requested link tuning information. After updating the firmware the CMC/MM will recognize the device.",
+ "Message": "Link Tuning error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the CMC/MM firmware. If the problem persists, contact support."
+ },
+ "HWC4016": {
+ "Description": "The system has detected a mezzanine card that is not supported on this system.",
+ "Message": "Hardware incompatibility detected with mezzanine card %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Review system documentation for supported mezzanine cards. 2) Replace mezzanine card with a supported mezzanine card."
+ },
+ "HWC4017": {
+ "Description": "The system has detected an unsupported hardware component. A hardware incompatibility is detected between the components identified in the message.",
+ "Message": "A hardware incompatibility is detected between %1%2 and %3%4.",
+ "Severity": "Critical",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Review system documentation for the hardware components identified in the message. 2) Replace unsupported components with supported components."
+ },
+ "HWC4018": {
+ "Description": "A hardware incompatibility was corrected between the components identified in the message.",
+ "Message": "A hardware incompatibility was corrected between %1%2 and %3%4.",
+ "Severity": "Informational",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC4019": {
+ "Description": "The fan speed cannot be controlled because a sled mismatch or hardware incompatibility is detected. This results in fans rotating at the maximum allowed speed (RPM).",
+ "Message": "Unable to control the fan speed because a sled mismatch or hardware incompatibility is detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the sled in which a hardware incompatibility is detected and replace with a compatible working sled. For more information about hardware compatibility, see the platform Owners Manual available on the support site."
+ },
+ "HWC5000": {
+ "Description": "None.",
+ "Message": "%1 is online.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC5001": {
+ "Description": "None.",
+ "Message": "%1 is offline.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If unexpected, check presence, then re-install or reconnect."
+ },
+ "HWC5002": {
+ "Description": "The fabric type for the IOM and mezzanine cards must match. Once an IOM or mezzanine card is inserted into the chassis, the fabric type is then set for the CMC/MM and the CMC/MM will ensure that all subsequent IOM's and mezzanine cards match.",
+ "Message": "A fabric mismatch detected on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check chassis fabric type in CMC/MM GUI and compare to the type of IOM or mezzanine card."
+ },
+ "HWC5003": {
+ "Description": "None.",
+ "Message": "%1 is operating correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC5004": {
+ "Description": "CMC/MM has old firmware and does not recognize the new device which has requested link tuning information. After updating the firmware the CMC/MM will recognize the device.",
+ "Message": "A link tuning failure detected on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the CMC/MM firmware. If the problem persists, contact support."
+ },
+ "HWC5006": {
+ "Description": "None.",
+ "Message": "A failure is detected on %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "HWC5008": {
+ "Description": "None.",
+ "Message": "Console is not available for the %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "HWC5010": {
+ "Description": "None.",
+ "Message": "%1 cannot detect any hosts.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "HWC5012": {
+ "Description": "None.",
+ "Message": "On screen display (OSCAR) is not functional for the %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "HWC5014": {
+ "Description": "None.",
+ "Message": "%1 is not functional and is powered off.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "HWC5030": {
+ "Description": "IO Module identified in the message is online.",
+ "Message": "IO module %1 is online.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC5031": {
+ "Description": "The CMC/MM has powered off the IOM identified in the message.",
+ "Message": "IO module %1 is offline.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "HWC5032": {
+ "Description": "The fabric type for IOM's on the same chassis fabric must match.",
+ "Message": "A fabric mismatch detected on IO module %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check chassis fabric type in CMC/MM GUI and compare to the type of both IOM's."
+ },
+ "HWC5033": {
+ "Description": "None.",
+ "Message": "IO module %1 is operating correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC5034": {
+ "Description": "Link tuning table not supported for this IO modular.",
+ "Message": "A link tuning failure detected on IO module %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the CMC/MM firmware. If the problem persists, contact support."
+ },
+ "HWC5035": {
+ "Description": "The I/O module over heated.",
+ "Message": "An over-temperature event detected on I/O module %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Make sure fans are installed and working correctly. 2) Check the temperature sensor status for the chassis and make sure it is within the chassis operating temperature range. 3) Reseat the I/O module to clear the over-temperature condition. If the problem persists, contact the service provider."
+ },
+ "HWC5036": {
+ "Description": "The IOM module performance may be impact.",
+ "Message": "A failure is detected on IO module %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "HWC5037": {
+ "Description": "The firmware on the I/O module did not boot. The problem may be because the I/O module is not inserted correctly.",
+ "Message": "I/O module %1 failed to boot.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reseat I/O module. If problem persists, contact the service provider."
+ },
+ "HWC6000": {
+ "Description": "Information and status from the controller is unavailable.",
+ "Message": "The %1 controller is offline.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reapply input power. If problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "HWC6001": {
+ "Description": "None.",
+ "Message": "The %1 controller is online.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC6002": {
+ "Description": "Information and status from the controller is unavailable.",
+ "Message": "The %1 controller is stuck in boot mode.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reapply input power. If problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "HWC6003": {
+ "Description": "None.",
+ "Message": "The %1 controller is booting.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC6004": {
+ "Description": "Information and status from the controller is unavailable.",
+ "Message": "Cannot communicate with %1 controller.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reapply input power. If problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "HWC6005": {
+ "Description": "None.",
+ "Message": "Communications restored for %1 controller.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC7000": {
+ "Description": "None.",
+ "Message": "Server %1 health changed to a normal state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC7002": {
+ "Description": "Server health changed to a warning state from a normal state.",
+ "Message": "Server %1 health changed to a warning state from a normal state.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review System Log or front panel for additional information."
+ },
+ "HWC7004": {
+ "Description": "Server health changed to a critical state from either a normal or warning state.",
+ "Message": "Server %1 health changed to a critical state from either a normal or warning state.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review System Log or front panel for additional information."
+ },
+ "HWC7006": {
+ "Description": "Server health changed to a non-recoverable state from a less severe state.",
+ "Message": "Server %1 health changed to a non-recoverable state from a less severe state.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review System Log or front panel for additional information."
+ },
+ "HWC7008": {
+ "Description": "Server health changed to a warning state from more severe state.",
+ "Message": "Server %1 health changed to a warning state from more severe state.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review System Log or front panel for additional information."
+ },
+ "HWC7010": {
+ "Description": "Server health changed to a critical state from a non-recoverable state.",
+ "Message": "Server %1 health changed to a critical state from a non-recoverable state.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review System Log or front panel for additional information."
+ },
+ "HWC7012": {
+ "Description": "Server health changed to a non-recoverable state.",
+ "Message": "Server %1 health changed to a non-recoverable state.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review System Log or front panel for additional information."
+ },
+ "HWC7014": {
+ "Description": "An invalid cable related hardware configuration detected on the system.",
+ "Message": "An invalid cable or incorrect cable configuration is detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the hardware and related cables are installed correctly. For information about configuration and installation procedures, see the system's Owners Manual available at the support site."
+ },
+ "HWC7502": {
+ "Description": "The IO Module identified in the message is not supported.",
+ "Message": "The IO Module in slot %1 is not supported.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the IO Module inserted has correct configuration."
+ },
+ "HWC7508": {
+ "Description": "Unable to perform controller firmware update on IO Module identified in the message.",
+ "Message": "Unable to perform controller firmware update on IO Module in slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reseat the IO Module and retry the operation. If the problem persists, contact the service provider."
+ },
+ "HWC7509": {
+ "Description": "A failsafe event has occurred in the IO Module identified in the message.",
+ "Message": "A failsafe event has occurred in the IO Module in slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Physically reseat the IO Module and retry the operation. If the problem persists, contact the service provider."
+ },
+ "HWC7510": {
+ "Description": "The IO Module identified in the message has exceeded temperature threshold.",
+ "Message": "The IO Module in slot %1 has exceeded temperature threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Make sure fans are installed and working correctly. 2) Check the temperature sensor status for the chassis and make sure it is within the chassis operating temperature range. 3) Reseat the I/O module to clear the over-temperature condition. If the problem persists, contact the service provider."
+ },
+ "HWC7511": {
+ "Description": "Power fault event has occurred in the IO Module identified in the message.",
+ "Message": "Power fault event has occurred in the IO Module in slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reseat the IO Module and retry the operation. If the problem persists, contact the service provider."
+ },
+ "HWC7512": {
+ "Description": "System fault event has occurred in the IO Module identified in the message.",
+ "Message": "System fault event has occurred in the IO Module in slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reseat the IO Module and retry the operation. If the problem persists, contact the service provider."
+ },
+ "HWC8010": {
+ "Description": "The issue identified in the message is observed in the System Configuration Check operation.",
+ "Message": "The System Configuration Check operation resulted in the following issue: %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following and retry the operation: 1) Disconnect the input power. 2) Check for proper cable connection and component placement. If the issue persists, contact your service provider."
+ },
+ "HWC8011": {
+ "Description": "Multiple issues are observed in the System Configuration Check operation.",
+ "Message": "The System Configuration Check operation resulted in multiple %1 issues.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following and retry the operation: 1) Disconnect the input power. 2) Check for proper cable connection and component placement. If the issue persists, contact your service provider."
+ },
+ "HWC8012": {
+ "Description": "Multiple configuration related issues on the device identified in the message are resolved.",
+ "Message": "Multiple configuration related issues on the device %1 are resolved.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC8013": {
+ "Description": "A configuration related issue on the device identified in the message is resolved.",
+ "Message": "A configuration related issue on the device %1 is resolved.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC8020": {
+ "Description": "A thermally unsupported configuration is detected related to the component identified in the message. The fans may not be able to provide sufficient cooling for the configuration.",
+ "Message": "A thermally unsupported %1 configuration is detected. Review message ID HWC8022 in the Lifecycle Log for details.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review message ID HWC8022 in the Lifecycle Log for a detailed explanation of the unsupported configuration. Resolve the unsupported configuration or revert any recent system configuration changes. If the issue persists, contact your service provider."
+ },
+ "HWC8021": {
+ "Description": "A thermal related configuration issue on the component identified in the message is resolved.",
+ "Message": "A thermal related %1 configuration issue is resolved.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC8022": {
+ "Description": "The configuration described in the message is not thermally supported. The fans may not provide sufficient cooling for the configuration.",
+ "Message": "A thermally unsupported %1 configuration is detected: %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Resolve the configuration issue described in the message or revert any recent configuration changes. If the issue persists, contact your service provider."
+ },
+ "HWC8501": {
+ "Description": "The operation could not successfully completed because of an issue with the I/O panel cable.",
+ "Message": "Unable to complete the operation because of an issue with the I/O panel cable.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following and retry the operation: 1) Connect the I/O panel cable properly 2) Replace the I/O panel cable."
+ },
+ "HWC8502": {
+ "Description": "The internal cable that connects the I/O panel to the system board is properly connected.",
+ "Message": "The I/O panel cable is connected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC8503": {
+ "Description": "The internal communication between the Chassis Management Controller (CMC) and the control panel identified in the message is restored, and the control panel is normally functioning.",
+ "Message": "The internal communication between the Chassis Management Controller (CMC) and the %1 control panel is restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC8504": {
+ "Description": "The Chassis Management Controller/Management Module (CMC/MM) cannot communicate with the control panel identified in the message because of internal issues.",
+ "Message": "The Chassis Management Controller/Management Module (CMC/MM) cannot communicate with the %1 control panel because of internal issues.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Disconnect the input power supplied to the chassis and reconnect. If the issue persists, contact your service provider."
+ },
+ "HWC8506": {
+ "Description": "During a Chassis Management Controller (CMC) firmware update, the control panel firmware synchronization failed. The control panel may be inoperable.",
+ "Message": "Unable to synchronize control panel firmware due to internal error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply chassis input power. If problem persists, contact your service provider."
+ },
+ "HWC8507": {
+ "Description": "The USB device inserted in to the I/O Panel USB port is causing an issue and cannot be used. The USB device may not be operational.",
+ "Message": "The USB device inserted in to the I/O Panel USB port is causing an issue and cannot be used.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the USB device from the I/O Panel USB port, and then retry the operation with another USB device."
+ },
+ "HWC8508": {
+ "Description": "A device causing an issue in the I/O panel USB port is removed.",
+ "Message": "A device causing an issue in the I/O panel USB port is removed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC8509": {
+ "Description": "The heatsinks are critical for providing cooling to the PCIe switches. If a PCIe switch stops functioning due to improper cooling, the PCIe subsystem may no longer function correctly and data loss may occur.",
+ "Message": "One or more PCIe switch heatsinks are not properly attached.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Immediately turn off the Chassis by pressing the Chassis power button or removing chassis input power. The Chassis can be turned off remotely by running the following RACADM command \"racadm chassisaction -m chassis nongraceshutdown\". After turning off, contact your service provider."
+ },
+ "HWC8510": {
+ "Description": "The heat sinks of the PCIe switches are properly attached.",
+ "Message": "The heat sinks of the PCIe switches are properly attached.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC8603": {
+ "Description": "Unable to write data to the Field Replaceable Unit (FRU) or the chassis user configuration.",
+ "Message": "Unable to write data to the chassis permanent storage.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Back up the system data immediately. In a single chassis controller configuration, reboot the chassis controller. In a redundant chassis controller configuration if failover is not occurring automatically, issue a force failover command."
+ },
+ "HWC8607": {
+ "Description": "The data communication with the device identified in the message is lost.",
+ "Message": "The data communication with the device %1 running on the port %2 is lost.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Run the following RACADM command at the Command Line Interface (CLI) and retry the operation: racadm racreset. For more information about RACADM commands of iDRAC, see the latest version of \"iDRAC with Lifecycle Controller RACADM CLI Guide\" available on the support site."
+ },
+ "HWC8608": {
+ "Description": "The lost data communication with the device identified in the message is now restored.",
+ "Message": "The lost data communication with the device %1 running on the port %2 is now restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "HWC9000": {
+ "Description": "The inlet temperature, fan health, and total power associated with the BOSS device identified in the message are restored to normal.",
+ "Message": "The status of device %1 is restored to normal.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC9001": {
+ "Description": "The BOSS device identified in the message may not function because either the inlet temperature, fan health, or total power associated with the BOSS device is reaching the threshold value.",
+ "Message": "The %1 device may not function as expected because the device health status turned to Warning.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the inlet temperature, fan health, or total power associated with the BOSS device is within specified limits. For information about specified values, see the iDRAC 9.0 and later User's Guide available on the support site."
+ },
+ "HWC9002": {
+ "Description": "The BOSS device identified in the message may not function because either the inlet temperature, fan health properties, or total power associated with the BOSS device has exceeded the threshold values.",
+ "Message": "The %1 device may not function as expected because the device health status turned to Critical.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the inlet temperature, fan health, or total power associated with the BOSS device are within specified limits.For information about specified values, see the iDRAC 9.0 and later User's Guide available on the support site."
+ },
+ "HWC9003": {
+ "Description": "The BOSS device identified in the message may not function because of a Watchdog failure.",
+ "Message": "The %1 device may not function as expected because a Watchdog failure is detected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the inlet temperature, fan health, or total power associated with the BOSS device is within specified limits. For information about specified values, see the iDRAC 9.0 and later User's Guide available on the support site."
+ },
+ "HWC9004": {
+ "Description": "The BOSS device identified in the message does not have a fan installed in it.",
+ "Message": "The BOSS-S1 device does not have a fan installed in it.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC9005": {
+ "Description": "The BOSS device identified in the message has a fan installed in it.",
+ "Message": "The BOSS-S1 device has a fan installed in it.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "HWC9006": {
+ "Description": "The server board cable or the server interconnect may be necessary for proper operation. System functionality may be degraded.",
+ "Message": "The server board %1 cable or the server interconnect is not available.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the server board cable and interconnect is available and properly connected. For more information about connecting, see the Installation and Service Manual of the respective server available on the support site."
+ },
+ "HWC9007": {
+ "Description": "A communication error is observed either in the server board cable identified in the message or the server interconnect.",
+ "Message": "A communication error is observed either in the server board %1 cable or the server interconnect.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the server board cable and interconnect is available and properly connected. For more information about connecting, see the Installation and Service Manual of the respective server available on the support site."
+ },
+ "HWC9050": {
+ "Description": "iDRAC is unable to communicate to the Graphics Processing Unit (GPU) device identified in the message because the device is not ready or not responding to the system management bus (SMB) commands.",
+ "Message": "iDRAC is unable to communicate to the Graphics Processing Unit (GPU) device %1 because the device is not ready or not responding.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC9051": {
+ "Description": "The health of Graphics Processing Unit (GPU) device identified in the message is degraded. There are a few memory pages retired on the device because of a Double Bit Error (DBE) or two consecutive Single Bit Errors (SBEs) on the memory cell. The memory pages are retired to avoid any runtime corruption of data.",
+ "Message": "The health of Graphics Processing Unit (GPU) device %1 is degraded because of single or double bit errors on the memory cells.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "HWC9052": {
+ "Description": "The health of Graphics Processing Unit (GPU) device identified in the message is degraded. There are a few memory pages retired on the device because of a Double Bit Error (DBE) or two consecutive Single Bit Errors (SBEs) on the memory cell. The memory pages are retired to avoid any runtime corruption of data.",
+ "Message": "The health of Graphics Processing Unit (GPU) device %1 is critical because of single or double bit errors on the memory cells.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact your service provider to repair or replace the GPU device."
+ },
+ "IOID001": {
+ "Description": "After the I/O Identity optimization feature is enabled, the time during boot to configure I/O Identity attributes using the Server Configuration Profile (Configuration XML) import feature will be significantly reduced.",
+ "Message": "The Input/Output Identity (I/O Identity) optimization feature is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "IOID002": {
+ "Description": "After the I/O Identity optimization feature is disabled, the time during boot to configure I/O Identity attributes using the Server Configuration Profile (Configuration XML) import feature will increase.",
+ "Message": "The Input/Output Identity (I/O Identity) optimization feature is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "IOID003": {
+ "Description": "The Virtual Address Persistence Policy setting for Auxiliary powered devices is changed to the restart type identified in the message.",
+ "Message": "The Virtual Address Persistence Policy setting for Auxiliary powered devices is changed to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOID004": {
+ "Description": "The Virtual Address Persistence Policy setting for Non-Auxiliary powered devices is changed to the restart type identified in the message.",
+ "Message": "Virtual Address Persistence Policy setting for Non-Auxiliary powered devices is changed to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOID005": {
+ "Description": "The Storage Initiator Persistence Policy setting is changed to the restart type identified in the message.",
+ "Message": "Storage Initiator Persistence Policy setting is changed to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOID006": {
+ "Description": "The Storage Target Persistence Policy setting is changed to the restart type identified in the message.",
+ "Message": "Storage Target Persistence Policy setting is changed to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOID110": {
+ "Description": "The virtual address of NIC port identified in the message is configured.",
+ "Message": "The virtual address of %1 Port %2 is configured.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOID111": {
+ "Description": "The virtual address of the NIC port identified in the message could not be successfully configured because either the network port connection is not enabled or the NIC is not capable of Virtual Addressing.",
+ "Message": "Unable to configure the virtual address of %1 Port %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify that the network port is enabled and that the port has Virtual Addressing capability and then retry the operation."
+ },
+ "IOID112": {
+ "Description": "The initiator properties of the NIC port identified in the message are successfully configured.",
+ "Message": "The initiator properties of the %1 Port %2 are successfully configured.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOID113": {
+ "Description": "The initiator properties of the NIC port could not be configured because either iSCSI or FCoE partition of the network port is not enabled, or the network controller is not functioning.",
+ "Message": "Unable to configure the initiator properties of %1 Port %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure that the iSCSI or FCoE partition of the network port is enabled. Check whether or not the network controller is working and then retry the operation."
+ },
+ "IOID114": {
+ "Description": "The target setting properties of the NIC port identified in the message are successfully configured.",
+ "Message": "The target settings properties of the %1 Port %2 are successfully configured.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOID115": {
+ "Description": "The target settings properties of the NIC port identified in the message could not be configured, because either iSCSI or FCoE partition of the network port is not enabled; or, the network controller is not functioning.",
+ "Message": "Unable to configure the target settings properties of the %1 Port %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure that the iSCSI or FCoE partition of the network port is enabled. Check whether or not the network controller is working."
+ },
+ "IOID116": {
+ "Description": "The iDRAC has started to apply I/O Identity settings on NIC and FC HBA devices based on the current persistence policy settings.",
+ "Message": "Applying I/O Identity settings based on current persistence policy settings.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOID117": {
+ "Description": "The iDRAC has applied I/O Identity settings on NIC and FC HBA devices. All the device configuration related to virtual addresses, initiator and target settings have been configured successfully according to the current persistence policy settings.",
+ "Message": "The operation to apply I/O Identity settings based on current persistence policy settings has completed successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOID118": {
+ "Description": "The iDRAC has applied I/O Identity Configuration on NIC and FC HBA devices. One or more of the setting configuration operations did not complete successfully.",
+ "Message": "Unable to configure some or all I/O Identity settings based on current persistence policy settings.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review the previous log entries and identify the devices that did not successfully complete configuration operations. For the identified devices, do the following and then restart the server: 1) Make sure the device is installed properly. 2) Make sure the device has latest firmware installed. If the issue persists, contact your service provider."
+ },
+ "IOID119": {
+ "Description": "The FlexAddress feature is enabled on the system. The iDRAC will assign FlexAddress defined MAC and WWN values to all the ports and/or partitions of bNDCs and mezzanine adapters of the system.",
+ "Message": "FlexAddress is enabled on all NIC and FC HBA devices.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOV000": {
+ "Description": "This operation was successful.",
+ "Message": "Successfully completed the operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOV001": {
+ "Description": "The operation or operation parameter sent to the Chassis Manager is invalid or not supported.",
+ "Message": "The operation contains an invalid request or argument.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact technical support. Refer to Chassis Manager product documentation to determine the contact method for the service provider."
+ },
+ "IOV002": {
+ "Description": "CMC could not successfully allocate resources because of the following reasons: 1) The chassis manager is unable to allocate required resources. 2) The chassis manager or chassis infrastructure firmware is rolled back to an earlier version. 3) There is an issue with the internal communications between chassis components.",
+ "Message": "Unable to create or allocate the required resources.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the firmware for the various chassis components are compatible with each other. If this is the case, do the following: 1) Turn off the chassis, by pressing the chassis Power Button, 2) run the following CMC RACADM command \"racadm racresetcfg\". If the problem persists, contact your technical service provider."
+ },
+ "IOV003": {
+ "Description": "A PCIe device error was detected that does not allow the assignment, unassignment, or the turning off of the device. The errors can be caused by incorrect PCIe device installation or installation of an unsupported PCIe adapter card. For a list of supported PCIe adapter cards contact your service provider.",
+ "Message": "Unable to manage the device located in the PCIe slot specified in the operation.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that supported adapters are used and installed correctly in the PCIe slots."
+ },
+ "IOV004": {
+ "Description": "The chassis manager is unable to turn on the PCIe device because of one of the following reasons: 1) PCIe device is not supported, 2) The device is not properly inserted in the slot, 3) The device is not functioning properly, or 4) The device power requirements exceed the power available for the slot.",
+ "Message": "Unable to turn on PCIe adapter.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure a supported PCIe device is used and that it is properly inserted in the PCIe slot. For a list of supported devices, contact the service provider."
+ },
+ "IOV005": {
+ "Description": "The Chassis Management Controller is not ready to run commands because the chassis must be turned on.",
+ "Message": "Chassis Management Controller (CMC) is not ready to run commands.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn on chassis and retry the command."
+ },
+ "IOV006": {
+ "Description": "The Chassis Infrastructure Mainboard firmware is not at the correct version.",
+ "Message": "Incorrect Chassis Infrastructure Mainboard firmware version.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Run the command \"racadm fwupdate -g -u -a -d mainboard.bin -m main_board\" to upload the latest firmware version to the Chassis Infrastructure Mainboard."
+ },
+ "IOV007": {
+ "Description": "For each adapter assigned to a server, power is allocated when the server is turned on. If the available power is less than the required power, the Chassis Management Controller (CMC) will not power on the adapters associated with the server.",
+ "Message": "Chassis Management Controller (CMC) is unable to allocate power to one or more PCIe adapters in the Chassis Infrastructure component.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "To release the required power, turn off one or more servers by pressing the Power Button on the individual server units."
+ },
+ "IOV008": {
+ "Description": "The Chassis Management Controller (CMC) was unable to reset the PCIe subsystem into factory default mode.",
+ "Message": "Chassis Management Controller (CMC) is unable to put PCIe subsystem into factory default mode.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn off the chassis, turn on the chassis, and then retry the operation."
+ },
+ "IOV009": {
+ "Description": "The Chassis Management Controller (CMC) runs this function only when the chassis is turned off.",
+ "Message": "Chassis Management Controller (CMC) is unable to reset to factory default or pre-factory default settings.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn off the chassis and retry the operation."
+ },
+ "IOV010": {
+ "Description": "Unable to assign the PCIe slots because a license is required to assign more than two PCIe slots to a server. Non-licensed systems are allowed only two slots per server.",
+ "Message": "Unable to assign the PCIe slot(s) because a license is required to assign more than two PCIe slots to a server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Import a license that allows assignments of more than two PCIe slots per server. For more information about licenses, contact your service provider."
+ },
+ "IOV011": {
+ "Description": "All servers that PCIe slots or virtual adapter (VA) will be assigned-to and unassigned-from must be turned off before an assign or unassign operation can be performed.",
+ "Message": "Unable to assign or unassign PCIe slot(s) or virtual adapter (VA) because all affected servers must be turned off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn off all servers that the PCIe slots or virtual adapter (VA) will be assigned-to and unassigned-from, and then retry the operation."
+ },
+ "IOV012": {
+ "Description": "By default, the non-licensed system assigns virtual adapters (VA) 1-4 to servers 1-4 respectively.",
+ "Message": "Unable to assign a virtual adapter (VA) to a non-default server because a license is required.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Import a license which enables the assignment of a PERC virtual adapter (VA) to any server. For more information about licenses, contact your service provider."
+ },
+ "IOV013": {
+ "Description": "Unable to assign a virtual adapter (VA) to a server that is already assigned a VA, because a server may be assigned only one VA.",
+ "Message": "Unable to assign a virtual adapter (VA) to a server that is already assigned a VA, because a server may be assigned only one VA.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Unassign the server's current virtual adapter (VA) and retry the operation. To unassign the VA using RACADM, run the following command \"racadm setpciecfg\"."
+ },
+ "IOV1001": {
+ "Description": "The requested operation was successfully executed.",
+ "Message": "The requested operation was successfully executed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOV1002": {
+ "Description": "The operation did not complete successfully due to an exception from the instrumentation layer.",
+ "Message": "The operation was not successful.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset CMC and retry the operation when the CMC has completed restarting. The CMC may take 2 to 3 minutes to complete restarting."
+ },
+ "IOV1003": {
+ "Description": "One or more parameters identified in the message required for the method are missing.",
+ "Message": "Missing required parameter %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Refer to the DCIM Chassis PCI Management Profile document and provide the required parameter."
+ },
+ "IOV1004": {
+ "Description": "The parameters for the method identified in the message are not passed correctly.",
+ "Message": "Too many slots provided as parameters to Assign and UnAssign Servers methods.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the DCIM Chassis PCI Management Profile document and provide the required parameters."
+ },
+ "IOV1005": {
+ "Description": "The FQDD (Fully Qualified Device Descriptor) entered for the operation does not map to any instance of the DCIM_ChassisPCISlot class.",
+ "Message": "Invalid slot FQDD %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Perform the Enumerate operation on the DCIM_ChassisPCISlot class to determine the correct FQDD value for the required slot. Retry the operation with the correct FQDD value."
+ },
+ "IOV1006": {
+ "Description": "The PCI slot or Server slot FQDD (Fully Qualified Device Descriptor) values entered for the operation are not valid.",
+ "Message": "Invalid PCI slot or Server slot.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Perform the Enumerate operation on the DCIM_ChassisPCISlot class and DCIM_BladeServerView class to get the correct FQDD values for the PCIe slot and Server slot. Retry the operation with the correct FQDD values."
+ },
+ "IOV101": {
+ "Description": "The Chassis Management Controller (CMC) detected the insertion of an adapter in the slot identified in the message.",
+ "Message": "A PCIe adapter %1 is inserted in %2 %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "If the adapter in slot identified in the message is mapped to a server, the server must be turned off then back on before server can access adapter. If the adapter in slot is a shared adapter and any server is on then the entire chassis must be turned off and turned on for the server(s) to gain access to the installed shared adapter."
+ },
+ "IOV102": {
+ "Description": "The Chassis Management Controller (CMC) detected the removal of an adapter card from the slot identified in the message.",
+ "Message": "A PCIe adapter %1 is removed from %2 %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOV103": {
+ "Description": "The Chassis Management Controller (CMC) detected the replacement of an adapter in the slot identified in the message.",
+ "Message": "A PCIe adapter %1 in %2%3 is replaced by PCIe adapter %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOV104": {
+ "Description": "For each adapter assigned to a server, power is allocated when the server is turned on. If the available power is less than the required power, the Chassis Management Controller (CMC) will not power on the adapters associated with the server.",
+ "Message": "The Chassis Management Controller (CMC) is unable to allocate %1 Watt for server-%2 PCIe adapters.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Using the Chassis Management Controller (CMC) RACADM command line interface, run the command \"racadm config -g cfgChassisPower -o cfgChassisPowerCap \" to increase the power cap or add an additional power supply."
+ },
+ "IOV105": {
+ "Description": "An error by the Chassis Infrastructure slot management detected an error which may prevent the physical assignment/unassignment or power off of a slot. The errors may be caused by PCIE training timeouts, false hot plug signals, or installation of an unsupported PCIe adapter card. For a list of supported PCIe adapter cards contact your service provider.",
+ "Message": "Unable to manage PCIE adapter %1 located in %2 %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure that supported adapters are used and installed correctly in the PCIe slot."
+ },
+ "IOV106": {
+ "Description": "The Chassis Management Controller (CMC) is unable to power on adapter. Possible reasons for power failures are: 1) Adapter not an approved adapter. 2) Adapter not fully inserted in the slot 3) Auxiliary power cable not connected (applicable to slot 1 - 3 only). 4) Adapter is damaged.",
+ "Message": "Unable to power on PCIe adapter %1 in %2 %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure a supported PCIe device is used and that it is properly inserted in the PCIe slot. For a list of supported devices, contact the service provider."
+ },
+ "IOV107": {
+ "Description": "The Chassis Management Controller (CMC) has detected the removal of a PCIe adapter card while it was powered on.",
+ "Message": "PCIe adapter %1 in slot %2 was removed while powered on.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Power down the affected server(s) and then power on the server(s). Note: OS reboot only will not correct this issue."
+ },
+ "IOV108": {
+ "Description": "The Chassis Management Controller (CMC) detected a power fault in an adapter after the adapter was powered on. A power fault may be caused by a damaged adapter or the adapter power requirements exceed the maximum power limits of the slot.",
+ "Message": "Power fault detected on PCIE adapter %1 in %2 %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure a supported PCIe device is used and that it is properly inserted in the PCIe slot. For a list of supported devices, contact your service provider."
+ },
+ "IOV109": {
+ "Description": "An error condition associated with the PCIe slot is cleared.",
+ "Message": "An error condition associated with the PCIe slot is cleared.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOV110": {
+ "Description": "Successfully updated Chassis Infrastructure firmware.",
+ "Message": "Successfully updated Chassis Infrastructure firmware.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOV111": {
+ "Description": "Unable to successfully update Chassis Infrastructure firmware.",
+ "Message": "Unable to update Chassis Infrastructure firmware.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the release notes of the Mainboard update package for recommended action. If the issue persists, contact your service provider."
+ },
+ "IOV112": {
+ "Description": "Chassis infrastructure firmware is not valid and must be reinstalled.",
+ "Message": "Chassis Infrastructure firmware is not valid.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the Chassis Infrastructure firmware. Using Chassis Management Controller (CMC) RACADM, run the command \"racadm fwupdate -g -u -a -d mainboard.bin -m main_board\" to upload the latest firmware version to the Chassis Infrastructure Mainboard."
+ },
+ "IOV113": {
+ "Description": "Chassis Infrastructure firmware re-installation is successful.",
+ "Message": "Chassis Infrastructure firmware re-installation is successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOV114": {
+ "Description": "The PCIE Slot or PERC Virtual Adapter (VA) identified in the message has been assigned to the server identified in the message.",
+ "Message": "%1 %2 assigned to server-%3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOV115": {
+ "Description": "The discovery process for PCIE adapters was unable to allocate the power required to power on the PCIE adapters.",
+ "Message": "Unable to allocate %1 WATTS for discovery of PCIE adapters.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Using the Chassis Management Controller (CMC) RACADM command line interface, run the command \"racadm config -g cfgChassisPower -o cfgChassisPowerCap \" to increase the power cap or add an additional power supply."
+ },
+ "IOV116": {
+ "Description": "The Chassis Management Controller (CMC) detected a power fault in an PCIE AUX power cable after the adapter was powered on. A power fault may be caused by a loose cable connection to the adapter or between the cable and the AUX cable harness.",
+ "Message": "PCIE AUX power cable %1.was disconnected while powered on.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure AUX power cable identified in the message is fully plugged into the adapter and the AUX cable harness."
+ },
+ "IOV117": {
+ "Description": "The PCIE Slot or PERC Virtual Adapter(VA) identified in the message has been unassigned/unmapped from the server identified in the message.",
+ "Message": "%1 %2 was unassigned/unmapped from server-%3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOV118": {
+ "Description": "The Fabric identified in the message is not up and a chassis power cycle is required.",
+ "Message": "Fabric %1 is down.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Power cycle the chassis. Using the Chassis Management Controller (CMC) RACADM command line interface, run the command \"racadm chassisaction powercycle\"."
+ },
+ "IOV119": {
+ "Description": "The Chassis Management Controller (CMC) has disabled PCIe ride-through mode. PCIe adapters that are turned on and in \"ride-through\" mode are immediately turned off.",
+ "Message": "PCIe ride-through mode is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOV120": {
+ "Description": "The Chassis Management Controller (CMC) has enabled PCIe ride-through mode. PCIe adapters will remain turned on for the number of seconds specified by the ride-through timeout value after the server they are assigned to is turned off.",
+ "Message": "PCIe ride-through mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "IOV121": {
+ "Description": "The Chassis Management Controller (CMC) has changed the PCIe ride-through timeout to the value identified in the message. PCIe adapters will remain turned on for the number of seconds specified by the ride-through timeout value after the server they are assigned to is turned off. Note: A value of zero equals infinite number of seconds.",
+ "Message": "PCIe ride-through time out has changed from %1 to %1 seconds.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOV122": {
+ "Description": "The PCIE Slot or PERC Virtual Adapter (VA) identified in the message has been assigned to the extension of the server slot identified in the message.",
+ "Message": "%1 %2 is mapped/assigned to extension of server slot %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOV123": {
+ "Description": "The PCIE Slot or PERC Virtual Adapter(VA) identified in the message has been unassigned/unmapped from the extension of the server slot identified in the message.",
+ "Message": "%1 %2 is unassigned/unmapped from extended server slot %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "IOV2008": {
+ "Description": "The Chassis Management Controller (CMC) could not successfully connect to the PCIe subsystem.",
+ "Message": "The Chassis Management Controller (CMC) is unable to communicate with the PCIe subsystem.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Perform an AC Power Cycle operation on the Chassis by disconnecting the chassis from AC power, wait for 30 seconds, and then reconnect AC power. 2) Turn on at least one server. Using the Chassis Management Controller (CMC) web interface, select Server Overview->Power->Control and select the Power On Server option. If the issue persists, contact your service provider."
+ },
+ "IPA0001": {
+ "Description": "Invalid parameters passed to the function.",
+ "Message": "Invalid NIC IP address parameter specified.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the valid IP Address."
+ },
+ "IPA0002": {
+ "Description": "Invalid parameters passed to the function.",
+ "Message": "Invalid IP address specified.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IP Address."
+ },
+ "IPA0003": {
+ "Description": "Invalid parameters passed to the function.",
+ "Message": "Invalid subnet mask specified.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the appropriate subnet mask."
+ },
+ "IPA0004": {
+ "Description": "Invalid parameters passed to the function.",
+ "Message": "Invalid gateway address specified.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the appropriate gateway."
+ },
+ "IPA0100": {
+ "Description": "The iDRAC IP Address changed from the earlier IP Address identified in the message to the new IP Address identified in the message. This notification will be generated when the iDRAC network card selection is changed, if the DHCP lease expires and the DHCP server assigns another address, or if iDRAC IP address is manually changed.",
+ "Message": "The iDRAC IP Address changed from %1 to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remote management consoles that have cached or stored the iDRAC IP address may have to be updated with the new IP address either through a re-discovery or manual reconfiguration. A response action may not be required if the console receives this SNMP notification and updates the iDRAC IP address accordingly."
+ },
+ "ISM0000": {
+ "Description": "The iDRAC Service Module is started on the OS of server.",
+ "Message": "The iDRAC Service Module is started on the operating system (OS) of server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0001": {
+ "Description": "The iDRAC Service Module detected a OS to iDRAC Pass-through mode as identified in the message. iDRAC Service Module will automatically connect to iDRAC after the OS to iDRAC Pass-through is configured to the USB NIC mode.",
+ "Message": "The iDRAC Service Module detected a OS to iDRAC Pass-through in the %1 mode. Switch the OS to iDRAC Pass-through to a USB NIC mode.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Configure OS to iDRAC Pass-through to the USB NIC mode by running the commands: 1) racadm set idrac.os-bmc.PTMode usb-p2p 2) racadm set idrac.os-bmc.UsbNicIpAddress 3) racadm set idrac.os-bmc.adminstate enabled."
+ },
+ "ISM0002": {
+ "Description": "The OS to iDRAC Pass-through mode is disabled. The iDRAC Service Module is currently enabling the OS to iDRAC Pass-through mode in the USB NIC mode. This operation is done only for the first run of iDRAC Service Module. If OS to iDRAC Pass-through is disabled after this point of time, iDRAC Service Module will not be able to connect to iDRAC until user enables the OS-iDRAC Pass-through in the USB mode.",
+ "Message": "The OS to iDRAC Pass-through is disabled. The iDRAC Service Module is currently enabling the OS to iDRAC Pass-through in the USB NIC mode.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0003": {
+ "Description": "The iDRAC Service Module could not successfully discover iDRAC from the server OS. However, the iDRAC Service Module will continue the discovery operation. Make sure that the IPMI drivers are enabled on the server operating system.",
+ "Message": "The iDRAC Service Module is unable to discover iDRAC from the operating system of the server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0004": {
+ "Description": "The iDRAC Service Module has successfully started communication with iDRAC.",
+ "Message": "The iDRAC Service Module has successfully started communication with iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0005": {
+ "Description": "The iDRAC Service Module has successfully restarted communication with iDRAC.",
+ "Message": "The iDRAC Service Module has successfully restarted communication with iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0006": {
+ "Description": "The iDRAC Service Module could not successfully communicate with iDRAC, because the OS to iDRAC Pass-through channel is not configured in the USB-NIC mode.",
+ "Message": "The iDRAC Service Module is unable to communicate with iDRAC using the OS to iDRAC Pass-through channel.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the OS to iDRAC Pass-through channel is configured only in the USB-NIC mode, and then retry the operation. To enable the OS-to-iDRAC Pass-through channel, run the following command in the order they are listed: 1) racadm set idrac.os-bmc.PTMode usb-p2p 2) racadm set idrac.os-bmc.UsbNicIpAddress 3) racadm set idrac.os-bmc.adminstate enabled."
+ },
+ "ISM0007": {
+ "Description": "The iDRAC Service Module ended communication with iDRAC over the OS to iDRAC Pass-through channel. This is because either iDRAC is being restarted or the OS to iDRAC Pass-through configuration is being changed. The iDRAC Service Module will continue to try connecting to iDRAC.",
+ "Message": "The iDRAC Service Module communication with iDRAC has ended.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0008": {
+ "Description": "iDRAC Service Module detected that OpenManage Server Administrator is running on the OS of this server. Therefore, one or more features of iDRAC Service Module will be disabled.",
+ "Message": "Some features of iDRAC Service Module will be disabled on this server, because OpenManage Server Administrator is running on the operating system (OS) of this server.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "End the OpenManage Server Administrator session. The features will be automatically started by iDRAC Service Module."
+ },
+ "ISM0009": {
+ "Description": "iDRAC Service Module detected that OpenManage Server Administrator is not running on the OS of this server. Therefore, one or more features of iDRAC Service Module that were earlier disabled are now enabled on this server.",
+ "Message": "The features of iDRAC Service Module that were disabled will be enabled on this server, because OpenManage Server Administrator is not running on the operating system (OS) of this server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0010": {
+ "Description": "The iDRAC Service Module received a request from a source identified in the message to stop the Service Module services. For example, a requesting source can be an OS or iDRAC.",
+ "Message": "The iDRAC Service Module received a request from the %1 to stop the services of Service Module.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If the requesting source is iDRAC, enable the iDRAC Service Module on the iDRAC before starting this service on the server OS. To enable the Service Module by using iDRAC GUI: Click Network, click OS to iDRAC Pass-through, and then click the USB NIC option. In the OS IP Address box , type an IP address, and then click Apply. To enable the module by using RACADM command, run the following command at the command line interface: racadm set idrac.servicemodule.ServiceModuleEnable enabled."
+ },
+ "ISM0011": {
+ "Description": "The server OS could not start the iDRAC Service Module, because the iDRAC Service Module disabled on iDRAC.",
+ "Message": "The server operating system (OS) is unable to start the iDRAC Service Module, because it is set to \"disabled\" in iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the iDRAC Service Module on the iDRAC before starting this service on the server OS, and then retry the operation. To enable the module by using iDRAC GUI: Click Network, click OS to iDRAC Pass-through, and then click the USB NIC option. In the OS IP Address box , type an IP address, and then click Apply. To enable the module by using RACADM command, run the following command at the command line interface: racadm set idrac.servicemodule. ServiceModuleEnable enabled."
+ },
+ "ISM0012": {
+ "Description": "The iDRAC Service Module is successfully ended on the server OS.",
+ "Message": "The iDRAC Service Module is successfully ended on the server operating system (OS).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0013": {
+ "Description": "The feature identified in the message is enabled by using the one of the iDRAC interfaces.",
+ "Message": "The feature %1 is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0014": {
+ "Description": "The feature identified in the message is disabled by using one of the iDRAC interfaces.",
+ "Message": "The feature %1 is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0015": {
+ "Description": "The iDRAC Service Module detected a change in the host name of the server OS.",
+ "Message": "The iDRAC Service Module detected a change in the host name of the server operating system (OS).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0016": {
+ "Description": "The BMC watchdog reset time is changed to a value identified in the message.",
+ "Message": "The BMC watchdog reset time is changed to %1 seconds.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0017": {
+ "Description": "The BMC watchdog auto-recovery action is changed from the original action identified in the message to the new action identified in the message.",
+ "Message": "The BMC watchdog auto-recovery action is changed from %1 to %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0018": {
+ "Description": "The OS Collector application is started on the server Operating System.",
+ "Message": "The OS Collector application is successfully started on the server operating system (OS).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0019": {
+ "Description": "The OS Collector application did not start successfully on the server operating system (OS), because checksum verification did not succeed for some files.",
+ "Message": "The OS Collector application did not start successfully on the server operating system (OS) because checksum verification did not succeed for some files.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Retry the operation. 2) If the issue persists, reinstall the OS Collector on the iDRAC to the most recent version available, and then retry the operation."
+ },
+ "ISM0020": {
+ "Description": "The OS Collector application did not start successfully on the server operating system (OS) because the iDRAC emulated USB device with the OS Collector application was not found.",
+ "Message": "The OS Collector application did not start successfully on the server operating system (OS) because the iDRAC emulated USB device with the OS Collector application was not found.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Retry the operation. 2) If the issue persists, restart the iDRAC, and then retry the operation."
+ },
+ "ISM0021": {
+ "Description": "The OS Collector application did not start successfully on the server operating system (OS) because the OS Collector executable was not found.",
+ "Message": "The OS Collector application did not start successfully on the server operating system (OS) because the OS Collector executable was not found.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Retry the operation. 2) If the issue persists, reinstall the OS Collector on the iDRAC to the most recent version available, and then retry the operation."
+ },
+ "ISM0022": {
+ "Description": "The OS Collector application did not start successfully on the server operating system (OS) because the application encountered an error.",
+ "Message": "The OS Collector application did not start successfully on the server operating system (OS) because the application encountered an error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Retry the operation. 2) If the issue persists, reinstall the OS Collector on the iDRAC to the most recent version available, and then retry the operation."
+ },
+ "ISM0023": {
+ "Description": "The feature WMI Information is disabled. It will be enabled when a compatible iDRAC firmware is installed.",
+ "Message": "The feature WMI Information is deactivated because the iDRAC firmware version installed is not compatible. It will be activated when the compatible iDRAC firmware is installed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "WMI Information feature requires iDRAC 8 firmware version 2.00.00 or later. Update the iDRAC firmware to the appropriate version to activate the WMI Information feature."
+ },
+ "ISM0024": {
+ "Description": "The NVMe Device identified in the message is successfully prepared for removal from the PCIe slot identified in the message.",
+ "Message": "The NVMe Device %1 is successfully prepared for removal from PCIe slot %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No further response action is required before removing the NVMe Device identified in the message. To enable the NVMe Device for use, remove and re-insert the device or restart the system with the device inserted."
+ },
+ "ISM0025": {
+ "Description": "The NVMe device cannot be prepared for removal from (the PCIe slot identified in the message because of one or more of the following reasons: 1) NVMe device is busy, 2) NVMe device is not present or 3) NVMe driver is not present.",
+ "Message": "Unable to prepare the NVMe device %1 for removal from the PCIe slot %2 because of one or more of the following reasons: 1) NVMe device is busy, 2) NVMe device is not present or 3) NVMe driver is not installed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure of the following: 1)That the NVMe device identified in the message is not in use, 2) the NVMe device is present, and 3) NVMe device drive is installed."
+ },
+ "ISM0026": {
+ "Description": "The iDRAC Hard Reset operation is performed by system OS user identified in the message from the operating system (OS) on the day-date-time-year identified in the message.",
+ "Message": "The iDRAC Hard Reset operation is performed by system OS user %1 from the operating system (OS) on date %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "The iDRAC may take up to 2 minutes to fully restart. Wait until the iDRAC is fully restarted before performing further operations with the iDRAC."
+ },
+ "ISM0027": {
+ "Description": "An unprivileged user identified in the message tried to perform an iDRAC Hard Reset operation from the operating system (OS).",
+ "Message": "An unprivileged user %1 tried to perform an iDRAC Hard Reset operation from the operating system (OS).",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0028": {
+ "Description": "The iDRAC Hard Reset operation cannot be performed either because of an unsupported CPLD firmware version or the iDRAC Hard reset feature is currently disabled on iDRAC.",
+ "Message": "Unable to perform the iDRAC Hard Reset operation either because of an unsupported CPLD firmware version or the iDRAC Hard Reset feature is currently disabled on iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Update the CPLD version by using iDRAC graphical user interface (GUI). 2) To enable the iDRAC Hard Reset feature by running RACADM command, enter the following at the command line interface (CLI): \"racadm set idrac.servicemodule.idrachardreset enabled\"."
+ },
+ "ISM0029": {
+ "Description": "Unable to complete the iDRAC Hard Reset operation because BIOS on the server does not support this feature.",
+ "Message": "Unable to complete the iDRAC Hard Reset operation because BIOS on the server does not support this feature.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Install the required BIOS version and retry the operation. To know about the recommended BIOS version, see the iDRAC User's Guide available on the support site."
+ },
+ "ISM0030": {
+ "Description": "Unable to complete iDRAC Hard Reset operation because this feature is not supported on this platform.",
+ "Message": "Unable to complete the iDRAC Hard Reset operation because this feature is not supported on this platform.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the platform User's Guide documentation for information about whether the iDRAC Hard Reset feature is available."
+ },
+ "ISM0031": {
+ "Description": "The Full Power Cycle operation is triggered by the server operating system (OS) user from the OS on date as identified in the message. However, the server components will be AC power cycled when the server is shut down.",
+ "Message": "The Full Power Cycle operation is triggered by the server operating system (OS) user %1 from the OS on date %2. However, the server components will be AC power cycled when the server is shut down.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required. For information about Full powercycle, see the platform User's Guide available on the support site."
+ },
+ "ISM0032": {
+ "Description": "The Full Power Cycle operation is successfully cancelled by the server operating system (OS) user from the OS on date as identified in the message.",
+ "Message": "The Full Power Cycle operation is successfully cancelled by the server operating system (OS) user %1 from the OS on date %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required. For information about Virtual AC powercycle, see the platform User's Guide available on the support site."
+ },
+ "ISM0033": {
+ "Description": "The user identified in the message, without necessary privileges, tried to perform a Full Power Cycle operation from the operating system (OS).",
+ "Message": "The user %1, without necessary privileges, tried to perform a Full Power Cycle operation from the operating system (OS).",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0034": {
+ "Description": "The Auto Update feature successfully completed the task on the Host OS, where the server operating system (OS) user is as identified in the message.",
+ "Message": "The Auto Update feature successfully %1 the iDRAC Service Module to version %2, where the server operating system (OS) user is %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "ISM0035": {
+ "Description": "The operating system (OS) collector service is successfully closed on the server OS.",
+ "Message": "The operating system (OS) collector service is successfully closed on the server OS.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "ISM0036": {
+ "Description": "The operating system (OS) collector service cannot be successfully closed on the server OS because either the service is not responding or the service has already closed.",
+ "Message": "Unable to successfully close the operating system (OS) collector service on the server OS because either the service is not responding or the service has already closed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "ISM0039": {
+ "Description": "The In-band SNMP Get feature is not functional because an unsupported iDRAC configuration is detected.",
+ "Message": "The In-band SNMP Get feature is not functional because an unsupported iDRAC configuration is detected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "The In-band SNMP Get feature will not be functional in the following scenarios. 1. When System Lockdown mode is enabled in iDRAC. To disable the System Lockdown mode by using the iDRAC GUI, click iDRAC Dashboard -> More Actions -> Turn off the System Lockdown Mode. By using the RACADM Command Line Interface (CLI), run the racadm set idrac.lockdown.Systemlockdown disabled command. 2. When local RACADM configuration is disabled in iDRAC. To enable the local RACADM configuration by using the iDRAC GUI: a) Click iDRAC Settings -> Services -> Local Configuration. b) From the Disable Local Configuration using RACADM drop-down menu, select Disabled. By using the RACADM Command Line Interface (CLI), run the racadm set iDRAC.LocalSecurity.LocalConfig disabled command. 3. When iDRAC SNMP v3 is disabled in iDRAC. To enable the SNMPv3 feature by using the iDRAC GUI: a) Click iDRAC Settings -> Services -> SNMP Agent -> SNMP Protocol. b) From the drop-down menu, select ALL (SNMP V1|V2|V3). By using the RACADM Command Line Interface (CLI), run the racadm set idrac.snmp.SNMPProtocol All command."
+ },
+ "ISM0041": {
+ "Description": "The host Operating System user created an ismtech user account as an iDRAC local user.",
+ "Message": "The host Operating System user %1 created an ismtech user account as an iDRAC local user.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0042": {
+ "Description": "The host Operating System user deleted an ismtech user account from the list of iDRAC local users.",
+ "Message": "The host Operating System user %1 deleted an ismtech user account from the list of iDRAC local users.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0044": {
+ "Description": "Unable to create the \"iSMSnmpUser\" user on iDRAC because the user already exists. The SnmpGet via Host OS feature will be disabled.",
+ "Message": "Unable to create the user iSMSnmpUser on iDRAC because the username already exists. The SnmpGet via Host OS feature will be disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete the existing \"iSMSnmpUser\" user by doing the following: 1) On the iDRAC Graphical User Interface (GUI), click iDRAC Settings -> Users. Delete the \"iSMSnmpUser\". To delete by using the RACADM command, run \"racadm set idrac.user.Enable.0\" and \"racadm set idrac.user.UserName\". 3) Enable the iSM SNMP get feature by using the iDRAC GUI: iDRAC Settings -> Settings -> iDRAC Service Module Setup. Select Enable SNMP Get via Host OS feature. By using the RACADM command: racadm set idrac.servicemodule.HostSNMPGet.1."
+ },
+ "ISM0045": {
+ "Description": "The In-band SNMP Get feature functionality is restored.",
+ "Message": "The In-band SNMP Get feature functionality is restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0046": {
+ "Description": "The ismtech user account is deleted from the list of iDRAC local users because the 24-hours timer has expired.",
+ "Message": "The ismtech user account is deleted from the list of iDRAC local users because the 24-hours timer has expired.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "ISM0047": {
+ "Description": "The iDRAC Service Module (iSM) successfully connected with iDRAC by using the IP protocol version identified in the message.",
+ "Message": "The iDRAC Service Module (iSM) successfully connected with iDRAC by using the IPv%1 protocol.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "ISM0048": {
+ "Description": "iDRAC is unable to communicate with the iDRAC Service Module (iSM) because of a Transport Security Layer (TLS) issue identified in the message.",
+ "Message": "iDRAC is unable to communicate with the iDRAC Service Module (iSM) because of a Transport Layer Security (TLS) issue. The issue details: %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reinstall the latest available iDRAC Service Module (iSM) on the host Operating System (OS) and retry the operation. If the issue persists, contact your service provider."
+ },
+ "ISM0049": {
+ "Description": "The iDRAC Service Module (iSM) is unable to communicate to the iDRAC because the client certificate is either unavailable or invalid.",
+ "Message": "The iDRAC Service Module (iSM) is unable to communicate to the iDRAC because the client certificate is either unavailable or invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Reinstall the latest available iDRAC Service Module (iSM) on the host Operating System (OS) and retry the operation. If the issue persists, contact your service provider. For information about the installation procedure, see the ISM User's Guide available on the support site."
+ },
+ "ISM0050": {
+ "Description": "iDRAC is unable to communicate with the iDRAC Service Module (iSM) because the iSM being installed on the host Operating System (OS) is not compatible with current iDRAC firmware version.",
+ "Message": "iDRAC is unable to communicate with the iDRAC Service Module (iSM) because the iSM being installed on the host Operating System (OS) is not compatible with current iDRAC firmware version.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Reinstall the latest available iDRAC Service Module (iSM) on the host Operating System (OS) and retry the operation. If the issue persists, contact your service provider."
+ },
+ "JCP000": {
+ "Description": "A new job with the ID identified in the message is created.",
+ "Message": "A new job with ID %1 is created.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "JCP001": {
+ "Description": "The UEFI automated task related to the job was successfully scheduled.",
+ "Message": "Task successfully scheduled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "JCP002": {
+ "Description": "The Lifecycle Controller is not able to schedule a job at this time because of an internal error.",
+ "Message": "Unable to schedule the job.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait up to three minutes and retry the operation. If the problem persists, reboot the system and enumerate DCIM_Lifeycle Job to view the list of jobs that are currently scheduled."
+ },
+ "JCP003": {
+ "Description": "The Job did not complete successfully.",
+ "Message": "The Job did not complete successfully.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation, and if necessary, make sure that valid parameters are provided for the operation. If the issue persists, contact your service provider."
+ },
+ "JCP004": {
+ "Description": "The job's time window expired and the job failed to complete.",
+ "Message": "Time elapsed - Job Failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the action and increase the time window so that the job can complete."
+ },
+ "JCP005": {
+ "Description": "System services was cancelled by selecting CTRL+E or F2 on boot up and cancelling it through the iDRAC configuration utility. This prevents jobs from executing further.",
+ "Message": "System services cancelled - Job Failed",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "For 11G systems: Use the iDRAC configuration utility to enable the System Services by pressing on the CTRL+E option on boot up at the targeted system. For 12G and above generations: Use F2 Setup, select iDRAC Configuration, and select Lifecycle Controller Settings, to enable the Lifecycle Controller on boot up of the targeted system."
+ },
+ "JCP006": {
+ "Description": "One or more of the specified values for creating a job are invalid or an internal error has occurred when scheduling the job.",
+ "Message": "Invalid job attribute.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Use the correct value for the job attribute and retry the operation."
+ },
+ "JCP007": {
+ "Description": "The submitted job completed successfully.",
+ "Message": "Job successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "JCP008": {
+ "Description": "Multiple attributes were set in the operation but some set attribute actions were not successful. For example, setting an attribute that is not valid for the component being configured.",
+ "Message": "Job completed with errors.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Examine the results of the configuration job in the Lifecycle Log for the source of the errors. Modify the settings as necessary and resubmit the job."
+ },
+ "JCP009": {
+ "Description": "Scheduled jobs were deleted as a result of a cancel job request. The job cancellation request is manually or programmatically initiated. Lifecycle Controller enters Recovery mode when unrecoverable and persistent errors occur.",
+ "Message": "Scheduled job was cancelled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If the job was not cancelled manually, then Lifecycle Controller may be in Recovery mode. To verify or change Recovery mode, use F2 Setup to select iDRAC Configuration then Lifecycle Controller Settings."
+ },
+ "JCP010": {
+ "Description": "The method invoked was successfully completed.",
+ "Message": "The command was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "JCP011": {
+ "Description": "The value provided for the specified parameter is invalid and must be corrected for the invoked method to complete successfully.",
+ "Message": "Invalid parameter value for %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "To provide the correct value for the specified parameter, see Lifecycle Controller-Remote Services documentation. Retry the operation requested with corrected value."
+ },
+ "JCP012": {
+ "Description": "The requested operation requires memory or file space allocation. The operation failed due to lack of memory or file space in the iDRAC.",
+ "Message": "The operation failed due to an internal iDRAC error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset iDRAC and retry the operation."
+ },
+ "JCP013": {
+ "Description": "One or more required input parameters needed for the operation are missing.",
+ "Message": "Missing parameter(s) %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Refer to the documentation for the operation being attempted and provide valid values for the identified parameters."
+ },
+ "JCP014": {
+ "Description": "The number of jobs specified in the SetupJobQueue request combined with the existing job count contains more jobs IDs than the maximum number of jobs supported by the system (256). Completed jobs are automatically deleted if they are older than the delete on completion timeout setting.",
+ "Message": "Maximum jobs per queue exceeded.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Reduce the number of jobs specified in the operation or reduce the existing job count before retrying the operation. Perform one of the following to reduce the job count: 1) Delete one or more jobs and retry the operation. 2) Wait until existing jobs have an elapsed time since completion that is greater than the delete on completion timeout setting and are automatically deleted. 3) Change the delete on completion timeout setting to a smaller value so that completed jobs are automatically deleted sooner."
+ },
+ "JCP015": {
+ "Description": "The job is currently executing and cannot be deleted. The job needs to finish running, whether successful or not, before it can be deleted.",
+ "Message": "A running job cannot be deleted.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the job to have a completed job status. Retry the operation."
+ },
+ "JCP016": {
+ "Description": "The UntilTime input parameter for the job or job queue creation must be at least 5 minutes after the value specified in the StartTime parameter.",
+ "Message": "Invalid UntilTime value. A minimum of 5 minutes is required.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Set the UntilTime at least 5 minutes after StartTime and retry the operation."
+ },
+ "JCP017": {
+ "Description": "The current job count has reached the maximum value supported. No more jobs are created until the number of jobs on the system is reduced. Completed jobs are automatically deleted if they are older than the DeleteOnCompletionTimeout setting.",
+ "Message": "Job creation request unsuccessful. Maximum number of jobs reached.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following to reduce the job count: 1) Delete one or more jobs and retry the operation. 2) Wait until existing jobs have an elapsed time since completion that is greater than the delete on completion timeout setting and are automatically deleted. 3) change the DeleteOnCompletionTimeout setting using the WSMAN API to a smaller value so that completed jobs are automatically deleted sooner."
+ },
+ "JCP018": {
+ "Description": "A new job cannot be created until the existing Export job is completed or the job is deleted. There can only be one Export Server Profile job running at a time.",
+ "Message": "Cannot create new jobs until the existing Export job is completed or the job is cancelled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Retry the operation after the Export Server Profile job is completed. 2) Delete the scheduled Export job and retry the operation."
+ },
+ "JCP019": {
+ "Description": "A new job cannot be created until the existing Import Server Profile job is complete or deleted. Only one Import Server Profile job can be running at any given time.",
+ "Message": "Cannot create new jobs until the existing Import System Profile job is completed or cancelled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Retry the operation after the Import Server Profile job is complete. 2) Delete the scheduled Import Server Profile job and retry the operation."
+ },
+ "JCP020": {
+ "Description": "Existing jobs cannot be scheduled while an Export Server Profile or Import Server Profile job is running.",
+ "Message": "Cannot schedule jobs while export or import operations are running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the job scheduling operation after the export or import operation is completed."
+ },
+ "JCP021": {
+ "Description": "The operation did not complete successfully because of lack of an unknown error in the iDRAC.",
+ "Message": "The operation failed due to an internal iDRAC error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset the iDRAC."
+ },
+ "JCP022": {
+ "Description": "An invalid Job ID was provided as input for a scheduling or deletion operation. The Job ID indicated in the message does not match an existing Job on the target system.",
+ "Message": "Invalid Job ID %1 for scheduling or deletion operation.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the job ID value by enumerating job instances and validating that the Job ID value is correct for the job being scheduled or deleted. Retry the operation with the correct Job ID value."
+ },
+ "JCP023": {
+ "Description": "One of the job ID values specified as input to the operation is a duplicate. The duplicated Job ID is indicated in the message.",
+ "Message": "Duplicate Job ID %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Use the correct job ID and retry. Use the GetAllJobs method to retrieve all open jobs."
+ },
+ "JCP024": {
+ "Description": "Lifecycle Controller cannot gain access to internal storage due to use by another application or operation. This job starts when Lifecycle Controller is available.",
+ "Message": "Lifecycle Controller is in use. This job starts when Lifecycle Controller is available.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for current Lifecycle Controller operation to complete. Verify that the system is: 1) Not currently in Lifecycle Controller Unified Server Configurator 2) Not waiting for user intervention at F1/F2 POST error 3) Not in any of the device or controller Option ROMs."
+ },
+ "JCP025": {
+ "Description": "Lifecycle Controller must be enabled to perform the requested operation. Lifecycle Controller can be enabled in the F2 Setup application or through a remote operation.",
+ "Message": "Lifecycle Controller is not enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If Lifecycle Controller is in Recovery mode a firmware update of Lifecycle Controller may be required. To change the Lifecycle Controller mode, do the following: 1) Restart the system and press F2 to launch the System Setup application 2) Select iDRAC Configuration 3) Select Lifecycle Controller Settings to enable Lifecycle Controller."
+ },
+ "JCP026": {
+ "Description": "Update packages are being downloaded for other jobs initiated on this system. This job resumes when the downloads complete.",
+ "Message": "Update packages are being downloaded. This job resumes when the downloads are completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "JCP027": {
+ "Description": "The (installation or configuration) job identified in the message is successfully created on iDRAC.",
+ "Message": "The (installation or configuration) job %1 is successfully created on iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "JCP028": {
+ "Description": "An install or configuration job status is successfully updated on iDRAC.",
+ "Message": "Job status updated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "JCP029": {
+ "Description": "Only one Job of the JobType requested can be created or scheduled at any time. A job of the same type already exists in the job queue.",
+ "Message": "A Job of JobType %1 already exists.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait until the existing job is complete or delete the existing job and then retry the operation."
+ },
+ "JCP030": {
+ "Description": "Unable to schedule jobs for execution while an iDRAC firmware update job is running.",
+ "Message": "Unable to schedule jobs while an iDRAC firmware update or configuration job is running.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the running job to complete, and then retry the operation."
+ },
+ "JCP031": {
+ "Description": "The job ID specified as input to the operation has configuration data that is currently being processed by the iDRAC. The job can be deleted after the processing is done.",
+ "Message": "Unable to delete the job because the configuration is still being committed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset the iDRAC by pressing the System ID button for 15 seconds, wait for the iDRAC to finish restarting, and then retry the operation."
+ },
+ "JCP032": {
+ "Description": "The configuration job cannot be created because the -r and --realtime options cannot be used at the same time.",
+ "Message": "Unable to create a job because conflicting options are entered.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that only one of either -r or --realtime option is entered. For example, to run a job immediately, enter the --realtime option. To schedule a job that will be run after restarting a server, use the -r option. For more information about options, see the RACADM Command Line Reference Guide available at the support site. If the issue persists, contact your service provider."
+ },
+ "JCP033": {
+ "Description": "This job is newly created. This is the default message in a job when it has just been created.",
+ "Message": "New job.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "JCP034": {
+ "Description": "A new configuration or update job has been created.",
+ "Message": "%1 job is successfully created on iDRAC with %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "JCP035": {
+ "Description": "New jobs cannot be created because a backup job is currently running.",
+ "Message": "Unable to create new jobs because a backup job is currently running.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the running job to complete, and then retry the operation. To view a list of the jobs currently running, use the RACADM command \"racadm jobqueue view\" or using the WSMAN API, enumerate DCIM_LifeCycleJob to view the list of jobs that are currently scheduled."
+ },
+ "JCP036": {
+ "Description": "The job identified in the message is successfully deleted on iDRAC.",
+ "Message": "The job %1 is successfully deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "JCP037": {
+ "Description": "The (installation or configuration) job identified in the message is successfully completed on iDRAC.",
+ "Message": "The (installation or configuration) job %1 is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "JCP038": {
+ "Description": "The (installation or configuration) job identified in the message cannot be run. For more information, see the Job Queue.",
+ "Message": "Unable to run the (installation or configuration) job %1 because %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Navigate to the Maintenance->overview->Lifecycle Log page in the iDRAC GUI. Look for logs with the prefix \"RED\" within the timeframe. Perform the recommended response action for these messages by referring to the error message guide."
+ },
+ "JCP040": {
+ "Description": "User created configuration / update Job with specified Job Name using specified interface.",
+ "Message": "User %1 via IP %2 created configuration / update Job ID %3 with Job Name %4 using %5.",
+ "Severity": "Informational",
+ "NumberOfArgs": 5,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "JCP041": {
+ "Description": "The job cannot be run because the System Lockdown mode is enabled.",
+ "Message": "Unable to successfully run the job because the System Lockdown mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the System Lockdown mode and retry the operation."
+ },
+ "JCP042": {
+ "Description": "The (installation or configuration) job identified in the message cannot be run. For more information, see the Job Queue.",
+ "Message": "Unable to run the (installation or configuration) job %1 because %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Review the LC Log for related update, configuration, or collection job errors. Retry the operation. If the problem persists, contact your service provider."
+ },
+ "JCP043": {
+ "Description": "The update operation cannot be started because the Export or Server Profile Import operation is already in progress.",
+ "Message": "Unable to start the update operation because the Export or Server Profile Import operation is already in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the Export or Server Profile Import operation to complete, and then retry the operation."
+ },
+ "JCP044": {
+ "Description": "The new jobs cannot be created until the current iDRAC job downloading operation is either completed or deleted. Only one Import Server Profile job can be run at a given time.",
+ "Message": "Unable to create new jobs until the current iDRAC job downloading operation is either completed or deleted.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following and retry the operation: 1) Wait for the current iDRAC job download operation to complete. 2) Delete the scheduled iDRAC download job."
+ },
+ "JCP045": {
+ "Description": "All the jobs in Job Queue were deleted successfully.",
+ "Message": "All jobs in the Job Queue were deleted successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "JCP046": {
+ "Description": "All the jobs in Job Queue were force deleted successfully.",
+ "Message": "All jobs in the Job Queue were force deleted successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "JCP047": {
+ "Description": "A new job cannot be created because a critical iDRAC job is currently running.",
+ "Message": "Unable to create a job because a critical iDRAC job is currently running.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the critical iDRAC to be completed and retry the operation."
+ },
+ "JCP048": {
+ "Description": "A new job cannot be created because the iDRAC firmware is currently getting updated on the server.",
+ "Message": "Unable to create a job because the iDRAC firmware is currently getting updated on the server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the iDRAC firmware update process to be completed and retry the operation."
+ },
+ "JCP049": {
+ "Description": "The Update/Config job is successfully scheduled to run between the Start Time and Until Time specified by user.",
+ "Message": "The Job is scheduled to run between %1 and %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "JCP050": {
+ "Description": "The reboot job is scheulded to run on user specified time.",
+ "Message": "The reboot job is scheduled to run on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "JCP8501": {
+ "Description": "This job information message occurs if some configuration stored in the profile are not applicable to the target server.",
+ "Message": "Job ID: %1. CMC sent %2 properties from %3 profile to the server (Service Tag: %4 ) in the slot %5.",
+ "Severity": "Informational",
+ "NumberOfArgs": 5,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LC001": {
+ "Description": "The command completed successfully.",
+ "Message": "Command successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC002": {
+ "Description": "A general failure occurred while executing the command.",
+ "Message": "General failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify network connectivity. If failure persists, reset the iDRAC to resolve the issue."
+ },
+ "LC003": {
+ "Description": "An error occurred while trying to set the firmware update mode.",
+ "Message": "Failed to change the firmware update mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the firmware version supports this mode. Also confirm that the command and parameters are correct. The parameter choices are: 1) Disable (default) 2) Allow version upgrade only 3) Match firmware of replaced part."
+ },
+ "LC004": {
+ "Description": "The Provisioning Server parameter information is not formatted correctly.",
+ "Message": "Provisioning Server information is not formatted correctly.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the string format. Enter a valid IP address or hostname for the Provisioning Server such as: 1) hostname 2) hostname.domain.com 3) 1.1.1.1 4) hostname:8080 5) hostname.dell.com:8080 6) hostname1:80,hostname2:8080."
+ },
+ "LC005": {
+ "Description": "The value provided for the update mode parameter is invalid.",
+ "Message": "Invalid firmware update mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the correct firmware update mode was entered. The choices are: 1) Disable (default) 2)Allow version upgrade only 3) Match firmware of replaced part."
+ },
+ "LC006": {
+ "Description": "The Auto-Discovery action selected is invalid.",
+ "Message": "Invalid Auto-Discovery action.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the selected Auto-Discovery action is supported. The supported commands are documented in the Lifecycle Controller User Guide."
+ },
+ "LC007": {
+ "Description": "One of the parameters specified in the method is invalid.",
+ "Message": "Invalid Parameter.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the parameters specified are correct. For a list of parameters for this method refer to the Lifecycle Controller User Guide."
+ },
+ "LC008": {
+ "Description": "The parameter value is not supported.",
+ "Message": "Unsupported method parameter value.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Confirm that the parameters provided are correct. For a list of parameters for this method refer to the Lifecycle Controller User Guide."
+ },
+ "LC009": {
+ "Description": "There were insufficient parameters specified for this command.",
+ "Message": "Insufficient method parameters.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Confirm that the parameters provided are correct. For a list of parameters for this method refer to the Lifecycle Controller User Guide."
+ },
+ "LC010": {
+ "Description": "The communications encryption certificate was imported successfully.",
+ "Message": "Certificate imported successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC0100": {
+ "Description": "A persistent error has occurred while carrying out a Lifecycle Controller operation. This situation causes Lifecycle Controller to enter Recovery mode. Any remote jobs pending execution were cancelled.",
+ "Message": "Lifecycle Controller has entered Recovery mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To verify or change Recovery mode, use F2 Setup, select iDRAC Configuration, and select Lifecycle Controller Settings. Updating Lifecycle Controller clears the Recovery mode."
+ },
+ "LC0101": {
+ "Description": "A user cancelled Lifecycle Controller actions. Any remote jobs pending execution were cancelled.",
+ "Message": "Lifecycle Controller action was cancelled by a user.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC011": {
+ "Description": "There was a general failure in the certificate import process.",
+ "Message": "Certificate import operation failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and retry the operation: 1) WS-Man: Rerun the command or reset the iDRAC by invoking the iDRACReset method which is defined in the DCIM_iDRACCardService class. 2) iDRAC GUI: Restart the iDRAC."
+ },
+ "LC012": {
+ "Description": "Lifecycle Controller is in use by another process. Wait for other process to complete before attempting to run another command.",
+ "Message": "Another process is using Lifecycle Controller.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Try one of the following: 1) Rerun the command after about 2 minutes. 2) Make sure that Lifecycle Controller Unified Server Configurator or an Update Package is not currently running on the server 3) Reset iDRAC and rerun the command."
+ },
+ "LC013": {
+ "Description": "No changes are available between the previous configuration and the current configuration. At least one attribute should be changed to create a configuration job.",
+ "Message": "Operation cannot be completed because there are no pending configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the configuration of one or more attributes before creating a configuration job."
+ },
+ "LC014": {
+ "Description": "Maximum comment length is 255 characters.",
+ "Message": "Maximum comment length is 255 characters.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Limit the number of characters in the comment to 255 characters."
+ },
+ "LC015": {
+ "Description": "Invalid current attribute value.",
+ "Message": "Invalid Part Configuration Update",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check for correct parameter values: 1) Disabled 2) Apply always 3) Apply only if firmware match."
+ },
+ "LC016": {
+ "Description": "A required method argument was missing.",
+ "Message": "Missing required parameter, %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Include all the parameters required for the command. Check Lifecycle Controller Profile documentation and try again."
+ },
+ "LC017": {
+ "Description": "A parameter value provided when the method was invoked is not valid.",
+ "Message": "Invalid value for the parameter, %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that parameter values provided to the method are typed as they appear in the enumeration and that the parameter data type matches the Lifecycle Controller Profile documentation."
+ },
+ "LC018": {
+ "Description": "The server certificate is successfully modified. The current certificate will be active until the iDRAC is reset.",
+ "Message": "The server certificate is successfully modified. To make the new certificate effective, reset the iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "To reset the iDRAC by using the iDRAC Graphical User Interface (GUI), click Maintenance > Diagnostics > Reset iDRAC. To reset by using the Command Line Interface (CLI), enter the RACADM command 'racadm racreset', or the 'iDRACReset()'WS-Man method at the CLI. For information about updating the iDRAC certificate, see the iDRAC Users Guide available on the support site."
+ },
+ "LC019": {
+ "Description": "The PKCS12 string could not be decoded from the Base64 encoding into a PKCS12 binary file.",
+ "Message": "Base64 decode of PKCS12 content was not successful.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Validate that the contents of the PKCS12 parameter is base64 encoded. OpenSSL can be used to validate the encoding."
+ },
+ "LC020": {
+ "Description": "The contents of the PKCS12 parameter was not valid because: 1) not a valid PKCS12 file 2) not a valid pfx file 3) did not contain a certificate that matched the private key in the file.",
+ "Message": "PKCS12 decrypt of the certificate could not complete.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Validate that the PKCS12 content was Base64 encoded. OpenSSL can be used to create or validate a PKCS12 encoding."
+ },
+ "LC021": {
+ "Description": "The contents of the PKCS12 parameter was not valid because: 1) not a valid PKCS12 file 2) not a valid pfx file 3) did not contain a valid key.",
+ "Message": "PKCS12 decrypt of private key could not complete.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Validate that the PKCS12 file was Base64 encoded. OpenSSL can be used to create or validate a PKCS12 file."
+ },
+ "LC022": {
+ "Description": "The Lifecycle Controller Log was successfully exported to the destination specified.",
+ "Message": "Lifecycle Controller Log Export was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC023": {
+ "Description": "Credentials or network share identity information provided did not result in a network connection being established.",
+ "Message": "Cannot access network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check network share access credentials (IP address, user name, password, share type, and so on). Refer to Lifecycle Controller Profile documentation for more details."
+ },
+ "LC024": {
+ "Description": "Unable to retrieve Lifecycle Controller Log records because of an issue internal to the firmware.",
+ "Message": "Unable to retrieve Lifecycle Controller Log records.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Try the operation again 2) AC power cycle the system 3) apply the latest firmware update packages for Lifecycle Controller and iDRAC."
+ },
+ "LC025": {
+ "Description": "Insufficient space on network share.",
+ "Message": "Insufficient space on network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make more space available on the network share and try the operation again."
+ },
+ "LC026": {
+ "Description": "This method is not supported in this version of the iDRAC firmware.",
+ "Message": "Lifecycle Controller Log Export method is not supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the iDRAC firmware to a version that supports the log export."
+ },
+ "LC027": {
+ "Description": "The Hardware Inventory XML file export operation was successful.",
+ "Message": "The Hardware Inventory file export was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC028": {
+ "Description": "Hardware Inventory information is not retrievable due to an internal error.",
+ "Message": "Unable to retrieve Hardware Inventory information.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Try one of the following: 1) Try the operation again 2) AC power cycle system 3) apply the latest firmware update packages for Lifecycle Controller and iDRAC."
+ },
+ "LC029": {
+ "Description": "An invalid File Path was specified in the export operation.",
+ "Message": "Invalid file path specified.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Correct the specified file path and try again."
+ },
+ "LC030": {
+ "Description": "The file path specified for the operation is a read-only file system.",
+ "Message": "The file path is to a read-only file system.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable write access to the file path and try again."
+ },
+ "LC031": {
+ "Description": "An internal error occurred while exporting the Hardware Inventory XML file.",
+ "Message": "Internal error occurred while exporting inventory.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC and retry the command."
+ },
+ "LC032": {
+ "Description": "This method is not supported in the current version of iDRAC firmware.",
+ "Message": "The Hardware Inventory Export method not supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the iDRAC firmware to a version that supports this method."
+ },
+ "LC033": {
+ "Description": "The Hardware Inventory XML file representing the system configuration as shipped from the factory was successful.",
+ "Message": "As-Shipped Hardware Inventory export was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC034": {
+ "Description": "The As-Shipped from the factory Hardware Inventory information is not present on the system.",
+ "Message": "Unable to retrieve As-Shipped Hardware Inventory from the system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC035": {
+ "Description": "This method is not supported in this version of Firmware.",
+ "Message": "As-Shipped Hardware Inventory Export method is not supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the iDRAC firmware to a version that supports this method."
+ },
+ "LC036": {
+ "Description": "The Lifecycle Controller has been disabled through the iDRAC configuration utility accessed by pressing CTRL+E or F2 on boot up or through a remote command.",
+ "Message": "Lifecycle Controller is not enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "For 11G systems: Use the iDRAC configuration utility to enable the System Services by pressing on the CTRL+E option on boot up at the targeted system. For 12G and above generations : Use F2 Setup, select iDRAC Configuration, and select Lifecycle Controller Settings, to enable the Lifecycle Controller on boot up of the targeted system."
+ },
+ "LC037": {
+ "Description": "Lifecycle Controller is locked by another instance of Lifecycle Controller Log Export operation. Wait for that operation to complete before attempting to run another command.",
+ "Message": "An instance of Lifecycle Controller Log Export is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Wait approximately 2 minutes and retry the operation. 2) Reset iDRAC and retry the operation."
+ },
+ "LC038": {
+ "Description": "Lifecycle Controller is locked by another instance of the Hardware Inventory export process. Allow the process to complete before attempting another export operation.",
+ "Message": "An instance of Hardware Inventory export is already in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Rerun the command after about 2 minutes 2) Reset the iDRAC and rerun the command."
+ },
+ "LC039": {
+ "Description": "Lifecycle Controller is locked by another instance of the As-Shipped Inventory export process. Allow the process to complete before attempting another export operation.",
+ "Message": "An instance of As-Shipped Inventory export is already in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Rerun the command after about 2 minutes 2) Reset iDRAC and rerun the command."
+ },
+ "LC040": {
+ "Description": "Unable to allocate required memory to perform the operation.",
+ "Message": "Memory resource allocation failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Power cycle system and retry the operation. If the problem persists, reapply firmware packages for Lifecycle Controller and iDRAC."
+ },
+ "LC041": {
+ "Description": "The length of the Console name exceeds the maximum length allowed or the file operation error encountered.",
+ "Message": "Console name configure failed",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the name of a console to a name less than 32 characters."
+ },
+ "LC042": {
+ "Description": "Configure Console name while Virtual Address Management is in FlexAddress mode.",
+ "Message": "Configure Console name in FlexAddress mode",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Configure the Virtual Address Management to Console mode, and then configure the name of a console."
+ },
+ "LC043": {
+ "Description": "Work notes cannot include non-printable or reserved characters, such as &, <, >, /.",
+ "Message": "Work note contains non-printable or reserved characters.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do not use non-printable characters or reserved characters such as &, <, >, and /."
+ },
+ "LC044": {
+ "Description": "The Lifecycle Controller system configuration wipe operation is currently running. The operation deletes user information from system hardware and resets BIOS, iDRAC and Lifecycle Controller to default settings. The current operation and system restart must complete before the operation can be attempted again.",
+ "Message": "An instance of Lifecycle Controller system configuration wipe is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the Lifecycle Controller system configuration wipe operation that is currently running to complete before requesting another operation."
+ },
+ "LC045": {
+ "Description": "The CreateConfigJob operation is currently running. The current operation and system restart must complete before the operation can be attempted again.",
+ "Message": "An instance of CreateConfigJob is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the CreateConfigJob operation that is currently running to complete before requesting another operation."
+ },
+ "LC046": {
+ "Description": "The DownloadServerPublicKey operation is in progress. The operation may take a few minutes to complete before the operation can be attempted again.",
+ "Message": "An instance of DownloadServerPublicKey is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait a few minutes before retrying retry the operation."
+ },
+ "LC047": {
+ "Description": "The DownloadClientCerts operation is in progress. The operation may take a few minutes to compete before the operation can be attempted again.",
+ "Message": "An instance of DownloadClientCerts is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait a few minutes before retrying retry the operation."
+ },
+ "LC048": {
+ "Description": "The value provided to set the attribute identified in the message is invalid.",
+ "Message": "Invalid input value for IPChangeNotifyPS.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For more information on the valid values, see Lifecycle Controller-Remote Services documentation. Retry the operation with a valid value for the IPChangeNotifyPS attribute."
+ },
+ "LC049": {
+ "Description": "The value provided to set the attribute identified in the message is invalid.",
+ "Message": "Invalid value for VirtualAddressManagement.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For more information on the valid values, see Lifecycle Controller-Remote Services documentation. Retry the operation with a valid value for the VirtualAddressManagement attribute."
+ },
+ "LC050": {
+ "Description": "The value provided to set the attribute identified in the message is invalid.",
+ "Message": "Invalid value for SystemServicesState.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For more information on the valid values, see Lifecycle Controller-Remote Services documentation. Retry the operation with a valid value for the SystemServicesState attribute."
+ },
+ "LC051": {
+ "Description": "There can only be one Server Profile Export job at a time.",
+ "Message": "Cannot create multiple Server Profile Export jobs.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the existing Server Profile Export job to run and complete or cancel it, before retrying the operation."
+ },
+ "LC052": {
+ "Description": "There can only be one Server Profile Import job at a time.",
+ "Message": "Cannot create multiple Server Profile Import jobs.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the existing Server Profile Import job to run and complete or cancel it, before retrying the operation."
+ },
+ "LC053": {
+ "Description": "Lifecycle Controller Remote Service is either not ready or currently reloading server information.",
+ "Message": "Lifecycle Controller Remote Services is currently unavailable.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, refer to Lifecycle Controller-Remote Services documentation for more information."
+ },
+ "LC054": {
+ "Description": "The network share may be read-only or it may not have sufficient space for the export operation.",
+ "Message": "Unable to write to the network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the network share is not read-only and has sufficient space for exporting, then retry the operation."
+ },
+ "LC055": {
+ "Description": "The operation did not complete successfully because the number of AttributeName input parameters provided to the method exceeded the number of attributes available in iDRAC.",
+ "Message": "The operation did not complete successfully because of an invalid attribute array.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation with an input parameter array that matches the available attributes in iDRAC."
+ },
+ "LC056": {
+ "Description": "The name value pairs in the input parameter arrays do not match in the input.",
+ "Message": "AttributeName and AttributeValue count mismatch.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation with a valid (AttributeName, AttributeValue) pair."
+ },
+ "LC057": {
+ "Description": "The attribute name provided is not valid for the current method.",
+ "Message": "Invalid AttributeName parameter value.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation with a valid AttributeName parameter value."
+ },
+ "LC058": {
+ "Description": "The attribute value specified in the AttributeValue array is not valid for the corresponding specified attribute.",
+ "Message": "Invalid AttributeValue parameter value for corresponding AttributeName value, %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the operation with a valid attribute value for the corresponding specified attribute."
+ },
+ "LC059": {
+ "Description": "The attribute specified is read only and the value cannot be changed.",
+ "Message": "Cannot set read only attribute specified in AttributeName %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LC060": {
+ "Description": "Lifecycle controller is currently performing tasks and another task cannot be scheduled until the previous task finishes.",
+ "Message": "Lifecycle controller is currently not ready to take provisioning requests",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until Lifecycle controller finishes performing current tasks and host system to finish POST."
+ },
+ "LC061": {
+ "Description": "Jobs, invoke methods, enumerates can now be performed on Lifecycle controller. Lifecycle controller is ready to take provisioning requests.",
+ "Message": "Lifecycle controller is ready to take provisioning requests",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC062": {
+ "Description": "Export or Import server profile operation is already running. The operation may take a few minutes to compete.",
+ "Message": "Export or Import server profile operation is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To retry the operation, wait for a few minutes."
+ },
+ "LC063": {
+ "Description": "All jobs must be completed before creating a new job.",
+ "Message": "Cannot create new jobs until the existing running jobs are completed or deleted.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry after all the existing jobs are completed or deleted."
+ },
+ "LC064": {
+ "Description": "The maximum number of characters allowed for the parameter is displayed.",
+ "Message": "The value exceeds the maximum length of %1 characters for %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Reduce the number of characters to the maximum length allowed for this parameter."
+ },
+ "LC065": {
+ "Description": "The static IPv4 information for the iDRAC represented by the related iDRACCard Attributes must be configured correctly.",
+ "Message": "The iDRAC static IP address information is not fully configured. The missing attribute InstanceID is %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Configure the iDRAC static IP address information by setting the related iDRACCard Attributes. The related attributes that must be configured are the following:: 1) In the IPv4 group: Address, NetMask, Gateway, DNS1 2) In the NIC Static group: DNSDomainName."
+ },
+ "LC066": {
+ "Description": "The Export Certificate operation is already running and may take a few minutes to complete.",
+ "Message": "The Export Certificate operation is currently running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the current operation is complete and then retry the operation."
+ },
+ "LC067": {
+ "Description": "The Export Certification operation successfully exported the SSL Certificate.",
+ "Message": "Successfully exported SSL Certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC068": {
+ "Description": "The import or export system configuration operation cannot be performed because there are pending attribute changes or a configuration job is in progress.",
+ "Message": "Unable to perform the import or export operation because there are pending attribute changes or a configuration job is in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Apply or cancel any pending attribute changes. Changes can be applied by creating a targeted configuration job, or the changes can be cancelled by invoking the DeletePendingConfiguration method. If a configuration job is in progress, wait until it is completed before retrying the import or export system configuration operation."
+ },
+ "LC069": {
+ "Description": "The certificate does not exist for export or delete operation.",
+ "Message": "Certificate does not exist.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC070": {
+ "Description": "The configuration XML file used for the import operation does not exist on the specified network share.",
+ "Message": "Unable to find the configuration XML import file.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the input configuration XML file for the operation exists on the network share."
+ },
+ "LC071": {
+ "Description": "Unable to export or import server configuration XML because the Lifecycle Controller version on the target does not support this feature.",
+ "Message": "The Lifecycle Controller version does not support the export or import of the Server Configuration XML file.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the Lifecycle Controller version on the target system to a version that supports the export and import server configuration XML feature, and retry the operation."
+ },
+ "LC072": {
+ "Description": "An SSL Certificate is successfully generated in response to the requested operation.",
+ "Message": "An SSL Certificate is successfully generated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Download the SSL Certificate and get it signed by an authority."
+ },
+ "LC073": {
+ "Description": "An SSL Certificate cannot be generated because of internal firmware issues.",
+ "Message": "Unable to generate an SSL Certificate because of internal firmware issues.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the security attributes are valid and retry the operation. To make sure that the attributes are valid, refer to the respective user documentation of iDRAC-the Users Guide, Profile Docs, and Redfish API Guide-available on the support site. If the issue persists, do the following and retry the operation: 1) WS-Man interface: Reset iDRAC by invoking the iDRACReset method which is defined in the DCIM_iDRACCardService class. 2) iDRAC GUI: Restart the iDRAC."
+ },
+ "LC074": {
+ "Description": "The Certificate export operation did not complete successfully.",
+ "Message": "The Certificate export operation did not complete successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, restart the iDRAC and retry the operation."
+ },
+ "LC075": {
+ "Description": "Deleting the custom signed certificate should regenerate a new unique certificate . Reset iDRAC to apply new certificate. Until iDRAC is reset old certificate will be active.",
+ "Message": "The Custom Signed Certificate (CSC) is deleted successfully. Reset iDRAC to complete the delete action of the certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC076": {
+ "Description": "Unable to perform the Custom Signed Certificate (CSC) certificate delete operation. This may be due to IPMI communications issues.",
+ "Message": "Unable to perform the Custom Signed Certificate (CSC) certificate delete operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, restart the iDRAC and retry the operation."
+ },
+ "LC077": {
+ "Description": "The new certificate will not be in-use until iDRAC has been restarted.",
+ "Message": "Certificate imported successfully. Reset iDRAC to apply new certificate. Until iDRAC is reset old certificate will be active",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC078": {
+ "Description": "The Message Registry was successfully exported to the specified destination file folder.",
+ "Message": "The Export Message Registry operation was successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC079": {
+ "Description": "The export operation cannot be started because Lifecycle Controller is currently running an instance of Export Message Registry operation.",
+ "Message": "Unable to start the export operation because Lifecycle Controller is currently running an instance of Export Message Registry operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current export process to complete, and then retry the operation."
+ },
+ "LC080": {
+ "Description": "The Export Server Screen Shot operation successfully exported the server screen shot file.",
+ "Message": "The Export Server Screen Shot operation successfully exported the server screen shot file.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Download the encoded Base64 format server screen shot file, decode the Base64 file and then save it as a *.png file."
+ },
+ "LC081": {
+ "Description": "The Server Screen Shot export operation cannot be completed because of internal firmware issues.",
+ "Message": "Unable to complete the Server Screen Shot export operation because of internal firmware issues.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, restart iDRAC by invoking the WS-Man iDRACReset method which is defined in the DCIM_iDRACCardService class (input parameters are not required for this method), and then retry the operation."
+ },
+ "LC082": {
+ "Description": "Unable to complete the requested operation because the Collect System Inventory On Restart (CSIOR) attribute setting is disabled on the system.",
+ "Message": "Unable to complete the requested operation because the Collect System Inventory On Restart (CSIOR) attribute setting is disabled on the system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the Collect System Inventory On Restart (CSIOR) attribute setting and then retry the operation. To enable the CSIOR setting using the RACADM command line utility, type \"racadm set lifecyclecontroller.LCAttributes.CollectSystemInventoryOnRestart Enabled\"."
+ },
+ "LC083": {
+ "Description": "The Redfish Event service cannot deliver notifications to the IP Address identified in the message because of network communication issues.",
+ "Message": "The Redfish Event service cannot deliver notifications to %1 because of network communication issues.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the server is connected to the network and retry the operation. If the issue persists, delete the subscription and then subscribe by using an IP that is connected to the network."
+ },
+ "LC084": {
+ "Description": "The video log cannot be exported because there are no files in the source folder that can be compressed and exported.",
+ "Message": "Unable to export the video log because there are no files in the source folder that can be compressed and exported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "For boot capture, make sure that VirtualConsole.1#BootCaptureSequence attribute is enabled in the DCIM_iDracCardInteger class by running the winrm get WS-Man command at the command line interface (CLI), and then retry the operation."
+ },
+ "LC085": {
+ "Description": "The Export Video Log operation is successfully completed and the files are exported to iDRAC Local folder.",
+ "Message": "The Export Video Log operation is successfully completed and the files are exported to iDRAC Local folder.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC086": {
+ "Description": "The Export Video Log operation cannot be completed because of internal issues.",
+ "Message": "Unable to complete the Export Video Log operation because of internal issues.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, restart iDRAC by invoking the WS-Man iDRACReset method which is defined in the DCIM_iDRACCardService class , and then retry the operation."
+ },
+ "LC087": {
+ "Description": "The configuration operation cannot be started because the System Lockdown mode is enabled.",
+ "Message": "Unable to start the configuration operation because the System Lockdown mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the Lockdown.1#SystemLockdown attribute is set to Disabled in the DCIM_iDracCardEnumeration class by running the WS-Man get command at the command line interface (CLI), and then retry the operation."
+ },
+ "LC088": {
+ "Description": "Unable to export the server screen shot because there is no file in source folder.",
+ "Message": "Unable to export the server screen shot because there is no file in source folder.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC089": {
+ "Description": "The job cannot be set to run on monthly or quarterly recurrence basis because required parameters are not entered in the command.",
+ "Message": "Unable to set the job to run on monthly or quarterly recurrence basis because necessary parameters are not entered in the command.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For setting monthly or quarterly recurrence, enter either the DayofMonth parameter, or the WeekofMonth and DayofWeek parameters. For information about correct syntax and parameters, see the Profile Documents on the TechCenter website."
+ },
+ "LC090": {
+ "Description": "The iDRAC cannot be registered to SupportAssist because the length of parameter entered is less than the stipulated length as identified in the message.",
+ "Message": "Unable to register iDRAC to SupportAssist because the length of parameter %1 entered is less than the stipulated length %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure that the parameter length is more than or equal to minimum allowed length and retry the operation. For information about specified parameter length, see the SupportAssist documentation on DellTechCenter."
+ },
+ "LC091": {
+ "Description": "The SSL Certificate cannot be generated because a certificate generation process is currently in progress.",
+ "Message": "Unable to generate the SSL Certificate because a certificate generation process is currently in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current Certificate generation process to complete and retry the operation."
+ },
+ "LC092": {
+ "Description": "The Client Trust Certificate cannot be deleted because of issues in the Intelligent Platform Management Interface (IPMI).",
+ "Message": "Unable to delete the Client Trust Certificate because of issues in the Intelligent Platform Management Interface (IPMI).",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, restart the iDRAC and retry the operation."
+ },
+ "LC093": {
+ "Description": "The Client Trust Certificate is successfully deleted.",
+ "Message": "The Client Trust Certificate is successfully deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC094": {
+ "Description": "The Export SVG (Scalable Vector Graphics) file operation is successfully completed and the files are exported to iDRAC Local folder.",
+ "Message": "The Export SVG file operation is successfully completed and the files are exported to iDRAC Local folder.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC095": {
+ "Description": "Unable to complete the Export SVG (Scalable Vector Graphics) file operation because of internal issues.",
+ "Message": "Unable to complete the Export SVG file operation because of internal issues.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, restart iDRAC by invoking the WS-Man iDRACReset method which is defined in the DCIM_iDRACCardService class , and then retry the operation."
+ },
+ "LC096": {
+ "Description": "The SSL Certificate is successfully imported.",
+ "Message": "The SSL Certificate is successfully imported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LC097": {
+ "Description": "The Diagnostics report cannot be exported because the proxy port number entered is invalid.",
+ "Message": "Unable to export the Diagnostics report because the proxy port number entered is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid proxy port number and retry the operation. The valid range is 0-65535. For more information, see the iDRAC User's Guide available on the support site."
+ },
+ "LC098": {
+ "Description": "The server screen shot cannot be exported because the iDRAC is busy in capturing the current screen shot.",
+ "Message": "Unable to export the server screen shot because the iDRAC is busy in capturing the current screen shot.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current process to complete and retry the operation. If the issue persists, contact your service provider."
+ },
+ "LC099": {
+ "Description": "The server screen shot cannot be exported because the video signal is not detected.",
+ "Message": "Unable to export the server screen shot because the video signal is not detected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn on the server if turned off, and then retry the operation."
+ },
+ "LC100": {
+ "Description": "The server screen shot cannot be exported because of File Write Error.",
+ "Message": "Unable to export the server screen shot because of File Write Error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for some time and retry the operation. If the issue persists, contact your service provider."
+ },
+ "LC101": {
+ "Description": "The server screen shot cannot be exported because the operation timed out before capturing the screen shot.",
+ "Message": "Unable to export the server screen shot because the operation timed out before capturing the screen shot.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for some time and retry the operation. If the issue persists, contact your service provider."
+ },
+ "LC102": {
+ "Description": "The server screen shot cannot be exported because iDRAC could not get the necessary screen data.",
+ "Message": "Unable to export the server screen shot because iDRAC could not get the necessary screen data.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for some time and retry the operation. If the issue persists, contact your service provider."
+ },
+ "LC103": {
+ "Description": "The server screen shot cannot be exported because iDRAC is unable to process the screen data.",
+ "Message": "Unable to export the server screen shot because iDRAC is unable to process the screen data.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current process to complete and retry the operation."
+ },
+ "LC104": {
+ "Description": "The new job cannot be created because a backup and restore job is already running. Any pending value will be deleted.",
+ "Message": "Unable to create the new job because a backup and restore job is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current backup and restore job to complete, and then retry the operation."
+ },
+ "LC105": {
+ "Description": "The Certificate Signing Request (CSR) certificate is successfully created.",
+ "Message": "The Certificate Signing Request (CSR) certificate is successfully created.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Download the CSR certificate and get it authorized (manually signed) by an approved authority."
+ },
+ "LC106": {
+ "Description": "The Certificate Signing Request (CSR) certificate cannot be generated because of internal firmware issues.",
+ "Message": "Unable to generate the Certificate Signing Request (CSR) certificate because of internal firmware issues.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and retry the operation. 1)REST API: Make sure that the SEKMCert group attributes are valid and retry the operation. 2) RACADM CLI: To view the SEKMCert attributes, run the following command at the Command Line Interface (CLI):'racadm get idrac.sekmcert'.3)iDRACGUI:For information about valid and correct attributes, see the iDRAC User's Guide available on the support site."
+ },
+ "LC107": {
+ "Description": "The certificate identified in the message is successfully imported.",
+ "Message": "The %1 certificate is successfully imported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LC108": {
+ "Description": "The certificate identified in the message is successfully exported.",
+ "Message": "The %1 certificate is successfully exported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LC109": {
+ "Description": "The certificate identified in the message is successfully deleted.",
+ "Message": "The %1 certificate is successfully deleted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LC110": {
+ "Description": "The CSR Certificate cannot be generated because a certificate generation process is currently in progress.",
+ "Message": "Unable to generate the CSR Certificate because a certificate generation process is currently in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current Certificate generation process to complete and retry the operation."
+ },
+ "LC111": {
+ "Description": "The certificate cannot be deleted because the certificate does not exist.",
+ "Message": "Unable to delete the certificate because the certificate does not exist.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the certificate entered exists in the iDRAC, and then retry the operation. To check by using the RACADM CLI, run \"racadm sslcertview -t . On the iDRAC9 and later version of GUI, click Settings > Services. If the certificates exist, data is populated in the SEKM Configuration and/or KMS CA certificate sections."
+ },
+ "LC112": {
+ "Description": "The SEKM SSL Certificate cannot be validated because certificate is invalid. The SEKM SSL Certificate is invalid because of one or more of the following reasons: 1) The certificate is corrupted, expired, or does not have signing privileges. 2) The SEKM SSL private key does not match with the SEKM SSL Certificated that is uploaded.",
+ "Message": "Unable to validate the SEKM SSL Certificate because certificate is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the SEKM SSL Certificate and private key are valid, and then retry the operation. To validate the certificate, use the OpenSSL tools."
+ },
+ "LIC000": {
+ "Description": "This command was successful.",
+ "Message": "The License Manager action succeeded.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LIC001": {
+ "Description": "The command or command parameters passed to License Manager is invalid. This is an internal error indicative of memory corruption. Under normal circumstances this error should not occur.",
+ "Message": "The License Manager command parameter used is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "LIC002": {
+ "Description": "The error may occur when License Manager: 1) Is unable to allocate system resources.2) Determines one or more files is incompatible with the current firmware version. This occurs when an older firmware version has been uploaded to a system that was previously running a newer firmware version. If this occurs, the current internal License Manager files are deleted and new ones are created, which align with the firmware version. A license reimport may be required. NOTE: All import, delete, export, view license commands are blocked until this issue is resolved.",
+ "Message": "License Manager is unable to allocate the required resources at startup.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If the firmware has been rolled back to a previous version, this error may occur. All previously installed licenses must be re-imported. If this is not the case, contact technical support."
+ },
+ "LIC003": {
+ "Description": "System resources may be unavailable at the time command is issued.",
+ "Message": "License Manager was unable to create and/or allocate the required resources.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Re-issue the command. If the issue persists, contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "LIC004": {
+ "Description": "This error condition is reported when one of the following conditions occur: 1) Operating system detected a file error (for example, bad CRC, bad sector) when reading/writing a license manager file. The error could indicate bad or corrupt FLASH device. 2) License Manager detected an internal memory data corruption.3) The command or command parameters passed to License Manager is invalid. This is an internal error showing memory corruption. Under normal circumstances this error should not occur.4) When exporting a license file, License Manager was unable to allocate the temporary space required for the transfer of the file.",
+ "Message": "An internal system error has occurred.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "LIC005": {
+ "Description": "The maximum number of installed licenses has been reached.",
+ "Message": "Import failed: The maximum number of licenses are installed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete one of the currently installed licenses and retry the import."
+ },
+ "LIC006": {
+ "Description": "The license end date has been reached.",
+ "Message": "The license has expired.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain a replacement license and import it."
+ },
+ "LIC007": {
+ "Description": "Each License Manager object has a unique identifier by which it may be accessed. If the user supplied identifier is outside the acceptable range or the object no longer exists in the system, then this error is returned. Most common identifiers are the license entitlement identifier, the device Fully Qualified Device Descriptor, or the import transaction identifier assigned to a license when imported.",
+ "Message": "Invalid entry: Object does not exist or cannot be found.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Re-issue this command with correct License Manager object identifier."
+ },
+ "LIC008": {
+ "Description": "All bound perpetual licenses contain the unique identifier of a specific device. The unique identifier binds a license to the device. For example, iDRAC's unique identifier is the service tag.",
+ "Message": "The license binding ID does not match the device unique identifier.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain a new license file with the correct unique identifier for the device. To use this license, import to the device with the correct unique identifier."
+ },
+ "LIC009": {
+ "Description": "An upgrade license carries specific information about the license it is replacing. If that information does not match, then the license import is aborted.",
+ "Message": "The license upgrade was unsuccessful.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain a new license file with the correct upgrade information."
+ },
+ "LIC010": {
+ "Description": "A license is not imported to the iDRAC when one of the following conditions exists:1) The license is not for the iDRAC.2) The target system may not be upgraded to the product class specified by the license (for example, user may not upgrade from an express product class to an enterprise product class).",
+ "Message": "Import failed: This license is not for the specified device.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify this system may be upgraded to the product class specified by the license. If this system cannot be upgraded to the product class specified, obtain a new license file."
+ },
+ "LIC011": {
+ "Description": "License Manager does not allow the replacement of a non-evaluation license with an evaluation license.",
+ "Message": "A non-evaluation license cannot be replaced with an evaluation license.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To replace a non-evaluation license, first delete the non-evaluation license, then import the evaluation license."
+ },
+ "LIC012": {
+ "Description": "This error may occur if: 1) The license was deleted by another user. 2) The license that is being imported may have been deleted from the temporary storage before the import operation completed.3) At start-up, License Manager does not find the license assigned to the device. This may occur if a power outage occurs before a license delete operation completes.",
+ "Message": "The license file does not exist.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Re-import the license."
+ },
+ "LIC013": {
+ "Description": "The license includes features not supported in this firmware release.",
+ "Message": "These license features are not supported by this firmware version.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the firmware to the latest version."
+ },
+ "LIC014": {
+ "Description": "An attempt to lock the License Manager database for Lifecycle Controller backup or restore occurred when the License Manager database was already locked. This may occur when two or more users attempt to do a backup or restore operation simultaneously.",
+ "Message": "Multiple backup or restore operations have been simultaneously attempted on the License Manager database.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Repeat the Lifecycle Controller backup or restore operation."
+ },
+ "LIC015": {
+ "Description": "This error occurs when the Lifecycle Controller restore operation is interrupted before it completes. This can occur due to a power outage or when a system is rebooted before the operation is completed.",
+ "Message": "The License Manager database restore operation failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Repeat the Lifecycle Controller restore operation. If the problem persists, contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "LIC016": {
+ "Description": "The license includes features that are dependent upon additional licensed features not included in this license. These licensed features are not activated until license(s) with the dependent licensed features are imported to the system.",
+ "Message": "The feature dependencies of the license are not met.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Import the license(s) that meet the license features dependencies."
+ },
+ "LIC017": {
+ "Description": "This error can occur when the license file: 1) Signature is not valid. 2) Data is not in the correct format. 3) Missing needed data. 4) Contains unknown data.5) Has not been unzipped.",
+ "Message": "The license file is corrupted, has not been unzipped, or is not a valid license file.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Download the license file, unzip and import the license."
+ },
+ "LIC018": {
+ "Description": "The license is already imported on the system and does not need to be reimported.",
+ "Message": "The license is already imported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LIC019": {
+ "Description": "A leased license may not be imported prior to the actual start date of the license.",
+ "Message": "A leased license may not be imported prior to its start date.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Import the license on or after the license start date."
+ },
+ "LIC020": {
+ "Description": "Importing an upgrade license without a base license is not allowed, as it may be a violation of the license EULA agreement. If the base license was deleted, the system allows the user to override the warning by invoking the import override option.",
+ "Message": "Import failed: End User License Agreement (EULA) import upgrade warning.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "If the base license was deleted, override the warning by invoking the import override option."
+ },
+ "LIC021": {
+ "Description": "All the features in the evaluation license are currently licensed in the system. The license is not imported as it would duplicate existing and active licensed features.",
+ "Message": "Import failed: The features contained in the evaluation license are already licensed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the license(s) that contain the license set from the evaluation license."
+ },
+ "LIC022": {
+ "Description": "License Manager database is locked while a backup and restore operation is in progress. License import/export/delete operations are not allowed but a user can view license information.",
+ "Message": "License Manager database locked due to ongoing backup and restore operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the backup or restore operation completes and try again."
+ },
+ "LIC023": {
+ "Description": "An unauthorized iDRAC license version is being used.",
+ "Message": "An unauthorized iDRAC license version is being used.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain an authorized iDRAC license version. For more information, contact your service provider. Also, see the iDRAC User's Guide available on the support site."
+ },
+ "LIC024": {
+ "Description": "The License can not be installed, deleted or replaced when the device is on.",
+ "Message": "License operation did not complete successfully because the device is turned on.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn off the respective device and retry the License operation."
+ },
+ "LIC201": {
+ "Description": "This license is going to expire. An expired license could result in the loss of functionality that is specific to the features supported by the license.",
+ "Message": "License %1 assigned to device %2 expires in %3 days.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Purchase a new license to prevent interruption of licensed features."
+ },
+ "LIC202": {
+ "Description": "This error can occur when:1) Platform table has invalid value for default license feature set and permissible license upgrade path. In this case, the system sets the default licensed feature set to Basic Management and does not restrict the license upgrade path.2) License Manager fails to load due to lack of system resources.",
+ "Message": "A system error was detected during License Manager startup.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC."
+ },
+ "LIC203": {
+ "Description": "Signature verification failed due to an error in the saved license file.",
+ "Message": "The license %1 has encountered an error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Delete and re-import the license file."
+ },
+ "LIC204": {
+ "Description": "This error occurs when the Lifecycle Controller restore operation is interrupted before it completes. This can occur due to a power outage or when the iDRAC is reset while the restore operation is in progress.",
+ "Message": "The License Manager database restore operation failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Repeat the Lifecycle Controller restore operation. If the problem persists, contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "LIC205": {
+ "Description": "The License Manager sets a maximum time period that its database may be locked. If that timeout exceeds, it releases the lock conditions and reports the error. The user must assume that the Lifecycle Controller backup or restore operation failed and should repeat the operation.",
+ "Message": "License Manager database lock timeout has been exceeded.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Repeat the backup or restore operation."
+ },
+ "LIC206": {
+ "Description": "The license was imported after the user overrode EULA warning.",
+ "Message": "EULA warning: Importing license %1 may violate the End-User License Agreement.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the license if the import violates the EULA."
+ },
+ "LIC207": {
+ "Description": "The license has expired. This could result in the loss of functionality that is specific to the features supported by the license.",
+ "Message": "License %1 on device %2 has expired.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Obtain and import a replacement license."
+ },
+ "LIC208": {
+ "Description": "A license was successfully imported.",
+ "Message": "License %1 imported to device %2 successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LIC209": {
+ "Description": "A license was successfully exported.",
+ "Message": "License %1 exported from device %2 successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LIC210": {
+ "Description": "A license was successfully deleted.",
+ "Message": "License %1 deleted from device %2 successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LIC211": {
+ "Description": "License import/delete/expiration resulted in a feature set change.",
+ "Message": "The iDRAC feature set has changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LIC212": {
+ "Description": "The features are updated because the license was imported or deleted, or the license has expired.",
+ "Message": "The CMC features are changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LIC213": {
+ "Description": "This error can occur when:1) License Manager fails to load due to lack of system resources.",
+ "Message": "A system error was detected during License Manager startup.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset CMC."
+ },
+ "LIC501": {
+ "Description": "The attempted action requires a valid license for certain advanced features installed in the system but the required license is missing or expired.",
+ "Message": "A required license is missing or expired.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain an appropriate license then try again. If the problem persists, contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "LIC502": {
+ "Description": "The attempted features are not available in the system.",
+ "Message": "Features not available.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "LIC503": {
+ "Description": "The currently installed license does not support the feature for the requested operation. The operation requires a valid license to enable specific features in the system. Since the required license is missing or expired, the features that are being accessed during the operation are disabled.",
+ "Message": "Unable to complete the current operation. The currently installed license does not support the following features: %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Acquire and install the license to enable the required feature, and retry the operation. If the problem persists, contact technical support or see product documentation for more information."
+ },
+ "LIC900": {
+ "Description": "The operation was successful.",
+ "Message": "The command was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LIC901": {
+ "Description": "The value provided for the specified parameter is invalid.",
+ "Message": "Invalid parameter value for %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "To provide the correct value for the specified parameter, see Lifecycle Controller-Remote Services documentation."
+ },
+ "LIC902": {
+ "Description": "Unable to allocate the resource because of lack of memory or file space in the iDRAC.",
+ "Message": "Resource allocation failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC and retry the operation."
+ },
+ "LIC903": {
+ "Description": "One or more parameters were not specified for the invoked method.",
+ "Message": "Missing parameters %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "To provide the correct parameters, see Lifecycle Controller-Remote Services documentation."
+ },
+ "LIC904": {
+ "Description": "The network share is not accessible from the iDRAC.",
+ "Message": "Could not connect to network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the network share connection and retry the operation."
+ },
+ "LIC905": {
+ "Description": "The LicenseName value is greater than the allowed max length of 64.",
+ "Message": "The LicenseName value cannot exceed 64 characters.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Correct the length of the LicenseName value and retry the operation."
+ },
+ "LIC906": {
+ "Description": "The license file is not present or accessible from the network share location.",
+ "Message": "License file is not accessible on the network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the license file is located on the network share and file access permissions are correct, then retry the operation."
+ },
+ "LIC907": {
+ "Description": "The operation did not complete successfully because of lack of an unknown error in the iDRAC.",
+ "Message": "Unable to perform the operation due to an unknown error in iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset the iDRAC."
+ },
+ "LNK0001": {
+ "Description": "The entered network share name is not valid.",
+ "Message": "Network share name unavailable.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid network share name and retry the operation. For more information, see Lifecycle Controller User's Guide."
+ },
+ "LNK0002": {
+ "Description": "The DNS query did not complete successfully. This may be because the connection timed out due to an incorrect host name or a DNS server configuration issue.",
+ "Message": "Unable to resolve host name.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Verify host name entered is valid and retry the operation. 2) If the issue persists, verify the DNS server settings are configured properly to resolve the host name."
+ },
+ "LNK0003": {
+ "Description": "Cannot connect to the DNS server because of network issues or there is no response from the DNS server.",
+ "Message": "Unable to connect to the DNS server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that the server is connected to the network and retry the operation."
+ },
+ "LNK0004": {
+ "Description": "Unable to connect to FTP server due to a network error.",
+ "Message": "Unable to connect to FTP server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the network connection, network configuration settings, and retry. If the problem persists, restart the FTP server."
+ },
+ "LNK0005": {
+ "Description": "Error occurred while communicating with the DHCP server because the network settings are not configured correctly or the DHCP server could not be contacted.",
+ "Message": "Unable to connect to DHCP server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify if the network cable is connected and network configuration settings are correct, and retry the operation. If the problem persists, update the network interface controller (NIC) firmware to the latest version and retry the operation."
+ },
+ "LNK2700": {
+ "Description": "CMC/MM has lost network connection.",
+ "Message": "The %1 network link is down.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check network cable and network connections."
+ },
+ "LNK2701": {
+ "Description": "None.",
+ "Message": "The %1 network link is up.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LNK8500": {
+ "Description": "The server identified in the message could not be successfully connected to the external network, because the network connection is not functional.",
+ "Message": "Unable to connect the server in slot %1 to the IOM in slot %2 port %3, because the IOM port is down.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Do one of the following, and then retry the operation: 1) Check whether or not the external network cable is functioning. 2) Reinstall or replace network cable of the IOM and port identified in the message."
+ },
+ "LNK8501": {
+ "Description": "The network connection of the identified server to the external network is restored.",
+ "Message": "The network connection of server in slot %1 IOM in slot %2 port %3 is restarted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LOG001": {
+ "Description": "One or more required parameters needed for the method invoked in the operation are missing.",
+ "Message": "Missing required InstanceID or JobID parameter.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To provide the correct value for the specified parameter, see Lifecycle Controller-Remote Services documentation."
+ },
+ "LOG002": {
+ "Description": "An invalid parameter ID is entered for the instance ID or job ID identified in the message.",
+ "Message": "An invalid parameter ID is entered for %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter the correct WS-Man parameter for the instance ID or job ID. For information about valid parameters, see the Lifecycle Controller Remote Services Quick Start Guide available on the support site."
+ },
+ "LOG003": {
+ "Description": "The log entry with the specified InstanceID does not have any associated configuration results.",
+ "Message": "ConfigResults not available for log entry specified.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the ConfigResults availability for the InstanceID through enumeration of the LogEntry class and retry the operation. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "LOG004": {
+ "Description": "The operation did not complete successfully because of lack of memory or file space in iDRAC firmware.",
+ "Message": "Resource allocation failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC and retry the operation."
+ },
+ "LOG005": {
+ "Description": "The operation did not complete successfully because of an unknown error in iDRAC.",
+ "Message": "Cannot perform the operation due to an unknown error in iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset the iDRAC."
+ },
+ "LOG006": {
+ "Description": "This message is generated while performing a Test Event action. Performing a Test Event action logs an event in the Lifecycle Log with the user specified message ID. It may also generate events through SNMP, email, or other event notification sources if they are enabled. The test event does not indicate that there is a hardware or software problem. It provides a mechanism for users to test their event processing applications.",
+ "Message": "Test event generated for message ID %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LOG007": {
+ "Description": "This message is generated after a series of sequential duplicate events. Log entry count is the number of times the previous message was repeated.",
+ "Message": "The previous log entry was repeated %1 times.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LOG008": {
+ "Description": "The complete Lifecycle Log was successfully created for a requested export operation.",
+ "Message": "The complete Lifecycle Log was successfully created for an export operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG009": {
+ "Description": "The current Lifecycle Log is successfully created for the view or export operation.",
+ "Message": "The current Lifecycle Log is successfully created for the view or export operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG201": {
+ "Description": "Lifecycle Controller Log corruption was detected during iDRAC boot. The Lifecycle Controller Log was truncated at the point of corruption.",
+ "Message": "Recovered from Lifecycle Controller Log corruption.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG202": {
+ "Description": "Unable to access part of Lifecycle Controller Log comments file during iDRAC boot. The file was truncated at the point of corruption.",
+ "Message": "Recovered from Lifecycle Controller Log comments file corruption.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG203": {
+ "Description": "This message is generated while archiving Lifecycle Log. All the older messages are archived and can be retrieved using the export Lifecycle Log feature.",
+ "Message": "Lifecycle Log archived up to Log Sequence number %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "LOG204": {
+ "Description": "The archive operation did not complete. 10% of the events from the cache will be dropped to make space for new events.",
+ "Message": "Lifecycle Log archive operation did not complete.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG300": {
+ "Description": "The system recovered from Chassis Log file corruption. Some log entries may not be recovered.",
+ "Message": "The system recovered from Chassis Log file corruption.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG302": {
+ "Description": "The Chassis Log file header is corrupted. The Chassis Log will be recreated and all current log entries will not be preserved.",
+ "Message": "The Chassis Log file header is corrupted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG303": {
+ "Description": "Unable to rename current Chassis Log file during archive operation. Some log entries may be lost.",
+ "Message": "Unable to archive the Chassis Log file.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG305": {
+ "Description": "The Chassis Log file was cleared as a result of clear log operation.",
+ "Message": "The Chassis Log file was cleared.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG501": {
+ "Description": "The command cannot be run because a general issue occurred.",
+ "Message": "Unable to run the command because of a general issue.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset the CMC, and then retry the operation."
+ },
+ "LOG502": {
+ "Description": "The command cannot be run because the method parameter identified in the message is missing.",
+ "Message": "Unable to run the command because the method parameter %1 is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter all the parameters required in the command, and then retry the operation. For more information, see the Chassis Record Log Profile."
+ },
+ "LOG503": {
+ "Description": "The command cannot be run because the value of the parameter identified in the message is not valid.",
+ "Message": "Unable to run the method because the parameter %1 is not valid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter all the parameters required in the command as per the enumeration, and then retry the operation. For more information, see the Chassis Record Log Profile."
+ },
+ "LOG504": {
+ "Description": "The Chassis Log was successfully exported to the destination specified.",
+ "Message": "Chassis Log Export was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "LOG505": {
+ "Description": "The network share access cannot be accessed.",
+ "Message": "Unable to access the network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that correct network share access credentials are entered (such as IP address, username, password, and share type). For more information, see the Chassis Record Log Profile."
+ },
+ "LOG506": {
+ "Description": "The requested operation cannot be started because the ExportChassisLog operation is already running.",
+ "Message": "Unable to start the requested operation because the ExportChassisLog operation is already running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current ExportChassisLog operation to complete and then retry the operation. If the issue persists, contact your service provider."
+ },
+ "LOG507": {
+ "Description": "The operation did not complete successfully because of lack of memory or file space in the CMC.",
+ "Message": "Unable to allocated required CMC resources.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the CMC and retry the operation."
+ },
+ "LOG508": {
+ "Description": "The network share may be read-only or it may not have sufficient space for the export operation.",
+ "Message": "Unable to write to the network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the network share is not read-only and has sufficient space for exporting, then retry the operation."
+ },
+ "LOG509": {
+ "Description": "The command cannot be run because the value of the parameter identified in the message exceeds the maximum length identified in the message.",
+ "Message": "Unable to run the command because the parameter value of %1 exceeds the maximum allowed number of %2 characters.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Enter a value for the parameter identified in the message that is equal to or less than the maximum allowed characters."
+ },
+ "LOG510": {
+ "Description": "The operation cannot be completed because of an unknown issue.",
+ "Message": "Unable to complete the operation because of an unknown issue in the CMC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset CMC and then retry the operation."
+ },
+ "LOG908": {
+ "Description": "The IP address cannot be assigned because iDRAC detected that this IP address is already used by another device on the network.",
+ "Message": "Unable to assign the IP address because iDRAC detected that this IP address is already used by another device on the network: %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter a unique IP address to iDRAC and retry the operation."
+ },
+ "LOG909": {
+ "Description": "An IP address-change announcement could not be sent to the remote console identified in the message. The problem could be due to loss of network connectivity, or the remote console is down or not responding.",
+ "Message": "Unable to connect to remote console: %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check to ensure the remote console is reachable and responding to IP address change announcements from the iDRAC."
+ },
+ "MEM0000": {
+ "Description": "The memory is operational. This is an early indicator of a possible future uncorrectable error.",
+ "Message": "Persistent correctable memory errors detected on a memory device at location(s) %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "MEM0001": {
+ "Description": "The memory has encountered a uncorrectable error. System performance may be degraded. The operating system and/or applications may fail as a result.",
+ "Message": "Multi-bit memory errors detected on a memory device at location(s) %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "MEM0002": {
+ "Description": "The memory is operational. This is an early indicator of a possible future uncorrectable error.",
+ "Message": "Parity memory errors detected on a memory device at location %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "MEM0003": {
+ "Description": "The memory is operational. This is an early indicator of a possible future uncorrectable error.",
+ "Message": "Stuck bit memory error detected on a memory device at location %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "MEM0004": {
+ "Description": "The memory may not be seated correctly, misconfigured, or has failed. Memory size is reduced.",
+ "Message": "Memory device at location %1 is disabled.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. Review product documentation for supported memory configurations. If the problem continues, contact support."
+ },
+ "MEM0005": {
+ "Description": "The memory is operational. This is an early indicator of a possible future uncorrectable error.",
+ "Message": "Persistent correctable memory error limit reached for a memory device at location(s) %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "MEM0006": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0007": {
+ "Description": "The memory may not be seated correctly, misconfigured, or has failed. Memory size is reduced.",
+ "Message": "Unsupported memory configuration; check memory device at location %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review product documentation for supported memory configurations."
+ },
+ "MEM0008": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is spare memory.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0009": {
+ "Description": "System performance is degraded.",
+ "Message": "Memory device at location %1 is throttled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If unexpected, review system logs for power or thermal exceptions."
+ },
+ "MEM0010": {
+ "Description": "System performance is degraded.",
+ "Message": "Memory device at location %1 is overheating.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If unexpected, review system logs for power or thermal exceptions."
+ },
+ "MEM0016": {
+ "Description": "None.",
+ "Message": "Memory device at location(s) %1 is operating correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0020": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0021": {
+ "Description": "None.",
+ "Message": "Persistent correctable memory error limit reset for a memory device at location %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0022": {
+ "Description": "The memory may not be seated correctly, misconfigured, or has failed. Memory size is reduced.",
+ "Message": "Memory device at location %1 is absent.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If unexpected, check presence, then re-install."
+ },
+ "MEM0024": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is no longer spare memory.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0600": {
+ "Description": "None.",
+ "Message": "Memory device was added at location %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0601": {
+ "Description": "None.",
+ "Message": "Memory device is removed from location %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0700": {
+ "Description": "None.",
+ "Message": "The persistent correctable memory error rate is at normal levels for a memory device at location %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM0701": {
+ "Description": "The memory may not be operational. This an early indicator of a possible future uncorrectable error.",
+ "Message": "Correctable memory error rate exceeded for %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem continues, contact support."
+ },
+ "MEM0702": {
+ "Description": "The memory may not be operational. This an early indicator of a possible future uncorrectable error.",
+ "Message": "Correctable memory error rate exceeded for %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem continues, contact support."
+ },
+ "MEM1000": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 transition to a running state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1001": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 failed to transition to a running state.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem continues, contact support."
+ },
+ "MEM1002": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is in test.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1003": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 failed to transition to in test.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem continues, contact support."
+ },
+ "MEM1004": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1005": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 failed to power off.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-attempt memory removal process."
+ },
+ "MEM1006": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is online.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1007": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 failed to transition to online.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-attempt memory removal process."
+ },
+ "MEM1008": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is offline.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1009": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 failed to transition to offline.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-attempt memory removal process."
+ },
+ "MEM1010": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is off-duty.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1011": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is on-duty.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1012": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is in a degraded state.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem continues, contact support."
+ },
+ "MEM1013": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is in a full state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1014": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is in a power save state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1015": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is in a power active state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1016": {
+ "Description": "The memory may not be seated correctly, misconfigured, or has failed. Memory size is reduced.",
+ "Message": "Memory device at location %1 is not installed correctly.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem continues, contact support."
+ },
+ "MEM1017": {
+ "Description": "None.",
+ "Message": "Memory device at location %1 is installed correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1200": {
+ "Description": "None.",
+ "Message": "Memory RAID is redundant.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM1201": {
+ "Description": "None.",
+ "Message": "Memory RAID redundancy is lost. Check memory device at location(s) %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem continues, contact support."
+ },
+ "MEM1202": {
+ "Description": "None.",
+ "Message": "Memory RAID redundancy is degraded. Check memory device at location(s) %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component. If the problem continues, contact support."
+ },
+ "MEM1203": {
+ "Description": "None.",
+ "Message": "Memory is not redundant.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM1204": {
+ "Description": "None.",
+ "Message": "Memory mirror is redundant.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM1205": {
+ "Description": "The memory may not be seated correctly, misconfigured, or has failed.",
+ "Message": "Memory mirror redundancy is lost. Check memory device at location(s) %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system logs for memory exceptions. Re-install memory at location ."
+ },
+ "MEM1206": {
+ "Description": "The memory may not be seated correctly, misconfigured, or has failed.",
+ "Message": "Memory mirror redundancy is degraded. Check memory device at location %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system logs for memory exceptions. Re-install memory at location ."
+ },
+ "MEM1207": {
+ "Description": "None.",
+ "Message": "Memory spare is redundant.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM1208": {
+ "Description": "The assigned spare is no longer available.",
+ "Message": "Memory spare redundancy is lost. Check memory device at location %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system logs for memory exceptions. Re-install memory at location ."
+ },
+ "MEM1209": {
+ "Description": "None.",
+ "Message": "Memory spare redundancy is degraded. Check memory device at location %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM1210": {
+ "Description": "None.",
+ "Message": "Memory is redundant.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM1212": {
+ "Description": "The memory may not be seated correctly, misconfigured, or has failed.",
+ "Message": "Memory redundancy is lost.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system logs for memory exceptions. Re-install memory at location ."
+ },
+ "MEM1214": {
+ "Description": "The memory may not be seated correctly, misconfigured, or has failed.",
+ "Message": "Memory redundancy is degraded.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system logs for memory exceptions. Re-install memory at location ."
+ },
+ "MEM7000": {
+ "Description": "None.",
+ "Message": "The memory riser mismatch was corrected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM7002": {
+ "Description": "None.",
+ "Message": "A hardware mismatch detected for memory riser.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review product documentation for proper memory riser installation and configuration."
+ },
+ "MEM8000": {
+ "Description": "Errors are being corrected but no longer logged.",
+ "Message": "Correctable memory error logging disabled for a memory device at location %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review system logs for memory exceptions. Re-install memory at location ."
+ },
+ "MEM8001": {
+ "Description": "None.",
+ "Message": "Persistent correctable memory error logging enabled for a memory device at location %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM8500": {
+ "Description": "A low memory condition was detected. If this condition continues, a failover or a reset may occur. If multiple resets occur, contact your service provider.",
+ "Message": "Low memory condition detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "If multiple resets occur, contact Service."
+ },
+ "MEM8501": {
+ "Description": "A low memory condition was detected. If this condition continues, a failover or a reset may occur.",
+ "Message": "Low memory warning, %1KB, %2KB.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "If multiple resets occur, contact your service provider."
+ },
+ "MEM8502": {
+ "Description": "An ECC memory condition was detected on the primary CMC and a failover was initiated.",
+ "Message": "ECC Memory error rate failover condition detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reseat the primary CMC and initiate a failover back to the primary CMC. If the problem persists and multiple failovers occur, contact your service provider."
+ },
+ "MEM9000": {
+ "Description": "An issue is detected in the propagation of signals between the processor and the memory.",
+ "Message": "Memory interconnect degraded.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Reseat the memory riser and restart the server. 2) If the issue is not resolved by preceding action, reseat the processor and restart the server. 3) If the issue persists, contact your service provider."
+ },
+ "MEM9001": {
+ "Description": "The memory interconnect is functioning normally.",
+ "Message": "Memory interconnect is functioning normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM9002": {
+ "Description": "A correctable error was detected in propagation of signals between processors through the Intel QPI interconnect interconnect identified in the message.",
+ "Message": "Intel QPI interconnect %1 has a correctable error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following: 1) Restart the server and check whether the issue persists. 2) If the issue is not resolved by the preceding action, reseat the processors and restart the server. 3) If the issue persists, contact your service provider."
+ },
+ "MEM9003": {
+ "Description": "A correctable error was detected in propagation of signals between processor and memory through the Intel SMI 2 memory interconnect identified in the message.",
+ "Message": "Intel SMI 2 Memory interconnect %1 has a correctable error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following: 1) Reseat the memory riser and restart the server. 2) If the issue is not resolved by preceding action, reseat the processor and restart the server. 3) If the issue persists, contact your services provider."
+ },
+ "MEM9004": {
+ "Description": "A link degradation was detected in propagation of signals between processors through the Intel QPI interconnect interconnect identified in the message. The system will continue to operate at reduced performance.",
+ "Message": "Intel QPI interconnect %1 has degraded.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following: 1) Restart the server and check whether the issue persists. 2) If the issue is not resolved by the preceding action, reseat the processors and restart the server. 3) If the issue persists, contact your service provider."
+ },
+ "MEM9005": {
+ "Description": "A link degradation was detected in propagation of signals between processor and memory through the Intel SMI 2 memory interconnect identified in the message.",
+ "Message": "Intel SMI 2 Memory interconnect %1 has degraded.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following: 1) Reseat the memory riser and restart the server. 2) If the issue is not resolved by preceding action, reseat the processor and restart the server. 3) If the issue persists, contact your service provider."
+ },
+ "MEM9006": {
+ "Description": "A non-recoverable link issue was detected in propagation of signals between processors through the Intel QPI interconnect interconnect identified in the message.",
+ "Message": "Intel QPI interconnect %1 has a non-recoverable issue.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following: 1) Restart the server and check whether the issue persists. 2) If the issue is not resolved by the preceding action, reseat the processors and restart the server. 3) If the issue persists, contact your service provider."
+ },
+ "MEM9007": {
+ "Description": "A non-recoverable link issue was detected in propagation of signals between processor and memory through the Intel SMI 2 memory interconnect identified in the message.",
+ "Message": "Intel SMI 2 Memory interconnect %1 has a non-recoverable issue.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following: 1) Reseat the memory riser and restart the server. 2) If the issue is not resolved by preceding action, reseat the processor and restart the server. 3) If the issue persists, contact your service provider."
+ },
+ "MEM9008": {
+ "Description": "A non-recoverable issue was detected in the propagation of signals on the Intel DDR memory interconnect identified in the message.",
+ "Message": "Intel DDR Memory interconnect %1 has a non-recoverable issue.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reseat all DIMMs on the memory riser, reseat the memory riser, and restart the server. If the issue persists, contact your service provider."
+ },
+ "MEM9009": {
+ "Description": "A correctable error was detected in the propagation of signals on the Intel DDR memory interconnect identified in the message.",
+ "Message": "Intel DDR Memory interconnect %1 has a correctable error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Reseat all DIMMs on the memory riser, 2) Reseat the memory riser, and 3) Restart the server. If the issue persists, contact your service provider."
+ },
+ "MEM9010": {
+ "Description": "BIOS logged the major and minor code of a QuickPath Interconnect (QPI) Reference Code warning. This information can be reviewed by using a tool which displays raw IPMI SEL log data such as IPMItool with the -vvv option or RACADM with the -E option.",
+ "Message": "A QuickPath Interconnect (QPI) Reference Code warning message code is logged.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM9011": {
+ "Description": "BIOS logged location information of a QuickPath Interconnect (QPI) warning. This information can be reviewed by using a tool which displays raw IPMI SEL data such as IPMItool with the -vvv option or RACADM with the -E option.",
+ "Message": "QuickPath Interconnect (QPI) Reference Code warning location information is logged.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM9012": {
+ "Description": "BIOS logged the major and minor code of a Memory Reference Code (MRC) warning. This information can be reviewed by using a tool which displays raw IPMI SEL data such as IPMI tool with the -vvv option or RACADM with the -E option.",
+ "Message": "A Memory Reference Code (MRC) warning code is logged.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM9013": {
+ "Description": "BIOS logged location information of a Memory Reference Code (MRC) warning. This information can be reviewed by using a tool which displays raw IPMI SEL data such as IPMItool with the -vvv option or RACADM with the -E option.",
+ "Message": "Memory Reference Code (MRC) warning location information is logged.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM9014": {
+ "Description": "The memory device identified in the message has encountered a correctable memory error. This may be an early indicator of a possible future uncorrectable error.",
+ "Message": "A correctable memory error has occurred in Dual In-line Memory Module (DIMM) device %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "This is a correctable error. Review log information and if multiple correctable errors have occurred on the DIMM identified in the message, re-install the memory device. If the issue persists, contact your service provider."
+ },
+ "MEM9015": {
+ "Description": "The memory device identified in the message has encountered a uncorrectable error. System performance may be degraded. The operating system and/or applications may fail as a result.",
+ "Message": "Multi-bit memory errors detected on a Dual In-line Memory Module (DIMM) device %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component identified in the message. If the issue persists, contact your service provider. Refer to the product documentation to choose a convenient contact method."
+ },
+ "MEM9016": {
+ "Description": "The memory device identified in the message may not be operational. This an early indicator of a possible future uncorrectable error.",
+ "Message": "Correctable memory error rate exceeded for Dual In-line Memory Module (DIMM) %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-install the memory component identified in the message. If the issue persists, contact your service provider. Refer to the product documentation to choose a convenient contact method."
+ },
+ "MEM9020": {
+ "Description": "The NVDIMM device in the slot, identified in the message, is about to reach the end of supported life duration.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 is about to reach the end of supported life duration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "During the next scheduled maintenance, replace the Non-Volatile Dual In-line Memory Module (NVDIMM) device. For more information about the usage of NVDIMMs, see the system Owner's Manual on the support site."
+ },
+ "MEM9021": {
+ "Description": "The NVDIMM in the slot identified in the message is running the backup firmware image because the primary firmware image has issues.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) in slot %1 is running the backup firmware image because the primary firmware has issues.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the Non-Volatile Dual In-line Memory Module(NVDIMM) to the latest firmware. If the issue persists, contact your service provider."
+ },
+ "MEM9022": {
+ "Description": "The NVDIMM device identified in the message has encountered a Non-Critical event.",
+ "Message": "A Non-Critical event was detected on the Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If the issue persists, contact the service provider."
+ },
+ "MEM9030": {
+ "Description": "The NVDIMM device in the slot identified in the message is not responding and is disabled.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 is not responding and is disabled.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the Non-Volatile Dual In-line Memory Module (NVDIMM) device. If the issue persists, contact your service provider. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9031": {
+ "Description": "The NVDIMM device in the slot identified in the message is unable to save the data during the previous system shutdown operation or power loss. The NVDIMM is placed in write-protect mode.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 is unable to save the data during the previous system shutdown operation or power loss.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the Non-Volatile Dual In-line Memory Module (NVDIMM) device. If the issue persists, contact your service provider. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9032": {
+ "Description": "The NVDIMM device in the slot identified in the message is unable to restore the data that was saved in the previous 'save' operation. The NVDIMM is placed in write-protect mode.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 is unable to restore the data that was saved in the previous 'save' operation.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the Non-Volatile Dual In-line Memory Module (NVDIMM) device. If the issue persists, contact your service provider. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9033": {
+ "Description": "An NVDIMM device is of unsupported configuration and unable to operate as currently configured.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device is of unsupported configuration and unable to operate as currently configured.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review the memory configuration and make sure the configuration is as per memory rules defined in the system Owner's Manual on the support site."
+ },
+ "MEM9034": {
+ "Description": "The NVDIMM device in the slot identified in the message is not responding.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 is not responding.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the Non-Volatile Dual In-line Memory Module (NVDIMM) device. If the issue persists, contact your service provider. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9035": {
+ "Description": "The NVDIMM device in the slot identified in the message cannot be configured to save data during a power loss because of an issue in the NVDIMM.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 cannot be configured to save data during a power loss because of an issue in the NVDIMM.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the Non-Volatile Dual In-line Memory Module (NVDIMM) device. If the issue persists, contact your service provider. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9036": {
+ "Description": "The NVDIMM devices are placed in write-protect mode because the server may not provide sufficient power or the battery is not sufficiently charged to save data in case of power loss.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) devices are placed in write-protect mode because the system may not provide sufficient power to save data in case of power loss.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review any preceding power or battery entries in the log and resolve the issues. Refer to your documentation for details on how to view the log."
+ },
+ "MEM9037": {
+ "Description": "The NVDIMM device in the slot identified in the message has reached the end of supported life duration and is placed in write-protect mode.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 has reached the end of supported life duration and is placed in write-protect mode.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the Non-Volatile Dual In-line Memory Module (NVDIMM) device. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9038": {
+ "Description": "The NVDIMM device in the slot identified in the message has lost persistency and is placed in write-protect mode.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 has lost persistency and is placed in write-protect mode.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the Non-Volatile Dual In-line Memory Module (NVDIMM) device. If the issue persists, contact the service provider. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9039": {
+ "Description": "The NVDIMM device in the slot identified in the message was unable to clear its storage media as part of the initialization process and is disabled.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 was unable to be initialized.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the Non-Volatile Dual In-line Memory Module (NVDIMM) device. If the issue persists, contact the service provider. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9040": {
+ "Description": "The NVDIMM device in the slot identified in the message has encountered a critical error. System performance may be degraded. The operating system and/or applications may fail as a result.",
+ "Message": "A Critical event was detected on the Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinstall the Non-Volatile Dual In-line Memory Module (NVDIMM) device. If the issue persists, contact the service provider. For information about removing and reinstalling the NVDIMM, see the system Owner's Manual on the support site."
+ },
+ "MEM9050": {
+ "Description": "The NVDIMM device in the slot identified in the message has regained persistency and is available for use.",
+ "Message": "The Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1 has regained persistency and is available for use.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "MEM9060": {
+ "Description": "The Post-Package Repair operation is successfully completed on the Dual in-line Memory Module (DIMM) device that was failing earlier.",
+ "Message": "The Post-Package Repair operation is successfully completed on the Dual In-line Memory Module (DIMM) device that was failing earlier.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "MEM9061": {
+ "Description": "The NVDIMM device in the slot identified in the message is functioning normally.",
+ "Message": "An Information-Only event was detected on the Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1. The NVDIMM is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "MEM9070": {
+ "Description": "The erase operation for the specified DIMM completed successfully.",
+ "Message": "The erase operation on the non-volatile DIMM with serial number %1 in slot %2 is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required but it is recommended that the system be upgraded to the latest BIOS."
+ },
+ "MEM9071": {
+ "Description": "The erase operation could not be completed for the DIMM identified in the message.",
+ "Message": "Unable to complete the erase operation on the non-volatile DIMM with serial number %1 in slot %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Retry the operation. If the issue persists, contact your service provider. It is also recommended that the system be upgraded to the latest BIOS."
+ },
+ "MEM9072": {
+ "Description": "The system memory has faced an uncorrectable multi-bit memory errors in the non-execution path of a memory device at the location identified in the message. The system performance may be degraded and the operating system and/or application(s) may stop responding.",
+ "Message": "The system memory has faced an uncorrectable multi-bit memory errors in the non-execution path of a memory device at the location %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reinstall the memory device. If the issue persists, contact your service provider. To select a convenient contact method, see the product documentation available on the support site."
+ },
+ "MEM9073": {
+ "Description": "Unable to update firmware for the NVDIMM identified in the message.",
+ "Message": "Unable to update firmware on a Non-Volatile Dual In-line Memory Module (NVDIMM) device in the slot %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the operation. If the issue persists, replace the NVDIMM, or contact your service provider. It is also recommended that the system be upgraded to the latest BIOS."
+ },
+ "NIC001": {
+ "Description": "The command was successful.",
+ "Message": "The command was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC002": {
+ "Description": "Unable to allocate required memory to perform the operation.",
+ "Message": "Resource allocation failure",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Power cycle system and reapply firmware packages for Lifecycle Controller and iDRAC."
+ },
+ "NIC003": {
+ "Description": "An invalid number of arguments was passed to the method.",
+ "Message": "Missing required parameter",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter all the required command parameters. Check documentation and try again."
+ },
+ "NIC004": {
+ "Description": "The value for the specified parameter is invalid.",
+ "Message": "Invalid parameter value for %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that parameter values passed to the method are entered as they appear in the enumeration and parameter data type matches the documentation."
+ },
+ "NIC005": {
+ "Description": "The number of AttributeName and AttributeValue parameters do not match.",
+ "Message": "Mismatch in AttributeName and AttributeValue count",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Pass the same number of parameters for AttributeName and AttributeValue. Refer to documentation for method input parameter details."
+ },
+ "NIC006": {
+ "Description": "A configuration job already exists for the specified target. No further configuration operation is allowed until the existing job completes or the job is cancelled.",
+ "Message": "A configuration job already exists, Cannot set attribute on specified target until existing job is completed or is cancelled",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Wait for the existing configuration job to complete and retry the operation, 2) To continue with a configuration change, cancel the existing job and retry the operation."
+ },
+ "NIC007": {
+ "Description": "A configuration job already exists for the specified target. No further configuration operation is allowed until the existing job completes or the job is cancelled.",
+ "Message": "A configuration job already exists, Cannot create another configuration job on specified target until existing job is completed or is cancelled",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Wait for the existing configuration job to complete and retry the operation, 2) To continue with a configuration change, cancel the existing job and retry the operation."
+ },
+ "NIC008": {
+ "Description": "No changes are available between the previous configuration and the current configuration. To create a Configuration job, at least one attribute should be changed.",
+ "Message": "No pending data present to create a Configuration job",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the configuration of one or more attributes and then create a configuration job."
+ },
+ "NIC009": {
+ "Description": "Lifecycle Controller cannot gain access to internal storage because it is use by another application or operation.",
+ "Message": "Lifecycle Controller is currently in use.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current Lifecycle Controller operation to complete. Verify that the system is 1) Not currently in Lifecycle Controller Unified Server Configurator utility 2) Not waiting for user intervention at F1/F2 POST error 3) Not in any of the device or controller Option ROMs and retry the operation."
+ },
+ "NIC010": {
+ "Description": "For 11G systems: System Services must be enabled to perform the requested operation. System Services has been disabled through the iDRAC configuration utility accessed by pressing CTRL+E on boot up or through a remote operation. For 12G and above generations: Lifecycle Controller must be enabled to perform the requested operation. Lifecycle Controller has been disabled by pressing F2 Setup, selecting iDRAC Configuration, and selecting Lifecycle Controller Settings on boot up or through a remote operation.",
+ "Message": "Lifecycle Controller is not enabled, cannot create Configuration job.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For 11G systems: Use the iDRAC configuration utility to enable the System Services by pressing on the CTRL+E option on boot up at the targeted system. For 12G and above generations: Use F2 Setup, select iDRAC Configuration, and select Lifecycle Controller Settings, to enable the Lifecycle Controller on boot up of the targeted system."
+ },
+ "NIC011": {
+ "Description": "Configuration job already created on the specified target. No further command is allowed until the existing job is completed.",
+ "Message": "Configuration job already created, pending data cannot be deleted",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Cancel the configuration job or wait for the job to complete. Refer to documentation on job cancellation."
+ },
+ "NIC012": {
+ "Description": "No changes to BIOS attribute data are available between the previous configuration and the current configuration.",
+ "Message": "No pending data to delete.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC013": {
+ "Description": "An unknown AttributeName was entered for the operation.",
+ "Message": "Invalid AttributeName: %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter the correct AttributeName available in the system. Refer to the enumeration response for desired attribute."
+ },
+ "NIC014": {
+ "Description": "AttributeValue may be invalid because of the following causes: 1) Length of new AttributeValue is not within minLength and maxLength 2) Value of new AttributeValue is not within LowerBound and UpperBound 3) Value of new AttributeValue is not one of the possible values.",
+ "Message": "Invalid AttributeValue for AttributeName %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Refer to the documentation on valid attribute values."
+ },
+ "NIC015": {
+ "Description": "A set attribute operation was attempted on a read only attribute.",
+ "Message": "AttributeValue cannot be changed to read only AttributeName %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "NIC016": {
+ "Description": "A set attribute operation was attempted on a disabled attribute.",
+ "Message": "AttributeValue cannot be changed for disabled AttributeName %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "NIC017": {
+ "Description": "Unable to delete vFlash pending one-time boot configuration.",
+ "Message": "Unable to delete vFlash pending one-time boot configuration",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove AC power from system and after restoring AC power, retry the operation."
+ },
+ "NIC018": {
+ "Description": "The input BIOS password used in the operation is invalid.",
+ "Message": "Invalid BIOS password.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Use a valid BIOS password and retry."
+ },
+ "NIC021": {
+ "Description": "The old BIOS password used to change the password is incorrect.",
+ "Message": "Cannot authenticate specified BIOS password.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the correct old password for the BIOS and retry the operation."
+ },
+ "NIC022": {
+ "Description": "The current BIOS password jumper setting prevents the BIOS password from being changed.",
+ "Message": "Unable to set the BIOS password because of a jumper setting on the motherboard.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the jumper setting to enable setting the BIOS password."
+ },
+ "NIC023": {
+ "Description": "The operation did not complete successfully because of an unknown error in iDRAC.",
+ "Message": "Cannot perform the operation due to an unknown error in iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the action. If the issue persists, reset the iDRAC."
+ },
+ "NIC024": {
+ "Description": "The attribute specified in the operation is currently read only and the value cannot be modified.",
+ "Message": "The set operation did not complete successfully as the attribute is read-only.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "For more information on the attribute, see Lifecycle Controller-Remote Services documentation."
+ },
+ "NIC025": {
+ "Description": "The configuration operation cannot be started because the System Lockdown mode is enabled.",
+ "Message": "Unable to start the configuration operation because the System Lockdown mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the Lockdown.1#SystemLockdown attribute is set to Disabled in the DCIM_iDracCardEnumeration class by running the WS-Man get command at the command line interface (CLI), and then retry the operation."
+ },
+ "NIC100": {
+ "Description": "The network link is down. Either the network cable is not connected or the network device is not working.",
+ "Message": "The %1 Port %2 network link is down.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify that the network port is enabled and if the port has Activity/Speed LEDs, that they are lit. Check the network cable, network cable connections, and the attached network switch."
+ },
+ "NIC101": {
+ "Description": "The transition from network link not started (down) to network link started (up) has been detected on the NIC controller port identified in the message.",
+ "Message": "The %1 Port %2 network link is started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "NIC500": {
+ "Description": "The values of IP Address is not allowed to change if DHCP is enabled.",
+ "Message": "The requested object is not allowed to be configured if DHCP is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable DHCP and then modify the value."
+ },
+ "NIC501": {
+ "Description": "Autoconfig assigns values to the network components.",
+ "Message": "The requested object is not allowed to be configured if Auto Config is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Autoconfig and then modify the value."
+ },
+ "NIC502": {
+ "Description": "The value of the specified parameter cannot be changed.",
+ "Message": "DHCP is required to be enabled on the NIC before DHCP can be enabled for DNS server or domain name objects.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable DHCP on the NIC before enabling it for DNS."
+ },
+ "NIC503": {
+ "Description": "The value of the specified parameter cannot be changed.",
+ "Message": "The DNS server IP address is not allowed to be configured if DNS server DHCP (cfgDNSServersFromDHCP) is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the cfgDNSServersFromDHCP object."
+ },
+ "NIC504": {
+ "Description": "The value of the specified parameter cannot be changed.",
+ "Message": "The IPv6 DNS Server IP address is not allowed to be configured if IPv6 DNS Server DHCP (cfgIPv6DNSServersFromDHCP6) is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the cfgIPv6DNSServersFromDHCP6 object."
+ },
+ "NIC505": {
+ "Description": "The value of the specified parameter cannot be changed.",
+ "Message": "The DNS domain name is not allowed to be configured if domain name DHCP (cfgDNSDomainNameFromDHCP) is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the cfgDNSDomainNameFromDHCP object."
+ },
+ "NIC506": {
+ "Description": "The requested operation requires the DNS registration to be enabled.",
+ "Message": "The requested object requires DNS registration to be enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the DNS registration."
+ },
+ "NIC507": {
+ "Description": "For the requested operation, enable the NIC to get the NIC details.",
+ "Message": "Unable to determine current NIC state.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check if the NIC is disabled. If disabled, enable the NIC."
+ },
+ "NIC508": {
+ "Description": "None.",
+ "Message": "NIC teaming info is not currently available.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC509": {
+ "Description": "Success message.",
+ "Message": "NIC is now ENABLED",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC510": {
+ "Description": "Success message.",
+ "Message": "NIC is now DISABLED",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC511": {
+ "Description": "Success message.",
+ "Message": "NIC is already ENABLED",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC512": {
+ "Description": "Success message.",
+ "Message": "DHCP is already ENABLED",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC513": {
+ "Description": "Success message.",
+ "Message": "DHCP6 is already ENABLED",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC514": {
+ "Description": "Success message.",
+ "Message": "DHCP is now ENABLED",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC515": {
+ "Description": "Success message.",
+ "Message": "DHCP6 is now ENABLED",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "NIC516": {
+ "Description": "Success message.",
+ "Message": "Static IP configuration enabled and modified successfully",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSD062": {
+ "Description": "The process of installing an operating system or hypervisor is started and is in progress.",
+ "Message": "The process of installing an operating system or hypervisor is started and is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSD063": {
+ "Description": "The process of installing an operating system or hypervisor is successfully completed.",
+ "Message": "The process of installing an operating system or hypervisor is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSD064": {
+ "Description": "The process of installing an operating system or hypervisor is abruptly stopped either by the user or the installation infrastructure.",
+ "Message": "The process of installing an operating system or hypervisor is abruptly stopped either by the user or the installation infrastructure.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSD065": {
+ "Description": "The Operating System/Hypervisor installation did not complete successfully. The system may be unable to boot into the operating system/hypervisor because of the incomplete installation.",
+ "Message": "Operating System/Hypervisor Installation did not complete successfully.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the installation logs of operating system or hypervisor, resolve any issues identified, and then retry the operation. If the issue persists, contact your service provider."
+ },
+ "OSD1": {
+ "Description": "The command was successful.",
+ "Message": "The command was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSD10": {
+ "Description": "Installation for the selected operating system is not supported. Make sure that the correct operating system name was entered.",
+ "Message": "Installation not supported for the selected operating system.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Recheck the operating system name with the output of GetDriverPackInfo()."
+ },
+ "OSD11": {
+ "Description": "Lifecycle Controller does not have any drivers for the selected operating system. The operating system installation uses the native drivers present on the operating system media.",
+ "Message": "Driver Pack does not have drivers for the selected operating system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSD12": {
+ "Description": "iDRAC was unable to create and expose the drivers as a USB device for the OS installation to proceed.",
+ "Message": "Cannot create the USB device needed to copy drivers for the selected operating system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Rerun the command. 2) Reset iDRAC and rerun the command."
+ },
+ "OSD13": {
+ "Description": "iDRAC was unable to mount the drivers as a USB device for the OS installation to proceed.",
+ "Message": "Cannot mount the USB device needed to copy drivers for the selected operating system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Rerun the command. 2) Reset iDRAC and rerun the command."
+ },
+ "OSD14": {
+ "Description": "iDRAC was unable to expose the drivers as a USB device for the OS installation to proceed.",
+ "Message": "Unable to expose the USB device that contains the operating system drivers to host system.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Rerun the command. 2) Reset iDRAC and rerun the command."
+ },
+ "OSD15": {
+ "Description": "Unable to mount the network share using the credentials specified in the command because either the username or password is incorrect.",
+ "Message": "Mount network share failed - incorrect username or password.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Rerun the command with the correct username and password."
+ },
+ "OSD16": {
+ "Description": "Unable to mount the network share using the parameters specified in the command because either the IP address or share name is incorrect.",
+ "Message": "Mount network share failed - incorrect IP address or share name.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Rerun the command with the correct IP address and share name."
+ },
+ "OSD17": {
+ "Description": "Unable to expose the ISO image as an internal CD device to the host system because the ISO file is no longer present, network errors are preventing access to the ISO file, or iDRAC may not be responsive.",
+ "Message": "Exposing ISO image as internal device to the server failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Rerun the command. 2) Reset iDRAC and rerun the command."
+ },
+ "OSD18": {
+ "Description": "Unable to find the ISO file specified in the network share. Make sure that the correct ISO file path was entered into the command and that all other user credentials are correct.",
+ "Message": "Unable to locate the ISO image on the network share point.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Rerun the command with the correct ISO file path."
+ },
+ "OSD19": {
+ "Description": "Failed to execute fork() system call to perform the task in a child process. iDRAC may be unresponsive.",
+ "Message": "The fork() command for a child process to perform the task failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC and rerun the command."
+ },
+ "OSD2": {
+ "Description": "An unknown error occurred.",
+ "Message": "General failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Rerun the command. 2) Reset iDRAC and run the command."
+ },
+ "OSD20": {
+ "Description": "Unable to get the size or label for selected operating system from the Driver Pack present in Lifecycle Controller. The driver pack may be corrupt.",
+ "Message": "Unable to get size or label from Driver Pack for selected operating system.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the Driver Pack using Lifecycle Controller GUI / Unified Server Configurator (USC) or DUP and rerun the command."
+ },
+ "OSD21": {
+ "Description": "Booting to ISO has failed. Either BIOS was unable to boot to the ISO image or the provider did not get a response in 5 minutes from BIOS on successful boot to ISO image.",
+ "Message": "Unable to boot to ISO image.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Make sure that a POST error did not result in user interaction (Press F1 to continue or F2 to run BIOS setup). 2) Reset iDRAC and rerun the command."
+ },
+ "OSD22": {
+ "Description": "Unable to detach ISO image from the host because either the image is already detached, or iDRAC may not be operating normally.",
+ "Message": "Unable to detach ISO image from the host.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Rerun the command. 2) Reset iDRAC."
+ },
+ "OSD23": {
+ "Description": "Cannot continue with DetachISOImage because another command is in the process of exposing the ISO image and booting to it.",
+ "Message": "Unable to continue with DetachISOImage - another command is in the process of exposing the ISO Image and booting to it.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "See the ConcreteJob status to make sure that the current running process is complete and then run DetachISOImage."
+ },
+ "OSD24": {
+ "Description": "Unable to continue with DetachDrivers - UnPackAndAttach is in progress.",
+ "Message": "Unable to continue with DetachDrivers - UnPackAndAttach is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until UnpackAndAttach finishes and then run DetachDrivers. This can take more than 5 minutes."
+ },
+ "OSD25": {
+ "Description": "Detaching the USB device (that contains drivers for the operating system installation) from the host has failed. The device may be detached, or iDRAC may not be operating normally.",
+ "Message": "Unable to detach USB device containing operating system drivers.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC to detach this device automatically."
+ },
+ "OSD26": {
+ "Description": "Unable to continue with BootToPXE command because another process is using Lifecycle Controller.",
+ "Message": "Unable to continue with BootToPXE - another command is running.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "See ConcreteJob status to make sure that the running process is complete, and then run BootToPXE."
+ },
+ "OSD27": {
+ "Description": "Copying drivers for selected operating system failed. The Driver Pack may be unusable.",
+ "Message": "Copying drivers for selected operating system failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the Driver Pack using Lifecycle Controller (LC)/Unified Server Configurator (USC) or Dell Update Package (DUP) and then rerun the command."
+ },
+ "OSD28": {
+ "Description": "Hash verification on the ISO image has failed. The hash value specified in the command is either incorrect or the ISO image has been changed.",
+ "Message": "Hash verification on the ISO image failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Verify that the hash value specified in the command is correct. 2) Make sure that the ISO has not been changed 3) Replace the ISO image on the share and rerun the command."
+ },
+ "OSD29": {
+ "Description": "Driver Pack configuration file not found in Lifecycle Controller. Driver Pack may be unusable.",
+ "Message": "Driver Pack configuration file not found in Lifecycle Controller. The Driver Pack might be corrupt.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the Driver Pack using Lifecycle Controller (LC)/Unified Server Configurator (USC) or Dell Update Package (DUP) and then rerun the command."
+ },
+ "OSD3": {
+ "Description": "Lifecycle Controller is currently locked by another process. Make sure that the process completes before attempting to run another command.",
+ "Message": "Lifecycle Controller is being used by another process.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) After two minutes, rerun the command. 2) Make sure that Lifecycle Controller GUI or Unified Server Configurator or DUP is not currently running on the server. 3) Reset iDRAC and rerun the command."
+ },
+ "OSD30": {
+ "Description": "The value specified for ExposeDuration is out of range. It must be between 60 and 65535 seconds.",
+ "Message": "Invalid value for ExposeDuration - must be 60 - 65535 seconds",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Rerun the command with a ExposeDuration value between 60 and 65535 seconds."
+ },
+ "OSD31": {
+ "Description": "Copying drivers for the selected operating system to network share failed. The share may be read-only or the Driver Pack present in Lifecycle Controller may be unusable.",
+ "Message": "Copying operating system drivers to network share failed",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Make sure that the network share has write permission. 2) Update the Driver Pack using Lifecycle Controller or Unified Server Configurator or DUP and then rerun the command."
+ },
+ "OSD32": {
+ "Description": "Cannot continue with DetachISOImage because the system does not have an attached ISO image.",
+ "Message": "ISO image is not attached",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "The call to DetachISOImage is unnecessary since the ISO image is not currently attached."
+ },
+ "OSD33": {
+ "Description": "The system has an older version of BIOS that does not support this method. Install the latest version of BIOS to use this method.",
+ "Message": "Installed BIOS version does not support this method.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the BIOS to version 1.2 or later and then rerun the command."
+ },
+ "OSD34": {
+ "Description": "Unable to continue with BootToPXE command because the system has an ISO image attached. Detach the ISO image before continuing with BootToPXE.",
+ "Message": "Unable to continue with BootToPXE - ISO image is attached to the system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Run the DetachISOImage command and then run BootToPXE."
+ },
+ "OSD35": {
+ "Description": "Lifecycle Controller is disabled on the system, so none of the remote operating system deployment commands will work. Make sure Lifecycle Controller is enabled before running any command.",
+ "Message": "Lifecycle Controller is not enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "For 11G systems: Use the iDRAC configuration utility to enable the System Services by pressing on the CTRL+E option on boot up at the targeted system. For 12G and above generations: Use F2 Setup, select iDRAC Configuration, and select Lifecycle Controller Settings, to enable the Lifecycle Controller on boot up of the targeted system."
+ },
+ "OSD36": {
+ "Description": "User has cancelled system services by using the CTRL+E option (iDRAC configuration utility) or F2 option during POST. This action cancels the WSMAN request to boot to ISO.",
+ "Message": "Boot to ISO Image has been cancelled by using CTRL+E or F2 option on the server.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To resolve the issue rerun the command. Do not cancel system services using CTRL+E or F2 during POST when system is rebooting to the ISO."
+ },
+ "OSD37": {
+ "Description": "ISO Image size is bigger than the available size in vFlash.",
+ "Message": "ISO image size too large.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Use a smaller size ISO Image. 2) Format the vFlash using the iDRAC GUI, RACADM, or iDRAC configuration utility and then retry this command."
+ },
+ "OSD38": {
+ "Description": "There was an error while copying the ISO from the network share.",
+ "Message": "Copying the ISO image from the network failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Make sure the network connection is functional. 2) Make sure the Dell vFlash does not have hardware issues by accessing it through the iDRAC GUI."
+ },
+ "OSD39": {
+ "Description": "Unable to get vFlash information from internal instrumentation.",
+ "Message": "Unable to find the VFlash.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Make sure the Dell vFlash is seated correctly. 2) Make sure a Dell licensed vFlash card is inserted 3) Make sure the Dell vFlash does not have any hardware issues by accessing it through the iDRAC GUI."
+ },
+ "OSD4": {
+ "Description": "Driver Pack partition in Lifecycle Controller is not accessible. The Lifecycle Controller or the iDRAC might be unresponsive.",
+ "Message": "Cannot access Lifecycle Controller Driver Pack partition.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the iDRAC and rerun the command. If the command fails again, check if the iDRAC is functional and accessible on the system."
+ },
+ "OSD40": {
+ "Description": "This is not a Dell-licensed vFlash.",
+ "Message": "VFlash is not Dell licensed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert a Dell vFlash and then retry this command."
+ },
+ "OSD41": {
+ "Description": "vFlash does not contain the ISO Image because either the image was deleted, or it was never copied.",
+ "Message": "ISO Image not found on VFlash.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Download the ISO Image to the vFlash again using the DownloadISOToVFlash method."
+ },
+ "OSD42": {
+ "Description": "There was an error while copying the ISO image from the network share to the vFlash.",
+ "Message": "Downloading ISO File to VFlash failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Make sure the network connection is working. 2) Make sure the Dell vFlash does not have any hardware issues by accessing it through the iDRAC GUI."
+ },
+ "OSD43": {
+ "Description": "vFlash is not present on the server.",
+ "Message": "VFlash unavailable.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert a Dell-licensed vFlash and then retry this command."
+ },
+ "OSD44": {
+ "Description": "The ISO on vFlash is not currently attached, so the DetachISOFromVFlash command could not be executed.",
+ "Message": "Unable to detach ISO image on VFlash.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Since the ISO image is not attached, the DetachISOFromVFlash command does not have to be run."
+ },
+ "OSD45": {
+ "Description": "The ISO Image present in vFlash is attached to the host system. The ISO Image cannot be deleted from vFlash.",
+ "Message": "Cannot delete ISO image from VFlash.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Execute DetachISOFromVFlash() before running DeleteISOFromVFlash()."
+ },
+ "OSD46": {
+ "Description": "Another process (iDRAC GUI /racadm/iDRAC configuration utility) is currently accessing vFlash.",
+ "Message": "VFlash in use.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the access to vFlash is relinquished and then retry this command."
+ },
+ "OSD47": {
+ "Description": "Unable to access the network share using the credentials specified or the firewall might be enabled and is preventing access to the share.",
+ "Message": "Inaccessible network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the firewall is disabled, and that the credentials (username, password) are correct."
+ },
+ "OSD48": {
+ "Description": "ISO Images of more than 4GB are not supported and cannot be copied to VFlash.",
+ "Message": "ISO Images of more than 4GB not supported.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Use an ISO that is smaller than 4GB."
+ },
+ "OSD49": {
+ "Description": "vFlash cannot be accessed because RIPS mode is enabled.",
+ "Message": "Disable RIPS mode to access VFlash.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the RIPS mode from BIOS or from the iDRAC GUI, and then continue executing the method."
+ },
+ "OSD5": {
+ "Description": "A Driver Pack was not found on the Lifecycle Controller.",
+ "Message": "Lifecycle Controller Driver Pack not found.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the Driver Pack using Lifecycle Controller or Unified Server Configurator (USC) or DUP and then run the command again."
+ },
+ "OSD50": {
+ "Description": "Lifecycle Controller is in field service mode and needs to be updated before proceeding further.",
+ "Message": "Lifecycle Controller is in field service mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Install the Lifecycle Controller field services package using the iDRAC GUI."
+ },
+ "OSD51": {
+ "Description": "There are pending System Services tasks on the host system that are preventing the execution of this method.",
+ "Message": "Reboot the system to run pending System Services Tasks.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Reboot the host system. The system will automatically enter System Services and complete the pending tasks."
+ },
+ "OSD52": {
+ "Description": "vFlash is disabled.",
+ "Message": "vFlash is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the vFlash from the iDRAC GUI or RACADM, and then proceed."
+ },
+ "OSD53": {
+ "Description": "vFlash is write protected.",
+ "Message": "vFlash is write protected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove the write protect from the SD card and then proceed."
+ },
+ "OSD54": {
+ "Description": "vFlash allows only 16 partitions to be created.",
+ "Message": "vFlash already has 16 partitions.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that there are less than 16 partitions before creating another partition on vFlash."
+ },
+ "OSD55": {
+ "Description": "Cannot attach the ISO image since it is already attached to the host.",
+ "Message": "ISO Image is attached to host",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "ISO Image is already attached to the host server. Detach the ISO and then rerun the command."
+ },
+ "OSD56": {
+ "Description": "An ISO is already connected using Remote File Share (RFS). The connection might have been initiated from iDRAC GUI, racadm, or Remote Services API.",
+ "Message": "An ISO is already connected using Remote File Share (RFS).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disconnect the Remote File Share (RFS) using iDRAC GUI, racadm, or Remote Services API and then retry the operation to connect the ISO again."
+ },
+ "OSD57": {
+ "Description": "Remote File Share (RFS) is currently configured to be in auto-attach mode. For Web services to attach an ISO, RFS should be changed to attach mode.",
+ "Message": "Remote File Share (RFS) is in Auto-Attach mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the Remote File Share (RFS) mode to Attach using iDRAC GUI or Remote Services API and retry."
+ },
+ "OSD58": {
+ "Description": "The connect ISO operation using Remote File Share (RFS) did not complete successfully.",
+ "Message": "Unable to connect an ISO using Remote File Share (RFS).",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify all the parameters are correct. If the problem persists. then reset iDRAC and retry the operation."
+ },
+ "OSD59": {
+ "Description": "Disconnecting ISO using Remote File Share (RFS) operation did not complete successfully.",
+ "Message": "Unable to disconnect from ISO using Remote File Share (RFS).",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC and retry the operation."
+ },
+ "OSD6": {
+ "Description": "Unable to dynamically allocate memory to perform the task.",
+ "Message": "Cannot allocate memory.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC and run the command."
+ },
+ "OSD60": {
+ "Description": "ISO image is not connected using Remote File Share (RFS).",
+ "Message": "ISO image is not connected using Remote File Share (RFS).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify ISO is connected using Remote File Share (RFS) and retry the operation."
+ },
+ "OSD61": {
+ "Description": "The IP Address format is invalid and cannot be validated. The specified IP address may not be a valid IPv4 or IPv6 address.",
+ "Message": "IP Address format is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the IP address format and retry the operation."
+ },
+ "OSD62": {
+ "Description": "The command cannot be run because an invalid firmware image file name is entered.",
+ "Message": "Unable to run the command because an invalid firmware image file name is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that a valid firmware image file is entered. The file must not contain any file path components such as forward slash (/) or period (.)."
+ },
+ "OSD63": {
+ "Description": "The DetachDrivers invoke method cannot be run because the driver files are not attached.",
+ "Message": "Unable to run the DetachDrivers invoke method because the driver files are not attached.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "OSD64": {
+ "Description": "The ConfigurableBootToNetworkISO method cannot be run by specifying the ResetType parameter as 'warm reboot' because the server is in turned-off state.",
+ "Message": "Unable to invoke the ConfigurableBootToNetworkISO method by specifying the ResetType parameter as 'warm reboot' because the server is in turned-off state.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the server is turned on and retry the operation."
+ },
+ "OSD65": {
+ "Description": "The ISO file is successfully attached. The next host reboot is scheduled to boot to the ISO file.",
+ "Message": "The ISO file is successfully attached. The next host reboot is scheduled to boot to the ISO file.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "OSD66": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'OSName' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'OSName' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"OSName\" in the method invocation and retry the operation."
+ },
+ "OSD67": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'IPAddress' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'IPAddress' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"IPAddress\" in the method invocation and retry the operation."
+ },
+ "OSD68": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'ShareName' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'ShareName' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"ShareName\" in the method invocation and retry the operation."
+ },
+ "OSD69": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'ShareType' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'ShareType' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"ShareType\" in the method invocation and retry the operation."
+ },
+ "OSD7": {
+ "Description": "Unable to connect to Lifecycle Controller because of an existing open connection or an internal error.",
+ "Message": "Unable to retrieve Lifecycle Controller handle.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset iDRAC, and rerun the command to correct the problem."
+ },
+ "OSD70": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'UserName' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'UserName' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"UserName\" in the method invocation and retry the operation."
+ },
+ "OSD71": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'Password' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'Password' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"Password\" in the method invocation and retry the operation."
+ },
+ "OSD72": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'ImageName' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'ImageName' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"ImageName\" in the method invocation and retry the operation."
+ },
+ "OSD73": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'HashValue' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'HashValue' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"HashValue\" in the method invocation and retry the operation."
+ },
+ "OSD74": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'ShareType' is invalid.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'ShareType' is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the value provided for input parameter \"ShareType\" and retry the operation."
+ },
+ "OSD75": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'HashType' is invalid.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'HashType' is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the value provided for input parameter \"HashType\" and retry the operation."
+ },
+ "OSD76": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'ResetType' is invalid.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'ResetType' is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the value provided for input parameter \"ResetType\" and retry the operation."
+ },
+ "OSD77": {
+ "Description": "The method cannot be invoked because the mandatory input parameter 'ResetType' is missing.",
+ "Message": "Unable to invoke the method because the mandatory input parameter 'ResetType' is missing.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide the missing parameter \"ResetType\" in the method invocation and retry the operation."
+ },
+ "OSD78": {
+ "Description": "Drivers of the selected Operating System (OS) are successfully attached to the server. Drivers are now ready for use during the OS installation.",
+ "Message": "Drivers of the selected Operating System (OS) are successfully attached to the server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSD79": {
+ "Description": "The BIOS has successfully initiated the boot operation to the ISO file so that the OS installation can be started.",
+ "Message": "The BIOS has successfully initiated the boot operation to the ISO file so that the OS installation can be started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSD8": {
+ "Description": "The BIOS boot order set to PXE using a standard IPMI command has failed.",
+ "Message": "Setting Boot to PXE through IPMI failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Check BIOS PXE settings. 2) Rerun the command. 3) Reset iDRAC and rerun the command."
+ },
+ "OSD9": {
+ "Description": "Resetting the targeted server using the standard IPMI command has failed.",
+ "Message": "Failed to reboot the system using an IPMI command.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Rerun the command. 2) Reset iDRAC and rerun the command."
+ },
+ "OSE0000": {
+ "Description": "The system halted due to an exception during operating system load or operating system initialization.",
+ "Message": "A critical stop occurred during OS load.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Review operating system logs and system video for additional information."
+ },
+ "OSE0001": {
+ "Description": "The system halted due to an exception while the operating system was running. This is a kernel panic or bug check event.",
+ "Message": "A runtime critical stop occurred.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Review operating system logs and system video for additional information."
+ },
+ "OSE0002": {
+ "Description": "(IPMI sensor type 20h - offset 02h).",
+ "Message": "An OS graceful stop occurred.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE0003": {
+ "Description": "(IPMI sensor type 20h - offset 03h).",
+ "Message": "An OS graceful shut-down occurred.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE0004": {
+ "Description": "A separate exception or status condition shutdown the operating system. (IPMI sensor type 20h - offset 04h).",
+ "Message": "A soft shut-down initiated by platform event filter.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system event log for platform events capable of shutting the system down."
+ },
+ "OSE0005": {
+ "Description": "Graceful shutdown request to an agent via the BMC did not occur due to a system hardware or software exception.",
+ "Message": "Agent is not responding.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review operating system logs and system video for additional information."
+ },
+ "OSE1000": {
+ "Description": "The system OS has successfully booted from A:.",
+ "Message": "A: boot completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE1001": {
+ "Description": "None.",
+ "Message": "Failed to boot from A.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system boot configuration and boot media. Verify the media in a: is bootable. See system video for additional information."
+ },
+ "OSE1002": {
+ "Description": "The system OS has successfully booted from C:.",
+ "Message": "C: boot completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE1003": {
+ "Description": "None.",
+ "Message": "Failed to boot from C.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system boot configuration and boot media. Verify the media in C: is bootable. See system video for additional information."
+ },
+ "OSE1004": {
+ "Description": "The system OS has successfully booted from the PXE server.",
+ "Message": "PXE boot completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE1005": {
+ "Description": "None.",
+ "Message": "PXE boot failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system boot configuration, local PXE configuration, and PXE server configuration."
+ },
+ "OSE1006": {
+ "Description": "The system has successfully booted to diagnostics.",
+ "Message": "Diagnostic boot completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE1007": {
+ "Description": "None.",
+ "Message": "Diagnostic boot failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system boot configuration and boot media. See system video for additional information."
+ },
+ "OSE1008": {
+ "Description": "The system OS has successfully booted from the CD-ROM.",
+ "Message": "CD-ROM boot completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE1009": {
+ "Description": "None.",
+ "Message": "Failed to boot from CD-ROM.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system boot configuration and boot media. Verify the media in the CDROM is bootable. See system video for additional information."
+ },
+ "OSE1010": {
+ "Description": "The system has successfully booted to ROM.",
+ "Message": "ROM boot completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE1011": {
+ "Description": "None.",
+ "Message": "Failed to boot from ROM.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check system event logs for additional exception information. Power down the system and attempt to boot again."
+ },
+ "OSE1012": {
+ "Description": "The system has successfully booted.",
+ "Message": "Boot completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "OSE1013": {
+ "Description": "None.",
+ "Message": "Failed to boot.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system boot configuration and boot media. See system video for additional information."
+ },
+ "PCI1300": {
+ "Description": "The front panel diagnostic was pressed, and the system may be halted as a result. The interrupt was user induced.",
+ "Message": "A front panel diagnostic interrupt was detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the system to continue operation."
+ },
+ "PCI1302": {
+ "Description": "System performance may be degraded. The device has failed to respond to a transaction (master/target abort or completion timeout).",
+ "Message": "A bus time-out was detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1304": {
+ "Description": "None.",
+ "Message": "An I/O channel check error was detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1306": {
+ "Description": "None.",
+ "Message": "A software error was detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Reboot the system and update the component drivers."
+ },
+ "PCI1308": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A PCI parity error was detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1310": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A PCI system error was detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1312": {
+ "Description": "None.",
+ "Message": "An EISA fail-safe time-out was detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PCI1314": {
+ "Description": "System performance may be degraded.",
+ "Message": "A bus correctable error was detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable re-install the device at the next scheduled service time."
+ },
+ "PCI1316": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A bus uncorrectable error was detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1318": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A fatal error was detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1319": {
+ "Description": "A high-severity issue was detected in the SSD bay identified in the message.",
+ "Message": "A high-severity issue is detected in the SSD bay %1, Slot %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and reinsert the component identified in the message, and then monitor the log for a re-occurrence of the issue. If the issue persists, and occurs during server startup, update the component firmware. If the issue persists and occurs during OS runtime, restart the server and update the OS drivers for the component identified in the message."
+ },
+ "PCI1320": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A bus fatal error was detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1321": {
+ "Description": "A high-severity issue is detected in the component identified in the message.",
+ "Message": "A high-severity issue is detected in a component of the bus %1, device 0, function %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and reinsert the component identified in the message, and then monitor the log for a re-occurrence of the issue. If the issue persists, and occurs during server startup, update the component firmware. If the issue persists and occurs during OS runtime, restart the server and update the OS drivers for the component identified in the message."
+ },
+ "PCI1322": {
+ "Description": "System performance may be degraded. The bus is not operating at maximum speed or width.",
+ "Message": "Bus performance degraded for a component at bus %1 device %2 function %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1342": {
+ "Description": "System performance may be degraded. The device has failed to respond to a transaction (master/target abort or completion timeout).",
+ "Message": "A bus time-out was detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1344": {
+ "Description": "None.",
+ "Message": "An I/O channel check error was detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1346": {
+ "Description": "None.",
+ "Message": "A software error was detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reboot the system and update the component drivers."
+ },
+ "PCI1348": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A PCI parity error was detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1350": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A PCI system error was detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1354": {
+ "Description": "System performance may be degraded.",
+ "Message": "A bus correctable error was detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. Remove and re-install the device at the next scheduled service time."
+ },
+ "PCI1356": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A bus uncorrectable error was detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1358": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A fatal error was detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1360": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A bus fatal error was detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. If device is removable, re-install the device."
+ },
+ "PCI1362": {
+ "Description": "System performance may be degraded. The bus is not operating at maximum speed or width.",
+ "Message": "Bus performance degraded for a component at slot %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. Remove and re-install the device at the next scheduled service time."
+ },
+ "PCI2000": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A fatal IO error detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. Remove and re-install the device."
+ },
+ "PCI2001": {
+ "Description": "None.",
+ "Message": "The component at bus %1 device %2 function %3 recovered from a fatal IO error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI2002": {
+ "Description": "System performance may be degraded, or system may fail to operate.",
+ "Message": "A fatal IO error detected on a component at slot %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. Remove and re-install the device."
+ },
+ "PCI2003": {
+ "Description": "None.",
+ "Message": "The component at slot %1 recovered from a fatal IO error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI3000": {
+ "Description": "Either the BIOS, BMC/iDRAC, or LOM firmware is out of date and does not support FlexAddress.",
+ "Message": "Device option ROM on embedded NIC failed to support Link Tuning or FlexAddress.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update BIOS, BMC/iDRAC, and LOM firmware. If problem persists please contact customer support."
+ },
+ "PCI3001": {
+ "Description": "None.",
+ "Message": "Device option ROM on embedded NIC was successfully updated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PCI3002": {
+ "Description": "Either the BIOS, BMC/iDRAC, LOM, or NIC firmware is out of date and does not support FlexAddress.",
+ "Message": "Failed to program virtual MAC address on a component at bus %1 device %2 function %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update BIOS, BMC/iDRAC, LOM, and mezzanine card firmware. If problem persists please contact customer support."
+ },
+ "PCI3003": {
+ "Description": "None.",
+ "Message": "Virtual MAC address for component at bus %1 device %2 function %3 was successfully programed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI3004": {
+ "Description": "Either the BIOS, BMC/iDRAC, or mezzanine card firmware is out of date and does not support FlexAddress.",
+ "Message": "Device option ROM on mezzanine card %1 failed to support Link Tuning or FlexAddress.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update BIOS, BMC/iDRAC, and mezzanine card firmware. If problem persists please contact customer support."
+ },
+ "PCI3005": {
+ "Description": "None.",
+ "Message": "Device option ROM on mezzanine card %1 was successfully updated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI3006": {
+ "Description": "Either the BIOS or BMC/iDRAC firmware is out of date and does not support FlexAddress.",
+ "Message": "Failed to get Link Tuning or FlexAddress data from iDRAC.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update BIOS, and BMC/iDRAC firmware. If problem persists please contact customer support."
+ },
+ "PCI3007": {
+ "Description": "None.",
+ "Message": "Link Tuning or FlexAddress data successfully obtained.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PCI3008": {
+ "Description": "System performance may be degraded.",
+ "Message": "A non-fatal PCIe error detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. Remove and re-install the device at the next service window."
+ },
+ "PCI3009": {
+ "Description": "None.",
+ "Message": "PCIe is operating normally on a component at bus %1 device %2 function %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI3010": {
+ "Description": "System performance may be degraded.",
+ "Message": "A non-fatal IO error detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. Remove and re-install the device at the next service window."
+ },
+ "PCI3011": {
+ "Description": "None.",
+ "Message": "The component at bus %1 device %2 function %3 recovered from a non-fatal IO error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI3012": {
+ "Description": "System performance may be degraded. The bus is not operating at maximum speed or width.",
+ "Message": "The QuickPath Interconnect (QPI) width degraded.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the system, if the problem persists reinstall processors."
+ },
+ "PCI3013": {
+ "Description": "None.",
+ "Message": "The QuickPath Interconnect (QPI) width regained.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PCI3014": {
+ "Description": "System performance may be degraded.",
+ "Message": "A non-fatal PCIe error detected on a component at slot %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update component drivers and power cycle the system. Remove and re-install the device at the next scheduled service time."
+ },
+ "PCI3015": {
+ "Description": "None.",
+ "Message": "The component at slot %1 recovered from a non-fatal PCIe error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI3016": {
+ "Description": "Either the BIOS, BMC/iDRAC, or mezzanine card firmware is out of date and does not support FlexAddress.",
+ "Message": "Device option ROM on mezzanine card failed to support Link Tuning or FlexAddress.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Update BIOS, BMC/iDRAC, and mezzanine card firmware. If problem persists please contact customer support."
+ },
+ "PCI3017": {
+ "Description": "None.",
+ "Message": "Device option ROM on mezzanine card was successfully updated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PCI3018": {
+ "Description": "New PCI card(s) have been detected in the system that may require additional airflow. Fan speeds may have changed to add additional cooling to the cards.",
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Changing default fan response to PCIe cards should be done with appropriate understanding of the PCIe cooling needs of the cards present in the system. If the automatic cooling response is insufficient, additional cooling can be added by one of the following methods. 1) From iDRAC Web GUI, click Hardware -> Fans -> Setup, then from the fan speed offset drop-down list appropriately select the cooling level needed or set the minimum fan speed to a custom value. 2) From F2 System Setup, select iDRAC Settings -> Thermal, and set a higher fan speed from the fan speed offset or minimum fan speed. 3) For RACADM commands run \"racadm help system.thermalsettings\". If a lower fan speed is required, contact your service provider for the appropriate IPMI commands to reduce the default fan speed response for new PCIe cards."
+ },
+ "PCI3019": {
+ "Description": "A low-severity issue was detected in the SSD bay identified in the message.",
+ "Message": "A low-severity issue is detected in the SSD bay %1, Slot %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and reinsert the component identified in the message, and then monitor the log for a re-occurrence of the issue. If the issue persists, and occurs during server startup, update the component firmware. If the issue persists and occurs during OS runtime, restart the server and update the OS drivers for the component identified in the message."
+ },
+ "PCI3020": {
+ "Description": "A low-severity issue is detected in the component identified in the message.",
+ "Message": "A low-severity issue is detected in a component of the bus %1, device 0, function %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and reinsert the component identified in the message, and then monitor the log for a re-occurrence of the issue. If the issue persists, and occurs during server startup, update the component firmware. If the issue persists and occurs during OS runtime, restart the server and update the OS drivers for the component identified in the message."
+ },
+ "PCI3021": {
+ "Description": "The Airflow Linear Flow per Minute (LFM) custom value cannot be set because the LFM Mode is not set to 'Custom'.",
+ "Message": "Unable to set the Airflow Linear Flow per Minute (LFM) custom value because the LFM Mode is not set to 'Custom'.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Set the Linear Flow per Minute (LFM Mode) to 'Custom' and retry the operation. To set the LFM Mode to Custom using iDRAC GUI, navigate to Configuration -> System Settings -> Hardware Settings -> PCIe Airflow Settings page."
+ },
+ "PCI3022": {
+ "Description": "The Airflow Linear Flow per Minute (LFM) settings of the PCIe slot cannot be adjusted because the LFM settings can be adjusted only for installed cards that are identified as third party cards.",
+ "Message": "Unable to adjust the Airflow Linear Flow per Minute (LFM) settings of the PCIe slot because the LFM settings can be adjusted only for installed cards that are identified as third party cards.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the cards installed in the PCIe slots are third party cards."
+ },
+ "PCI3023": {
+ "Description": "The LFM (Linear Feet Per Minute) setting(s) of the PCIe slot has changed as identified in the message.",
+ "Message": "The LFM (Linear Feet Per Minute) setting of the PCIe slot %1 has been %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure that the LFM (Linear Feet Per Minute) setting(s) of the PCIe slot meets the cooling requirements of the installed PCIe device."
+ },
+ "PCI3024": {
+ "Description": "An error has triggered a Downstream Port Containment event on a component at the bus, device, and function identified in the message. The Operating System is automatically notified about this to make an attempt to recover from the issue.",
+ "Message": "A Downstream Port Containment event detected on a component at bus %1 device %2 function %3.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Update the component drivers, firmware, and check for the available OS updates. If the issue persists, power cycle the server. For more information about the Downstream Port Containment events, see the PCI Express 5.0 Specification documentation."
+ },
+ "PCI3025": {
+ "Description": "An error has triggered a Downstream Port Containment event in the SSD bay and slot identified in the message. The Operating System is automatically notified about this to make an attempt to recover from the issue.",
+ "Message": "A Downstream Port Containment event detected in the SSD bay %1, Slot %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Update the component drivers, firmware, and check for the available OS updates. If the issue persists, power cycle the server. For more information about the Downstream Port Containment events, see the PCI Express 5.0 Specification documentation."
+ },
+ "PCI3026": {
+ "Description": "An error has triggered a Downstream Port Containment event in the component at the slot identified in the message. The Operating System is automatically notified about this to make an attempt to recover from the issue.",
+ "Message": "A Downstream Port Containment event detected on a component at slot %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the component drivers, firmware, and check for the available OS updates. If the issue persists, power cycle the server. For more information about the Downstream Port Containment events, see the PCI Express 5.0 Specification documentation."
+ },
+ "PCI3030": {
+ "Description": "New PCI card(s) have been detected in the system that may require additional airflow. Fan speeds may have changed to add additional cooling to the cards.",
+ "Message": "New PCI card(s) have been detected in the system. Fan speeds may have changed to add additional cooling to the cards.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If the automatic cooling response is insufficient, additional cooling can be added by one of the following methods. 1) From iDRAC Web GUI, click Cooling -> Configure Fans -> PCIe Airflow Settings, then select Custom option for that PCIe slot and define desired LFM value. 2) For RACADM commands run \"racadm help system.PcieSlotLFM\". If automatic cooling response is above desired levels, this response can be turned off in most cases and/or a different LFM target can be set using PCIe Airflow Settings options in iDRAC GUI or Racadm. See iDRAC User Guide for more details by searching for \"cooling\" . Changing default fan response to PCIe cards should be done in alignment with vendor specification for PCIe cooling needs of the cards present in the system. Recommended actions may not be supported or available on all systems."
+ },
+ "PCI5001": {
+ "Description": "A PCIe card carrier containing a PCIe card is present in the slot identified in the message. This PCIe card will be enabled when the associated server is turned on or power cycled.",
+ "Message": "A PCIe card carrier containing a PCIe card is inserted in PCIe slot%1 .",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Turn on or power cycle the associated server to enable the PCIe card."
+ },
+ "PCI5002": {
+ "Description": "A PCIe card carrier that does not contain a PCIe card is inserted in the PCIe slot identified in the message.",
+ "Message": "A PCIe card carrier that does not contain a PCIe card is inserted in the PCIe slot%1 .",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI5003": {
+ "Description": "A PCIe card carrier is removed from the PCIe slot identified in the message.",
+ "Message": "A PCIe card carrier is removed from the PCIe slot%1 .",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI5004": {
+ "Description": "The Chassis Management Controller (CMC) detected an issue in the PCIe adapter that was turned on in the slot identified in the message.",
+ "Message": "A power fault issue is detected in the PCIe adapter that was turned on in PCIe slot%1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that: 1) The PCIe adapter used is supported by the Chassis Management Controller (CMC). For a list of supported adapters, contact your service provider. 2) The adapter is not damaged. 3) The power requirement of adapter is not more than the power allocated to the slot. 4) The adapter is properly inserted in the slot."
+ },
+ "PCI5005": {
+ "Description": "Chassis Management Controller (CMC) detected an issue in the PCIe adapter that was turned on in the slot identified in the message.",
+ "Message": "An auxiliary power fault issue is detected in the PCIe adapter that was turned on in PCIe slot%1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that: 1) The PCIe adapter used is supported by the Chassis Management Controller (CMC). For a list of supported adapters, contact your service provider. 2) The adapter is not damaged. 3) The adapter is properly inserted in the slot."
+ },
+ "PCI5006": {
+ "Description": "The power related issue of the PCIe device in the slot identified in the message is resolved.",
+ "Message": "The power-related issue of the PCIe adapter in slot%1 is resolved.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI5007": {
+ "Description": "The 3.3 Volt Regulator power related issue of PCIe carrier present in the slot identified in the message is resolved.",
+ "Message": "The auxiliary power-related issue of the PCIe adapter in slot %1 is resolved.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PCI5008": {
+ "Description": "The Chassis Management Controller (CMC) could not successfully connect to the PCIe switch board.",
+ "Message": "The Chassis Management Controller (CMC) is unable to communicate with the PCIe switch board.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Perform an AC Power Cycle operation on the Chassis by disconnecting the chassis from AC power, waiting for 30 seconds, and then reconnecting AC power. 2) Power on at least one server. Using the Chassis Management Controller (CMC) web interface, select Server Overview->Power->Control and then click the Operation field and select the Power On Server operation. If the issue persists, contact your service provider."
+ },
+ "PCI5009": {
+ "Description": "Chassis Management Controller (CMC) detected that a PCIe adapter was removed from a server which was turned-on. This may cause the server operating system to stop responding or to function in an improper manner.",
+ "Message": "The PCIe adapter in the PCIe slot%1 was removed from the slot while the server%2 was turned-on.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Perform a 'Power Cycle' operation on the associated server. Restarting the operating system will not resolve this issue. Only remove PCIe adapters when the associated server is turned-off."
+ },
+ "PDR1": {
+ "Description": "This message is generated after a copyback stops on a physical disk during a rebuild operation.",
+ "Message": "%1 copyback stopped for rebuild.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for rebuild to finish, then copyback should resume."
+ },
+ "PDR10": {
+ "Description": "This message is generated after a rebuild starts on a physical disk.",
+ "Message": "%1 rebuild has started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR100": {
+ "Description": "The controller is not able to communicate with a disk that is assigned as a dedicated hot spare. The disk may have been removed. There may also be a bad or loose cable.",
+ "Message": "Dedicated Hot Spare %1 no longer useful for all arrays.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that the disk is healthy and that it has not been removed. Check the cables. See the Cables Attached Correctly section for more information on checking the cables. If necessary, replace the disk and reassign the dedicated hot spare."
+ },
+ "PDR1000": {
+ "Description": "None.",
+ "Message": "Drive %1 is installed in disk drive bay %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1001": {
+ "Description": "The controller detected a failure on the disk and has taken the disk offline.",
+ "Message": "Fault detected on drive %1 in disk drive bay %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and reseat the failed drive. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PDR1002": {
+ "Description": "The controller received a SMART error from the drive. The drive is operational but needs replacement.",
+ "Message": "A predictive failure detected on drive %1 in disk drive bay %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "The drive will need replacement at the next service window."
+ },
+ "PDR1003": {
+ "Description": "None.",
+ "Message": "Drive %1 in disk drive bay %2 is the hot-spare drive.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1004": {
+ "Description": "None.",
+ "Message": "Consistency check is in progress for drive %1 in disk drive bay %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1005": {
+ "Description": "None.",
+ "Message": "Drive %1 in disk drive bay %2 is in the critical array.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1006": {
+ "Description": "None.",
+ "Message": "Drive %1 in disk drive bay %2 is in the failed array.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1007": {
+ "Description": "None.",
+ "Message": "Rebuild is in progress for drive %1 in disk drive bay %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1008": {
+ "Description": "None.",
+ "Message": "Rebuild was aborted for drive %1 in disk drive bay %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR101": {
+ "Description": "This alert message occurs if there are arrays not protected with a global hot spare.",
+ "Message": "Global Hot Spare %1 does not cover all arrays.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1016": {
+ "Description": "The controller detected that the drive was removed.",
+ "Message": "Drive %1 is removed from disk drive bay %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify drive installation. Remove and reseat the failed drive. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PDR1017": {
+ "Description": "None.",
+ "Message": "Drive %1 in disk drive bay %2 is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1019": {
+ "Description": "None.",
+ "Message": "Drive %1 in disk drive bay %2 is no longer the hot-spare drive.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1020": {
+ "Description": "None.",
+ "Message": "Consistency check for drive %1 in disk drive bay %2 completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1021": {
+ "Description": "None.",
+ "Message": "Drive %1 in disk drive bay %2 is no longer in the critical array.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1022": {
+ "Description": "None.",
+ "Message": "Drive %1 in disk drive bay %2 is no longer in the failed array.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1023": {
+ "Description": "None.",
+ "Message": "Rebuild completed for drive %1 in disk drive bay %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1024": {
+ "Description": "The installed disk does not meet the array requirements, for example a SATA disk may not operate in an array containing SAS drives.",
+ "Message": "Drive mismatch detected for drive %1 in disk drive bay %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify the disk meets the array requirements."
+ },
+ "PDR1025": {
+ "Description": "None.",
+ "Message": "Drive mismatch corrected for drive %1 in disk drive bay %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR103": {
+ "Description": "Cryptographic Erase operation is successfully completed on the physical disk drive identified in the message.",
+ "Message": "Cryptographic Erase operation is successfully completed on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR104": {
+ "Description": "The PCIe solid state device identified in the message has turned off because the critical temperature threshold of the device was exceeded.",
+ "Message": "The %1 has turned off because the critical temperature threshold is exceeded.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact your service provider."
+ },
+ "PDR105": {
+ "Description": "The physical disk drive identified in the message is assigned as a dedicated hot-spare.",
+ "Message": "The physical disk drive %1 is assigned as a dedicated hot-spare.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR106": {
+ "Description": "A physical disk identified in the hot-spare that was assigned as a hot spare has been un-assigned and is no longer functioning as a hot spare. The physical disk was unassigned by a user or automatically by the storage management software. When one of the disks in a virtual disk fails, data is rebuilt onto the hot spare, The hot spare becomes a member of the virtual disk and is no longer assigned as a hot spare. In this situation, assigning a new hot spare to maintain data protection in recommended.",
+ "Message": "The physical disk drive %1 is unassigned as a dedicated hot-spare.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required. Assigning a new dedicated hot spare to the virtual disk is recommended."
+ },
+ "PDR107": {
+ "Description": "The physical disk drive identified in the message is assigned as a global hot-spare.",
+ "Message": "The physical disk drive %1 is assigned as a global hot-spare.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR108": {
+ "Description": "The physical disk identified in the message that had been assigned as a hot spare has been unassigned and is no longer functioning as a hot spare. The physical disk was unassigned by a user or automatically by the storage management software. When one of the disks in a virtual disk fails, data is rebuilt onto the hot spare, The hot spare becomes a member of the virtual disk and is no longer assigned as a hot spare. In this situation, assigning a new hot spare to maintain data protection in recommended.",
+ "Message": "The physical disk drive %1 is unassigned as a global hot spare.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required. Assigning a new global hot spare is recommended."
+ },
+ "PDR11": {
+ "Description": "A user has cancelled the rebuild operation.",
+ "Message": "%1 rebuild was cancelled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Restart the rebuild operation."
+ },
+ "PDR110": {
+ "Description": "The reliability of the PCIe solid state device identified in the message degraded. Data loss is possible.",
+ "Message": "The %1 reliability has degraded. Part Number = %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Back up the data on the device, and contact your service provider for further instructions."
+ },
+ "PDR1100": {
+ "Description": "None.",
+ "Message": "Drive %1 is installed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1101": {
+ "Description": "The controller detected a failure on the disk and has taken the disk offline.",
+ "Message": "Fault detected on drive %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reseat the failed disk. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PDR1102": {
+ "Description": "The controller received a SMART error from the drive. The drive is operational but needs replacement.",
+ "Message": "A predictive failure detected on drive %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The drive will need replacement at the next service window."
+ },
+ "PDR1103": {
+ "Description": "None.",
+ "Message": "Drive %1 is the hot-spare drive.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1104": {
+ "Description": "None.",
+ "Message": "Consistency check is in progress for drive %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1105": {
+ "Description": "None.",
+ "Message": "Drive %1 is in the critical array.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1106": {
+ "Description": "None.",
+ "Message": "Drive %1 is in the failed array.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1107": {
+ "Description": "None.",
+ "Message": "Rebuild is in progress for drive %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1108": {
+ "Description": "None.",
+ "Message": "Rebuild was aborted for drive %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR111": {
+ "Description": "The volatile memory backup device on the PCIe solid state device identified in the message is no longer functional. Data loss is possible.",
+ "Message": "The volatile memory backup device on %1 is no longer functional. Part Number = %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Back up the data on the device, and contact your service provider for further instructions."
+ },
+ "PDR1116": {
+ "Description": "The controller detected a drive removal.",
+ "Message": "Drive %1 is removed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If unintended, verify drive installation. Remove and reseat the indicated disk. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PDR1117": {
+ "Description": "None.",
+ "Message": "Drive %1 is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1119": {
+ "Description": "None.",
+ "Message": "Drive %1 is no longer the hot-spare drive.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR112": {
+ "Description": "The PCIe solid state device identified in the message is approaching the warrantied wear-out limit.",
+ "Message": "The %1 has reached %2 of warrantied device wear-out limit. Part Number = %3",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1120": {
+ "Description": "None.",
+ "Message": "Consistency check for drive %1 completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1121": {
+ "Description": "None.",
+ "Message": "Drive %1 is no longer in the critical array.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1122": {
+ "Description": "None.",
+ "Message": "Drive %1 is no longer in the failed array.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR1123": {
+ "Description": "None.",
+ "Message": "Rebuild completed for drive %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR113": {
+ "Description": "The PCIe solid state device identified in the message has either reached or exceeded the warrantied wear-out limit.",
+ "Message": "The %1 has reached or exceeded its warrantied wear-out limit. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Back up the data on the device, and contact your service provider for further instructions."
+ },
+ "PDR114": {
+ "Description": "The PCIe solid state device identified in the message is between 90% and 100% of reaching read-only mode.",
+ "Message": "The %1 is approaching read-only mode. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR115": {
+ "Description": "The PCIe solid state device identified in the message is in read-only mode.",
+ "Message": "The %1 is in read-only mode. Part Number = %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Back up the data on the device, and contact your service provider for further instructions."
+ },
+ "PDR116": {
+ "Description": "The PCIe Solid-State Drive is predicted to fail. Many physical disks contain Self Monitoring Analysis and Reporting Technology (SMART). When enabled, SMART monitors the disk health based on indications such as the number of write operations that were performed on the disk.",
+ "Message": "Predictive failure reported for %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Back up the data on the device, and contact your service provider for further instructions."
+ },
+ "PDR117": {
+ "Description": "The PCIe solid state device identified in the message has turned off because the critical temperature threshold of the device was exceeded.",
+ "Message": "The %1 has turned off because the critical temperature threshold is exceeded.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact your service provider for further instructions."
+ },
+ "PDR118": {
+ "Description": "Drive identified in the message is successfully unlocked.",
+ "Message": "%1 is unlocked.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR12": {
+ "Description": "The physical disk has failed or is corrupt.",
+ "Message": "%1 initialization has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the failed or corrupt disk. Identify a disk that has failed by locating the disk that has a red \"X\" for its status. Restart the initialization."
+ },
+ "PDR13": {
+ "Description": "A physical disk included in the virtual disk has failed or is corrupted. In addition, you may have cancelled the rebuild.",
+ "Message": "%1 rebuild has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the failed or corrupt disk, and then start the rebuild operation."
+ },
+ "PDR14": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 initialization is complete.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR15": {
+ "Description": "This message is generated after a rebuild completes on a physical disk.",
+ "Message": "%1 rebuild is complete.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR16": {
+ "Description": "The physical disk is predicted to fail. Many physical disks contain Self Monitoring Analysis and Reporting Technology (SMART). When enabled, SMART monitors the disk health based on indications such as the number of write operations that were performed on the disk.",
+ "Message": "Predictive failure reported for %1. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the physical disk. Even though the disk may not have failed yet, it is strongly recommended that the disk be replaced. Review other messages for additional information."
+ },
+ "PDR17": {
+ "Description": "A user has have assigned a physical disk as a global hot spare. This alert is provided for informational purposes.",
+ "Message": "Global hot spare assigned to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR18": {
+ "Description": "A physical disk assigned as a hot spare was unassigned and is no longer functioning as a hot spare. The physical disk was unassigned by a user or automatically unassigned by Storage Management. Storage Management unassigns hot spares were used to rebuild data. Once the data is rebuilt onto the hot spare, the hot spare becomes a member of the virtual disk and is no longer assigned as a hot spare. Assign a new hot spare to maintain data protection in this situation.",
+ "Message": "Global hot spare unassigned from %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Although this alert is provided for informational purposes, you may need to assign a new hot spare to the virtual disk. See Protecting Your Virtual Disk with a Hot Spare for more information."
+ },
+ "PDR19": {
+ "Description": "A disk on the specified controller has received a SMART alert (predictive failure) indicating that the disk is likely to fail in the near future.",
+ "Message": "SMART FPT exceeded for %1. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the disk that has received the SMART alert. If the physical disk is a member of a non-redundant virtual disk, then back up the data before replacing the disk. Removing a physical disk that is included in a non-redundant virtual disk causes the virtual disk to fail and may cause data loss."
+ },
+ "PDR2": {
+ "Description": "This message is generated if a physical disk does not have enough space to do a copyback operation.",
+ "Message": "Insufficient space available on %1 to perform a copyback operation.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the physical disk with a larger physical disk, and then restart the copyback operation."
+ },
+ "PDR20": {
+ "Description": "A disk has received a SMART alert (predictive failure) after a configuration change. The disk is likely to fail in the near future.",
+ "Message": "SMART configuration change for %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the disk that has received the SMART alert. If the physical disk is a member of a non-redundant virtual disk, then back up the data before replacing the disk. Removing a physical disk that is included in a non-redundant virtual disk will cause the virtual disk to fail and may cause data loss."
+ },
+ "PDR208": {
+ "Description": "The Cryptographic Erase operation is successfully completed on the physical disk drive identified in the message.",
+ "Message": "The Cryptographic Erase operation is successfully completed on the physical disk drive %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR21": {
+ "Description": "A disk has received a SMART alert (predictive failure). The disk is likely to fail in the near future.",
+ "Message": "SMART warning for %1. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the disk that has received the SMART alert. If the physical disk is a member of a non-redundant virtual disk, then back up the data before replacing the disk. Removing a physical disk that is included in a non-redundant virtual disk will cause the virtual disk to fail and may cause data loss."
+ },
+ "PDR217": {
+ "Description": "The cryptographic erase operation cannot be completed on the physical disk drive identified in the message.",
+ "Message": "Unable to complete the Cryptographic erase operation on the physical disk drive %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR218": {
+ "Description": "The Patrol Read operation detected a media error (bad block) on the disk drive identified in the message and automatically corrected the error. The Patrol Read automatically remapped data to correct the error.",
+ "Message": "The Patrol Read operation detected a media error on the disk drive %1 and automatically corrected the error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR22": {
+ "Description": "A disk has reached an unacceptable temperature and received a SMART alert (predictive failure). The disk is likely to fail in the near future.",
+ "Message": "SMART warning temperature for %1. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Do the following:1) Determine why the physical disk reached an unacceptable temperature. For example, a fan failure, incorrect thermostat settings, or the room temperature may be too hot or cold. 2) Verify that the fans in the server or enclosure are working. 3) If the physical disk is in an enclosure, check the thermostat settings and examine whether the enclosure is located near a heat source. Verify the enclosure has enough ventilation and that the room temperature is not too hot. Refer to the enclosure documentation for more diagnostic information. 4) If you cannot identify why the disk has reached an unacceptable temperature, then replace the disk. If the physical disk is a member of a non-redundant virtual disk, then back up the data before replacing the disk. Removing a physical disk that is included in a non-redundant virtual disk causes the virtual disk to fail and may cause data loss."
+ },
+ "PDR23": {
+ "Description": "A disk is degraded and has received a SMART alert (predictive failure). The disk is likely to fail in the near future.",
+ "Message": "SMART warning degraded for %1. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the disk that has received the SMART alert. If the physical disk is a member of a non-redundant virtual disk, then back up the data before replacing the disk. Removing a physical disk that is included in a non-redundant virtual disk will cause the virtual disk to fail and may cause data loss."
+ },
+ "PDR24": {
+ "Description": "A disk has received a SMART alert (predictive failure) due to test conditions.",
+ "Message": "Failure prediction threshold exceeded on %1 due to test. No action needed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR25": {
+ "Description": "Portions of the physical disk that were formerly inaccessible have been recovered. This alert is provided for informational purposes.",
+ "Message": "%1 dead segments are removed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR26": {
+ "Description": "A drive has entered the online state. This may be because the system just started or could be because a problem with the drive has been corrected.",
+ "Message": "%1 is online.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR27": {
+ "Description": "A user assigned a physical disk as a dedicated hot spare to a virtual disk. See Protecting Your Virtual Disk with a Hot Spare for more information. This alert is provided for informational purposes.",
+ "Message": "Dedicated hot spare assigned to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR28": {
+ "Description": "A physical disk that was assigned as a hot spare has been unassigned and is no longer functioning as a hot spare. The physical disk was unassigned by a user or automatically unassigned by Storage Management. Storage Management unassigns hot spares that have been used to rebuild data. Once data is rebuilt onto the hot spare, the hot spare becomes a member of the virtual disk and is no longer assigned as a hot spare. Assign a new hot spare to maintain data protection in this situation.",
+ "Message": "Dedicated hot spare unassigned from %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Although this alert is provided for informational purposes, you may need to assign a new hot spare to the virtual disk. Refer to product documentation and see the section Protecting Your Virtual Disk with a Hot Spare for more information."
+ },
+ "PDR29": {
+ "Description": "See A Rebuild Completes with Errors for more information.",
+ "Message": "Rebuild on %1 completed with error(s).",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "See A Rebuild Completes with Errors for more information."
+ },
+ "PDR3": {
+ "Description": "The RAID Controller may not be able to read/write data to the physical disk drive indicated in the message. This may be due to a failure with the physical disk drive or because the physical disk drive was removed from the system.",
+ "Message": "%1 is not functioning correctly. Part Number = %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove and re-insert the physical disk drive identified in the message and make sure the physical disk drive is inserted properly. If the issue persists, replace the physical disk drive."
+ },
+ "PDR30": {
+ "Description": "The controller cannot to communicate with a disk that is assigned as a global hot spare. The disk either failed or was removed. There may also be a bad or loose cable.",
+ "Message": "A global hot spare failed.%1. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify that the disk is healthy and installed. Check the cables. Refer to the product documentation and see the Cables Attached Correctly section for more information on checking the cables. If necessary, replace the disk and reassign the global hot spare."
+ },
+ "PDR31": {
+ "Description": "The controller cannot to communicate with a disk that is assigned as a global hot spare. The disk either failed or was removed. There may also be a bad or loose cable.",
+ "Message": "A global hot spare has been removed.%1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that the disk is healthy and installed. Check the cables. Refer to the product documentation and see the Cables Attached Correctly section for more information on checking the cables. If necessary, replace the disk and reassign the global hot spare."
+ },
+ "PDR32": {
+ "Description": "The controller cannot to communicate with a disk that is assigned as a global hot spare. The disk either failed or was removed. There may also be a bad or loose cable.",
+ "Message": "A dedicated hot spare failed.%1 Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify that the disk is healthy and installed. Check the cables. Refer to the product documentation and see the Cables Attached Correctly section for more information on checking the cables. If necessary, replace the disk and reassign the global hot spare."
+ },
+ "PDR33": {
+ "Description": "The controller cannot to communicate with a disk that is assigned as a dedicated hot spare. The disk either failed or was removed. There may also be a bad or loose cable.",
+ "Message": "A dedicated hot spare has been removed. %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that the disk is healthy and installed. Check the cables. Refer to the product documentation and see the Cables Attached Correctly section for more information on checking the cables. If necessary, replace the disk and reassign the dedicated hot spare."
+ },
+ "PDR34": {
+ "Description": "The hot spare is no longer required because the virtual disk it was assigned to has been deleted.",
+ "Message": "A dedicated hot spare has been automatically unassigned.%1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR35": {
+ "Description": "The only physical disk available to be assigned as a hot spare is using SATA technology. The physical disks in the virtual disk are using SAS technology. Because of this difference in technology, the hot spare cannot rebuild data if one of the physical disks in the virtual disk fails.",
+ "Message": "The only hot spare available is a SATA disk %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Add a SAS disk that is large enough to be used as the hot spare and assign the new disk as a hot spare."
+ },
+ "PDR36": {
+ "Description": "The only physical disk available to be assigned as a hot spare is using SAS technology. The physical disks in the virtual disk are using SATA technology. Because of this difference in technology, the hot spare cannot rebuild data if one of the physical disks in the virtual disk fails.",
+ "Message": "The only hot spare available is a SAS disk %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Add a SATA disk that is large enough to be used as the hot spare and assign the new disk as a hot spare."
+ },
+ "PDR37": {
+ "Description": "The physical device may not have a supported version of the firmware or the physical device may not be supported.",
+ "Message": "The %1 is not supported.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If the physical device is supported, then update the firmware to a supported version. If the physical device is not supported, then replace the physical device with one that is supported."
+ },
+ "PDR38": {
+ "Description": "A user has initiated a clear operation on a physical disk.",
+ "Message": "A clear operation started on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR39": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "A blink operation has initiated on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR4": {
+ "Description": "A physical drive that was previously in an error state has returned to a ready state.",
+ "Message": "%1 returned to a ready state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR40": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "The blink operation has ceased on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR41": {
+ "Description": "The clear command did not complete on the physical disk. This means that some data was not cleared and may be recoverable.",
+ "Message": "The clear operation on %1 was cancelled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR42": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 has been started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR43": {
+ "Description": "This message is generated after a clear operation completes on a physical disk.",
+ "Message": "The clear operation on %1 has completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR44": {
+ "Description": "A Clear task was being performed on a physical disk but the task was interrupted and did not complete successfully. The controller may have lost communication with the disk, the disk was removed, or the cables may be loose or defective.",
+ "Message": "The clear operation on %1 failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that the disk is present and not in a Failed state. Make sure the cables are attached securely. See the storage hardware documentation for more information on checking the cables. Restart the Clear task."
+ },
+ "PDR46": {
+ "Description": "The Patrol Read task has encountered an error that cannot be corrected. There may be a bad disk block that cannot be remapped.",
+ "Message": "Patrol Read found an uncorrectable media error on %1. Part Number = %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Backup your data from the disk. Start disk initialization and wait for it to complete, then restore the data from the backup to the disk."
+ },
+ "PDR47": {
+ "Description": "The controller encountered an unrecoverable medium error when attempting to read a block on the physical disk and marked that block as invalid. If the controller encountered the unrecoverable medium error on a source physical disk during a rebuild or reconfigure operation, it punctures the corresponding block on the target physical disk. The invalid block clears on a write operation.",
+ "Message": "A block on %1 was punctured by the controller.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Back up the data from the disk. Start disk initialization and wait for it to complete, and then restore the data from a backup copy."
+ },
+ "PDR48": {
+ "Description": "This message is generated after rebuild resumes on a physical disk.",
+ "Message": "The %1 rebuild has resumed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR49": {
+ "Description": "The dedicate hot-spare either does not meet bus protocol, media type, or does not have sufficient storage space to cover all the virtual drives that form the disk group.",
+ "Message": "The dedicated hot-spare drive %1 does not cover all the virtual drives that form the disk group.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Assign a drive with matching bus protocol, media type, and sufficient storage space."
+ },
+ "PDR5": {
+ "Description": "A physical disk has been removed from the disk group. This alert can also be caused by loose or defective cables or by problems with the enclosure.",
+ "Message": "%1 is removed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following: 1) If a physical disk was removed from the disk group, either replace the disk or restore the original disk. Identify the disk that was removed by locating the disk that has a red \"X\" for its status. 2) Perform a rescan after replacing or restoring the disk. 3) If a disk was not removed from the disk group, then check for cable problems. Refer to product documentation for more information on checking the cables. 4) Make sure that the enclosure is powered on. 5) If the problem persists, check the enclosure documentation for further diagnostic information."
+ },
+ "PDR50": {
+ "Description": "The global hot-spare identified in the message either does not meet bus protocol, media type, or does not have sufficient storage space to cover all the virtual drives available on the controller.",
+ "Message": "The global hot-spare drive %1 does not cover all the virtual drives (VDs) available on the controller.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Assign a drive with matching bus protocol, media type, and sufficient storage space."
+ },
+ "PDR51": {
+ "Description": "The controller firmware attempted to do SMART polling on the hot spare but could not complete the SMART polling. The controller may have lost communication with the hot spare.",
+ "Message": "Hot spare %1 SMART polling has failed.%2 : Part Number = %3",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify the health of the disk assigned as a hot spare. Replace the disk and reassign the hot spare. Make sure the cables are attached securely. See the storage hardware documentation for more information on checking the cables."
+ },
+ "PDR52": {
+ "Description": "The controller has two connectors that are connected to the same enclosure. The communication path on one connector has lost connection with the enclosure. The communication path on the other connector is reporting this loss.",
+ "Message": "A redundant path is broken.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the cables are attached securely. See the Cables Attached Correctly section for more information on checking the cables. Make sure both Enclosure Management Modules (EMMs) are healthy."
+ },
+ "PDR53": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "A redundant path has been restored for %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR54": {
+ "Description": "This message is generated after a disk media error is corrected on a physical disk.",
+ "Message": "A disk media error on %1 was corrected during recovery.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR55": {
+ "Description": "The physical disk inserted is too small for the rebuild to occur.",
+ "Message": "Insufficient space available on the %1 to perform a rebuild.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the physical disk with one of correct protocol (SAS, SATA) with at least the required size. Force rebuild if it does not start automatically."
+ },
+ "PDR56": {
+ "Description": "The bad block table is the table used for remapping bad disk blocks. This table fills as bad disk blocks are remapped. When the table is full, bad disk blocks are no longer remapped, which means that disk errors are no longer corrected. At this point, data loss can occur. The bad block table is now 80 percent full.",
+ "Message": "Bad block table on %1 is 80% full.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the disk generating this message."
+ },
+ "PDR57": {
+ "Description": "The bad block table is the table used for remapping bad disk blocks. This table fills as bad disk blocks are remapped. When the table is full, bad disk blocks are no longer remapped, which means that disk errors are no longer corrected. At this point, data loss can occur.",
+ "Message": "Bad block table on %1 is full. Unable to log block %2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the disk generating this message and restore from a backup copy. You may have lost data."
+ },
+ "PDR58": {
+ "Description": "A user attempted to replace a disk with another disk that is using an incompatible technology. For example, replaced one side of a mirror with a SAS disk when the other side of the mirror is using SATA technology.",
+ "Message": "%1is incompatible.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Refer to the hardware documentation for information on replacing disks."
+ },
+ "PDR59": {
+ "Description": "The disk has a bad block. Data was remapped to another disk block. No data loss has occurred.",
+ "Message": "A bad disk block was reassigned on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Monitor the disk for other messages or indications of poor health."
+ },
+ "PDR6": {
+ "Description": "A physical disk in the virtual disk is offline. This may have been user initiated.",
+ "Message": "%1 is offline.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Force the physical disk online or assign a hot spare to the virtual disk."
+ },
+ "PDR60": {
+ "Description": "The reason for the error can vary depending on the situation. The firmware error code is indicated in the message.",
+ "Message": "Error occurred on %1 : %2. Part Number = %3",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Verify the health of attached devices. Review the Lifecycle log for significant events. Replace faulty hardware, if required. Make sure the cables are attached securely. Refer to the storage hardware documentation for more information on checking the cable connections."
+ },
+ "PDR61": {
+ "Description": "It is not possible to rebuild data that resides on a defective disk.",
+ "Message": "The rebuild of %1 failed due to errors on the source physical disk.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the source disk and restore data from backup."
+ },
+ "PDR62": {
+ "Description": "It is not possible to rebuild data that resides on a defective disk.",
+ "Message": "The rebuild failed due to errors on the target %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the target disk. If a rebuild does not automatically start after replacing the disk, then initiate the Rebuild task. You may need to assign the new disk as a hot spare to initiate the rebuild."
+ },
+ "PDR63": {
+ "Description": "A write operation cannot complete because the disk contains bad disk blocks that could not be reassigned. Data loss may have occurred. Data redundancy may be lost.",
+ "Message": "A bad disk block on %1 cannot be reassigned during a write operation.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the disk."
+ },
+ "PDR64": {
+ "Description": "The rebuild or recovery operation encountered an unrecoverable disk media error.",
+ "Message": "An unrecoverable disk media error occurred on %1. Part Number = %2",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the disk."
+ },
+ "PDR65": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 is marked as missing.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR66": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 that was marked as missing has been replaced.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR67": {
+ "Description": "The physical disk does not comply with the standards set by service provider and is not supported.",
+ "Message": "An unsupported physical disk drive has been detected.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Replace the physical disk with a supported physical disk."
+ },
+ "PDR68": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Dedicated spare %1 imported as global due to missing disk groups.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR69": {
+ "Description": "Physical disk inserted is of the incorrect protocol. SAS or SATA mixing is not supported in the same virtual disk.",
+ "Message": "Rebuild not possible on %1. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove drive, insert correct protocol type, and force a rebuild as imposed for controller and system."
+ },
+ "PDR7": {
+ "Description": "A physical disk has reported an error condition and may be degraded. The physical disk may have reported the error condition in response to a check consistency or other operation.",
+ "Message": "%1 has degraded. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the degraded physical disk. Identify the disk that is degraded by locating the disk that has a red \"X\" for its status. Perform a rescan after replacing the disk."
+ },
+ "PDR70": {
+ "Description": "A copyback operation began to copy data from one physical disk to another physical disk. This may be due to a user initiated operation or a predictive failure.",
+ "Message": "Copyback started from %1 to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR71": {
+ "Description": "The copyback operation completed.",
+ "Message": "Copyback completed from %1 to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR72": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Copyback resumed on %1 from %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR73": {
+ "Description": "The physical disk participating in the copyback operation failed.",
+ "Message": "Copyback failed from %1 to %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the disk and retry the operation."
+ },
+ "PDR74": {
+ "Description": "A user cancelled the copyback operation.",
+ "Message": "Copyback cancelled on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR75": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Copyback stopped for hot spare %1 .",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR76": {
+ "Description": "Copyback not possible as SAS or SATA mixing is not supported in the same virtual disk. This alert is provided for informational purposes.",
+ "Message": "Copyback not possible as SAS or SATA mixing is not supported.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PDR77": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 state changed from READY to Non-RAID.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR78": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 state changed from Non-RAID to READY.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR79": {
+ "Description": "A user aborted an ongoing copyback operation. The operation did not complete.",
+ "Message": "A user terminated Copyback from %1 to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Re-issue the command."
+ },
+ "PDR8": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 is inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR81": {
+ "Description": "The physical disk firmware update operation has started.",
+ "Message": "Microcode update started on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR82": {
+ "Description": "Security on a secure encrypted disk was activated.",
+ "Message": "%1 security was activated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR83": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "%1 is reprovisioned.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR84": {
+ "Description": "The Security key on a secure encrypted disk was activated.",
+ "Message": "%1 Security key has changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR85": {
+ "Description": "Errors were detected with security related operations on the disk. The data on the disk might not be retrieved or stored successfully. In addition, the security of the stored data might be at risk.",
+ "Message": "Security subsystem errors detected for %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the disk is a Secure Encrypted Disk and is not locked. If it is not, replace the disk with a Secure Encrypted Disk. See the storage hardware documentation for more information."
+ },
+ "PDR86": {
+ "Description": "The number of blocks on the disk that exhibit an error has exceeded the capacity of the drive to remap. Any future writes to bad sectors will be unrecoverable.",
+ "Message": "Bad block table on %1 is full. Part Number = %2",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the disk."
+ },
+ "PDR87": {
+ "Description": "The physical device was reset. This is a normal part of operations and is not a cause for concern.",
+ "Message": "%1 was reset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR88": {
+ "Description": "When physical drives in spun down power state are configured, the drives should transition to spun up power state. If the drive is not functioning properly, this transition could fail.",
+ "Message": "Power state change failed on %1. (from %2 to %2)",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Replace the physical disk and try again. Contact technical support if the issue persists."
+ },
+ "PDR9": {
+ "Description": "This alert is provided for informational purposes.",
+ "Message": "Initialization has started on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR9000": {
+ "Description": "Internal Use Only.",
+ "Message": "Foreign Configuration was detected on %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Internal Use Only."
+ },
+ "PDR93": {
+ "Description": "The physical disk firmware update operation has completed.",
+ "Message": "Microcode update on %1 has completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR94": {
+ "Description": "The attempt to update the physical disk has timed out. This may be due to too much activity on the bus, a bad update package, or a bad disk.",
+ "Message": "Microcode update on %1 has timed out.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the update. The update utility may have already performed the retry operation."
+ },
+ "PDR95": {
+ "Description": "The attempt to update the physical disk has failed. This is due to too much activity on the bus, a bad update package, or a bad disk.",
+ "Message": "Microcode update on %1 has failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the update. If the update fails a second time, verify the update package is valid. If the update package is valid, replace the failing disk. Contact technical support if the problem persists."
+ },
+ "PDR96": {
+ "Description": "Security on a secure encrypted disk was disabled.",
+ "Message": "Security was disabled on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PDR97": {
+ "Description": "The controller detected drives that require security keys for access. Without providing security keys, the drives are unusable.",
+ "Message": "%1 security key required.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Provide the security key required to unlock the secure encrypted drives."
+ },
+ "PDR98": {
+ "Description": "An error occurred while performing an action on the disk.",
+ "Message": "Command timeout occurred on %1.%2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Check the disk is present or replace the disk."
+ },
+ "PDR99": {
+ "Description": "This message is generated after the secure erase operation completion on a Self-Encryption Disk.",
+ "Message": "The secure erase operation on Self Encryption Disk %1 has completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PFM0001": {
+ "Description": "The utilization value of the sensor identified in the message is higher than the upper critical threshold.",
+ "Message": "The value of %1 is greater than the upper critical threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the work load of the server and reduce the workload if necessary to bring the system performance into required ranges. For more information about the specified values, see the relevant product documentation available at the support site."
+ },
+ "PFM0002": {
+ "Description": "The utilization value of the sensor identified in the message is higher than the upper warning threshold.",
+ "Message": "The value of %1 is greater than the upper warning threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the work load of the server and reduce the workload if necessary to bring the system performance into required ranges. For more information about the specified values, see the relevant product documentation available at the support site."
+ },
+ "PFM0003": {
+ "Description": "The utilization value of the sensor identified in the message is lower than the lower warning threshold value.",
+ "Message": "The value of %1 is less than the lower warning threshold.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The workload on server is almost zero. Consider assigning additional workloads to the server."
+ },
+ "PFM0004": {
+ "Description": "The value of the sensor identified in the message is within specified limits.",
+ "Message": "The value of %1 is within specified limits.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "POW000": {
+ "Description": "Host failed to power up because chassis infrastructure is not ready. This messages has been replaced by Message ID PWR2250.",
+ "Message": "Power on permission error, chassis infrastructure not ready.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check status of chassis infrastructure."
+ },
+ "POW001": {
+ "Description": "Host failed to power up because chassis cover is open. This messages has been replaced by Message ID PWR2251.",
+ "Message": "Power on permission error, chassis cover open.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check chassis cover."
+ },
+ "POW002": {
+ "Description": "Host failed to power up because unsupported components installed in Fabric1/fabric2.This messages has been replaced by Message ID PWR2252.",
+ "Message": "Power on permission error, unknown component installed in Fabric1/Fabric2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check for unsupported components installed in Fabric1/Fabric2."
+ },
+ "POW003": {
+ "Description": "Host failed to power up because PCI/Mezz cards not installed in Fabric1/Fabric2.This messages has been replaced by Message ID PWR2253.",
+ "Message": "Power on permission error, no PCI/Mezz card installed in Fabric1/Fabric2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Install PCI/Mezz card in Fabric1/Fabric2."
+ },
+ "POW004": {
+ "Description": "Host failed to power up because of unacknowledged use of 110V. This messages has been replaced by Message ID PWR2254.",
+ "Message": "Power on permission error, unacknowledged use of 110V.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check for unacknowledged use of 110V."
+ },
+ "POW005": {
+ "Description": "Host failed to power up because CMC MPCM mode is enabled. This messages has been replaced by Message ID PWR2255.",
+ "Message": "Power on permission error, CMC is in MPCM mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable MPCM mode to power up."
+ },
+ "PR1": {
+ "Description": "The specified device has been replaced.",
+ "Message": "A replacement part was detected for device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR10": {
+ "Description": "The Part Replacement feature has detected a firmware difference and would apply firmware based on user settings for the system. However, the previous device's firmware update package is not present on the Lifecycle Controller.",
+ "Message": "Firmware update will not be performed. Firmware package is not present for %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Use Unified Server Configurator or Dell update package to update device."
+ },
+ "PR11": {
+ "Description": "A valid license for this feature is not present.",
+ "Message": "A required license for the Part Replacement feature is not present, replacement action(s) will not be performed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Obtain license to utilize functionality."
+ },
+ "PR12": {
+ "Description": "The Part Replacement feature has detected a firmware difference and would apply firmware. However, user settings indicate that Part Replacement should perform the upgrade only and not a downgrade to an earlier firmware version.",
+ "Message": "Firmware update setting allows version upgrade only and will not be performed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PR13": {
+ "Description": "The Part Replacement feature detected a firmware difference and cannot apply the configuration changes. After the device firmware is updated, configuration changes can be applied.",
+ "Message": "Firmware mismatch detected. Configuration changes not applied.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PR14": {
+ "Description": "The device identified in the message could not apply the configuration settings. This may indicate configuration changes since the last system inventory.",
+ "Message": "The configuration could not be applied to device: %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the current system configuration and retry the operation."
+ },
+ "PR15": {
+ "Description": "The configuration changes requested have not passed the device specific verification check and will not be applied.",
+ "Message": "Unable to verify configuration changes for device: %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR16": {
+ "Description": "The device could not apply some of the configuration settings. This may indicate configuration changes since the last system inventory or mutually exclusive settings.",
+ "Message": "Some of the configuration values could not be applied to device: %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the current system configuration and ensure all settings are correct. If not, retry the operation."
+ },
+ "PR17": {
+ "Description": "Some of the configuration values stored for the previous device could not be applied to the current device. This may be due to firmware version or other differences in the part.",
+ "Message": "Some of the configuration values stored for the previous device could not be applied to device: %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the device's configuration and ensure that the new configuration is correct for the system."
+ },
+ "PR18": {
+ "Description": "The Part Replacement feature has detected a firmware difference between the current and previous components. Depending on the Part Firmware Update setting value this may cause a firmware update to the replaced part.",
+ "Message": "Firmware version difference detected for device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR19": {
+ "Description": "The specified job has completed successfully.",
+ "Message": "Job completed successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PR2": {
+ "Description": "The specified device configuration is different from the previous device configuration.",
+ "Message": "Configuration difference detected for device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR20": {
+ "Description": "The specified job is in progress.",
+ "Message": "Job in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PR21": {
+ "Description": "The specified job did not complete successfully.",
+ "Message": "Job failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the Lifecycle Log for more details associated with this failure then retry the operation."
+ },
+ "PR22": {
+ "Description": "This is the initial job status value when a job is created. This message is no longer in use in Lifecycle Controller 2.0 as the job control functionality handles this operation.",
+ "Message": "Preparing new job.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PR23": {
+ "Description": "The specified job is ready to start. It is waiting for scheduling from job control. This message is no longer in use in Lifecycle Controller 2.0 as the job control functionality handles this operation.",
+ "Message": "Job is ready for execution.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PR24": {
+ "Description": "The specified job was cancelled. This could be due to user action or system error. This message is no longer in use in Lifecycle Controller 2.0 as the job control functionality handles this operation.",
+ "Message": "Job cancelled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PR25": {
+ "Description": "The system's configuration database is missing or is unreadable. This may be due to a user action such as Lifecycle Controller Wipe or a replaced motherboard.",
+ "Message": "Missing or corrupt configuration database.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the Collect System Inventory on Restart attribute of the Lifecycle Controller and restart the system. Alternatively, use the Unified Server Configurator utility."
+ },
+ "PR26": {
+ "Description": "The configuration data associated with the specified job could not be located.",
+ "Message": "Missing or corrupt job information.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If this issue persists, contact technical support."
+ },
+ "PR27": {
+ "Description": "The system ran out of memory while attempting to perform an operation. This has been deprecated.",
+ "Message": "Unable to allocate resources.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If more than one operation was attempted retry them one at a time."
+ },
+ "PR28": {
+ "Description": "The device that the job was intended for is no longer detected. This could be due to the device being removed, disabled, or a failure.",
+ "Message": "Unable to locate device in current configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If the device was removed, reinsert the device and retry the operation. If the device was disabled, re-enable the device and retry the operation."
+ },
+ "PR29": {
+ "Description": "The device that the job was intended for has no previous information recorded. The request has failed as this information is required to initiate the operation. This has been deprecated.",
+ "Message": "Unable to locate device in previous configuration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the Collect System Inventory on Restart attribute of the Lifecycle Controller and restart the system. Alternatively, use the Unified Server Configurator utility."
+ },
+ "PR3": {
+ "Description": "The current component firmware version is higher than the replaced component firmware version.",
+ "Message": "Newer version of firmware found on device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR30": {
+ "Description": "Operation validation was unsuccessful. The command, target and operation data are all validated before proceeding. If any of them are missing or incorrect the request is failed.",
+ "Message": "Job processing initialization failure.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the Collect System Inventory on Restart attribute of the Lifecycle Controller and restart the system. After the system has restarted, retry the operation."
+ },
+ "PR31": {
+ "Description": "All the tasks in the Job were attempted, but some did not complete successfully.",
+ "Message": "Job completed with errors.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the Lifecycle Log for more details associated with this warning then retry the operation if appropriate."
+ },
+ "PR32": {
+ "Description": "The configuration changes requested, for the indicated job, have not passed the device specific verification check and will not be applied.",
+ "Message": "Failed verification of configuration changes.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the scripts or company documentation and try again."
+ },
+ "PR33": {
+ "Description": "The platform system motherboard was replaced.",
+ "Message": "Motherboard replacement detected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PR34": {
+ "Description": "The job was attempted but failed unexpectedly. An AC Power loss, system crash, or other interruption during the job processing can cause this failure.",
+ "Message": "%1 failed after exceeding retry attempt limit.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Recreate and resubmit the job."
+ },
+ "PR35": {
+ "Description": "The Part Replacement feature has detected a firmware difference for the power supply and will start the firmware update process upon system reboot.",
+ "Message": "Power Supply slot %1 firmware update will be performed during next system reboot.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR36": {
+ "Description": "The system has detected a different firmware version than previously recorded for the indicated device. This may be due to a firmware update, rollback, or part replacement.",
+ "Message": "Version change detected for %1 firmware. Previous version:%2, Current version:%3",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR37": {
+ "Description": "The firmware version of the replaced part cannot be automatically updated because the Part Replacement Firmware Update feature is disabled in the Lifecycle Controller policy settings. The available options are: Disabled, Allow version upgrade only, and match firmware of the replaced part.",
+ "Message": "Unable to update the firmware version of the replaced part because the Part Replacement Firmware Update feature is disabled in the Lifecycle Controller policy settings.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the policy settings by clicking LIfecycle Controller > Part Replacement Configuration. For example, Part Firmware Update > Match firmware of replaced part, Part Configuration Update > Apply Always."
+ },
+ "PR38": {
+ "Description": "The configuration of the replaced part cannot be automatically updated because the Part Replacement Configuration Update feature is disabled in the Lifecycle Controller policy settings. The available options are: Disabled, Apply always, and Allow only if firmware match.",
+ "Message": "Unable to update the configuration of the replaced part because the Part Replacement Configuration Update feature is disabled in the Lifecycle Controller policy settings.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the policy settings by clicking LIfecycle Controller > Part Replacement Configuration. For example, Part Firmware Update > Match firmware of replaced part, Part Configuration Update > Apply Always."
+ },
+ "PR4": {
+ "Description": "The current component firmware version is lower than the previous component firmware version.",
+ "Message": "Older version of firmware found on device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR5": {
+ "Description": "Some or all configuration values stored for the previous device could not be applied to the current device. This may be due to firmware version or other differences in the part.",
+ "Message": "The configuration values stored for the previous device could not be applied to device: %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the device's configuration and ensure that the new configuration is correct for the system."
+ },
+ "PR6": {
+ "Description": "The configuration values stored for the previous device were applied to the current device.",
+ "Message": "Configuration changes successfully applied to device: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR7": {
+ "Description": "The specified device was added to the system.",
+ "Message": "New device detected: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PR8": {
+ "Description": "The indicated device has been removed from the system, is no longer functioning, or has been disabled.",
+ "Message": "Device not detected: %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If the part is present, make sure it is properly installed. Ensure that the device has not been disabled in the system BIOS or other configuration utility. Contact technical support if the device is still non functional."
+ },
+ "PR9": {
+ "Description": "The Part Replacement feature started the firmware update process based on Part Firmware Update attribute settings.",
+ "Message": "Firmware update operation initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0000": {
+ "Description": "The BIOS provided a progress code to the iDRAC, but that progress code is not recognized by the current iDRAC firmware.",
+ "Message": "Unrecognized Post Code.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Update the iDRAC firmware. 2) Restart the system and retry the operation. If the issue persists, contact your service provider."
+ },
+ "PST0001": {
+ "Description": "System BIOS detected the system is turned on.",
+ "Message": "System Power On.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0002": {
+ "Description": "System BIOS has started loading the processor microcode.",
+ "Message": "CPU Microcode load.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0003": {
+ "Description": "System BIOS has started chipset initialization.",
+ "Message": "Chipset Initialization.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0004": {
+ "Description": "System BIOS has started memory configuration.",
+ "Message": "Memory Configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0005": {
+ "Description": "System BIOS has started copying image from flash to system memory.",
+ "Message": "Shadow BIOS.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0006": {
+ "Description": "System BIOS has started initialization multiprocessor support.",
+ "Message": "Multiprocessor Initialization.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0007": {
+ "Description": "System BIOS has started power on self test.",
+ "Message": "POST processing start.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0008": {
+ "Description": "System BIOS has started System Management Mode (SMM) initialization.",
+ "Message": "System Management Mode (SMM)initialization.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0009": {
+ "Description": "System BIOS has started PCI bus enumeration and video initialization.",
+ "Message": "PCI bus enumeration & video initialization.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0010": {
+ "Description": "The iDRAC initialization is completed.",
+ "Message": "iDRAC is ready.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0011": {
+ "Description": "System started extended memory test.",
+ "Message": "Extended Memory test started.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0012": {
+ "Description": "System extended memory test in progress.",
+ "Message": "Extended Memory test running \\",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0013": {
+ "Description": "System extended memory test in progress.",
+ "Message": "Extended Memory test running /",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0014": {
+ "Description": "System completed extended memory test.",
+ "Message": "Extended Memory test completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0064": {
+ "Description": "System BIOS is displaying power on splash screen.",
+ "Message": "Display sign-on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0065": {
+ "Description": "System BIOS is configuring PCI devices.",
+ "Message": "PCI configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0080": {
+ "Description": "System is at the F1/F2 prompt because the system BIOS detected an issue other than \"No bootable devices\".",
+ "Message": "An issue was detected. System at boot F1/F2 prompt. Requires entry to continue.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check post display screen for details. Press F1 to continue boot, or press F2 to go to setup."
+ },
+ "PST0081": {
+ "Description": "System is at F1/F2 prompt because the system BIOS was unable to detect a bootable device.",
+ "Message": "No bootable devices.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure a bootable device is attached to the system and enabled in BIOS setup. If device is attached and enabled, remove and reapply power to server. If the problem persists, contact your service provider. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0082": {
+ "Description": "System is at the BIOS Setup Menu.",
+ "Message": "In BIOS Setup Menu.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0083": {
+ "Description": "System is at the BIOS Boot Menu.",
+ "Message": "In BIOS Boot Menu.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0084": {
+ "Description": "System started the Automated Task application.",
+ "Message": "Automated Task application.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0085": {
+ "Description": "System is performing CSIOR (Collect System Inventory on Restart).",
+ "Message": "Performing CSIOR.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0086": {
+ "Description": "System BIOS has launched the Lifecycle Controller user interface.",
+ "Message": "In Lifecycle Controller.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0087": {
+ "Description": "System BIOS is initializing iDRAC.",
+ "Message": "Initializing iDRAC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0088": {
+ "Description": "System BIOS is preparing to boot the system.",
+ "Message": "Preparing to Boot.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0089": {
+ "Description": "A problem was detected during Power-On Self-Test (POST). The next logged message contains more specific details for the detected issue.",
+ "Message": "A problem was detected during Power-On Self-Test (POST).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Review the next logged message for the recommended response action to resolve the problem."
+ },
+ "PST0090": {
+ "Description": "A problem was detected related to the previous server boot. The next logged message contains more specific details for the detected issue.",
+ "Message": "A problem was detected related to the previous server boot.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Review the next logged message for the recommended response action to resolve the problem."
+ },
+ "PST0091": {
+ "Description": "A problem was detected in Memory Reference Code (MRC). The next logged message contains more specific details for the detected issue.",
+ "Message": "A problem was detected in Memory Reference Code (MRC).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Review the next logged message for the recommended response action to resolve the problem."
+ },
+ "PST0126": {
+ "Description": "System is currently booting to an UEFI compatible operating system. No more POST codes will be generated in this boot sequence.",
+ "Message": "Giving control to UEFI aware OS.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0127": {
+ "Description": "System BIOS gave control to the operating system.",
+ "Message": "Giving control to OS.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PST0128": {
+ "Description": "System BIOS was unable to detect memory in the system . This exception occurred early in system power on, thus the system may not display video (BIOS Post Exception 80).",
+ "Message": "No memory is detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Inspect System Memory."
+ },
+ "PST0129": {
+ "Description": "System BIOS detected memory, but was unable to configure the memory for system operation. Compare system memory installation to supported system memory configurations. Reduce the system to minimum memory configuration if acceptable. This exception occurred early in system power on, thus the system may not display video.(BIOS POST Exception Code 81).",
+ "Message": "Memory is detected, but is not configurable.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Compare system memory installation to supported system memory configurations."
+ },
+ "PST0130": {
+ "Description": "During memory configuration system BIOS encountered device failures or speed configurations that resulted in unused memory. This exception occurred early in system power on, thus the system may not display video. (BIOS POST Exception code 82).",
+ "Message": "Memory is configured, but not usable.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove input power. Reseat memory devices or reduce system to minimum supported memory configuration."
+ },
+ "PST0131": {
+ "Description": "Memory errors occurred copying BIOS image into system memory. This exception occurred early in system power on, thus the system may not display video. (BIOS POST Exception Code 83).",
+ "Message": "System BIOS shadow failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove input power. Reduce system memory to minimum configuration and apply input power."
+ },
+ "PST0132": {
+ "Description": "System BIOS detected a failure with CMOS memory during system POST. This exception occurred early in system power on, thus the system may not display video. (BIOS POST Exception Code 84).",
+ "Message": "CMOS failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check system event log for CMOS battery exceptions. Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0133": {
+ "Description": "System BIOS detected a failure with the DMA controller during system POST. This exception occurred early in system power on, thus the system may not display video. (BIOS POST Exception code 85).",
+ "Message": "DMA controller failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply input power."
+ },
+ "PST0134": {
+ "Description": "System BIOS detected a failure with the interrupt controller during system POST. This exception occurred early in system power on, thus the system may not display video. (BIOS POST Exception code 86).",
+ "Message": "Interrupt controller failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0135": {
+ "Description": "System BIOS detected a timer refresh failure during system POST. This exception occurred early in system power on, thus the system may not display video. (BIOS POST Exception code 87).",
+ "Message": "Timer refresh failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0136": {
+ "Description": "System BIOS detected an failure with the programmable interval timer during POST. This exception occurred early in system power on, thus the system may not display video.(BIOS POST Exception code 88).",
+ "Message": "Programmable interval timer error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0137": {
+ "Description": "System BIOS detected a parity error during post This exception occurred early in system power on, thus the system may not display video. (BIOS POST exception code 89).",
+ "Message": "Parity error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0138": {
+ "Description": "System BIOS detected a failure with the SIO. This exception occurred early in system power on, thus the system may not display video. (BIOS POST code exception code 8A).",
+ "Message": "SuperIO failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0139": {
+ "Description": "System BIOS detected a failure with the Keyboard Controller. This exception occurred early in system power on, thus the system may not display video. (BIOS POST exception code 8B).",
+ "Message": "Keyboard controller failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0140": {
+ "Description": "System BIOS failed to initialize the system management interrupt. This exception occurred early in system power on, thus the system may not display video. (BIOS POST exception code 8C) .",
+ "Message": "System management interrupt initialization failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0141": {
+ "Description": "Quick Path Interconnect failed during system POST. Reboot the system. If problem persists, remove input power and reseat processors. This exception occurred early in system power on, thus the system may not display video.",
+ "Message": "QuickPath Interconnect (QPI) fatal error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reboot the system. If problem persists, remove input power and reseat processors."
+ },
+ "PST0142": {
+ "Description": "BIOS Memory testing failed. Compare system memory installation to supported system memory configurations. Reduce system configuration to minimum memory configuration. This exception occurred early in system power on, thus the system may not display video.",
+ "Message": "MRC fatal error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Compare system memory installation to supported system memory configurations. Reduce system configuration to minimum memory configuration."
+ },
+ "PST0143": {
+ "Description": "TXT boot failed. This could be related to memory errors or an error with the system TXT configuration. A socketed TPM module may have been removed. This exception occurred early in system power on, thus the system may not display video.",
+ "Message": "Intel Trusted Execution Technology (TXT) fatal error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check TPM presence. Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0144": {
+ "Description": "System BIOS is unable to load the required BIOS files.",
+ "Message": "Unable to load required BIOS files.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Remove and reapply power to server. If the problem persists, contact your server provider. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0192": {
+ "Description": "System BIOS shutdown test failed during POST. This exception occurred early in system power on, thus the system may not display video. (BIOS POST exception code C0).",
+ "Message": "Shut-down test failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check system event log for CMOS battery exceptions. Remove and reapply input power. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0193": {
+ "Description": "System BIOS POST memory test failed. This exception occurred early in system power on, thus the system may not display video. (BIOS POST exception code C1).",
+ "Message": "BIOS POST memory test failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Compare system memory installation to supported system memory configurations. Reduce system configuration to minimum memory configuration."
+ },
+ "PST0194": {
+ "Description": "System BIOS could not configure the Remote Access controller This exception occurred early in system power on, thus the system may not display video. (BIOS POST exception code C2).",
+ "Message": "Remote access controller configuration failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Power cycle the system. If the problem persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0195": {
+ "Description": "The current processor configuration is unsupported or encountered a fatal exception during POST. Check the processor configuration. This exception occurred early in system power on, thus the system may not display video. (BIOS POST exception code C3).",
+ "Message": "CPU configuration failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system processor configuration and reduce the system to the minimum configuration."
+ },
+ "PST0196": {
+ "Description": "System BIOS detected an invalid memory population. Reinstall the memory to match the supported population. This exception occurred early in system power on, thus the system may not display video. (BIOS POST Exception code C4).",
+ "Message": "Incorrect memory configuration.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Re-install memory to match supported memory configuration."
+ },
+ "PST0208": {
+ "Description": "System BIOS has halted and is unable to continue.",
+ "Message": "System BIOS has halted.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) If new hardware has been added, remove the new hardware and restart the server, 2) Turn server off and back on using the power button, or 3) Remove and reapply server input power. If the problem persists, contact your service provider. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0209": {
+ "Description": "System BIOS has halted and is unable to continue. System BIOS has detected a Non-Maskable Interrupt (NMI) which may have been caused by a hardware change.",
+ "Message": "System BIOS has halted due to Non-Maskable Interrupt (NMI).",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) If new hardware has been added, remove the new hardware and restart the server, 2) Turn server off and back on using the power button, or 3) Remove and reapply server input power. If the problem persists, contact your service provider. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PST0254": {
+ "Description": "System BIOS detected a functional or configuration issue during system POST. Check the system video screen for more information. The system event log may contain additional details. This exception occurred early in system power on, thus the system may not display video. (BIOS POST Exception code FE).",
+ "Message": "General failure after video.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check system video and review event log for additional information."
+ },
+ "PST0256": {
+ "Description": "System BIOS detected a functional or configuration issue during system POST. Check the system video screen for more information. The system event log may contain additional details.",
+ "Message": "POST fatal error detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check system video and review event log for additional information."
+ },
+ "PST0257": {
+ "Description": "The AMD Platform Security Processor (PSP) detected an issue during platform initialization.",
+ "Message": "The AMD Platform Security Processor (PSP) detected an issue during platform initialization.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "See the Platform Security Processor (PSP) code in the log data, and then refer to that PSP code in the iDRAC User's Guide available on the support site. Information about the cause of failure and remedy is provided in the User's Guide."
+ },
+ "PST0258": {
+ "Description": "The AMD Platform Security Processor (PSP) detected a security-related issue while booting the server and paused the server from further booting.",
+ "Message": "The AMD Platform Security Processor (PSP) detected a security-related issue while booting the server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "See the Platform Security Processor (PSP) code in the log data, and then refer to that PSP code in the iDRAC User's Guide available on the support site. Information about the cause of failure and remedy is provided in the User's Guide."
+ },
+ "PSU0000": {
+ "Description": "None.",
+ "Message": "Power supply %1 is present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0001": {
+ "Description": "None.",
+ "Message": "Power supply %1 failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the power supply. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0002": {
+ "Description": "System performance and power redundancy may be degraded or lost.",
+ "Message": "A predictive failure detected on power supply %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the power supply at the next service window. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0003": {
+ "Description": "The power supply is installed correctly but an input source is not connected or is not functional.",
+ "Message": "The power input for power supply %1 is lost.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the input source is attached to the power supply. Verify the input power is within the operating requirements for the power supply."
+ },
+ "PSU0004": {
+ "Description": "The operating requirements for the power supply may be found in product documentation or on the power supply itself.",
+ "Message": "The power input for power supply %1 is outside of range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the input source is attached to the power supply. Verify the input power is within the operating requirements for the power supply."
+ },
+ "PSU0005": {
+ "Description": "The operating requirements for the power supply may be found in product documentation or on the power supply itself.",
+ "Message": "The power input for power supply %1 is outside of the allowable range, but it is attached to the system.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the input power is within the operating requirements for the power supply."
+ },
+ "PSU0006": {
+ "Description": "The power supply identified in the message must be supported by the platform. Generally, multiple power supplies in the server should have the same feature set and power rating.",
+ "Message": "Power supply %1 is incorrectly configured.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review server product documentation for supported power supplies and power supply configurations."
+ },
+ "PSU0007": {
+ "Description": "A power supply that is designed to operate at 220V, but is connected to a 110V power source requires additional current for operation. The additional current may trip circuit-breakers or cause other electrical issues with the input source.",
+ "Message": "Power supply %1 is operating at 110 volts, and could cause a circuit breaker fault.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check input power source and cabling. Use recommended input power. Review the product documentation. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0017": {
+ "Description": "None.",
+ "Message": "Power supply %1 is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0019": {
+ "Description": "None.",
+ "Message": "The input power for power supply %1 has been restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0022": {
+ "Description": "None.",
+ "Message": "Power supply %1 is correctly configured.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0023": {
+ "Description": "None.",
+ "Message": "Power supply %1 operating at 110 volts has been acknowledged by user.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0031": {
+ "Description": "The power supply may operate, however power supply monitoring will be degraded. System performance may be degraded.",
+ "Message": "Cannot communicate with power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and re-install the power supply. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0032": {
+ "Description": "System performance may be degraded.",
+ "Message": "The temperature for power supply %1 is in a warning range.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the system operating environment, including airflow and inlet temperature. Check system logs for temperature and thermal component failures."
+ },
+ "PSU0033": {
+ "Description": "System performance may be degraded.",
+ "Message": "The temperature for power supply %1 is outside of range.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check the system operating environment, including airflow and inlet temperature. Check system logs for temperature and thermal component failures."
+ },
+ "PSU0034": {
+ "Description": "This failure may be the result of an electrical issue with cables or subsystem components in the system.",
+ "Message": "An under voltage fault detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Remove and re-install the power supply.2) Check cables and subsystem components in the system for damage. 3) If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0035": {
+ "Description": "None.",
+ "Message": "An over voltage fault detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check input power, replace or re-install the power supply. If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0036": {
+ "Description": "This failure may be the result of an electrical issue with cables or subsystem components in the system.",
+ "Message": "An over current fault detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Remove and re-install the power supply.2) Check cables and subsystem components in the system for damage. 3) If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0037": {
+ "Description": "None.",
+ "Message": "Fan failure detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check for fan blockage. If not replace the power supply."
+ },
+ "PSU0038": {
+ "Description": "None.",
+ "Message": "Power supply %1 fan is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0039": {
+ "Description": "Insufficient amount of current to keep power supply operating at a normal levels.",
+ "Message": "An under current fault detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Remove and re-install the power supply input cord. 2) Check power distribution or PSU input source for anomalies. 3) If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0040": {
+ "Description": "The power supply output voltage is insufficient to keep system operating at a normal levels.",
+ "Message": "An output under voltage fault detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Remove the power supply input cord and then remove power supply. 2) Re-install the power supply and then re-install the power supply cord. 3) If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0041": {
+ "Description": "None.",
+ "Message": "An output over voltage fault detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Remove the power supply input cord and then remove power supply. 2) Re-install the power supply and then re-install the power supply cord. 3) If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0042": {
+ "Description": "None.",
+ "Message": "An output over current fault detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Remove the power supply input cord and then remove power supply. 2) Re-install the power supply and then re-install the power supply cord. 3) If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0043": {
+ "Description": "None.",
+ "Message": "An output under current fault detected on power supply %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Remove the power supply input cord and then remove power supply. 2) Re-install the power supply and then re-install the power supply cord. 3) If the issue persists, contact technical support. Refer to the product documentation to choose a convenient contact method."
+ },
+ "PSU0044": {
+ "Description": "The power supply is operating but the system cannot get status information.",
+ "Message": "Cannot obtain status information from power supply %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "If problem persist, remove and re-install power supply."
+ },
+ "PSU0045": {
+ "Description": "None.",
+ "Message": "Power supply %1 status information successfully obtained.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0046": {
+ "Description": "None.",
+ "Message": "Communication has been restored to power supply %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0047": {
+ "Description": "A communication error is observed between the primary and secondary Digital Signal Processors (DSPs) of Power Supply Unit (PSU) identified in the message.",
+ "Message": "A communication error is observed between the primary and secondary Digital Signal Processors (DSPs) of Power Supply Unit (PSU) %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Remove the power supply input cord, and then remove the Power Supply Unit (PSU). 2) Reinstall the PSU and reconnect the cord. 3) If the issue persists, contact your service provider."
+ },
+ "PSU0048": {
+ "Description": "A communication error between the primary and secondary Digital Signal Processors (DSPs) of Power Supply Unit (PSU) identified in the message is resolved and normal communication is restored.",
+ "Message": "A communication error between the primary and secondary Digital Signal Processors (DSPs) of Power Supply Unit (PSU) %1 is resolved and normal communication is restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0049": {
+ "Description": "The Power Supply Unit (PSU) identified in the message cannot be powered on within four seconds after the PSU is enabled.",
+ "Message": "Unable to power on the Power Supply Unit (PSU) %1 within four seconds after the PSU is enabled.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following and retry the operation. 1) Remove the power supply input cord, and then remove the Power Supply Unit (PSU). 2) Reinstall the PSU and reconnect the cord. 3) If the issue persists, contact your service provider."
+ },
+ "PSU0076": {
+ "Description": "Power supplies should be of the same input type and power rating.",
+ "Message": "A power supply wattage mismatch is detected; power supply %1 is rated for %2 watts.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Install matched power supplies and review product documentation for proper configuration."
+ },
+ "PSU0077": {
+ "Description": "Power supplies should be of the same input type and power rating.",
+ "Message": "Power supply %1 vendor type mismatch detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Install matched power supplies and review product documentation for proper configuration."
+ },
+ "PSU0078": {
+ "Description": "This power supply revision is not supported for this system.",
+ "Message": "Power supply %1 revision mismatch detected.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review product documentation, change power supply with correct revision."
+ },
+ "PSU0080": {
+ "Description": "The system does not support mixed voltage power supplies.",
+ "Message": "Power supply %1 voltage rating does not match the system's requirements.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Review product documentation, change power supply with correct voltage rating."
+ },
+ "PSU0090": {
+ "Description": "None.",
+ "Message": "Power supply %1 wattage mismatch corrected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0091": {
+ "Description": "The rating of the power supply unit identified in the message should not exceed system power distribution limits.",
+ "Message": "Power supply unit %1 rating exceeds the system power distribution limits.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the power supply unit identified in the message and review server product documentation for appropriate configuration."
+ },
+ "PSU0092": {
+ "Description": "The rating of the power supply unit identified in the message does not exceed system power distribution limits.",
+ "Message": "Power supply unit %1 rating is appropriate for the system power distribution limits.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0800": {
+ "Description": "Lists the complete status of the power supply unit.",
+ "Message": "Power Supply %1: Status = 0x%2, IOUT = 0x%3, VOUT= 0x%4, TEMP= 0x%5, FAN = 0x%6, INPUT= 0x%7.",
+ "Severity": "Informational",
+ "NumberOfArgs": 7,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0801": {
+ "Description": "The Power Supply had a CRC error detected.",
+ "Message": "Power Supply %1: CRC error detected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Acquire the power supply firmware image and update the power supply indicated in the message."
+ },
+ "PSU0802": {
+ "Description": "The power supply redundancy policy on the system has been set.",
+ "Message": "The power supply redundancy policy on the system has been set to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0803": {
+ "Description": "Insufficient power in chassis to power on server.",
+ "Message": "Insufficient power in chassis to power on server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one or all of the following the retry the operation: 1) Check all the existing Power Supply Units(PSUs) to ensure that they are providing power.2) Add PSUs if necessary. 3) Turn off the unused components. 4) Use the Chassis Management Controller (CMC) or Management Module web interface to check the available power and server power requirements."
+ },
+ "PSU0900": {
+ "Description": "None.",
+ "Message": "Power unit %1 is off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0901": {
+ "Description": "None.",
+ "Message": "Power unit %1 is on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0902": {
+ "Description": "None.",
+ "Message": "Power unit %1 was power cycled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0904": {
+ "Description": "In order to meet service requirements the supply must be shut down.",
+ "Message": "Could not power down 240VA on power unit %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove input power at the power supply."
+ },
+ "PSU0906": {
+ "Description": "In order to meet service requirements the supply must be shut down.",
+ "Message": "An interlock power down error detected on power unit %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove input power at the power supply."
+ },
+ "PSU0907": {
+ "Description": "None.",
+ "Message": "An interlock power down error was corrected for power unit %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove input power at the power supply."
+ },
+ "PSU0908": {
+ "Description": "The power supply is installed correctly but an input source is not connected or is not functional.",
+ "Message": "Power lost on power unit %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the input source is attached to the power supply. Verify the input power is within the operating requirements for the power supply."
+ },
+ "PSU0909": {
+ "Description": "None.",
+ "Message": "Power restored on power unit %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0910": {
+ "Description": "The system did not respond correctly to a power down request.",
+ "Message": "Soft power control failure detected on power unit %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Disconnect Input Power."
+ },
+ "PSU0911": {
+ "Description": "None.",
+ "Message": "Soft power control restored on power unit %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0912": {
+ "Description": "Status from the power supply indicates a power supply exception occurred. The power supply will try to operate in a degraded state. System Performance and power redundancy may be degraded or lost.",
+ "Message": "A failure detected on power unit %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check input power. Re-install the power supply. If problem persists contact support."
+ },
+ "PSU0913": {
+ "Description": "None.",
+ "Message": "Power unit %1 is operating normally.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU0914": {
+ "Description": "Status from the power supply indicates a power supply exception occurred. The power supply will try to operate. System Performance and power redundancy may be degraded or lost.",
+ "Message": "A predictive failure detected on power unit %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove input power and re-install supply at the next service window."
+ },
+ "PSU0915": {
+ "Description": "The Power Supply Unit (PSU) firmware of the PSU identified in the message is not responding. The firmware is corrupted and stuck in the bootloader operation.",
+ "Message": "The Power Supply Unit (PSU) %1 firmware is not responding.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following and retry the operation:1) Remove and manually reinstall the Power Supply Unit (PSU).2) Retry the PSU update operation. If the issue persists, contact your service provider."
+ },
+ "PSU0916": {
+ "Description": "The issue in the Power Supply Unit (PSU) firmware because of the non-response of the PSU firmware is now resolved.",
+ "Message": "The issue in the Power Supply Unit (PSU) %1 because of the non-response of the PSU firmware is now resolved.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU1000": {
+ "Description": "The power supply unit is not receiving input AC power. The power cable may not be connected properly or removed. This can happen if there is an AC failure or problems with the power strip attached to the enclosure power supply.",
+ "Message": "Power supply cable has been removed from %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reconnect the power cable to the power supply unit if it was disconnected. Restore the input AC power supply. Make sure the power supply is restored to the enclosure from the mains."
+ },
+ "PSU1001": {
+ "Description": "The enclosure detected that a power supply unit has failed.",
+ "Message": "%1 has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check for other messages related to the state of the power supply unit/enclosure. These may help determine the cause of this event. Contact technical support if the issue still persists."
+ },
+ "PSU1002": {
+ "Description": "The enclosure detected that a power supply unit was removed and is no longer functioning in optimal condition.",
+ "Message": "%1 was removed",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Re-insert the power supply unit into the enclosure. Re-connect the AC power cable and switch on the power supply unit. Contact technical support if the issue persists."
+ },
+ "PSU1003": {
+ "Description": "The power supply is not providing any power. This may be because the power supply switch is in the off position or the power supply has failed.",
+ "Message": "%1 is switched OFF.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check whether the power switch on the power supply unit is turned off or on. If it is turned off, turn it on. If the problem is not corrected, verify that the power cord is attached and functional. See the storage hardware documentation for more information."
+ },
+ "PSU1004": {
+ "Description": "The enclosure detected that AC power supply was restored to the power supply unit.",
+ "Message": "Power supply cable has been inserted into %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU1005": {
+ "Description": "The enclosure detected that a power supply unit was switched on.",
+ "Message": "%1 is switched on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU1006": {
+ "Description": "The enclosure detected that a power supply unit was inserted.",
+ "Message": "%1 was inserted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU1007": {
+ "Description": "A device has been failed and the system is no longer functioning in optimal condition.",
+ "Message": "%1 has failed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the device."
+ },
+ "PSU1010": {
+ "Description": "The power supply unit is switched off. Either you have switched off the power supply unit or it is defective.",
+ "Message": "The DC power supply is switched off.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check to see whether the power switch is turned off or on. If it is turned off, turn it on. If the problem is not corrected, verify that the power cord is attached and functional. If the problem continues or if the power switch is already turned on, then replace the power supply unit."
+ },
+ "PSU500": {
+ "Description": "Racadm tool cannot obtain the power status possible reason is that the IPMI call failed.",
+ "Message": "Unable to get the current server power status.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PSU501": {
+ "Description": "The server was already up, when the user gave a power on request.",
+ "Message": "Server is already powered ON.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PSU502": {
+ "Description": "The server was already down, when the user gave a power off request.",
+ "Message": "Server is already powered OFF.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PSU503": {
+ "Description": "Success message.",
+ "Message": "Server power status: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU504": {
+ "Description": "Success message.",
+ "Message": "Server power operation successful",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PSU8501": {
+ "Description": "Unable to retrieve input voltage information for the PSU specified in the message.",
+ "Message": "Unable to retrieve PSU %1 input voltage information.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the PSU from the chassis, wait for two minutes, and reinsert it. If the issue persists, contact your service provider."
+ },
+ "PSU8502": {
+ "Description": "The input voltage of the PSU specified in the message does not match the input voltage of the PSUs already present in the chassis.",
+ "Message": "The PSU in slot %1 detected 110 VAC input voltage and does not match chassis configuration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Check the power configuration \"Allow 110 VAC Operation\" setting and make sure it is enabled. 2) Check if the input voltage of all the PSUs are the same. 3) If the input voltage of the PSU specified in the message is not the same, then remove the unmatched PSU."
+ },
+ "PSU8503": {
+ "Description": "The input voltage of the PSU specified in the message does not match the input voltage of the PSUs already present in the chassis.",
+ "Message": "The PSU in slot %1 detected 220 VAC input voltage and does not match chassis configuration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Check if the input voltage of all the PSUs are the same. 2) If the input voltage of the PSU specified in the message is not the same, then remove the unmatched PSU."
+ },
+ "PSU8504": {
+ "Description": "Selecting the Allow 110 VAC Operation involves potential risk that an overload can occur. The overload risk was not acknowledged in the CMC Web interface when the selection was made.",
+ "Message": "The Allow 110 VAC Operation overload risk is not acknowledged.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Select the Allow 110 VAC Operation and accept the subsequent dialog that acknowledges the overload risk."
+ },
+ "PSU8505": {
+ "Description": "Unable to set the chassis redundancy policy to AC Redundancy.",
+ "Message": "Unable to set the chassis redundancy policy to AC Redundancy.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation using the CMC command line interface or CMC Web interface. To set the chassis redundancy policy using the command line, enter \"racadm config -g cfgChassisPower -o cfgChassisRedundancyPolicy 1\". To configure the chassis redundancy policy using the Web interface, click Chassis Overview > Power > Configuration. From the Redundancy drop-down menu, select AC Redundancy."
+ },
+ "PSU8506": {
+ "Description": "When the Server Power Management mode is enabled the Power cap cannot be set.",
+ "Message": "Unable to change power cap because Server Based Power Management Mode is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable the ability to set the power cap, switch to external Power Management and disable the Server Based Management Mode in the CMC Web interface."
+ },
+ "PSU8507": {
+ "Description": "The PSU identified in the message has been disengaged or removed. Insufficient power is available.",
+ "Message": "Insufficient power available because PSU in the slot %1 is not present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Insert a PSU in the slot identified in the message."
+ },
+ "PSU8508": {
+ "Description": "Unable to set the Power configuration because the PSU firmware update is in progress.",
+ "Message": "%1, PSU%2 firmware update is in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Retry the operation after the PSU firmware update is completed."
+ },
+ "PSU8510": {
+ "Description": "The firmware for the PSU identified in the message is successfully updated to the version displayed in the message.",
+ "Message": "PSU in slot %1 FW updated successfully to version %2",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU8511": {
+ "Description": "The firmware for the PSU identified in the message was successfully updated.",
+ "Message": "Successfully updated the firmware for the PSU in slot %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PSU8512": {
+ "Description": "The firmware update operation for the PSU identified in the message did not complete, because of internal communication errors.",
+ "Message": "Unable to update the firmware for the PSU in slot %1. Error=0x%2 (%3)",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Retry the firmware update operation. If the issue persists, contact your service provider."
+ },
+ "PSU8513": {
+ "Description": "Unable to update the PSU firmware due to PMBus communication errors.",
+ "Message": "Unable to complete the PSU slot %1 firmware update. Error=0x%2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Retry the firmware update operation. If the problem persists, contact your service provider."
+ },
+ "PSU8515": {
+ "Description": "Unable to set the Enable Dynamic Power Supply Engagement attribute.",
+ "Message": "Unable to set the Enable Dynamic Power Supply Engagement attribute.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Retry the operation. 2) If the issue persists, review the tracelog for more details. To retrieve the tracelog, in the CMC Web interface, go to Troubleshooting > Diagnostics page and enter the \"gettracelog\" command, or use RACADM \"gettracelog\" command. If the issue continues to persist, contact your service provider and provide the tracelog."
+ },
+ "PSU8516": {
+ "Description": "Unable to set redundancy policy because PSU enumeration is in progress. The policy can be set after PSU enumeration is complete.",
+ "Message": "Unable to set redundancy policy because PSU enumeration is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation after the PSU enumeration is complete."
+ },
+ "PSU8517": {
+ "Description": "The operation to change the PSU redundancy policy is complete.",
+ "Message": "PSU redundancy policy changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PSU8518": {
+ "Description": "The operation to read the FRU data from the PSU identified in the message did not complete successfully due to internal communication errors.",
+ "Message": "Unable to access the PSU %1 FRU data.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the operation. If the condition persists, contact your service provider."
+ },
+ "PSU8519": {
+ "Description": "The Dynamic Power Supply Engagement (DPSE) feature is suspended due to the configuration or the type of PSU present. The feature is enabled, but suspended until a supported PSU configuration is in place.",
+ "Message": "Enhanced Dynamic Power Supply Engagement (DPSE) is not supported by the current power supply configuration and is suspended.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Dynamic Power Supply Engagement (DPSE) is not supported by the current power supply configuration. Verify the PSUs are supported. Replace the unsupported PSUs."
+ },
+ "PSU8520": {
+ "Description": "The Dynamic Power Supply Engagement feature is supported and fully operational.",
+ "Message": "Enhanced Dynamic Power Supply Engagement (DPSE) is fully supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PSU8521": {
+ "Description": "The power supply unit (PSU) identified in the message was turned off because the temperature exceeded the high temperature threshold in the unit.",
+ "Message": "PSU %1 exceeded upper temperature threshold and has been turned off.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove and reinsert the PSU or remove AC power and reapply power to the PSU to get it functional again."
+ },
+ "PSU8522": {
+ "Description": "The power supply unit (PSU) identified in the message was turned off because the input under voltage fault occurred.",
+ "Message": "PSU %1 reported input under voltage fault and has been turned off.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Check PSU AC input power source. 2) Remove AC power and reapply power to the PSU to get it functional again. 3) If the issue persists, contact technical support."
+ },
+ "PSU8523": {
+ "Description": "The power supply unit (PSU) identified in the message was turned off because the input over current fault occurred.",
+ "Message": "PSU %1 reported input over current fault and has been turned off.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "1) Verify system load is within PSU capacity and no short circuits are present in the system. 2) Remove AC power and reapply power to the PSU to get it functional again. 3) If the issue persists, contact technical support."
+ },
+ "PSU8524": {
+ "Description": "The system power is automatically recovered because of an AC brownout in the power supply unit (PSU).",
+ "Message": "The system power is automatically recovered because of an AC brownout in the power supply unit (PSU).",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Make sure that the system load is within the power capacity of power supply unit (PSU) and no short circuit exists.2) Make sure that the AC input to the PSU is correct. For information about input voltage specifications, see the \"CMC Technical Guide\". 3) Disconnect the power supply and reconnect. If the issue persists, contact your service provider."
+ },
+ "PSUA0016": {
+ "Description": "The supply has been removed or has failed.",
+ "Message": "Power supply %1 is absent.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Install the power supply if needed."
+ },
+ "PWR0100": {
+ "Description": "None.",
+ "Message": "The power button was pressed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR0101": {
+ "Description": "None.",
+ "Message": "The power button was released.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR0102": {
+ "Description": "None.",
+ "Message": "The sleep button was pressed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR0103": {
+ "Description": "None.",
+ "Message": "The sleep button was released.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR0104": {
+ "Description": "The system will reset.",
+ "Message": "The reset button was pressed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR0105": {
+ "Description": "The system will reset.",
+ "Message": "The reset button was released.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR0106": {
+ "Description": "None.",
+ "Message": "The %1 is latched.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR0107": {
+ "Description": "None.",
+ "Message": "The %1 is unlatched.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR0108": {
+ "Description": "None.",
+ "Message": "The %1 service was requested.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR0109": {
+ "Description": "None.",
+ "Message": "The %1 service has completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR1000": {
+ "Description": "None.",
+ "Message": "The system performance restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR1001": {
+ "Description": "To avoid shutdown, system performance has been degraded.",
+ "Message": "The system performance degraded.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system configuration and power consumption."
+ },
+ "PWR1002": {
+ "Description": "To avoid shutdown, system performance has been degraded.",
+ "Message": "The system performance degraded because of thermal protection.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system configuration and system logs for thermal or environmental failures and warnings."
+ },
+ "PWR1003": {
+ "Description": "To avoid shutdown, system performance has been degraded.",
+ "Message": "The system performance degraded because cooling capacity has changed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "If unintended, review system configuration changes and thermal policy."
+ },
+ "PWR1004": {
+ "Description": "To avoid shutdown, system performance has been degraded.",
+ "Message": "The system performance degraded because power capacity has changed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "If unintended, review system configuration changes and power policy."
+ },
+ "PWR1005": {
+ "Description": "To avoid exceeding the user defined capacity, system performance has been degraded.",
+ "Message": "The system performance degraded because of user-defined power capacity has changed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "If unintended, review system configuration changes and power policy."
+ },
+ "PWR1006": {
+ "Description": "The system may shutdown.",
+ "Message": "The system halted because system power exceeds capacity.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system configuration, upgrade power supplies or reduce system power consumption."
+ },
+ "PWR1007": {
+ "Description": "To avoid shutdown, system performance has been degraded.",
+ "Message": "The system performance degraded because power exceeds capacity.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system configuration, upgrade power supplies or reduce system power consumption."
+ },
+ "PWR1008": {
+ "Description": "To avoid shutdown, system performance has been degraded.",
+ "Message": "The system performance degraded because power draw exceeds the power threshold.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Review system configuration, upgrade power supplies or reduce system power consumption."
+ },
+ "PWR1009": {
+ "Description": "System power capacity is restored.",
+ "Message": "System power capacity is restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR200": {
+ "Description": "Enabling the Max Power Conservation Mode (MPCM) feature will disable the Extended Power Performance (EPP) feature. MPCM forces servers in to a low-power and limited-performance mode, and then disables the ability to turn on additional servers.",
+ "Message": "Enabling the Max Power Conservation Mode (MPCM) feature will disable the Extended Power Performance (EPP) feature.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "PWR2000": {
+ "Description": "None.",
+ "Message": "The system powered up.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2001": {
+ "Description": "None.",
+ "Message": "The system hard reset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2002": {
+ "Description": "None.",
+ "Message": "The system warm reset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2003": {
+ "Description": "None.",
+ "Message": "User requested a PXE boot.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2004": {
+ "Description": "None.",
+ "Message": "System booted automatically into diagnostics.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2005": {
+ "Description": "None.",
+ "Message": "The OS run-time software initiated a hard reset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2006": {
+ "Description": "None.",
+ "Message": "The OS run-time software initiated a warm reset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2007": {
+ "Description": "None.",
+ "Message": "System restarted.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR201": {
+ "Description": "Selecting the Server Based Power Management Mode option sets your power cap to a maximum value, server priorities to a default priority, and then disables the Max Power Conservation Mode.",
+ "Message": "Selecting the Server Based Power Management Mode option sets your power cap to a maximum value, server priorities to a default priority, and then disables the Max Power Conservation Mode. Do you want to continue?",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "PWR202": {
+ "Description": "Enabling the Max Power Conservation Mode (MPCM) feature forces servers in to a low-power and limited-performance mode, and then disables the ability to turn on additional servers.",
+ "Message": "Enabling the Max Power Conservation Mode (MPCM) feature forces servers in to a low-power and limited-performance mode, and then disables the ability to turn on additional servers.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "PWR203": {
+ "Description": "The System Input Power Cap value cannot be set to less than or equal to 13300 W, because the Extended Power Performance feature is enabled.",
+ "Message": "Unable to set the System Input Power Cap value to less than or equal to 13300 W (45381 BTU/h), because the Extended Power Performance feature is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a Power cap value greater than 13300 W, and then retry the operation."
+ },
+ "PWR204": {
+ "Description": "Object value is successfully modified. Max Power Conservation Mode will deactivate the Extended Power Performance feature.",
+ "Message": "Object value is successfully modified. Max Power Conservation Mode will deactivate the Extended Power Performance feature.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "PWR205": {
+ "Description": "The Server Performance Over Power Redundancy (SPOPR) feature cannot be enabled because the Extended Power Performance is enabled.",
+ "Message": "The Server Performance Over Power Redundancy (SPOPR) feature cannot be enabled because the Extended Power Performance is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Extended Power Performance and retry the operation."
+ },
+ "PWR206": {
+ "Description": "The Server Based Power Management (SBPM) feature cannot be enabled because the Extended Power Performance mode is enabled.",
+ "Message": "The Server Based Power Management (SBPM) feature cannot be enabled because the Extended Power Performance mode is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Extended Power Performance and retry the operation."
+ },
+ "PWR207": {
+ "Description": "The Dynamic Power Supply Engagement (DPSE) feature cannot be enabled because the Extended Power Performance mode is enabled.",
+ "Message": "The Dynamic Power Supply Engagement (DPSE) feature cannot be enabled because the Extended Power Performance mode is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Extended Power Performance and retry the operation."
+ },
+ "PWR209": {
+ "Description": "The redundancy policy cannot be changed to either Power Supply Redundancy or No Redundancy because the Extended Power Performance is enabled.",
+ "Message": "Unable to change the redundancy policy to either Power Supply Redundancy or No Redundancy because the Extended Power Performance is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Extended Power Performance and retry the operation."
+ },
+ "PWR210": {
+ "Description": "The redundancy policy cannot be changed to either Power Supply Redundancy or No Redundancy because the Extended Power Performance is enabled.",
+ "Message": "The redundancy policy cannot be changed to either Power Supply Redundancy or No Redundancy because the Extended Power Performance is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "PWR211": {
+ "Description": "The Fresh Air (FA) mode cannot be set because the Extended Power Performance (EPP) feature is enabled.",
+ "Message": "Unable to set the Fresh Air (FA) mode because the Extended Power Performance (EPP) feature is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "PWR213": {
+ "Description": "Cannot enable the Extended Power Performance (EPP) mode because the Max Power Conservation Mode (MPCM) is enabled.",
+ "Message": "Cannot enable the Extended Power Performance (EPP) mode because the Max Power Conservation Mode (MPCM) is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the Max Power Conservation Mode and retry the operation."
+ },
+ "PWR214": {
+ "Description": "Cannot enable the Extended Power Performance (EPP) mode because Dynamic Power Supply Engagement (DPSE) is enabled.",
+ "Message": "Cannot enable the Extended Power Performance (EPP) mode because Dynamic Power Supply Engagement (DPSE) is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Dynamic Power Supply Engagement (DPSE) and retry the operation."
+ },
+ "PWR216": {
+ "Description": "Unable to enable Extended Power Performance, because redundancy policy is set to Grid Redundancy or No Redundancy.",
+ "Message": "Unable to enable Extended Power Performance, because Redundancy Policy is set to Grid Redundancy or No Redundancy.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Configure Redundancy Policy to Power Supply Redundancy and retry the operation. Using the CMC Web GUI, click Power > Configuration. From the Redundancy Policy drop-down menu, select Power Supply Redundancy."
+ },
+ "PWR218": {
+ "Description": "Cannot enable the Extended Power Performance (EPP) the feature because the Fresh Air (FA) mode is enabled.",
+ "Message": "Cannot enable the Extended Power Performance (EPP) feature because the Fresh Air (FA) mode is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR219": {
+ "Description": "The Extended Power Performance (EPP) feature cannot be enabled because PSU in the slot identified in the message is not a 3000 W PSU.",
+ "Message": "The Extended Power Performance (EPP) feature cannot be enabled because the PSU in slot %1 is not a 3000 W PSU.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "In order to use the Extended Power Performance (EPP) feature, replace the PSU identified in the message with a 3000 W PSU."
+ },
+ "PWR220": {
+ "Description": "The Extended Power Performance (EPP) feature cannot be enabled because the slot identified in the message is empty.",
+ "Message": "The Extended Power Performance (EPP) feature cannot be enabled because slot %1 is empty.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Insert an appropriate PSU in the slot identified in the message and retry the operation."
+ },
+ "PWR2200": {
+ "Description": "None.",
+ "Message": "The system is in the ON state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2201": {
+ "Description": "None.",
+ "Message": "The system is sleeping with system hardware and processor context maintained.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2202": {
+ "Description": "None.",
+ "Message": "The system is sleeping with lost processor context.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2203": {
+ "Description": "None.",
+ "Message": "The system is sleeping with system hardware and processor context lost.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2204": {
+ "Description": "None.",
+ "Message": "The system is in a non-volatile sleep state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2205": {
+ "Description": "None.",
+ "Message": "The system is in a soft-off state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2207": {
+ "Description": "None.",
+ "Message": "The system is in a mechanical off state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2208": {
+ "Description": "None.",
+ "Message": "The system is in a sleep state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2209": {
+ "Description": "None.",
+ "Message": "The system is in an undermined sleep state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR221": {
+ "Description": "The Extended Power Performance (EPP) feature is already disabled.",
+ "Message": "The Extended Power Performance (EPP) feature is already disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2210": {
+ "Description": "None.",
+ "Message": "The system was forced into a soft-off state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2211": {
+ "Description": "None.",
+ "Message": "The system is in legacy ON state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2212": {
+ "Description": "None.",
+ "Message": "The system is in legacy OFF state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR222": {
+ "Description": "The Extended Power Performance (EPP) feature is already enabled.",
+ "Message": "The Extended Power Performance (EPP) feature is already enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR223": {
+ "Description": "Cannot perform a 110V AC operation because the Extended Power Performance (EPP) feature is enabled.",
+ "Message": "Cannot perform a 110V AC operation because the Extended Power Performance (EPP) feature is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the Extended Power Performance (EPP) feature and retry the operation."
+ },
+ "PWR2250": {
+ "Description": "The server did not turn on because the chassis infrastructure is not ready. The chassis infrastructure includes: PCIe subsystem, storage components, and the chassis management controller/Management Module.",
+ "Message": "Unable to turn on the server because the chassis infrastructure not ready.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the status of the chassis infrastructure in the CMC/MM Web or RACADM interface. Wait until the chassis infrastructure components are fully turned on."
+ },
+ "PWR2251": {
+ "Description": "The server did not turn on because the chassis cover is open.",
+ "Message": "Unable to turn on the server because the chassis cover is open.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Close the chassis cover and retry the operation."
+ },
+ "PWR2252": {
+ "Description": "The server did not turn on because an NDC or Mezzanine card is incompatible with the I/O Module or PCIe subsystem.",
+ "Message": "Unable to turn on the server because an NDC or Mezzanine card is incompatible with the I/O Module or PCIe subsystem.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the release notes for the product and make sure to install compatible components in the server."
+ },
+ "PWR2253": {
+ "Description": "The server did not turn on because a PCIe card or Mezzanine card is not installed.",
+ "Message": "Unable to turn on the server because a PCIe card or Mezzanine card is not installed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Install a PCI or Mezzanine card in the appropriate slot and retry the operation."
+ },
+ "PWR2254": {
+ "Description": "The use of 110V is unacknowledged for the chassis and the chassis cannot grant power on permission to the server.",
+ "Message": "The use of 110V is unacknowledged and the chassis cannot grant power on permission to the server.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check for unacknowledged use of 110V and change to acknowledged. Using the Chassis Management Controller/Management Module (CMC/MM) web interface, select Chassis Overview>Power>Configuration and then check the 110V Acknowledge field. Retry the operation to turn on the server."
+ },
+ "PWR2255": {
+ "Description": "The Chassis Management Controller/Management Module (CMC/MM) is configured in Max Power Conservation Mode and is unable to grant power on permission to the server.",
+ "Message": "The Chassis Management Controller/Management Module (CMC/MM) is configured in Max Power Conservation Mode and is unable to grant power on permission to the server.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the Max Power Conservation Mode on the chassis and retry the operation. Using the Chassis Management Controller/Management Module (CMC/MM) web interface, select Chassis Overview>Power>Configuration and then uncheck the Max Power Conservation Mode field."
+ },
+ "PWR2256": {
+ "Description": "The chassis infrastructure components are being initialized and are not ready to grant power on permission to the servers.",
+ "Message": "Unable to allocate power for servers to turn on because the Chassis Management Controller/Management Module (CMC/MM) is initializing chassis infrastructure components.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the chassis infrastructure has been initialized and then retry the operation. To check that the infrastructure is initialized, using the RACADM command line utility run the command \"racadm getmodinfo\" and check that the \"pwrstate\" field is on for the chassis component."
+ },
+ "PWR2257": {
+ "Description": "The target power allocation override has been enabled or disabled as identified in the message.",
+ "Message": "The target power allocation override is %1. The target power allocation (AC) is %2 Watts.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "PWR2258": {
+ "Description": "The Power Supply Unit (PSU) hotspare thresholds were modified to the Wake Threshold and Sleep Threshold identified in the message.",
+ "Message": "The Power Supply Unit (PSU) hotspare thresholds were modified. Wake Threshold: %1 %, Sleep Threshold: %2 %.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action required."
+ },
+ "PWR2260": {
+ "Description": "The iDRAC experienced an IPMB communication issue with the Intel Management Engine and was not able to recover IPMB communications. The server thermal failsafe state is activated.",
+ "Message": "The Intel Management Engine is unresponsive and the server thermal failsafe state is activated.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disconnect power from the server and reconnect power. Turn on the server. If the issue persists, contact your service provider."
+ },
+ "PWR2261": {
+ "Description": "The iDRAC experienced an issue initializing the Current Monitor. The system motherboard may need replacement.",
+ "Message": "Current Monitor initialization issue observed, IMON Revision %1, CPLD IMON MFR Revision %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Contact your service provider."
+ },
+ "PWR2262": {
+ "Description": "The Intel Management Engine is unable to utilize the PECI over DMI facility.",
+ "Message": "The Intel Management Engine has reported an internal system error.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Look for the PWR2264 \"normal system operation\" message in the Lifecycle Log after the PWR2262 entry. It may take 30 seconds for the message to be logged. If the PWR2264 message does not appear, do the following: Disconnect power from the server and reconnect power. Turn on the server. If the issue persists, contact your service provider."
+ },
+ "PWR2263": {
+ "Description": "User continued after receiving power supply oversubscription warning (F1/F2).",
+ "Message": "User ignored Power Supply Oversubscription Warning.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "PWR2264": {
+ "Description": "The Intel Management Engine has recovered the ability to utilize the PECI over DMI facility.",
+ "Message": "The Intel Management Engine has reported normal system operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "If the PWR2262 \"internal system error\" was logged within the previous 30 seconds, ignore the message. No response action required."
+ },
+ "PWR2265": {
+ "Description": "The power supply unit (PSU) identified in the message is disabled because of a configuration mismatch and therefore the PSU is not supported on the server.",
+ "Message": "The power supply unit (PSU) %1 is disabled because of a configuration mismatch and therefore the PSU is not supported on the server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Install a supported power supply unit (PSU). For information about supported PSUs, see the product documentation available on the support site."
+ },
+ "PWR2266": {
+ "Description": "The power supply unit (PSU) identified in the message is disabled because of a generation mismatch and therefore the PSU is not supported on the server.",
+ "Message": "The power supply unit (PSU) %1 is disabled because of a generation mismatch and therefore the PSU is not supported on the server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Install a supported power supply unit (PSU). For information about PSUs of supported generations, see the product documentation available on the support site."
+ },
+ "PWR2267": {
+ "Description": "The power supply unit (PSU) identified in the message is disabled because of a capacity mismatch and therefore the PSU is not supported on the server.",
+ "Message": "The power supply unit (PSU) %1 is disabled because of a capacity mismatch and therefore the PSU is not supported on the server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Install a supported power supply unit (PSU). For information about PSUs of supported capacities, see the product documentation available on the support site."
+ },
+ "PWR2268": {
+ "Description": "The power supply unit (PSU) identified in the message is disabled because of a mismatch in the input voltage and therefore the PSU is not supported on the server.",
+ "Message": "The power supply unit (PSU) %1 is disabled because of a mismatch in the input voltage and therefore the PSU is not supported on the server.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Install a power supply unit (PSU) that has similar input voltage. For information about supported PSUs, see the product documentation available on the support site."
+ },
+ "PWR2269": {
+ "Description": "The properties of Power Cap setting mode is changed.",
+ "Message": "The properties of Power Cap setting mode is changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2270": {
+ "Description": "The Intel Management Engine has encountered a Health Event.",
+ "Message": "The Intel Management Engine has encountered a Health Event.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Perform an AC Cycle operation on the host server, and then update the BIOS firmware to the latest version. For information about recommended BIOS versions, see the BIOS documentation on the support site."
+ },
+ "PWR2271": {
+ "Description": "The Intel Management Engine has encountered a Exception Event.",
+ "Message": "The Intel Management Engine has encountered a Exception Event.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Perform an AC Cycle operation on the host server, and then update the BIOS firmware to the latest version. If the issue persists, contact your service provider. For information about recommended BIOS versions, see the BIOS documentation on the support site."
+ },
+ "PWR2272": {
+ "Description": "The Intel Management Engine has indicated that an SMBus link failure has occurred.",
+ "Message": "The Intel Management Engine has indicated that an SMBus link failure has occurred.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Perform an AC Cycle operation on the host server, and then update the BIOS firmware to the latest version. If the issue persists, contact your service provider. For information about recommended BIOS versions, see the BIOS documentation on the support site."
+ },
+ "PWR2273": {
+ "Description": "The power required by server is within the power supplied by the power supply units (PSUs).",
+ "Message": "The power required by server is within the power supplied by the power supply units (PSUs).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2274": {
+ "Description": "The Management Module is unable to process the power-on request because of an internal error.",
+ "Message": "Unable to process the power-on request because of an internal error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the Management Module and retry the operation."
+ },
+ "PWR2275": {
+ "Description": "The Management Module is unable to grant power-on permission to the server because of current power settings in the chassis.",
+ "Message": "Unable to turn on the server because of current power settings in the chassis.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the chassis power settings in Management Service Module and retry the operation."
+ },
+ "PWR2276": {
+ "Description": "The Enclosure Controller is unable to grant power-on permission to the server because of current chassis storage setup or the chassis storage settings.",
+ "Message": "Unable to turn on the server because of current chassis storage setup or the chassis storage settings.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the chassis storage setup or chassis storage settings in the Management Service Module and retry the operation."
+ },
+ "PWR2277": {
+ "Description": "The system is halted because there is no response from the Management Module in return to a request for supplying extra power.",
+ "Message": "The system is halted because there is no response from the Management Module in return to a request for supplying extra power.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the Management Module and retry the operation."
+ },
+ "PWR2278": {
+ "Description": "Power Budget override used to avoid oversubscription warning that would have normally been generated due to power budget check failure.",
+ "Message": "Power Budget override used to bypass Oversubscription warning message.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action required."
+ },
+ "PWR2279": {
+ "Description": "Server failed to power on because Management Module did not respond to the power on request.",
+ "Message": "Server failed to power on because no response from Management Module for power request.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Please check if Management Module is up and running. If yes, please reset Management Module and retry Sever Power On."
+ },
+ "PWR2280": {
+ "Description": "The system is halted because of insufficient power.",
+ "Message": "The system is halted because of insufficient power.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one or all of the following the retry the operation: 1) Check all the existing Power Supply Units(PSUs) to ensure that they are providing power.2) Add PSUs if necessary. 3) Turn off the unused components."
+ },
+ "PWR2281": {
+ "Description": "The memory arming operation cannot be performed because the PSU configuration of the server is insufficient to guarantee data flush time in the event of power loss.",
+ "Message": "Unable to perform the memory arming operation because the PSU configuration of the server is insufficient to guarantee data flush time in the event of power loss.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and retry the operation. 1) Turn off the server 2) Ensure proper PSUs are installed as recommended in user guide 3) Turn on the server. For more information about supported PSUs, see the documentation on the support site."
+ },
+ "PWR2282": {
+ "Description": "The Apache Pass Memory arming operation can be successfully performed because the Power Supply Unit (PSU) configuration of the server supports the extended holdup. For more information about Apache Pass Memory operation, see the documentation available on the support site.",
+ "Message": "The Apache Pass Memory arming operation can be successfully performed because the Power Supply Unit (PSU) configuration of the server supports the extended holdup.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2283": {
+ "Description": "The Chassis Manager is unable to obtain valid power allocation values because of an internal error.",
+ "Message": "The Chassis Manager is unable to obtain valid power allocation values because of an internal error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following and retry the operation: 1) Wait few seconds and retry. 2) Reset iDRAC. 3) Remove the server and reinsert in the chassis."
+ },
+ "PWR2284": {
+ "Description": "Power required by the system exceeds the power supplied by the Chassis Manager.",
+ "Message": "Power required by the system exceeds the power supplied by the Chassis Manager.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following and retry the operation: 1) Update the Power Supply Unit (PSU) or sled configuration to enable the Chassis Manager to allocate more power. To configure the PSU and sled properties, run the \"racadm racreset\" RACADM command at the Command Line Interface (CLI). 2) Turn off one of the sleds. 3) Add more PSUs."
+ },
+ "PWR2285": {
+ "Description": "The server power-on operation is cancelled because of issues in the Root of Trust Verification process. The BIOS image file is either corrupted or compromised.",
+ "Message": "The server power-on operation is cancelled because of issues in the Root of Trust Verification process.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Initiate the BIOS recovery process by using a Dell EMC supported BIOS image file."
+ },
+ "PWR2286": {
+ "Description": "The server power-on operation is restarted after BIOS image file recovery performed because of the issues in the Root of Trust Verification process.",
+ "Message": "The server power-on operation is restarted after BIOS recovery.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2287": {
+ "Description": "A USB device has been removed from this system.",
+ "Message": "A USB device has been removed from this system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2288": {
+ "Description": "A USB device has been inserted into this system.",
+ "Message": "A USB device has been inserted into this system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2289": {
+ "Description": "The mezzanine adapters in the server cannot be powered on because of insufficient power availability.",
+ "Message": "Unable to power on the mezzanine adapters in the server because of insufficient power availability.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Log in to the management module web interface and verify the available power and blade standby power requirements. For more information about managing Power Supply Units (PSU), see the management module Users Guide available on the support site."
+ },
+ "PWR2290": {
+ "Description": "The Power Supply Unit (PSU) is unable to provide the output power after being enabled by the Management Module.",
+ "Message": "The Power Supply Unit (PSU) is unable to provide the output power after being enabled by the Management Module.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Update the PSU Firmware to latest version. For information about PSU Firmware Updates, see the Installation and Service Manual of the server available on the support site."
+ },
+ "PWR2291": {
+ "Description": "The server power-on operation will complete after the Server Profile is successfully deployed by the Management Module.",
+ "Message": "The server power-on operation will complete after the Server Profile is successfully deployed by the Management Module.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2400": {
+ "Description": "The power management firmware cannot reduce power consumption to meet configuration or user defined settings.",
+ "Message": "Power management firmware unable to maintain power limit.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Review system power policy.2) Check system event logs for thermal or power related exceptions."
+ },
+ "PWR2401": {
+ "Description": "The iDRAC controller detected that the power management firmware did not initialize properly. The system may operate in a performance degraded state.",
+ "Message": "Power management firmware initialization error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "1) Disconnect system input power, wait one minute, reconnect system input power.2) Re-flash system BIOS.3) Upgrade system BIOS to the latest revision."
+ },
+ "PWR2402": {
+ "Description": "The iDRAC controller cannot communicate with the power management firmware due to an problem with the interface to the power management engine or with the power management engine itself. The system may operate in a performance degraded state.",
+ "Message": "iDRAC is unable to communicate with power management firmware.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the Lifecycle Controller Log (LC Log) and make sure that there are no subsequent log entries indicating that Communication with power management firmware has been restored. If this log entry is not present then do one of the following: 1) Disconnect system input power, wait one minute, reconnect system input power. 2) Re-flash system BIOS. 3) Upgrade system BIOS to the latest revision."
+ },
+ "PWR2403": {
+ "Description": "The iDRAC controller established communication to the power management firmware. System performance will return to normal.",
+ "Message": "iDRAC communication with power management firmware has been restored.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR2404": {
+ "Description": "Power supply capacity alert disabled due to user configuration.",
+ "Message": "Power supply capacity alert disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8500": {
+ "Description": "The chassis power state from the configuration database and the current state are different. The current chassis power state will be updated in the configuration database. This is to insure the chassis power state will be the same if the CMC is rebooted or a CMC failover occurs. Note that the numerical value of the state is intended for technical support use.",
+ "Message": "Chassis power state updated to %1 from %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8501": {
+ "Description": "Power allocation succeeded for Virtual infrastructure.",
+ "Message": "Successfully set Virtual Infrastructure Device power to %1 WDC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8503": {
+ "Description": "This Information is provided to enable checking whether the powercap is lower than the maximum supported powercap limit.",
+ "Message": "The current value of System Input Power Cap (%1W AC) is less than the upper limit (%1W AC).",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8504": {
+ "Description": "The chassis power button press is detected but the button has been disabled.",
+ "Message": "Chassis power button is pressed, but the button is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "The chassis power button is disabled. To enable the chassis power button use the CMC RACADM command line interface, CMC Web interface. Using the command line, enter \"racadm config -g cfgChassisPower -o cfgChassisPowerButtonEnable 1\". Using the Web interface, click Chassis Overview > Power > Configuration. Clear the Disable Chassis Power Button check box."
+ },
+ "PWR8505": {
+ "Description": "The Dynamic Power Supply Engagement feature was not successfully enabled.",
+ "Message": "The Dynamic Power Supply Engagement feature was not successfully enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Restart the Chassis Management Controller and retry the operation. To restart the Chassis Management Controller, using the WEB UI, go to Chassis Overview > Power > Control, select the Reset CMC option, and then click Apply."
+ },
+ "PWR8506": {
+ "Description": "Resetting the power computation reading causes the log to report time at which it is reset.",
+ "Message": "Cumulative power computation (KWH) time is reset on %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8507": {
+ "Description": "The system Input Power Cap was changed from the value to the value indicated in the message.",
+ "Message": "System Input Power Cap changed from %1W AC to %2W AC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8508": {
+ "Description": "If the power budget exceeds the effective capacity for the current redundancy policy, it is possible for power allocations to grow beyond the effective capacity, which would reduce redundancy capabilities.",
+ "Message": "New power budget (%1W AC) may permit future degradation of redundancy.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required. Make sure there are enough PSUs to support redundancy at the specified power budget."
+ },
+ "PWR8509": {
+ "Description": "Unable to change the server power priority because Server Based Power Management mode is enabled.",
+ "Message": "Unable to change the server power priority because Server Based Power Management mode is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "The server power priority can be changed once Server Based Power Management mode is disabled. Using the CMC Web UI, navigate to the Chassis Overview > Power > Configuration page, then uncheck the Enable Server Based Power Management checkbox. Retry the operation."
+ },
+ "PWR8510": {
+ "Description": "Unable to set the chassis power identified in the message.",
+ "Message": "Unable to set chassis power property %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the operation. If the issue persists, contact your service provider."
+ },
+ "PWR8511": {
+ "Description": "Unable to set the CHASSIS_POWER_button_disable chassis power property.",
+ "Message": "Unable to set the CHASSIS_POWER_button_disable chassis power property.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, contact your service provider."
+ },
+ "PWR8512": {
+ "Description": "Power configuration data in memory cannot be accessed due to synchronization issues.",
+ "Message": "CMC rebooted, because the power configuration data could not be accessed.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8514": {
+ "Description": "The user account credentials provided for this chassis power action do not have the correct privilege. Chassis control privilege is required to perform chassis power actions.",
+ "Message": "Unable to perform chassis power action due to insufficient privileges.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry to action with a different user account that has chassis power control privilege."
+ },
+ "PWR8515": {
+ "Description": "Unable to perform the chassis power action because the chassis is not turned on.",
+ "Message": "Unable to perform the chassis power action because the chassis is not turned on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the chassis on and retry the operation."
+ },
+ "PWR8516": {
+ "Description": "Unable to perform the chassis power action requested.",
+ "Message": "Unable to perform the chassis power action requested.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the tracelog for more information. If the issue persists, contact your service provider."
+ },
+ "PWR8517": {
+ "Description": "Chassis power state transition did not complete successfully. This may be due to one of the following: 1) Unable to turn off one or more servers, 2) A firmware update may be in progress.",
+ "Message": "Unable to turn off chassis power.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the tracelog for more information. If the issue persists, contact your service provider."
+ },
+ "PWR8518": {
+ "Description": "Unable to perform the chassis power action because the chassis is already turned on.",
+ "Message": "Unable to perform the chassis power action because the chassis is already turned on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8519": {
+ "Description": "Unable to perform the chassis power action because the chassis is already turned off.",
+ "Message": "Unable to perform the chassis power action because the chassis is already turned off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8520": {
+ "Description": "The chassis reset operation was initiated.",
+ "Message": "Initiated the chassis reset operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8521": {
+ "Description": "The chassis reset operation was completed.",
+ "Message": "Completed chassis reset operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8522": {
+ "Description": "The chassis power cycle operation was initiated.",
+ "Message": "Initiated chassis power cycle operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8523": {
+ "Description": "The chassis power cycle operation was completed.",
+ "Message": "Completed chassis power cycle operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8524": {
+ "Description": "The redundancy was lost because the power requirement of the chassis exceeds the current redundant policy.",
+ "Message": "Redundancy was lost, while Server Performance Over Power Redundancy is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required. Review the power requirements and determine if more PSUs are needed to restore redundancy."
+ },
+ "PWR8525": {
+ "Description": "110VAC operation of PSUs is acknowledged.",
+ "Message": "110VAC Operation acknowledged.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8526": {
+ "Description": "110VAC operation of PSUs is unacknowledged.",
+ "Message": "110VAC Operation unacknowledged.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8527": {
+ "Description": "Server slot power priorities were changed. Power to servers is being reallocated.",
+ "Message": "Server slot power priorities changed - reallocating power.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8528": {
+ "Description": "The Max Power Conservation Mode can be enabled only when Server Based Power Management Mode is disabled.",
+ "Message": "Unable to set Max Power Conservation Mode because the Server Based Power Management mode is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "The Max Power Conservation Mode can be changed when Server Based Power Management mode is disabled. Using the CMC Web UI, navigate to the Chassis Overview > Power > Configuration page, then uncheck the Enable Server Based Power Management checkbox. Retry the operation."
+ },
+ "PWR8529": {
+ "Description": "The Max Power Conservation Mode is enabled.",
+ "Message": "Max Power Conservation Mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8530": {
+ "Description": "Max Power Conservation Mode is disabled.",
+ "Message": "Max Power Conservation Mode is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8531": {
+ "Description": "Server Based Power Management Mode is enabled.",
+ "Message": "Server Based Power Management Mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8532": {
+ "Description": "Server Based Power Management Mode is disabled.",
+ "Message": "Server Based Power Management Mode is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8533": {
+ "Description": "Power cap setting was changed.",
+ "Message": "Power cap changed from %1 W AC to %1 W AC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8534": {
+ "Description": "Unable to set Server Based Power Management Mode to enable.",
+ "Message": "Unable to set Server Based Power Management Mode to enable.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, contact your service provider."
+ },
+ "PWR8535": {
+ "Description": "Unable to set Server Based Power Management Mode to disable.",
+ "Message": "Unable to set Server Based Power Management Mode to disable.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, contact your service provider."
+ },
+ "PWR8536": {
+ "Description": "Server Performance Over Power Redundancy is enabled.",
+ "Message": "Server Performance Over Power Redundancy is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8537": {
+ "Description": "Server Performance Over Power Redundancy is disabled.",
+ "Message": "Server Performance Over Power Redundancy is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8538": {
+ "Description": "Power Remote Logging is enabled.",
+ "Message": "Power Remote Logging is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8539": {
+ "Description": "Power Remote Logging is disabled.",
+ "Message": "Power Remote Logging is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8540": {
+ "Description": "The interval for remote logging of power information is set to the value identified in the message.",
+ "Message": "Power Remote Logging Interval set to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8541": {
+ "Description": "Chassis powerup operation initiated.",
+ "Message": "Chassis powerup operation initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8542": {
+ "Description": "Chassis powerup operation completed.",
+ "Message": "Chassis powerup operation completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8543": {
+ "Description": "Invalid power inventory reported by the iDRAC of the server identified in the message to the CMC.",
+ "Message": "Server %1 power inventory is not valid. Power inventory reading is Max Power=%2 AC Watt, Min Power=%3 AC Watt, Allocated Power=%4 AC Watt.",
+ "Severity": "Warning",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Turn on the server identified in the message. If the issue persists, contact your service provider."
+ },
+ "PWR8544": {
+ "Description": "Insufficient power is available for the server identified in the message to function. The server will be turned off until there is sufficient power available.",
+ "Message": "Chassis Management Controller turned off the Server %1 because of insufficient power at inventory.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure there is enough power supply to distribute power. Using the CMC Web UI, go to Chassis Overview > Power > Power Budget Status. In the Total Input Power Available For Allocation field view the available power. To add more power, insert more PSUs or remove unused components from the chassis."
+ },
+ "PWR8545": {
+ "Description": "Incorrect power inventory information reported by the iDRAC for the server identified in the message.",
+ "Message": "Chassis Management Controller turned off the server %1 because of incorrect power data retrieved from iDRAC at inventory.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Invalid power inventory information could be due to outdated iDRAC firmware or server BIOS firmware versions. Update the components to their latest versions."
+ },
+ "PWR8546": {
+ "Description": "A chassis shutdown was already in progress, when the additional shutdown request was received.",
+ "Message": "Chassis shutdown already in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8547": {
+ "Description": "The chassis was already turned off, when the power off request was received.",
+ "Message": "Chassis is already powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8548": {
+ "Description": "Chassis shutdown operation initiated.",
+ "Message": "Chassis shutdown operation initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8549": {
+ "Description": "The requested chassis shutdown operation did not complete successfully.",
+ "Message": "Chassis shutdown did not complete successfully.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8550": {
+ "Description": "Chassis shutdown completed.",
+ "Message": "Chassis shutdown completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8551": {
+ "Description": "This will be logged when a Virtual Infrastructure Device power allocation is configured.",
+ "Message": "Successfully set Virtual Infrastructure Device power to %1 DC Watt.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8552": {
+ "Description": "There is insufficient power for the component identified in the message to turn on.",
+ "Message": "Chassis Management Controller is unable to turn on %1-%2 because of insufficient power.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure there is enough power supply to distribute power. Using the CMC Web UI, go to Chassis Overview > Power > Power Budget Status. In the Total Input Power Available For Allocation field view the available power. To add more power, insert more PSUs or remove unused components from the chassis. Contact your service provider for information on the power required for the component identified in the message."
+ },
+ "PWR8554": {
+ "Description": "This situation occurs if the iDRAC is found to be turned off after power allocation information is sent by the CMC or if the communications between the CMC and iDRAC is non functional.",
+ "Message": "Chassis Management Controller is unable to send power allocation information to %1-%2 at priority %3.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Perform a Virtual Reseat of the component identified in the message. Using the CMC Web UI, go to Chassis Overview > Troubleshooting > Reset Components, and then select slot for the component identified in the message and apply the Virtual Reseat."
+ },
+ "PWR8555": {
+ "Description": "The request to turn on the component identified in the message was not successful because insufficient power is available at the identified priority for the component.",
+ "Message": "Chassis Management Controller unable to turn on %1-%2 at priority %3 because of insufficient power. Minimum power needed is %4 AC Watt, but only %5 AC Watt is available.",
+ "Severity": "Warning",
+ "NumberOfArgs": 5,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure there is enough power supply to distribute power. Using the CMC Web UI, go to Chassis Overview > Power > Power Budget Status. In the Total Input Power Available For Allocation field view the available power. To add more power, insert more PSUs or remove unused components from the chassis."
+ },
+ "PWR8556": {
+ "Description": "The Server identified in the message was shutdown due to insufficient power.",
+ "Message": "Server %1 was shutdown due to insufficient power.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8557": {
+ "Description": "The current Power Cap setting cannot be enforced. This may be the result of changing the redundancy mode or by changing the PSUs. The power cap setting must be increased to be usable.",
+ "Message": "The System Input Power Cap is too low to be enforced using the current Power Supply configuration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Increase the Power Cap value. To increase the Power Cap do one of the following: 1) Using CMC Web interface: Select \"Chassis Overview\" -> Power -> Configuration and then adjust System Input Power Cap values. 2) Run the following RACADM command at the command line interface: \"config -g cfgChassisPower -o cfgChassisPowerCap \".Try setting the power cap above the lower bound displayed on the power configuration page."
+ },
+ "PWR8558": {
+ "Description": "A configuration change has occurred such that the current power cap is now supported.",
+ "Message": "The System Input Power Cap is being enforced with the current Power Supply configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8559": {
+ "Description": "Power cycle initiated for the I/O module in the slot identified in the message.",
+ "Message": "Power cycle initiated for I/O Module %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8560": {
+ "Description": "Unable to turn on the I/O Module identified in the message due to insufficient chassis power.",
+ "Message": "Unable to turn on I/O Module %1 due to insufficient chassis power.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Utilize the Chassis Management Controller/Management Module (CMC/MM) web interface to check available power and I/O Module power requirements. If sufficient power is available, restart the CMC/MM and retry the operation. If sufficient power is not available due to an insufficient number of PSUs, add additional PSU(s) and reinsert the I/O Module."
+ },
+ "PWR8561": {
+ "Description": "The Chassis Management Controller is unable to communicate with the Server iDRAC service processor and the server could not be powered on. This situation may occur when iDRAC is rebooting.",
+ "Message": "Unable to power on server %1 because of iDRAC communication issue.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for three minutes and then retry the operation. If the issue persists, remove and reinsert the server and wait for the iDRAC to finish restarting."
+ },
+ "PWR8562": {
+ "Description": "Unable to power on the server before the power on timer has expired. This happens if the server did not show power on status change within 30 seconds after the power on operation was initiated. This issue may also occur when iDRAC is rebooting.",
+ "Message": "Unable to power on the server %1 before power on timer expired.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The Server may need more time to power on. Wait for ten seconds and check the power status. If the server was not powered on, retry the operation. If the issue persists, remove and reinsert the server, wait for the iDRAC to complete startup, and retry the operation."
+ },
+ "PWR8563": {
+ "Description": "The Server identified in the message did not turn on due to a fabric mismatch between the I/O Module and the Mezzanine card on the Server.",
+ "Message": "Unable to turn on Server %1 due to I/O fabric inconsistency.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the hardware compatibility between the I/O Module (IOM) and the Mezzanine (Mezz) card is correct. Check the M1000e Hardware Manual for correct component compatibility."
+ },
+ "PWR8564": {
+ "Description": "The server identified in the message was not turned on because the available power is less than the requested power.",
+ "Message": "Unable to turn on the Server %1 because the power request exceeded the System Input Power Cap.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Utilize the Chassis Management Controller web interface to check the System Input Max Power Capacity Power and server power requirements. If sufficient power is available, retry the operation. Otherwise, increase the System Input Power Cap value."
+ },
+ "PWR8565": {
+ "Description": "The Chassis Management Controller is unable to communicate with the iDRAC service processor for the Server identified in the message and the Server could not be turned off. This situation may occur when iDRAC is rebooting.",
+ "Message": "Unable to turn off the Server %1 due to iDRAC communication issue.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do the following: 1) Wait for a few minutes for the iDRAC service processor to complete startup. 2) Retry the operation. 3) If the issue persists, reset the iDRAC and wait a few minutes for the iDRAC startup to complete before retrying the operation."
+ },
+ "PWR8566": {
+ "Description": "Unable to turn off the Server before the Power Off timer has expired. This happens if the Server did not show \"power off\" status change within 30 seconds after the operation was initiated. This situation may also occur when iDRAC is rebooting.",
+ "Message": "Unable to turn off the Server %1 before the Power Off timer expired.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The Server may need more time to turn off. Wait for ten seconds and check the power status. If the Server was not turned off, retry the operation. If the issue persists, remove and reinsert the Server, wait for the iDRAC to complete startup, and retry the operation."
+ },
+ "PWR8567": {
+ "Description": "Unable to turn off the Server on a power cycle operation. This happens if the Server did not show a \"power off\" status change within the expected time.",
+ "Message": "Unable to turn off Server %1 on a power cycle action.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The Server could have taken more time to turn off than expected. If the Server is turned off, turn on to complete the power cycle. If the Server has not completed a power cycle, retry the operation."
+ },
+ "PWR8568": {
+ "Description": "The server identified in the message did not gracefully shutdown before the CMC shutdown timer expired. This happens if the server did not show power off status change within 60 seconds after the operation was initiated, or if the OS in the server has not successfully shutdown.",
+ "Message": "Server %1 did not gracefully shutdown before the timer expired.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Check if the OS in the server identified in the message has successfully shutdown, if not, manually complete the shutdown or wait for the shutdown to complete normally. If the issue persists, perform a forced power down of the server identified in the message."
+ },
+ "PWR8569": {
+ "Description": "The requested power cycle operation cannot be performed when the server is not turned on. The server should be already turned on for the power cycle operation to be successful.",
+ "Message": "Unable to power cycle the server %1 because the server is off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Turn on the server, if necessary, before requesting a power cycle operation."
+ },
+ "PWR8570": {
+ "Description": "The Chassis Management Controller is not able to communicate with the iDRAC on the server identified in the message. Therefore, the server could not be power cycled. This situation may occur when iDRAC is rebooting.",
+ "Message": "Unable to communicate to the iDRAC, when trying to power cycle the server %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for few minutes, and then retry the operation. If the issue persists, do one of the following: 1) Reset the iDRAC, 2) Perform a Virtual Reseat of the server, 3) Remove and re-insert the server."
+ },
+ "PWR8571": {
+ "Description": "Another power action is in progress. The requested power action cannot be carried out until the power action in progress completes.",
+ "Message": "Unable to perform the power action requested for the server %1because another power action is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for the power action in progress to complete and retry the operation. It may take a few minutes for the current power action to complete."
+ },
+ "PWR8572": {
+ "Description": "The server identified in the message can be shutdown only if the server is turned on.",
+ "Message": "Unable to shutdown the server %1 because the server is off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8573": {
+ "Description": "The Chassis Management Controller is not able to communicate with the iDRAC on the server identified in the message. Therefore the server could not be turned off. This situation may occur when iDRAC is restarting.",
+ "Message": "The Chassis Management Controller is unable to communicate to the iDRAC, when trying to turn off the server %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for three minutes, and then retry the operation. If the issue persists, remove and reinsert the server and wait for the iDRAC to finish restarting before retying the operation."
+ },
+ "PWR8574": {
+ "Description": "The Chassis Management Controller is not able to communicate with the iDRAC on the server identified in the message. Therefore the server could not be hard reset. This situation may occur when iDRAC is restarting.",
+ "Message": "The Chassis Management Controller is unable to communicate to the iDRAC, when trying to hard reset the server %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for three minutes, and then retry the operation. If the issue persists, remove and reinsert the server and wait for the iDRAC to finish restarting before retying the operation."
+ },
+ "PWR8575": {
+ "Description": "A Virtual Reseat for the server identified in the message is initiated. A Virtual Reseat is the same as removing and inserting a server.",
+ "Message": "Initiated the Virtual Reseat of server %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8576": {
+ "Description": "The virtual reseat initiated on the Sleeve or Sled identified in the message successfully turned off the component. However, the Sleeve or Sled did not turn on successfully. A virtual reseat is the same as removing and inserting a Sleeve or Sled.",
+ "Message": "Unable to turn on the Sleeve or Sled %1 after a virtual reseat operation.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the virtual reseat operation on the Sleeve or Sled identified in the message. If the issue persists, manually remove and reinsert the Sleeve or Sled in the chassis."
+ },
+ "PWR8577": {
+ "Description": "A virtual reseat operation is initiated on the Sleeve or Sled identified in the message. A virtual reseat is the same as removing and inserting a Sleeve or Sled.",
+ "Message": "A virtual reseat operation is initiated on Sleeve or Sled %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8578": {
+ "Description": "The Chassis Management Controller is unable to turn on the iDRAC because power required is less than available power.",
+ "Message": "Chassis Management Controller is unable to turn on the iDRAC on server-%1 because power required is less than available power.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure there is enough power supply to distribute power. Go to, the Chassis Overview > Power > Power Budget Status. In the Total Input Power Available For Allocation field, view the available power. To add more power, insert more PSUs or remove unused components from the chassis. Remove and reinsert the server when enough power is available."
+ },
+ "PWR8579": {
+ "Description": "A request to reset the CMC identified in the message is initiated. If a second CMC is present, a failover to the other CMC will occur as a result.",
+ "Message": "Request to reset the CMC %1 is initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8580": {
+ "Description": "The power on request for the server identified in the message was not successful because the Chassis is turned off.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because the Chassis is not turned on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Turn on the Chassis, and then retry the operation. To turn on the Chassis using the Chassis Management Controller Web UI, go to Chassis Overview > Power > Control, select the Power On System option, and then click Apply."
+ },
+ "PWR8581": {
+ "Description": "A chassis power operation is currently in progress and the server identified in the message could not be turned on.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because another chassis power operation is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait until the current chassis power operation is complete and the chassis is On and then retry the operation."
+ },
+ "PWR8582": {
+ "Description": "Unable to turn on the server identified in the message because the Max Power Conservation Mode (MPCM) is enabled. After MPCM is enabled, the chassis will be in power conservation mode and the CMC cannot process any further server power on operation requests.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because Max Power Conservation Mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Disable the Max Power Conservation Mode and retry the operation."
+ },
+ "PWR8583": {
+ "Description": "To enable 110V operation, the Allow 110VAC Operation feature must be enabled. If the feature is not enabled, the server turn-on operation will not be processed.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because unacknowledged 110V PSUs are present.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "On the Power Configuration page, in the Web UI, select the Allow 110VAC Operation for power supplies and retry the operation. Using the RACADM utility, run the following command, \"racadm config -g cfgChassisPower -o cfgChassisAllow110VACOperation 1\"."
+ },
+ "PWR8584": {
+ "Description": "If power redundancy is lost and the server Performance Over Power Redundancy feature is disabled, the server turn-on will not be allowed.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because the power supply redundancy is lost and Performance Over Power Redundancy feature is disabled and the power required is less than the available power.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "To enable the server to be turned-on, on the Power Configuration page in the Web UI, enable the server Performance Over Power Redundancy option . Using the RACADM utility, run the following command \"racadm config -g cfgChassisPower -o cfgChassisPerformanceOverRedundancy 1\". Then retry the operation."
+ },
+ "PWR8585": {
+ "Description": "Chassis Management Controller granted the power required to turn on the server identified in the message.",
+ "Message": "Chassis Management Controller granted the power required to turn on server-%1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8586": {
+ "Description": "The Chassis does not support the server identified in the message.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because it is not supported in the VRTX chassis.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The server inserted is not supported in the Chassis. Remove the server from the Chassis."
+ },
+ "PWR8587": {
+ "Description": "The server cannot be turned on if the chassis enclosure is open.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because the chassis enclosure is open.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The chassis enclosure is open. Retry the operation after closing the enclosure."
+ },
+ "PWR8588": {
+ "Description": "The server identified in the message cannot be turned on while a chassis infrastructure firmware update operation is in progress.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because a chassis infrastructure firmware update is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "The chassis infrastructure firmware update is in progress. Retry the operation after the firmware update is complete."
+ },
+ "PWR8589": {
+ "Description": "The PCIe Mezzanine card in the slot B1 is absent. Without PCIe Mezzanine cards, the chassis PCIe cards will not be available for servers.",
+ "Message": "The server-%1 does not have PCIe Mezzanine card in slot B1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Insert a PCIe Mezzanine card in slot B1."
+ },
+ "PWR8590": {
+ "Description": "The PCIe Mezzanine card in the slot C1 is absent. Without PCIe Mezzanine cards, the chassis PCIe cards will not be available for servers.",
+ "Message": "The server-%1 does not have PCIe Mezzanine card in slot C1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Insert a PCIe Mezzanine card in slot C1."
+ },
+ "PWR8591": {
+ "Description": "Before inserting hard disk drives, always make sure the Chassis has enough available power. Otherwise operating servers may be turned off.",
+ "Message": "Servers are turned off to allocate power to the newly inserted hard disk drives.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure there is enough power supply to distribute power. Go to, the Chassis Overview > Power > Power Budget Status. In the Total Input Power Available For Allocation field, view the available power. To add more power, insert more PSUs or remove unused components from the chassis."
+ },
+ "PWR8592": {
+ "Description": "The request to turn on or turn off the chassis was issued before the previous power operation was completed.",
+ "Message": "Chassis Management Controller is unable to turn on or turn off the chassis because another chassis power operation is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation after the current operation is complete."
+ },
+ "PWR8593": {
+ "Description": "The chassis power operation cannot be performed when a chassis infrastructure firmware update is in progress.",
+ "Message": "Chassis Management Controller is unable to turn on or turn off the chassis because the chassis infrastructure component firmware update is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation after the chassis infrastructure component firmware update is complete."
+ },
+ "PWR8594": {
+ "Description": "The available power is not sufficient to enable the Enhanced Cooling Mode feature.",
+ "Message": "Chassis Management Controller is unable to set the Enhanced Cooling Mode because the requested power %1 AC Watt is more than available power %2 AC Watt.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure there is enough power supply to enable the Enhanced Cooling Mode feature. Go to, the Chassis Overview > Power > Power Budget Status. In the Total Input Power Available For Allocation field view the available power. To add more power, insert more PSUs or remove unused components from the chassis."
+ },
+ "PWR8595": {
+ "Description": "The turn-on request for the server identified in the message did not succeed because of insufficient power to the chassis component identified in the message.",
+ "Message": "Chassis Management Controller is unable to turn on server %1 due to insufficient power for the %2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "The Chassis Management Controller (CMC) will retry turning on the server and the corresponding components associated to the server after a predefined interval. If the issue persists, refer to the Managing and Monitoring Power section in the CMC User Guide for more information on configuring power management settings."
+ },
+ "PWR8596": {
+ "Description": "The Chassis Management Controller cannot turn on the server identified in the message, because PSU redundancy is lost or PSUs are removed. Sufficient power is not available for the operation.",
+ "Message": "Chassis Management Controller is unable to turn on server-%1 because PSU redundancy is lost and the available power is insufficient.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure there is enough power supply to distribute power. Go to, the Chassis Overview > Power > Power Budget Status. In the Total Input Power Available For Allocation field, view the available power. To add more power, insert more PSUs or remove unused components from the chassis. When enough power is available, retry the operation."
+ },
+ "PWR8597": {
+ "Description": "The identified Power Supply Unit (PSU) is turned off because it is not supported by the Chassis.",
+ "Message": "The Power Supply Unit (PSU) %1 is turned off because it is not supported by the Chassis.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the PSU identified in the message with an appropriate unit, and then retry the operation. For a list of PSUs that are compatible, consult the system Owner's Manual or contact your service provider."
+ },
+ "PWR8598": {
+ "Description": "The Power Supply Unit (PSU) identified in the message is turned off because it is not compatible with the other PSUs in the Chassis.",
+ "Message": "The Power Supply Unit (PSU) %1 is turned off because it is not compatible with the other PSUs used in the Chassis.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Replace the PSU with an appropriate unit, and then retry the operation. For a list of PSUs that are compatible, consult the system Owner's Manual or contact your service provider."
+ },
+ "PWR8601": {
+ "Description": "The power buttons for all multinode sleds in the chassis are disabled. The operation to disable the power button is only applicable to the multinode sleds available, and does not affect other servers in the chassis.",
+ "Message": "The multinode sled power button is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable the chassis power button use the CMC RACADM command line interface (CLI) or CMC Web interface. At the CLI, enter \"racadm config -g cfgChassisPower -o cfgChassisSledPowerButtonEnable 1\". Using the Web interface, click Server Overview > Power > Control. Clear the Disable power button for all multinode sleds in the chassis\" check box."
+ },
+ "PWR8602": {
+ "Description": "The power buttons for all multinode sleds in the chassis are enabled. The operation to enable the power button is only applicable to the multinode sleds available, and does not affect other servers in the chassis.",
+ "Message": "The multinode sled power button is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "To disable the chassis power button use the CMC RACADM command line interface (CLI) or CMC Web interface. At the CLI, enter \"racadm config -g cfgChassisPower -o cfgChassisSledPowerButtonEnable 0\". Using the Web interface, click Server Overview > Power > Control. Select the \"Disable power button for all multinode sleds in the chassis\" check box."
+ },
+ "PWR8654": {
+ "Description": "CMC could not successfully send the power allocation information to the component identified in the message, because either iDRAC is stopped after the power allocation was sent by CMC or the communication between CMC and iDRAC has ended.",
+ "Message": "Chassis Management Controller (CMC) is unable to send power allocation information to the component %1-%2.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Perform a Virtual Reseat operation of the component, and then retry the operation. To virtually reseat a component, log in to the CMC Web interface, select Chassis Overview > Troubleshooting > Reset Components > select the option corresponding to the component, and then click Virtual Reseat."
+ },
+ "PWR8655": {
+ "Description": "CMC could not successfully turn on the component identified in the message, because of insufficient power available.",
+ "Message": "Chassis Management Controller (CMC) is unable to turn on the component %1-%2 because of insufficient power. The minimum required power is %3 AC Watts, but only %4 AC Watts is available.",
+ "Severity": "Warning",
+ "NumberOfArgs": 4,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure there is sufficient power available, and then retry the operation. To view the available power, on the CMC Web interface, click Chassis Overview > Power > Power Budget Status. The available power is displayed in the Total Input Power Available For Allocation field. To increase available power, add more PSUs or remove unused components from the Chassis."
+ },
+ "PWR8656": {
+ "Description": "CMC could not successfully turn on the component identified in the message, because of insufficient power available.",
+ "Message": "Chassis Management Controller (CMC) is unable to turn on the component %1-%2 because of insufficient power.",
+ "Severity": "Warning",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure there is sufficient power available, and then retry the operation. To increase available power, add more PSUs, use PSUs with higher voltage inputs or a higher power rating, remove unused components from the Chassis, or change the redundancy policy to Redundancy Alerting Only or Non-redundant."
+ },
+ "PWR8663": {
+ "Description": "The server identified in the message could not be successfully turned on because of incompatibility between the I/O module and mezzanine card.",
+ "Message": "Unable to turn on the server %1 because of an inconsistency between the I/O module and mezzanine card.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the I/O module and mezzanine card are compatible. For information about compatibility of hardware components, see the Modular System Chassis Hardware Manual."
+ },
+ "PWR8664": {
+ "Description": "The power configuration property dynamic power supply engagement feature is disabled or enabled as identified in the message.",
+ "Message": "The Dynamic Power Supply Engagement feature is %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8665": {
+ "Description": "The property chassis power button is either enabled or disabled as identified in the message.",
+ "Message": "The Chassis power button is %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8666": {
+ "Description": "The iKVM power cycle operation is initiated.",
+ "Message": "The iKVM power cycle operation is initiated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8667": {
+ "Description": "Chassis Management Controller (CMC) is resetting iKVM to its default settings.",
+ "Message": "Chassis Management Controller (CMC) is resetting iKVM to its default settings.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8668": {
+ "Description": "Chassis Management Controller (CMC) has initiated the process of resetting iKVM.",
+ "Message": "Chassis Management Controller (CMC) has initiated the process of resetting iKVM.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8669": {
+ "Description": "The server identified in the message could not be successfully turned on because of incompatibility between the chassis PCIe components and mezzanine card.",
+ "Message": "Unable to turn on the server %1 because of an inconsistency between the chassis and server components.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the chassis PCIe components and mezzanine card are compatible. For information about compatibility of hardware components, see the Modular System Chassis Hardware Manual available at the support site."
+ },
+ "PWR8670": {
+ "Description": "The server identified in the message cannot be turned on if the Connector Limit for the subsystems identified in the message is exceeded .",
+ "Message": "Unable to turn on server%1 because the required power %2 AC Watts exceeds the subsystem Connector Limit %3 AC Watts for IO modules, Blowers and Servers.",
+ "Severity": "Warning",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure the system operates within the subsystem Connector Limit for the components specified. To review power budget information select Chassis Overview -> Power -> Budget Status. Turn off unused components within the subsystem to make power available for the server to turn on or turn off low priority servers and try the operation again."
+ },
+ "PWR8671": {
+ "Description": "The Enhanced Cooling Mode feature cannot be enabled because the requested power exceeds the Chassis subsystem power limit for IO Modules, Blowers and Servers.",
+ "Message": "The Chassis Management Controller is unable to set the Enhanced Cooling Mode because the requested power %1 AC Watts exceeds the subsystem power limit %2 AC Watts for IO Modules, Blowers and Servers.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Make sure the system operates within the subsystem Connector Limit for the components specified. To review power budget information select Chassis Overview -> Power -> Budget Status. Turn off unused components within the subsystem to make power available to set Enhanced Cooling Mode."
+ },
+ "PWR8672": {
+ "Description": "The server identified in the message does not have a card in the Mezzanine slot as identified in the message. A mezzanine card position is identified with the following numbers: For quarter-width server, the position number is 1. For half-width server mezzanine C & B maps to position numbers 1 & 2 respectively. For full-width server, mezzanine C & B on the upper- or left part of the server maps to position numbers 1 & 2 respectively. Mezzanine C & B on the lower- or right part of the server maps to position numbers 3 & 4 respectively.",
+ "Message": "The server in slot %1 does not have a %2 mezzanine card in slot %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Insert a mezzanine card in the slot identified in the message."
+ },
+ "PWR8673": {
+ "Description": "Displays voltage change with power configuration change.",
+ "Message": "%1chassis configuration detected at %2%3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8674": {
+ "Description": "Unable to change the value of the Allow 110 VAC Operation property because it is not supported in NEBS configuration PWR or PSU.",
+ "Message": "Unable to change the value of Allow 110 VAC Operation property because it is not supported in NEBS configuration PWR or PSU.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8675": {
+ "Description": "AC power supply is detected in the NEBS configuration.",
+ "Message": "AC power supply is detected in the NEBS configuration.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8676": {
+ "Description": "The chassis power property identified in the message cannot be set.",
+ "Message": "Unable to set the chassis power property %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Contact your service provider."
+ },
+ "PWR8677": {
+ "Description": "Dynamic Power Supply Engagement configuration is changed.",
+ "Message": "Dynamic Power Supply Engagement configuration is changed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "PWR8678": {
+ "Description": "The power property identified in the message is changed as identified in the message.",
+ "Message": "The value of the property %1 is %2.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8680": {
+ "Description": "The firmware identified in the message does not support the storage sled.",
+ "Message": "The %1 firmware in the server slot %2 does not support the storage sled.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Update the firmware identified in the message to the supported latest available version. See the latest iDRAC User Guide for information on the versions that support the storage sled."
+ },
+ "PWR8681": {
+ "Description": "The firmware identified in the message does not support the PCIe reassignment operation.",
+ "Message": "The %1 firmware in the server slot %2 does not support additional PCIe slots.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Update the firmware identified in the message to the supported latest available version. See the latest iDRAC User Guide for information on the versions that support the PCIe reassignment."
+ },
+ "PWR8682": {
+ "Description": "The Chassis Management Controller (CMC) is unable to turn on the storage sled controller identified in the message. The Chassis storage sled controller is unable to turn on due to a configuration or hardware issue.",
+ "Message": "Unable to turn on the storage sled controller %1 in slot %2 because the %3 module is not functioning.",
+ "Severity": "Critical",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "Remove the storage sled identified in the message, re-insert it and observe whether the issue is resolved. If the issue persists, contact your service provider."
+ },
+ "PWR8683": {
+ "Description": "A Virtual Reseat for the peripheral sled identified in the message is initiated. A Virtual Reseat is the same as removing and inserting a peripheral sled.",
+ "Message": "Initiated the Virtual Reseat of peripheral %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8684": {
+ "Description": "The storage sled controller in the slot identified in the message turned on successfully.",
+ "Message": "Storage sled controller %1 in slot %2 turned on successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8685": {
+ "Description": "The firmware identified in the message supports the storage sled.",
+ "Message": "The %1 firmware in the server slot %2 supports the storage sled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "PWR8686": {
+ "Description": "The Chassis Management Controller (CMC) is unable to turn on the storage sled controller identified in the message because iDRAC version installed on the server is not compatible.",
+ "Message": "The Chassis Management Controller (CMC) is unable to turn on the storage sleds associated with server in slot %1 because the iDRAC firmware version in the server does not support the chassis storage module.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Update the iDRAC firmware identified in the message to the supported latest available version and retry the operation. For information about the supported firmware versions, refer to the Chassis Management Controller user's Guide available at the support site."
+ },
+ "PWR8687": {
+ "Description": "The Chassis Management Controller (CMC) is unable to turn on the storage sled controller installed on the server in the slot identified in the message because the server does not have a Mezzanine card. A Mezzanine card position is identified with the following numbers: For quarter-width server, the position number is 1. For half-width server mezzanine C & B maps to position numbers 1 & 2 respectively. For full-width server, Mezzanine C & B on the upper- or left part of the server maps to position numbers 1 & 2 respectively. Mezzanine C & B on the lower- or right part of the server maps to position numbers 3 & 4 respectively.",
+ "Message": "The Chassis Management Controller (CMC) is unable to turn on the storage sled controller installed on server in slot %1 because the server does not have a Mezzanine card.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Install a Mezzanine card in the Mezzanine card slot of the server identified in the message, and then retry the operation."
+ },
+ "RAC001": {
+ "Description": "The command was successful.",
+ "Message": "The command was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC002": {
+ "Description": "An unknown error occurred.",
+ "Message": "General failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Rerun the command. 2) Reset iDRAC and retry the operation."
+ },
+ "RAC003": {
+ "Description": "One or more required parameters for the method are missing.",
+ "Message": "Missing required parameter %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Refer to the profile document and provide the required parameters."
+ },
+ "RAC004": {
+ "Description": "The parameter value for the given parameter is invalid.",
+ "Message": "Invalid parameter value for %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Provide a valid parameter value for specified parameter."
+ },
+ "RAC005": {
+ "Description": "The name value pairs do not match in the input specified in the method invocation parameters.",
+ "Message": "Mismatch in AttributeName and AttributeValue count.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide a valid (AttributeName, AttributeValue) pair."
+ },
+ "RAC006": {
+ "Description": "The attribute value cannot be changed because it is of read-only type.",
+ "Message": "The attribute value cannot be changed because it is of read-only type.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC007": {
+ "Description": "The attribute value is outside the acceptable range.",
+ "Message": "The attribute value is outside the acceptable range.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a value within the range and retry the operation. For more information about the acceptable range, refer to the Dell Lifecycle Controller Remote Services Quick Start Guide and DCIM Profile Documents available at the support site."
+ },
+ "RAC008": {
+ "Description": "The attribute boolean value is not valid for the specified attribute.",
+ "Message": "Invalid boolean Value",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Provide valid boolean value for the specified attribute."
+ },
+ "RAC009": {
+ "Description": "The requested operation cannot be completed because the length of the input string exceeds maximum length allowed.",
+ "Message": "Input string length exceeds maximum length.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the string length and retry the operation. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "RAC010": {
+ "Description": "The input value for the attribute being set contains characters that are not allowed.",
+ "Message": "Input contains invalid character.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation using valid input characters. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "RAC0100": {
+ "Description": "Communication with the Smart Card has been lost.",
+ "Message": "The Smart Card is removed. Further communication is not possible.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert a valid Smart Card and try again."
+ },
+ "RAC0101": {
+ "Description": "The data returned is not in a known format.",
+ "Message": "The inserted Smart Card is not valid or the Smart Card reader is not supported.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "This error may occur because:1. Smart Card is invalid. Insert a valid Smart Card and try again. 2. Check connection between reader and system.3. There may be an issue with the Smart Card reader. Try reinstalling the reader driver or use a different reader."
+ },
+ "RAC0102": {
+ "Description": "The software to communicate with the Smart Card is not loaded in this browser. Smart Card can be used for log in only if the appropriate Smart Card software is installed in the browser.",
+ "Message": "The Smart Card Logon plug-in is not installed. Install the plug-in from the iDRAC Web GUI to log in using Smart Card.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Install the plug-in prompted by the iDRAC Web GUI to log in using Smart Card."
+ },
+ "RAC0103": {
+ "Description": "Smart Card login is only supported in newer versions of Internet Explorer.",
+ "Message": "This browser does not support Smart Card logon on iDRAC. Use Internet Explorer version 7.0 or later to use this feature.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "See the iDRAC help text or documentation for a list of supported browsers."
+ },
+ "RAC0104": {
+ "Description": "An invalid PIN was entered. Too many log in attempts with a Smart Card login can result in a user being locked out of the system.",
+ "Message": "An incorrect PIN was entered.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "1. Enter a valid Smart Card PIN and try again.2. Use a different Smart Card."
+ },
+ "RAC0105": {
+ "Description": "Communication with the Smart Card reader cannot be established, or is lost.",
+ "Message": "The Smart Card reader cannot be detected. Check whether the reader is installed correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "This error may occur because:1. Check connection between reader and system.2. There may be an issue with the Smart Card reader. Try reinstalling the reader driver or use a different reader."
+ },
+ "RAC0106": {
+ "Description": "Communication with the Smart Card reader is established and a Smart Card is inserted, but there are problems reading the Smart Card.",
+ "Message": "The Smart Card cannot be detected. Insert the Smart Card correctly.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "This error may occur because:1. Make sure the Smart Card is seated correctly.2. Smart Card is invalid. Insert a valid Smart Card and try again. 3. Check connection between reader and system.4. There may be an issue with the Smart Card reader. Try reinstalling the reader driver or use a different reader."
+ },
+ "RAC0107": {
+ "Description": "Communication with the Smart Card reader is established and a Smart Card is inserted, but there are problems accessing the Smart Card. The appropriate Cryptographic Service Provider (CSP) drivers are not installed.",
+ "Message": "The inserted Smart Card cannot be recognized. Ensure that the correct Smart Card CSP drivers are installed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "There may be an issue with the Smart Card Cryptographic Service Provider (CSP) drivers. Use the client OS to install CSP driver. If the OS has problem with Smart Card, then there will have problem using the Smart Card. So make sure Smart Card can login with Windows OS."
+ },
+ "RAC0108": {
+ "Description": "A non-specific error is detected when accessing the Smart Card.",
+ "Message": "An internal error is encountered. Insert a valid Smart Card and try again.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Review the error message preceding or following this message."
+ },
+ "RAC011": {
+ "Description": "A Job has already been scheduled to apply pending iDRAC attribute values. Additional configuration operations are not allowed while there is a configuration Job pending execution.",
+ "Message": "A configuration Job already exists, cannot process more set operations.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the scheduled Job to complete before setting more attributes."
+ },
+ "RAC0113": {
+ "Description": "Data entered is not an integer value in the valid range of numbers.",
+ "Message": "Remote Syslog Port value is invalid: Valid range is 1-65535 or 0x1-0xFFFF.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a Remote Syslog Port number. Expected range: [1-65535 or 0x1-0xFFFF]."
+ },
+ "RAC0115": {
+ "Description": "The IPv4 address does not conform to the addressing standard or the supported IPv4 address range.",
+ "Message": "The Destination IP Address value is invalid.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the Destination IP Address value between [1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)]."
+ },
+ "RAC0116": {
+ "Description": "The entered IPv6 address does not conform to the addressing standard or the supported IPv6 address range.",
+ "Message": "Invalid Destination IPv6 Address.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Destination IPv6 Address."
+ },
+ "RAC0117": {
+ "Description": "The SD card is not present, or communication with the SD card is lost. This could result in reduced functionality and capabilities.",
+ "Message": "SD card is unavailable.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "This error may occur because: 1. Make sure the SD card is seated correctly. 2. The SD card is invalid. Insert a valid SD card of size greater than 256MB and try again."
+ },
+ "RAC0118": {
+ "Description": "The SD card is not a valid vFlash SD card. The use of non-Dell media prevents the use of some extended capabilities and functions.",
+ "Message": "Unsupported vFlash SD card detected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert a supported vFlash SD card."
+ },
+ "RAC012": {
+ "Description": "The user credentials supplied do not have sufficient privileges to perform the operation.",
+ "Message": "Unable to perform the operation because of insufficient user privileges.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation with user credentials authorized for the requested operation."
+ },
+ "RAC0120": {
+ "Description": "Requested partition size exceeds the available space.",
+ "Message": "The selected partition size exceeds the available space.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a partition size smaller than the unused space on the vFlash SD card."
+ },
+ "RAC0121": {
+ "Description": "SD card not readable. The card must be initialized.",
+ "Message": "SD card is not initialized.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Initialize the SD card before it can be used."
+ },
+ "RAC0124": {
+ "Description": "All characters in the label must be alphanumeric.",
+ "Message": "Invalid label: Label must be exclusively alphanumeric characters.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter all alphanumeric characters."
+ },
+ "RAC0126": {
+ "Description": "The label field is empty. A label is required to create an empty partition.",
+ "Message": "The label value is invalid. Expected range: 1-6 alphanumeric characters.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a label that contains one to six alphanumeric characters."
+ },
+ "RAC0127": {
+ "Description": "Size must be a whole number.",
+ "Message": "The specified size must be a non-fractional numeric value.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a whole number for the size field."
+ },
+ "RAC0128": {
+ "Description": "A non-specific error has been detected while accessing the vFlash.",
+ "Message": "An error has occurred in vFlash.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation again in a few minutes. If the problem persists, reset iDRAC before trying the operation again."
+ },
+ "RAC0129": {
+ "Description": "No status response was returned after completing the initialization request.",
+ "Message": "An error has occurred while initializing the SD card.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try reinitializing the card again in a few minutes."
+ },
+ "RAC013": {
+ "Description": "The method cannot be run because an invalid FQDD is entered.",
+ "Message": "Unable to run the method because an invalid FQDD is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid FQDD and retry the operation."
+ },
+ "RAC0130": {
+ "Description": "A separate message will provide more detail about this error which was detected while creating the vFlash partition.",
+ "Message": "An error has occurred while creating a partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0131": {
+ "Description": "A separate message will provide more detail about this error which was detected while deleting the vFlash partition.",
+ "Message": "An error has occurred while deleting a partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0132": {
+ "Description": "A separate message will provide more detail about this error which was detected while formatting the vFlash partition.",
+ "Message": "An error has occurred while formatting a partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0133": {
+ "Description": "A non-specific error has been detected when downloading the partition.",
+ "Message": "An error has occurred while downloading a partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try downloading the partition again in a few minutes. If the problem persists, reset iDRAC before trying the operation again."
+ },
+ "RAC0134": {
+ "Description": "The SD card is not a valid vFlash SD card. The use of non-Dell media prevents the use of some extended capabilities and functions.",
+ "Message": "This operation is unavailable for non-vFlash SD cards.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Insert a valid vFlash SD card."
+ },
+ "RAC0135": {
+ "Description": "A separate message will provide more detail about this error which was detected while detaching the vFlash partition.",
+ "Message": "An error has occurred while detaching a partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0136": {
+ "Description": "A separate message will provide more detail about this error which was detected while attaching the vFlash partition.",
+ "Message": "An error has occurred while attaching a partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0137": {
+ "Description": "A separate message will provide more detail about this error which was detected while changing the read-write state of the vFlash partition.",
+ "Message": "An error has occurred while changing the read-write state for the partition.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0138": {
+ "Description": "The retrieved certificate came back as a null or empty document.",
+ "Message": "A valid certificate is not loaded.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Upload a valid certificate."
+ },
+ "RAC014": {
+ "Description": "The method cannot be run because an invalid attribute name is entered.",
+ "Message": "Unable to run the method because an invalid attribute name is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid attribute name and retry the operation."
+ },
+ "RAC0140": {
+ "Description": "The firmware update process returned an 'Update Failed' status.",
+ "Message": "Firmware update has failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the firmware update again in a few minutes. If the problem persists, try uploading the firmware through another interface such as Web GUI, RACADM, or DUPs."
+ },
+ "RAC0141": {
+ "Description": "Firmware update verification process failed; the firmware update status is unknown.",
+ "Message": "Firmware update verification failed: The update status is unknown.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify if the firmware has been updated by checking the new firmware version number. If it has not been updated try the firmware update again in a few minutes. If the problem persists, try uploading the firmware through another interface such as Web GUI, RACADM, or DUPs."
+ },
+ "RAC0142": {
+ "Description": "The firmware update process identified an invalid firmware image.",
+ "Message": "File is not valid for iDRAC firmware update.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Upload a valid iDRAC firmware image."
+ },
+ "RAC0146": {
+ "Description": "Firmware rollback operation failed.",
+ "Message": "Firmware rollback has failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation after a few minutes. If the problem persists, reset iDRAC and repeat the operation."
+ },
+ "RAC0147": {
+ "Description": "Firmware rollback image is missing or is corrupt.",
+ "Message": "Rollback firmware is not available.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Upload a new firmware image."
+ },
+ "RAC0148": {
+ "Description": "While the system is powered off it is unable to retrieve information about the batteries.",
+ "Message": "Unable to retrieve the batteries information. The system is powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the system on to view this information."
+ },
+ "RAC0149": {
+ "Description": "While the system is powered off it is unable to retrieve information about the fans.",
+ "Message": "Unable to retrieve the fan information. The system is powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the system on to view this information."
+ },
+ "RAC015": {
+ "Description": "The input attribute value is not valid for the attribute identified in the message.",
+ "Message": "Unable to run the method because the input value is not one of the possible values for AttributeName %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Provide valid attribute value for the attribute identified in the message and retry the operation."
+ },
+ "RAC0150": {
+ "Description": "While the system is powered off it is unable to retrieve information about system intrusion.",
+ "Message": "Unable to retrieve the intrusion sensor information. The system is powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the system on to view this information."
+ },
+ "RAC0151": {
+ "Description": "While the system is powered off it is unable to retrieve information about removable flash media.",
+ "Message": "Unable to retrieve the removable flash media information. The system is powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the system on to view this information."
+ },
+ "RAC0152": {
+ "Description": "While the system is powered off it is unable to retrieve information about power supplies.",
+ "Message": "Unable to retrieve the power supply information. The system is powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the system on to view this information."
+ },
+ "RAC0153": {
+ "Description": "Power redundancy is typically used to protect equipment from unexpected power disruption that could cause data loss or hardware damage.",
+ "Message": "Non-redundant power mode: Check the system hardware manual for implications.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "It is recommended to use power redundancy."
+ },
+ "RAC0154": {
+ "Description": "Displayed when a group of redundant power supplies has one or more individual power supplies with bad status.",
+ "Message": "Non-redundant power mode: Secondary power supply has degraded.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Replace the degraded power supply unit. Check the Power Supplies page for more information."
+ },
+ "RAC0155": {
+ "Description": "While the system is powered off it is unable to retrieve information about system temperature.",
+ "Message": "Unable to retrieve the temperature information. The system is powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the system on to view this information."
+ },
+ "RAC0156": {
+ "Description": "While the system is powered off it is unable to retrieve information about system voltage.",
+ "Message": "Unable to retrieve the voltage information. The system is powered off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the system on to view this information."
+ },
+ "RAC0158": {
+ "Description": "The Kerberos keytab is needed by the iDRAC to authenticate itself to the Kerberos (Active Directory) server. It is created on the AD server, and issued for the iDRAC. Its like a password, and therefore should be kept secret.",
+ "Message": "Uploading kerberos keytab has failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "The Kerberos keytab file may be corrupt. Upload a valid Kerberos keytab file."
+ },
+ "RAC0159": {
+ "Description": "Certificate upload failed because there is no pending Certificate Signing Request (CSR) or private key.",
+ "Message": "Certificate upload failed: No pending CSR or private key.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Upload failed due to no pending Certificate Signing Request (CSR). Try creating a new CSR and then upload the certificate."
+ },
+ "RAC016": {
+ "Description": "The method cannot be run because an invalid attribute name is entered.",
+ "Message": "Unable to run the method because an invalid attribute name is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid attribute name and retry the operation."
+ },
+ "RAC0160": {
+ "Description": "Certificate upload failed because the certificate could not be validated.",
+ "Message": "Certificate upload failed: Cannot validate the certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Certificate may be corrupt. Try creating a new Certificate Signing Request (CSR) and then upload the certificate."
+ },
+ "RAC0163": {
+ "Description": "The hardware identity certificate is either missing or corrupted. If the hardware identity certificate is missing, certain security features are not enabled.",
+ "Message": "The hardware identity certificate is either missing or corrupted.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To restore the hardware identify certificate, replace the iDRAC board."
+ },
+ "RAC0169": {
+ "Description": "Certificate upload failed because the certificate is not valid.",
+ "Message": "Certificate upload failed: Certificate is not valid.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Certificate may be corrupt. Try creating a new Certificate Signing Request (CSR) and then upload the certificate."
+ },
+ "RAC017": {
+ "Description": "The requested job has been created.",
+ "Message": "Job created to apply the attribute value.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0171": {
+ "Description": "Certificate upload failed because the certificate has expired.",
+ "Message": "Certificate upload failed: Certificate has expired.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Certificate has expired. Try creating a new Certificate Signing Request (CSR) and then upload the certificate."
+ },
+ "RAC018": {
+ "Description": "All the tasks in the Job were attempted, but some did not complete successfully.",
+ "Message": "The Job is completed but with errors.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Examine source of the errors by inspecting the results from the Job execution, and after resolving the issues, retry the operation. Job results can be retrieved from the Lifecycle Log or the WSMan API."
+ },
+ "RAC0180": {
+ "Description": "Certificate upload failed. Unable to get local issuer certificate. The local issuer certificate is the certificate for the Certificate Authority (CA) that has signed the certificate for the Active Directory (AD) server, unless it is self signed. The iDRAC needs to verify that the CA is legitimate.",
+ "Message": "Certificate upload failed: Unable to get local issuer certificate from the Certification Authority (CA) for confirming the CA is legitimate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Certificate has expired. Try creating a new CSR and then upload the certificate."
+ },
+ "RAC0181": {
+ "Description": "The iDRAC recovered from a firmware Bootloader error that occurred because of the reason identified in the message.",
+ "Message": "The iDRAC recovered from a firmware boot loader error with the following reason : %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "RAC0182": {
+ "Description": "The iDRAC was reset for the reason identified in the message. The reasons may include: AC Power Cycle, Watchdog timer expiry, or a reset initiated via user interface or ID Button.",
+ "Message": "The iDRAC firmware was rebooted with the following reason: %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "RAC019": {
+ "Description": "The submitted job did not complete successfully.",
+ "Message": "Job did not complete successfully.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Examine source of the errors by inspecting the results from the job execution, and after resolving the issues, retry the operation. Job results can be retrieved from the Lifecycle Log or the WSMan API."
+ },
+ "RAC020": {
+ "Description": "The submitted job completed successfully.",
+ "Message": "Completed",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0206": {
+ "Description": "Certificate upload failed because this is not a certificate file.",
+ "Message": "Certificate upload failed: Not a certificate file.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Upload a valid certificate."
+ },
+ "RAC0207": {
+ "Description": "Certificate upload failed possibly due to poor network connection.",
+ "Message": "Certificate upload failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation again in a few minutes. If the problem persists, issue a new Certificate Signing Request (CSR) and try again."
+ },
+ "RAC0208": {
+ "Description": "Upload failed possibly due to invalid key data.",
+ "Message": "Upload failed: May be due to invalid key data.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Upload a certificate with a valid key."
+ },
+ "RAC0209": {
+ "Description": "Certificate upload failed because iDRAC unable to upload at this time.",
+ "Message": "Certificate upload failed: iDRAC unable to upload at this time.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation again in a few minutes."
+ },
+ "RAC021": {
+ "Description": "The static values for IPAddress Net mask or Gateway cannot be set because DHCP is enabled.",
+ "Message": "Unable to set static values for IPAddress Net mask or Gateway because DHCP is Enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable DHCP to set static values for IPAddress Net mask or Gateway."
+ },
+ "RAC0211": {
+ "Description": "Firmware update has failed. This may be due to a corrupt firmware image, poor network connection, or another issue.",
+ "Message": "Firmware update has failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Download a new firmware image and try loading the firmware again."
+ },
+ "RAC0212": {
+ "Description": "This is a generic error message used on all the login pages.",
+ "Message": "Login failed. Verify that username and password is correct.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter valid credentials."
+ },
+ "RAC0213": {
+ "Description": "Login page is missing a username.",
+ "Message": "Missing Username.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid username."
+ },
+ "RAC0214": {
+ "Description": "Login page is missing a password.",
+ "Message": "Missing Password.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid password."
+ },
+ "RAC0215": {
+ "Description": "Login failed because the user does not have 'Login to iDRAC' privilege.",
+ "Message": "Login failed: User does not have 'Login to iDRAC' privilege.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Login to iDRAC' privilege is needed."
+ },
+ "RAC0216": {
+ "Description": "Login failed because of an unknown reason.",
+ "Message": "Login failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation after a few minutes. If the problem persists, reset iDRAC and repeat the operation."
+ },
+ "RAC0217": {
+ "Description": "Client did not receive a response for the login request.",
+ "Message": "iDRAC is not responding.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try pinging the iDRAC and then try again."
+ },
+ "RAC0218": {
+ "Description": "A maximum of 4 iDRAC Web GUI sessions can be open at any time.",
+ "Message": "The maximum number of user sessions is reached.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Close one or more sessions before opening another session."
+ },
+ "RAC0219": {
+ "Description": "Requested power state change has failed.",
+ "Message": "Power command failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation after a few minutes. If the problem persists, reset iDRAC and repeat the operation."
+ },
+ "RAC022": {
+ "Description": "Unable to set values for User Password, IPMILan, IPMISerial or User Admin Privilege because the User Name is not configured.",
+ "Message": "Unable to set values for User Password, IPMILan, IPMISerial or User Admin Privilege because the User Name is not configured.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Set User Name before attempting to set values of other identified attributes."
+ },
+ "RAC0221": {
+ "Description": "The Destination E-mail Address can contain up to 64 characters.",
+ "Message": "The Destination E-mail Address is too long. The maximum length is 64 characters.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter an email address that contains up to 64 characters."
+ },
+ "RAC0222": {
+ "Description": "The specified email address does not match an email address format. Ex: \"janedoe@email.com".",
+ "Message": "The Destination E-mail Address is invalid.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid email address."
+ },
+ "RAC0223": {
+ "Description": "The Subject line in the email contains invalid characters.",
+ "Message": "Enter an alphanumeric value or a valid symbol for the following (see the online help for more information).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Invalid character. Enter a valid value as mentioned in the online help."
+ },
+ "RAC0224": {
+ "Description": "A partial string used to construct a complete error message.",
+ "Message": "Invalid e-mail description.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid email description."
+ },
+ "RAC0225": {
+ "Description": "Sending the test mail failed. This will prevent alert messages from being sent to this email address.",
+ "Message": "Sending the test mail failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Confirm that:1. A valid SMTP server address is configured in the iDRAC. 2. The remote email server is configured properly to send and receive emails.3. Make sure that the remote SMTP server is reachable from the iDRAC network."
+ },
+ "RAC0226": {
+ "Description": "Sending the test mail failed. This will prevent alert messages from being sent to this email address.",
+ "Message": "Send Failed: Request processing failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Confirm that:1. A valid SMTP server address is configured in the iDRAC. 2. The remote email server is configured properly to send and receive emails."
+ },
+ "RAC0227": {
+ "Description": "The SD card is not present, or communication with the SD card is lost. This could result in reduced functionality and capabilities.",
+ "Message": "SD card is not detected: Insert an SD Card of size greater than 256MB.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "This error may occur because: 1. Make sure the SD card is seated correctly. 2. The SD card is invalid. Insert a valid SD card of size greater than 256MB and try again."
+ },
+ "RAC0228": {
+ "Description": "SD Card needs to be formatted to make it usable. The card must be initialized.",
+ "Message": "SD Card is detected with an unrecognized format. Click Initialize to initialize the card.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Click Initialize to initialize the card and make it usable."
+ },
+ "RAC023": {
+ "Description": "Unable to enable the User or set values for IPMILan, IPMISerial, or User Admin Privilege because the User Password is not configured.",
+ "Message": "Unable to enable the User or set values for IPMILan, IPMISerial, or User Admin Privilege because the User Password is not configured.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Set User Password before attempting to enable the other identified attributes."
+ },
+ "RAC0230": {
+ "Description": "This message is displayed when a confirmation is required to initialize the vFlash SD Card.",
+ "Message": "This operation erases all data in the SD Card. Do you want to continue?",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to initialize the SD Card. This will erase all data. If undesired press Cancel."
+ },
+ "RAC0231": {
+ "Description": "This message is displayed when a confirmation is required to format the vFlash SD Card partition.",
+ "Message": "This operation erases all data in the partition. Do you want to continue?",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to initialize this partition of the SD Card. This action will erase all the data in this partition. If undesired press Cancel."
+ },
+ "RAC0232": {
+ "Description": "This is a specific error message used only on the default prompt login page when the user fails to enter the secure default password.",
+ "Message": "Login failed. Verify username and password is correct. The secure default password is on the pull-out Information Tag located on the front of the chassis.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter valid credentials and retry the operation."
+ },
+ "RAC0235": {
+ "Description": "When uploading an image to the vFlash partition, the operation is unresponsive, and has timed out.",
+ "Message": "vFlash image upload timed out.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try uploading the vFlash image again."
+ },
+ "RAC0236": {
+ "Description": "vFlash image upload failed because the image is not valid.",
+ "Message": "Invalid image: Upload failed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Image may be corrupt. Try uploading a valid vFlash image."
+ },
+ "RAC0237": {
+ "Description": "A separate message will provide more detail about this error which was detected while uploading the vFlash image.",
+ "Message": "An error occurred while uploading the vFlash image.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try uploading the vFlash image again."
+ },
+ "RAC0238": {
+ "Description": "vFlash is unable to service the request at this time. Try again later.",
+ "Message": "vFlash is currently in-use by another process. Try again later.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation after a few minutes."
+ },
+ "RAC0239": {
+ "Description": "The contents of a write protected SD Card cannot be modified.",
+ "Message": "SD Card is write-protected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the SD Card is not write-protected before attempting to change its contents."
+ },
+ "RAC024": {
+ "Description": "Unable to VLAN is Disabled so cannot set VLAN Priority because VLAN is Disabled.",
+ "Message": "Unable to VLAN is Disabled so cannot set VLAN Priority because VLAN is Disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable VLAN to set VLAN Priority."
+ },
+ "RAC0240": {
+ "Description": "vFlash needs to be enabled before attempting this operation.",
+ "Message": "vFlash is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable vFlash before trying the operation."
+ },
+ "RAC0241": {
+ "Description": "SD Card does not have enough free space available.",
+ "Message": "The specified size exceeds the maximum size of %1 MB.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Delete existing data or insert a SD card of greater size and retry."
+ },
+ "RAC0242": {
+ "Description": "The vFlash partition does not exist. This may be due to another user deleting that partition.",
+ "Message": "The selected partition does not exist.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Refresh the Web GUI page to see the available partitions."
+ },
+ "RAC0243": {
+ "Description": "There was a conflict with a concurrent session. Another user may have logged in using a separate browser or RACADM.",
+ "Message": "Partition failed: A partitioning conflict has occurred with another session.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "There was a conflict with a concurrent session. Refresh the page to see the currently available options."
+ },
+ "RAC0244": {
+ "Description": "This message is displayed when a duplicate vFlash partition name is entered.",
+ "Message": "The partition label must be unique.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a unique label name for the partition."
+ },
+ "RAC0245": {
+ "Description": "The vFlash partition is in-use by another process. Therefore, the current operation cannot proceed.",
+ "Message": "The partition is in-use by another process.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation after a few minutes or with another partition. If the problem persists, reset iDRAC and repeat the operation."
+ },
+ "RAC0246": {
+ "Description": "The contents of a read-only partition cannot be modified.",
+ "Message": "Partition is read-only.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the partition is writable before attempting to change its contents."
+ },
+ "RAC0247": {
+ "Description": "This message is displayed when trying to format or download to an attached vFlash partition.",
+ "Message": "The partition is currently attached.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Detach this partition and try again."
+ },
+ "RAC0248": {
+ "Description": "This message is displayed when trying to delete a vFlash partition.",
+ "Message": "This operation deletes the partition permanently. Do you want to continue?",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to delete this partition of the SD Card. This action will erase all the data in this partition. If undesired press Cancel."
+ },
+ "RAC0249": {
+ "Description": "The vFlash partition is in-use by another process. Therefore, the current operation cannot proceed.",
+ "Message": "One or more partitions are in-use by another process.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try the operation after a few minutes. If the problem persists, reset iDRAC and repeat the operation."
+ },
+ "RAC025": {
+ "Description": "Unable to set static values for DNS1 or DNS2 when DNS from DHCP is Enabled.",
+ "Message": "Unable to set values for DNS1 or DNS2 attributes because DNS from DHCP is Enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable DNS from DHCP to set values for DNS1 or DNS2."
+ },
+ "RAC0250": {
+ "Description": "The vFlash partitions are read-only. Therefore, the current operation cannot proceed.",
+ "Message": "One or more partitions are read-only.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the partitions are writable before attempting to change their contents."
+ },
+ "RAC0251": {
+ "Description": "The vFlash partitions are attached. Therefore, the current operation cannot proceed.",
+ "Message": "One or more partitions are currently attached.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Detach the partitions and try again."
+ },
+ "RAC0252": {
+ "Description": "The vFlash partitions are detached Therefore, the current operation cannot proceed.",
+ "Message": "One or more partitions are currently detached.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Attach the partitions and try again."
+ },
+ "RAC0253": {
+ "Description": "This error message is displayed to indicate that the IPv4 address does not conform to the required format.",
+ "Message": "The IP Address is invalid. Expected range: [1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)].",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IP Address. Expected range: [1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)]."
+ },
+ "RAC0254": {
+ "Description": "This error message is displayed to indicate that the IPv4 Gateway Address does not conform to the required format.",
+ "Message": "The Gateway Address is invalid. Expected range: [0.0.0.0 or 1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)].",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Gateway Address. Expected range: [0.0.0.0 or 1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)]."
+ },
+ "RAC0255": {
+ "Description": "This error message is displayed to indicate that the IPv4 Subnet Mask does not conform to the required format.",
+ "Message": "The Subnet Mask is invalid. Expected ranges are: 255.XXX.0.0 [Class A], 255.255.XXX.0 [Class B], 255.255.255.XXX [Class C], and XXX.0.0.0 [others], where XXX must be valid (0,128,192,224,240,248,252,254).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Subnet Mask. Expected ranges are: 255.XXX.0.0 [Class A], 255.255.XXX.0 [Class B], 255.255.255.XXX [Class C], and XXX.0.0.0 [others], where XXX must be valid (0,128,192,224,240,248,252,254)."
+ },
+ "RAC0256": {
+ "Description": "This error message is displayed to indicate that the Preferred DNS IPv4 address does not conform to the required format.",
+ "Message": "The Preferred DNS Server Address is invalid. Expected range: [0.0.0.0 or 1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)].",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Preferred DNS Server Address. Expected range: [0.0.0.0 or 1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)]."
+ },
+ "RAC0257": {
+ "Description": "This error message is displayed to indicate that the Alternate DNS IPv4 address does not conform to the required format.",
+ "Message": "The Alternate DNS Server Address is invalid. Expected range: [0.0.0.0 or 1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)].",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Alternate DNS Server Address. Expected range: [0.0.0.0 or 1.0.0.0 - 223.255.255.255 excluding: 127 (first octet), 0 or 255 (last octet)]."
+ },
+ "RAC0259": {
+ "Description": "This error message is displayed to indicate that the IPv6 address does not conform to the required format.",
+ "Message": "Invalid IPv6 address.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IPv6 address."
+ },
+ "RAC026": {
+ "Description": "Unable to set DNS Domain Name because \"Domain Name From DHCP\" is Enabled.",
+ "Message": "Unable to set DNS Domain Name because \"Domain Name From DHCP\" is Enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable \"Domain Name From DHCP\" to set values for DNS Domain Name."
+ },
+ "RAC0260": {
+ "Description": "The specified IPv6 address prefix length is invalid.",
+ "Message": "Invalid IPv6 prefix length. Expected range: 0-128.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IPv6 prefix length. Expected range: 0-128."
+ },
+ "RAC0261": {
+ "Description": "This error message is displayed to indicate that the IPv6 gateway address does not conform to the required format.",
+ "Message": "Invalid IPv6 gateway address.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IPv6 gateway address."
+ },
+ "RAC0262": {
+ "Description": "This error message is displayed to indicate that the Preferred IPv6 DNS Server address does not conform to the required format.",
+ "Message": "The Preferred IPv6 DNS Server Address is invalid.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Preferred IPv6 DNS server address."
+ },
+ "RAC0263": {
+ "Description": "This error message is displayed to indicate that the Alternate IPv6 DNS Server address does not conform to the required format.",
+ "Message": "The Alternate IPv6 DNS Server Address is invalid.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Alternate IPv6 DNS server address."
+ },
+ "RAC0265": {
+ "Description": "If VLAN is enabled, specify the VLAN ID and VLAN Priority.",
+ "Message": "Specify the VLAN ID and VLAN Priority.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a VLAN ID and VLAN Priority."
+ },
+ "RAC0266": {
+ "Description": "Specify a valid VLAN ID.",
+ "Message": "Invalid VLAN ID. Expected range: 1-4094.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid VLan ID. Expected range: 1-4094."
+ },
+ "RAC0267": {
+ "Description": "Specify a valid VLAN Priority.",
+ "Message": "Invalid VLAN Priority. Expected range: 0-7.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid VLAN Priority. Expected range: 0-7."
+ },
+ "RAC0268": {
+ "Description": "The NIC is disabled. This may adversely affect the current operation, and might not allow subsequent GUI interactions to this NIC.",
+ "Message": "NIC is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the NIC before performing the operation."
+ },
+ "RAC0269": {
+ "Description": "Specify a valid NIC MTU.",
+ "Message": "The NIC MTU is invalid. Expected range: 576-1500 or 0x240-0x5DC.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid NIC MTU. Expected range: 576-1500 or 0x240-0x5DC."
+ },
+ "RAC027": {
+ "Description": "Unable to set static values for Speed or Duplex when the Auto Negotiation attribute is enabled.",
+ "Message": "Unable to set values for Speed or Duplex because Auto Negotiation is Enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Auto Negotiation in order to set values for Speed or Duplex."
+ },
+ "RAC0270": {
+ "Description": "This is a warning message that continuing this operation does not allow subsequent GUI interactions to this NIC.",
+ "Message": "IPv4 and IPv6 are disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable IPv4 or IPv6 before continuing the operation."
+ },
+ "RAC0271": {
+ "Description": "Locking the user account prevents them from gaining access to iDRAC.",
+ "Message": "Continuing will lock user account.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to lock this user account. This action will prevent future access for this user. If undesired press Cancel."
+ },
+ "RAC0272": {
+ "Description": "If the Enable NIC checkbox is cleared, remote access to iDRAC is disabled.",
+ "Message": "Disabling NIC will prevent the user from accessing the iDRAC remotely through Web GUI, Remote Racadm, Ssh, and Telnet. Local Racadm and serial interface will continue to work.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable NIC only if remote access is undesired."
+ },
+ "RAC0273": {
+ "Description": "If the Enable NIC checkbox is cleared, remote access to iDRAC is disabled.",
+ "Message": "iDRAC access will be limited to running the Racadm utility on the local server or using the serial interface.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable remote access to access iDRAC remotely."
+ },
+ "RAC0274": {
+ "Description": "If the Enable NIC checkbox is cleared, remote access to iDRAC is disabled.",
+ "Message": "See the iDRAC user documentation for more information on using the Racadm utility or the serial interface.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "See iDRAC user documentation for more information on using racadm."
+ },
+ "RAC0275": {
+ "Description": "If the Enable NIC checkbox is cleared, remote access to iDRAC is disabled.",
+ "Message": "Click OK to disable the NIC. Click Cancel to keep the setting unchanged.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable NIC only if remote access is undesired."
+ },
+ "RAC0276": {
+ "Description": "If the Enable NIC checkbox is cleared, remote access to iDRAC is disabled.",
+ "Message": "To save the changes and update this page, click Apply.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Click Apply to save changes."
+ },
+ "RAC0277": {
+ "Description": "This warning message appears when IPv4 is disabled.",
+ "Message": "Disabling IPv4 prevents access to iDRAC using an IPv4 address.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Use IPv6 network to access iDRAC remotely."
+ },
+ "RAC0278": {
+ "Description": "This warning message appears when IPv6 is disabled.",
+ "Message": "Disabling IPv6 prevents access to iDRAC using an IPv6 address.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Use IPv4 network to access iDRAC remotely."
+ },
+ "RAC0279": {
+ "Description": "An invalid IPMI encryption key was entered.",
+ "Message": "Invalid Encryption Key. Expected format: 0 to 40 characters, even number of characters and no blank spaces are allowed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid encryption key of up to 40 characters. Odd number of characters and blank spaces are not allowed."
+ },
+ "RAC028": {
+ "Description": "The attributes \"DNS Domain Name From DHCP\" and \"DNS From DHCP\" are dependent on the attribute DHCP being Enabled. Currently DHCP is configured as Disabled.",
+ "Message": "Unable to Enable \"DNS Domain Name From DHCP\" or \"DNS From DHCP\" because DHCP is Disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Set DHCP attribute to Enable to be able to Enable DNS Domain Name From DHCP or DNS From DHCP."
+ },
+ "RAC0280": {
+ "Description": "This error message is displayed to indicate that the IPv4 address does not conform to the required format.",
+ "Message": "The IP Range Address is invalid. Expected range: 0.0.0.0 - 255.255.255.255.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IP Range Address. Expected range: 0.0.0.0 - 255.255.255.255."
+ },
+ "RAC0281": {
+ "Description": "This error message is displayed to indicate that the IP Subnet Mask does not conform to the required format.",
+ "Message": "The IP Subnet Mask is invalid. Expected range: 0.0.0.0 - 255.255.255.255.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IP Subnet Mask. Expected range: 0.0.0.0 - 255.255.255.255."
+ },
+ "RAC0282": {
+ "Description": "This is the number of login failures attempted from an IP address before further login attempts are rejected from that address. The default value is 10.",
+ "Message": "IP Blocking Fail Count is invalid. Expected range: 2-16.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IP Blocking Fail Count. Expected range: 2-16."
+ },
+ "RAC0283": {
+ "Description": "This is the time span (in seconds) within which IP Blocking Fail Count failures must occur to trigger the IP Blocking Penalty Time. The default value is 3600 seconds (1 hour).",
+ "Message": "IP Blocking Fail Window is invalid. Expected range: 10-65535.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IP Blocking Fail Window. Expected range: 10-65535."
+ },
+ "RAC0284": {
+ "Description": "This is the time span (in seconds) within which login attempts from an IP address with excessive failures are rejected. The default value is 3600 seconds (1 hour).",
+ "Message": "IP Blocking Fail Penalty Time is invalid. Expected range: 10-65535.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IP Blocking Fail Penalty Time. Expected range: 10-65535."
+ },
+ "RAC0285": {
+ "Description": "The user name cannot be empty when creating a user account.",
+ "Message": "User name cannot be empty.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a user name."
+ },
+ "RAC0286": {
+ "Description": "When creating a user account, the New Password and Confirm New Password fields cannot be empty.",
+ "Message": "New Password and Confirm New Password fields cannot be empty.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter valid passwords for New Password and Confirm New Password."
+ },
+ "RAC0288": {
+ "Description": "All characters entered must be alphanumeric or valid symbols.",
+ "Message": "Invalid entry: Entry must be exclusively alphanumeric characters and valid symbols.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter all alphanumeric characters and valid symbols."
+ },
+ "RAC0289": {
+ "Description": "When creating a user account, the same value must be entered for New Password and Confirm New Password.",
+ "Message": "Values in New Password and Confirm New Password fields do not match.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the same values for both New Password and Confirm New Password."
+ },
+ "RAC029": {
+ "Description": "The operation cannot be completed because necessary dependency values are not found in the input.",
+ "Message": "Unable to complete the operation because necessary dependency values are not found in the input.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the Dell Lifecycle Controller Remote Services Quick Start Guide and Profile Documents available at the support site, and then retry the operation."
+ },
+ "RAC0290": {
+ "Description": "The user name value does not accept spaces.",
+ "Message": "The user name cannot have spaces.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do not enter spaces in the user name. If desired, use underscores."
+ },
+ "RAC0291": {
+ "Description": "The user name value does not accept these characters.",
+ "Message": "The user name cannot contain: /, \\, @, ., or \" (quotation mark).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do not enter /, \\, @, ., or \" (quotation mark) for user name."
+ },
+ "RAC0292": {
+ "Description": "This error is displayed when LDAP or Active Directory cannot find its certificate.",
+ "Message": "A valid certificate is not loaded.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Load a valid certificate."
+ },
+ "RAC0293": {
+ "Description": "This error is displayed when LDAP or Active Directory cannot find an associated Certificate Authority (CA) certificate.",
+ "Message": "When certificate validation is enabled, a valid root Certificate Authority (CA) certificate must be uploaded. The CA certificate is used to verify the directory server SSL certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Upload a valid root Certificate Authority (CA) certificate."
+ },
+ "RAC0294": {
+ "Description": "The amount of time iDRAC waits before sending a partial Serial Over LAN (SOL) data packet. This parameter is specified in milliseconds. It is recommended to use 10 milliseconds for optimal performance.",
+ "Message": "The Character Accumulate Interval value is invalid. Expected range: 1-255.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Character Accumulate Interval value. Expected range: 1-255."
+ },
+ "RAC0295": {
+ "Description": "This is the number of characters per Serial Over LAN (SOL) data packet. When the number of characters accepted by iDRAC is equal to or greater than the Character Send Threshold value, iDRAC starts transmitting SOL data packets that contain the numbers of characters equal to or less than the Character Send Threshold value. If a packet contains fewer characters than this value, it is defined to be a partial SOL data packet. It is recommended to use 255 characters for optimal performance.",
+ "Message": "The Character Send Threshold value is invalid. Expected range: 1-255.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Character Send Threshold value. Expected range: 1-255."
+ },
+ "RAC0297": {
+ "Description": "The Domain Controller Address be specified for Active Directory configuration.",
+ "Message": "Specify a Domain Controller Address must be configured.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid Domain Controller Address."
+ },
+ "RAC0298": {
+ "Description": "A Root Domain Name must be specified for Active Directory configuration.",
+ "Message": "Root Domain Name must be configured.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Root Domain Name must be configured."
+ },
+ "RAC030": {
+ "Description": "This attribute is dependent on a related attribute that has an incorrect value. The related attribute is the parent in a parent-child value dependency relationship and has an affect on what values the child attribute can have.",
+ "Message": "This attribute is dependent on a related attribute that has an incorrect value.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the Lifecycle Controller - Remote Services User Guide or the DCIM iDRAC Card Profile to determine the required values for the related attribute and retry the operation with the appropriate value."
+ },
+ "RAC0301": {
+ "Description": "User will be unable to connect to Remote File Share.",
+ "Message": "Remote File Share connection is unavailable. Check the settings and try again.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure proper connectivity exists between the client and the remote file share before using this feature."
+ },
+ "RAC0302": {
+ "Description": "This error message is displayed when iDRAC does not have a valid Enterprise license.",
+ "Message": "iDRAC Express does not support this feature.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Upgrade to iDRAC Enterprise for supporting this feature."
+ },
+ "RAC0303": {
+ "Description": "This error message is displayed when Virtual Console feature is unavailable.",
+ "Message": "Virtual Console is disabled or you do not have the Access Virtual Console privilege.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable Virtual Console and ask the administrator to grant Access Virtual Console privilege."
+ },
+ "RAC0304": {
+ "Description": "Firmware update is terminated.",
+ "Message": "Firmware update is terminated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0305": {
+ "Description": "The operation cannot be completed because the requested operation timed out.",
+ "Message": "Unable to complete the operation because the requested operation timed out.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, reset iDRAC, and then retry the operation."
+ },
+ "RAC031": {
+ "Description": "The operation cannot be completed because an incorrect username is entered.",
+ "Message": "Unable to complete the operation because an incorrect username is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid username and retry the operation."
+ },
+ "RAC032": {
+ "Description": "The DNS RAC name specified is not valid.",
+ "Message": "Invalid value specified for DNS RAC name.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry operation with valid DNS RAC name."
+ },
+ "RAC033": {
+ "Description": "The specified attribute cannot be enabled since it depends on IPv4 to be enabled.",
+ "Message": "Unable to enable attribute because IPv4 is Disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable IPv4 and retry the operation."
+ },
+ "RAC034": {
+ "Description": "The job queue is full.",
+ "Message": "Unable to create a job because the job queue is full.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for existing jobs to run to completion or delete some jobs from the job queue."
+ },
+ "RAC035": {
+ "Description": "There are no pending values for the any of the iDRAC attributes.",
+ "Message": "No pending configurations.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure there are pending values for the attributes that are targeted for configuration."
+ },
+ "RAC036": {
+ "Description": "The value of the specified attribute is dependent on the value of another attribute. The current value dependency is invalid. The other attribute value must be changed before the specified attribute value can be set.",
+ "Message": "Attribute dependency failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the Lifecycle Controller-Remote Services documentation for the specified attribute dependency on another attribute value and retry the operation."
+ },
+ "RAC037": {
+ "Description": "There are no pending configurations to delete.",
+ "Message": "No pending configurations to delete.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC038": {
+ "Description": "The operation did not complete successfully because of an unknown error in the iDRAC.",
+ "Message": "Unable to perform the operation due to an unknown error in iDRAC.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the action. If the issue persists, reset the iDRAC."
+ },
+ "RAC039": {
+ "Description": "The value provided for the specified parameter is invalid.",
+ "Message": "Invalid parameter value for %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify the value for the specified parameter. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "RAC040": {
+ "Description": "One or more required parameters needed for the method invoked in the operation are missing.",
+ "Message": "Missing parameters %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Verify that all required parameters are provided. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "RAC0400": {
+ "Description": "iDRAC is running low on memory.",
+ "Message": "iDRAC memory low.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0401": {
+ "Description": "Critical error from iDRAC service recovery program.",
+ "Message": "iDRAC monitor: %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "RAC0402": {
+ "Description": "The iDRAC IO monitor has detected abnormal levels of IO to a persistent storage device. Additional logs can be collected using Support Assist for analysis.",
+ "Message": "iDRAC IO monitor: %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "RAC041": {
+ "Description": "The event filters set operation did not complete successfully due to invalid input parameters.",
+ "Message": "The set operation on the event filters failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the specified input parameters and retry the operation. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "RAC042": {
+ "Description": "The number of input parameters provided is not valid to perform the operation.",
+ "Message": "Invalid number of input parameters.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify that all required parameters are provided. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "RAC043": {
+ "Description": "Some event filter settings were not updated due to problems encountered processing the input parameters.",
+ "Message": "Unable to update some event filter settings.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the input parameters provided and retry the operation. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "RAC044": {
+ "Description": "Some event filter settings were not updated due to problems encountered processing the input parameters.",
+ "Message": "Unable to update some event filter settings.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the input parameters provided and retry the operation. Refer to the Lifecycle Controller-Remote Services documentation."
+ },
+ "RAC045": {
+ "Description": "The combination of input parameters provided did not match any event filters.",
+ "Message": "Event filter does not exist for input parameter combination.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the combination of input parameters and retry the operation."
+ },
+ "RAC046": {
+ "Description": "The event notification selected is not supported for the event filter specified.",
+ "Message": "Unsupported event notification for the event filter specified.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the iDRAC User Guide and Lifecycle Controller documentation and retry the operation with a valid event notification selection on the specified filter."
+ },
+ "RAC047": {
+ "Description": "The event action selected is not supported for the event filter specified.",
+ "Message": "Unsupported event action for the specified event filter.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Refer to the iDRAC User Guide and Lifecycle Controller documentation and retry the operation with a valid event action selection on the specified filter."
+ },
+ "RAC048": {
+ "Description": "The operation completed successfully.",
+ "Message": "The operation was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC049": {
+ "Description": "The operation did not complete successfully because of lack of memory or file space in the iDRAC.",
+ "Message": "Resource allocation failure.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the iDRAC and retry the operation."
+ },
+ "RAC050": {
+ "Description": "The country code is not entered in the correct format or does not exist. Refer to ISO 3166 for the correct country code format.",
+ "Message": "Invalid country code.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter country code in the correct format as defined in ISO 3166. For example, United States = US."
+ },
+ "RAC0500": {
+ "Description": "Batteries cannot be displayed. This error may occur if the host system is powered off or there is a bad or disconnected cable for batteries connected to the controller.",
+ "Message": "There are no batteries to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1. Check if the host system is powered off or shutdown. 2. Verify that the batteries are connected properly."
+ },
+ "RAC0501": {
+ "Description": "Physical disks cannot be displayed. This error may occur if the host system is powered off or the physical disks are removed. This may result in communication loss while retrieving controller data.",
+ "Message": "There are no physical disks to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1. Check if the host system is powered off or shutdown. 2. Check if the physical disks are inserted into the enclosure or attached to the backplane. 3. There are no out-of-band capable controllers detected."
+ },
+ "RAC0502": {
+ "Description": "Virtual disks cannot be displayed. This error may occur if the host system is powered off or there are no virtual disks created.",
+ "Message": "There are no virtual disks to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1. Check if the host system is powered off or shutdown. 2. Check if virtual disks are created."
+ },
+ "RAC0503": {
+ "Description": "Out-of-band controllers cannot be displayed. This error may occur if the host system is powered off, or controllers are removed or disconnected.",
+ "Message": "There are no out-of-band capable controllers to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check if the host system is powered off or shutdown."
+ },
+ "RAC0504": {
+ "Description": "Enclosures cannot be displayed. This error may occur if the host system is powered off, there is no enclosure connected to the controller, or there is a bad or disconnected adapter cable for the enclosure.",
+ "Message": "There are no enclosures to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1. Check if the host system is ON. 2. Check if the Storage Enclosure is ON. 3. Verify that the adapter cables are properly connected and there are no bent pins."
+ },
+ "RAC0505": {
+ "Description": "Devices are not displayed. This error may occur because these components are removed or disconnected.",
+ "Message": "There are no devices to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1. Check if the host system is ON. 2. Check if the Storage Enclosure is ON. 3. Verify that the adapter cables are properly connected and there are no bent pins."
+ },
+ "RAC0506": {
+ "Description": "This error occurs when the user tries to access a program or function that is beyond user granted privileges.",
+ "Message": "You do not have privileges to perform this operation.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact the system administrator to perform the operation or grant the required privileges."
+ },
+ "RAC0507": {
+ "Description": "The requested information cannot be displayed, because the system did not find any matching resource. This occurs because the system is turned off, resource is not present, or the resource is removed or deleted. For example, resources such as physicals disks, vFlash SD card, SSL certificate or custom signing certificate.",
+ "Message": "Unable to find the requested resource.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following and retry the operation: 1) Turn on the system. 2) Make the resource available."
+ },
+ "RAC0508": {
+ "Description": "The server encountered an unexpected condition. This may be due to invalid JavaScript Object Notation.",
+ "Message": "An unexpected error occurred.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for few minutes and refresh the page. If the problem persists, contact service provider."
+ },
+ "RAC0509": {
+ "Description": "The server is currently unable to handle the request due to temporary overloading or server maintenance.",
+ "Message": "The server is temporarily unavailable. Try again after sometime.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for few minutes and refresh the page. If the issue persists, contact service provider."
+ },
+ "RAC051": {
+ "Description": "The parameter name is not supported.",
+ "Message": "Unsupported parameter name %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Remove the unsupported parameter and retry the operation."
+ },
+ "RAC0510": {
+ "Description": "This error occurs if Lifecycle log events have not occurred recently.",
+ "Message": "There are no events to be displayed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0511": {
+ "Description": "Physical disks cannot be displayed. This error may occur if the host system is powered off, physical disks are removed, or incorrect filters are applied.",
+ "Message": "There are no physical disks to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1. Check if the host system is powered off or shutdown. 2. Check if the physical disks are inserted into the enclosure or attached to the backplane. 3. Check if correct filters are applied. 4. Check that the Storage Enclosure is on. 5. verify that the adapter cables are properly connected and there are no bent pins."
+ },
+ "RAC0512": {
+ "Description": "Virtual disks cannot be displayed. This error may occur if the host system is powered off, no virtual disks were created, or incorrect filters are applied.",
+ "Message": "There are no virtual disks to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "1. Check if the host system is ON. 2. Check if virtual disks are created. 3. Check if correct filters are applied. 4. Check if the Storage Enclosure is ON. 5. Verify that the adapter cables are properly connected and there are no bent pins."
+ },
+ "RAC0513": {
+ "Description": "There are no virtual disks to be displayed. There may be no virtual disks created, the controller(s) may not be in RAID mode, or there may be pending creation or deletion jobs that have not completed.",
+ "Message": "There are no virtual disks to be displayed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the following: 1) Check if the server is turned off. If the server is turned off, turn it on and wait until POST completes. 2) If no virtual disks are created, to start the virtual disk creation process, click #{create_virtualdisk_link}. 3) If create virtual disk operation(s) are in a pending state, complete the creation process. To complete the virtual disk(s) creation, go to the Pending Operations page and create a configuration job on the appropriate controller. 4) If delete virtual disk operation(s) are in pending state, then cancel the operation. To cancel delete virtual disk pending operation(s), go to the Pending Operations page and delete all pending operation(s) on the appropriate controller. 5) If the Controller(s) are in HBA mode, switch the controller(s) to RAID mode. To switch controller(s) to RAID mode using the F2 System Setup utility, go to Device Settings > RAID Controller > Controller Management > Advanced Controller Management > Switch to RAID mode."
+ },
+ "RAC0514": {
+ "Description": "Virtual disk(s) cannot be created because of one or more reasons identified in the Recommended Response Action.",
+ "Message": "Unable to create virtual disk(s) on the selected controller.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the following: 1) If no physical disk drives are available for virtual disk (VD) creation, install additional physical disk drives. 2) If the maximum number of VDs that can be created on the controller has been reached, a new VD cannot be created until an existing VD is deleted. 3) If the maximum number of VDs supported by drive group has been created, a new VD cannot be created until an existing VD is deleted from the selected drive group. 4) If the physical disk drive(s) are in non-RAID mode, convert them to RAID mode by pressing Ctrl+R while restarting the server, and then select the required controller. Press F2 and select the Convert to RAID capable option, and then complete the operation. 5) If a job is currently running or scheduled on the selected controller, the job must be completed or deleted before attempting a new operation. Status of the scheduled job can be viewed and managed on the Job Queue page on iDRAC. Click Job Queue link to view the status of the scheduled jobs."
+ },
+ "RAC0516": {
+ "Description": "Converting physical disk drives to RAID-compatible will overwrite any OS-created RAID arrays.",
+ "Message": "Converting physical disk drives to RAID-compatible will overwrite any OS-created RAID arrays.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that there are no OS-configured RAID arrays, and then click OK."
+ },
+ "RAC0517": {
+ "Description": "One or more of the storage controllers on the server is not managed by iDRAC.",
+ "Message": "One or more of the following storage controllers on the server is not managed by iDRAC : %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Use vendor utilities that support the storage controllers. For more information about supported vendor utilities, see the vendors website."
+ },
+ "RAC0518": {
+ "Description": "The password cannot be reset because the password does not meet the required criteria.",
+ "Message": "Unable to reset the password because the password does not meet the required criteria.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a password that contains at least one uppercase character, one lowercase character, one digit, and one special character. For information about the recommended password characters, see the iDRAC User's Guide available on the Dell Support website."
+ },
+ "RAC052": {
+ "Description": "Unable to create a configuration job because an existing configuration job is already in progress. Only one configuration job for a component can run or can be processed at any time.",
+ "Message": "Unable to create a configuration job because an existing configuration job is already in progress.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation after the existing configuration job is complete, or cancel the existing configuration job and retry the operation."
+ },
+ "RAC053": {
+ "Description": "One or more attributes being set are dependent on OS to iDRAC pass-through being enabled.",
+ "Message": "OS to iDRAC pass-through is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable OS to iDRAC pass-through and retry the previous command."
+ },
+ "RAC054": {
+ "Description": "The user account attributes cannot be reset to default values due to an internal error.",
+ "Message": "User account attributes cannot be reset to default values due to an internal error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the configuration XML file contains valid values for user account attributes and retry the operation."
+ },
+ "RAC055": {
+ "Description": "The user name for the user account cannot be cleared because the user account is enabled in the configuration XML file.",
+ "Message": "User name cannot be cleared because the user account is enabled in the input configuration XML file.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation after disabling the user account in the configuration XML file."
+ },
+ "RAC056": {
+ "Description": "The Authentication Protocol attribute for the user account identified in the message cannot be disabled because the Privacy Protocol attribute is enabled. The Privacy Protocol for the user account is not set to None.",
+ "Message": "Unable to set the Authentication Protocol attribute to None because the Privacy Protocol attribute is enabled for user ID: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Disable the Privacy Protocol attribute for the identified user ID account by setting the value to None, and retry the operation to set Authentication Protocol attribute to None."
+ },
+ "RAC0560": {
+ "Description": "RAC Software Initialization error. Monitoring data will not be available for PERC and Network Cards.",
+ "Message": "RAC Software Initialization Error",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Contact Dell Tech Support."
+ },
+ "RAC0561": {
+ "Description": "iDRAC lost connection with CMC/MM proxy component that enables agent free monitoring of PCIe slots. Agent free monitoring will not be supported for Chassis PCIe slots while this connection is not functioning.",
+ "Message": "iDRAC to CMC/MM communication link is not functioning for agent free monitoring of chassis PCIe slots.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Check the Lifecycle Log for the subsequent RAC0562 communications restored message that will indicate the link was re-established automatically. 2) If there is no subsequent RAC0562 message in the Lifecycle Log, restart the iDRAC. The iDRAC can be restarted by using the RACADM command line utility and entering \"racadm racreset\". 3) After the iDRAC has restarted, if the communications link is still not functioning, restart the CMC/MM and check the Lifecycle Log for this link error after the CMC/MM has restarted. 4) If the issue persists, contact your service provider."
+ },
+ "RAC0562": {
+ "Description": "iDRAC automatically restored connection with CMC/MM proxy component. Agent free Monitoring will now be supported for Chassis PCIe slots.",
+ "Message": "iDRAC-CMC/MM communication restored for agent free monitoring of chassis PCIe slots.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC057": {
+ "Description": "The Privacy Protocol for the user cannot be enabled because the Authentication protocol is disabled.",
+ "Message": "Unable to set Privacy Protocol to an enabled state because the Authentication Protocol attribute is set to None for the user ID: %1",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enable the Authentication Protocol attribute for the identified user ID account, and retry the operation to set the Privacy Protocol to an enabled state."
+ },
+ "RAC058": {
+ "Description": "The value provided for the specified attribute is not unique. For example, the user name for a user account must be unique.",
+ "Message": "AttributeValue is not unique for AttributeName %1.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Provide a unique value for the specified attribute. For more information about the component being managed, see the DCIM Profile documentation."
+ },
+ "RAC059": {
+ "Description": "When the Network Time Protocol (NTP) feature is enabled, the iDRAC will get time from the configured NTP server. Directly configuration of the iDRAC time is disabled when NTP is enabled.",
+ "Message": "Unable to configure iDRAC time because Network Time Protocol (NTP) is enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Network Time Protocol (NTP) and retry the operation."
+ },
+ "RAC060": {
+ "Description": "The attribute identified in the message could not be set, because certain features cannot be enabled when OMSA is installed on the server.",
+ "Message": "Unable to set the attribute because OpenManage Server Administrator (OMSA) is installed on the server %1",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Uninstall OMSA, and then retry the operation."
+ },
+ "RAC0600": {
+ "Description": "Temperature information cannot be displayed. This error may occur if the server is powered off.",
+ "Message": "Unable to retrieve the temperature information.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Power on the server. If the server is already powered on, wait for a few minutes and refresh the page. If the problem persists, contact service provider."
+ },
+ "RAC0601": {
+ "Description": "The server encountered an unexpected condition. This may be due to invalid JavaScript Object Notation.",
+ "Message": "Unable to retrieve alert recurrence information.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for few minutes and refresh the page. If the problem persists, contact service provider."
+ },
+ "RAC0602": {
+ "Description": "The value for alert recurrence must be within the range 0-365.",
+ "Message": "Invalid value for alert recurrence.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a value between 0-365."
+ },
+ "RAC0603": {
+ "Description": "The Job Queue is updated with the selected update jobs. The status of the update jobs can be viewed and managed within the Job Queue page.",
+ "Message": "Updating Job Queue. Status of the update jobs can be viewed and managed within the Job Queue page.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Click Job Queue button to view the status of the update jobs."
+ },
+ "RAC0604": {
+ "Description": "The system inventory may not be up-to-date because the Collect System Inventory On Restart (CSIOR) feature is disabled. The CSIOR feature retrieves detailed system inventory information during system startup and stores this information on iDRAC.",
+ "Message": "System inventory may not be up-to-date because Collect System Inventory On Restart (CSIOR) is disabled.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable CSIOR, restart the system and retry the operation. To enable CSIOR, press F2 (System Setup) during system startup, navigate to iDRAC Settings >Lifecycle Controller, and select the Enabled option for Collect System Inventory on Restart."
+ },
+ "RAC0605": {
+ "Description": "There are no jobs to be displayed.",
+ "Message": "There are no jobs to be displayed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0606": {
+ "Description": "The selected network connection test operation was successful.",
+ "Message": "The network connection test operation was successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0607": {
+ "Description": "The integrated NICs in the system do not support OS to iDRAC Pass-Through.",
+ "Message": "Unable to perform OS to iDRAC Pass-Through with the current system configuration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the integrated NICs are enabled from BIOS setup and support OS to iDRAC Pass-Through, then retry the operation. To access BIOS setup, press F2 during system startup. For more information about OS to iDRAC Pass-Through, see iDRAC7 Users Guide."
+ },
+ "RAC0608": {
+ "Description": "The message appears in Job Queue page when the iDRAC firmware update job status is downloading. Communication to the iDRAC will be lost when the iDRAC restarts to complete the firmware update.",
+ "Message": "The iDRAC will restart when the iDRAC firmware update is complete. All current user sessions will be closed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Reconnect iDRAC communications session after iDRAC is restarted. The iDRAC will be ready for login once the restart is complete."
+ },
+ "RAC0609": {
+ "Description": "The import or export system configuration operation with the job ID indicated in the message was successfully added to the Job Queue.",
+ "Message": "The job %1 has been successfully added to the job queue.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required. The status of jobs can be viewed on the Job Queue page."
+ },
+ "RAC061": {
+ "Description": "The IPMI Watchdog can not be enabled at the same time as the OS Watchdog.",
+ "Message": "Unable to set the IPMI Watchdog because the OS Watchdog is already enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the OS Watchdog before enabling IPMI Watchdog."
+ },
+ "RAC0610": {
+ "Description": "Different values were entered for passphrase and confirm passphrase field.",
+ "Message": "The passphrase and confirm passphrase values entered do not match.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Values entered in passphrase and confirm passphrase fields must be the same."
+ },
+ "RAC0611": {
+ "Description": "The IP address cannot be blank for import or export of system configuration profile operation.",
+ "Message": "IP Address cannot be blank.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid IP Address for network location."
+ },
+ "RAC0612": {
+ "Description": "Cancelling the firmware update operation will cancel all firmware updates selected and delete all uploaded firmware files.",
+ "Message": "Cancelling the firmware update operation will delete all the uploaded firmware files. Do you want to continue?",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Select Yes to cancel the firmware update operation and delete all uploaded firmware files. Select No to dismiss the message and continue the firmware update operation."
+ },
+ "RAC0613": {
+ "Description": "An internal error occurred because of an invalid file.",
+ "Message": "The uploaded file is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure to upload the required file in the correct format and retry the operation."
+ },
+ "RAC0614": {
+ "Description": "The specified password was incorrect for the PKCS#12 file.",
+ "Message": "Incorrect password for PKCS#12 file.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure to use the correct password for the PKCS#12 file. If the PKCS#12 file is encrypted with a password, add it in required password box. Leave the password box empty if the file was not encrypted with a password."
+ },
+ "RAC0615": {
+ "Description": "The contents of the PKCS12 file was not valid because one of the following: 1) Not a valid PKCS#12 file, 2) Not a valid pfx file or 3) Did not contain a valid key.",
+ "Message": "Invalid PKCS#12 file.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure to upload the file in PKCS#12 format. OpenSSL can be used to validate a PKCS#12 file."
+ },
+ "RAC0616": {
+ "Description": "iDRAC was unable to continue with the operation after the PKCS#12 file was uploaded, because it is not able to extract the custom signing certificate and private key.",
+ "Message": "Error while extracting custom signing certificate and private key from the PKCS#12 file.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure to upload the PKCS#12 file that contains a valid custom signing certificate and private key."
+ },
+ "RAC0617": {
+ "Description": "An error occurred while generating new iDRAC SSL Certificate or signing it with new custom signing certificate.",
+ "Message": "An error was encountered while generating new SSL Certificate.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure to upload an PKCS#12 file that contains a valid custom signing certificate and private key, then retry the operation."
+ },
+ "RAC0618": {
+ "Description": "The data entered caused an error while processing the request.",
+ "Message": "Incorrect data entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure to enter the correct data and retry the operation."
+ },
+ "RAC0619": {
+ "Description": "The message appears in Firmware Rollback page when the iDRAC firmware rollback action completed successfully.",
+ "Message": "The iDRAC firmware rollback will cause an iDRAC restart and all current user sessions will be closed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Reconnect iDRAC communications sessions after iDRAC is restarted. The iDRAC will be ready for login once the restart is complete."
+ },
+ "RAC062": {
+ "Description": "The attribute can not be set if the IPMI Watchdog state is disabled.",
+ "Message": "Unable to set the attribute because the IPMI Watchdog state is disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the IPMI Watchdog state and retry the operation."
+ },
+ "RAC0620": {
+ "Description": "Lifecycle Controller is currently busy performing tasks. The selected jobs cannot be deleted until the following: 1) The Lifecycle Controller tasks are completed. 2) The system completes all the Power-on-Self-test (POST) operations.",
+ "Message": "Lifecycle Controller is unable to delete the selected jobs.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until Lifecycle Controller completes the current tasks and the system completes Power-on Self-test (POST)."
+ },
+ "RAC0621": {
+ "Description": "The message appears in Job Queue page when the iDRAC firmware update job status is completed. Communication to the iDRAC will be lost .",
+ "Message": "Successfully completed the iDRAC firmware update. All current user sessions will be closed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "The iDRAC will be ready for login once the restart is complete."
+ },
+ "RAC0622": {
+ "Description": "The certificate file is invalid for one of the following reasons: 1) CA Certificate is corrupted, expired, or does not have signing privileges. 2) CA private key does not match with CA Certificate being uploaded.",
+ "Message": "An invalid certificate file is uploaded.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the CA certificate and private key are correct and retry the operation. The certificate can be validated using the OpenSSL tools."
+ },
+ "RAC0623": {
+ "Description": "A firmware update is not required for the components on the server, because current firmware versions are the latest available in the repository.",
+ "Message": "The firmware versions on all the components of this server are up-to-date.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0624": {
+ "Description": "The requested operation could not be completed, because an incorrect job type or job ID is entered.",
+ "Message": "Unable to find the requested job type or ID.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter the correct job type or ID, and then retry the operation."
+ },
+ "RAC0625": {
+ "Description": "The requested job cannot be scheduled, because job schedule types such as Automatic Backup or Automatic Update is not enabled.",
+ "Message": "Unable to schedule, because the requested job schedule type is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the correct job schedule type, and then retry the operation. For example, to enable the Automatic Backup feature, select the Enable Automatic Backup option."
+ },
+ "RAC0626": {
+ "Description": "The job cannot be scheduled, because all or some of the schedule parameters entered are incorrect.",
+ "Message": "Unable to schedule, because an invalid schedule parameter is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter correct input schedule parameters and retry the operation."
+ },
+ "RAC0627": {
+ "Description": "The job cannot be scheduled, because the requested recurrent Automatic Backup job is already scheduled.",
+ "Message": "Unable to schedule, because the requested recurrent Automatic Backup job is already scheduled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete the current scheduled job, and then retry to create a new Automatic Backup job with a new schedule."
+ },
+ "RAC0628": {
+ "Description": "The job cannot be scheduled, because the requested recurrent Automatic Update job is already scheduled.",
+ "Message": "Unable to schedule, because the requested recurrent Automatic Update job is already scheduled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete the current scheduled job, and then retry to create a new Automatic Update job with a new schedule."
+ },
+ "RAC0629": {
+ "Description": "The job cannot be scheduled, because the requested job type is not supported.",
+ "Message": "Unable to schedule, because an invalid job type is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct job type, and then retry the operation."
+ },
+ "RAC063": {
+ "Description": "The string length of the entered value for the attribute identified in the message may be less than the minimum length or greater than the maximum length allowed.",
+ "Message": "The string length of the provided value for %1 is inappropriate.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Make sure that the string length is correct and retry the operation."
+ },
+ "RAC0630": {
+ "Description": "The job cannot be scheduled, because the requested network file share type is not supported.",
+ "Message": "Unable to schedule, because an invalid network file share type is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct network file share type, and then retry the operation."
+ },
+ "RAC0631": {
+ "Description": "The requested network file share cannot be accessed, because an invalid network file share name is entered.",
+ "Message": "Unable to access the network file share, because an invalid network file share name is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid network file share name, and then retry the operation."
+ },
+ "RAC0632": {
+ "Description": "The requested network file share cannot be accessed, because an invalid hostname or IP address is entered.",
+ "Message": "Unable to access the network file share, because an invalid network file share hostname or IP address is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid network file share hostname or IP address, and then retry the operation."
+ },
+ "RAC0633": {
+ "Description": "The requested network file share cannot be accessed, because an invalid password is entered.",
+ "Message": "Unable to access the network file share, because an invalid network share password is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid network file share password, and then retry the operation."
+ },
+ "RAC0634": {
+ "Description": "The requested network file share cannot be accessed, because an invalid username is entered.",
+ "Message": "Unable to access the network file share, because an invalid network file share username is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid network file share username, and then retry the operation."
+ },
+ "RAC0635": {
+ "Description": "The requested network file share cannot be accessed, because an invalid domain name is entered.",
+ "Message": "Unable to access the network file share, because an invalid domain name is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid domain name, and then retry the operation."
+ },
+ "RAC0636": {
+ "Description": "The requested network file share cannot be accessed, because an invalid proxy password is entered.",
+ "Message": "Unable to access the network file share, because an invalid proxy password is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid proxy password, and then retry the operation."
+ },
+ "RAC0637": {
+ "Description": "The requested network file share cannot be accessed, because an invalid proxy user name is entered.",
+ "Message": "Unable to access the network file share, because an invalid proxy user name is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid proxy user name, and then retry the operation."
+ },
+ "RAC0638": {
+ "Description": "The requested network file share cannot be accessed, because an invalid proxy host name or IP address is entered.",
+ "Message": "Unable to access the network file share, because an invalid proxy host name or IP address is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid proxy host name or IP address, and then retry the operation."
+ },
+ "RAC0639": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'minute' while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid 'minute' value is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct value from 0 to 59, and then retry the operation."
+ },
+ "RAC064": {
+ "Description": "iDRAC was successfully reset.",
+ "Message": "iDRAC was successfully reset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0640": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'hour' while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid 'hour' value is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct value from 0 to 23, and then retry the operation."
+ },
+ "RAC0641": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'time' while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid 'time' value is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct value in the HH:MM format, and then retry the operation."
+ },
+ "RAC0642": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'day' of a month while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid value is entered for the 'day' of a month.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct numerical value in the following format: Day [1 to 31] of every [1 to 12] month(s). For example, Day 4 of every 11 months. Retry the operation."
+ },
+ "RAC0643": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'month' while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid 'month' value is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct numerical value in the following format: Day [1 to 31] of every [1 to 12] month(s). For example, Day 4 of every 11 months. Retry the operation."
+ },
+ "RAC0644": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'year', while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid 'year' value is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct value, and then retry the operation."
+ },
+ "RAC0645": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'recurrence frequency' while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid value is entered for the recurrence frequency.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct value, and then retry the operation."
+ },
+ "RAC0646": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'day of the week' while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid value is entered for the day of the week.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct value, and then retry the operation."
+ },
+ "RAC0647": {
+ "Description": "The job could not be successfully scheduled, because an invalid value is entered for 'week of the month' while scheduling a job.",
+ "Message": "Unable to schedule, because an invalid value is entered for the 'week of the month'.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct value from 1 to 4, and then retry the operation."
+ },
+ "RAC0648": {
+ "Description": "The request cannot be processed, because the length of string entered for one of the input parameter is more than the specified length.",
+ "Message": "Unable to process the request.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a string not more than 4095 characters in length, and then retry the operation."
+ },
+ "RAC0649": {
+ "Description": "Unable to process the request, because data is not entered or not selected in one or more mandatory fields.",
+ "Message": "Unable to process the request.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure to enter or select data in all the mandatory fields, and then retry the operation."
+ },
+ "RAC065": {
+ "Description": "The iDRAC reset operation was not successful. This may be due to IPMI communications issues.",
+ "Message": "iDRAC reset operation was not successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Retry the operation. 2) If the issue persists, remove AC input power from the server and re-apply AC power to the server and retry the operation. 3) If the issue continues to persist, contact your service provider."
+ },
+ "RAC0651": {
+ "Description": "The Enclosure Split Mode configuration process is started. However, the setting will be applied only during the next AC power cycle operation of the Chassis. This may result in loss of configuration and/or access to physical disk drive(s).",
+ "Message": "The Enclosure Split Mode configuration process is started. However, the setting will be applied only during the next AC power cycle operation of the Chassis. This may result in loss of configuration and/or access to physical disk drive(s).",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue."
+ },
+ "RAC0654": {
+ "Description": "Unable to perform operations on the iDRAC Service Module (iSM) because the iSM is not installed on the server operating system. All fields in the iDRAC GUI iSM page are disabled.",
+ "Message": "No operations can be performed on the iDRAC Service Module.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the iDRAC Service Module is installed on the server operating system, and then retry the operation."
+ },
+ "RAC0655": {
+ "Description": "The Replicate Lifecycle Controller Log in OS Log and Auto System Recovery Action features are disabled in the iDRAC Service Module because the OpenManage Server Administrator is installed on the server operating system.",
+ "Message": "The Replicate Lifecycle Controller Log in OS Log and Auto System Recovery Action features are disabled in the iDRAC Service Module because the OpenManage Server Administrator is installed on the server operating system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0656": {
+ "Description": "The iDRAC Service Module (iSM) service cannot be started by just enabling in iDRAC web interface because the service has to also be manually restarted on the server operating system.",
+ "Message": "Are you sure you want to disable the iDRAC Service Module on the server operating system?",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To re-enable the iDRAC Service Module (iSM), do the following: 1) Enable the iSM in the iDRAC web interface, 2) Start the iSM service on the server operating system."
+ },
+ "RAC0657": {
+ "Description": "The file name cannot be blank when performing the Backup Server Profile operation.",
+ "Message": "The file name field must not be blank.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter an appropriate file name, and then retry the operation."
+ },
+ "RAC0658": {
+ "Description": "The iDRAC Service Module service can now be started on the server operating system. This service needs to be started manually on the server operating system.",
+ "Message": "The iDRAC Service Module service can now be manually started on the server operating system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0659": {
+ "Description": "The storage configuration operation(s) cannot be performed on the adapter identified in the message because a job is currently pending or is running on the adapter.",
+ "Message": "Unable to perform the storage configuration operation(s) on %1 because a job is currently pending or is running on the adapter.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait for the job to completely run, or delete the job, and then retry the operation. To view the status of the scheduled jobs, go to the Job Queue page of iDRAC."
+ },
+ "RAC066": {
+ "Description": "iDRAC was successfully reset to factory-default properties.",
+ "Message": "iDRAC is successfully reset to factory-default properties.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0660": {
+ "Description": "The file server cannot be accessed because of incorrect credentials.",
+ "Message": "Unable to access the specified file server location.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the file server credentials and retry the operation."
+ },
+ "RAC0661": {
+ "Description": "Various storage configuration operations can be performed on different devices such as physical disks, virtual disks, controllers, or enclosures. The operations are applied to the device by creating a configuration job on the associated controller.",
+ "Message": "Storage configuration operation - #(operation) is pending on the selected #{devicetype} : #{devicename}.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "To complete the storage configuration operation, create a storage configuration job with the necessary scheduling."
+ },
+ "RAC0662": {
+ "Description": "Clear foreign configuration will delete the foreign virtual disk information from the controller's associated physical disk drives. Clearing will remove metadata associated with the virtual disks, making the physical disk drives available for creating new virtual disks. To remove foreign data, perform an initialization operation.",
+ "Message": "The Clear Foreign Configuration operation will delete the foreign virtual disk information from the controller's associated physical disk drives. Clearing will remove metadata associated with the virtual disks, making the physical disk drives available for creating new virtual disks. To remove foreign data, perform an initialization operation.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue."
+ },
+ "RAC0663": {
+ "Description": "Resetting the selected PERC controller's configuration will delete all the virtual disks (VDs) and unassign hot-spares from the associated controller.",
+ "Message": "Resetting the selected PERC controller's configuration will delete all the virtual disks (VDs) and unassign hot-spares from the associated controller.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue."
+ },
+ "RAC0664": {
+ "Description": "Exporting the RAID Controller Log will take less than the number of minutes identified in the message. The job identified in the message is created for the RAID Controller Log Export operation.",
+ "Message": "Exporting the RAID Controller Log will take less than %1 minutes. Job ID: #{jobID} is created for the RAID Controller Log Export operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "To check the progress of the job click the Job Queue button."
+ },
+ "RAC0665": {
+ "Description": "RAID Controller Log data is being collected. This operation will take less than the number of minutes identified in the message.",
+ "Message": "RAID Controller Log data is being collected. This operation will take less than %1 minutes.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do not log off from the application until the log data collection process is completed."
+ },
+ "RAC0666": {
+ "Description": "A RAID Controller Log is created.",
+ "Message": "A RAID Controller Log is created.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "To export the Log report, click OK. To delete the report, click Cancel."
+ },
+ "RAC0667": {
+ "Description": "This setting will be applied after the server has been turned off and turned on again. This may result in loss of configuration and/or access physical disk drive(s) or virtual disk(s) being marked offline. This may also result in some disk(s) being identified as foreign disks. Foreign physical disk drive(s) or virtual disk(s) can be imported or cleared.",
+ "Message": "This setting will be applied after the server has been turned off and turned on again. This may result in loss of configuration and/or access to physical disk drive(s).",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue."
+ },
+ "RAC0668": {
+ "Description": "This setting will be applied during the next server restart. If the setting is not compatible with the RAID Controller, then LED status indicators on all the associated hard disk drives (HDDs) stop functioning.",
+ "Message": "This setting will be applied during the next server restart. If the setting is not compatible with the RAID Controller, then LED status indicators on all the associated hard disk drives (HDDs) stop functioning.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue."
+ },
+ "RAC0669": {
+ "Description": "Initializing the virtual disk will permanently delete data from the virtual disk.",
+ "Message": "Initializing the virtual disk will permanently delete data from the virtual disk.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue."
+ },
+ "RAC067": {
+ "Description": "iDRAC reset to factory defaults operation was not successful. This may be due to IPMI communications issues.",
+ "Message": "iDRAC reset to factory defaults operation was not successful.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Retry the operation. 2) If the issue persists, remove AC input power from the server and re-apply AC power to the server and retry the operation. 3) If the issue continues to persist, contact your service provider."
+ },
+ "RAC0670": {
+ "Description": "Deleting the virtual disk will remove the virtual disk from the controller's configuration. If the specified virtual disk is a boot device, the server will not boot unless another boot device is selected in BIOS.",
+ "Message": "Deleting the virtual disk will remove the virtual disk from the controller's configuration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "If the specified virtual disk is a boot device, the server will not boot. Press OK to continue."
+ },
+ "RAC0671": {
+ "Description": "Going out of this page will not save the operations or configuration settings that were selected.",
+ "Message": "Going out of this page will not save the operations or configuration settings that were selected.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue. Press Cancel to continue working on the page."
+ },
+ "RAC0673": {
+ "Description": "To export operating system (OS) and application data, the OS Collector utility must be run on the server OS. A virtual USB device labeled DRACRW has appeared in the server OS. After the OS Collector utility execution has completed, return to this page to complete exporting the Tech Support Report (TSR).",
+ "Message": "OS Collector must be run on the server OS in order to export OS and Application Data. A virtual USB device labeled DRACRW has appeared in the server OS. This device contains the OS Collector utility, go to the Server OS and run the version of the utility appropriate to the OS type. After the OS Collector utility execution has completed, return to this page to finish exporting the Technical Support Report (TSR).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Invoke the OS Collector utility in the OS and wait for execution completion. Then return to this page to complete exporting the Technical Support Report (TSR)."
+ },
+ "RAC0674": {
+ "Description": "Export Report will create a zip file of XML and text-based logs intended for Dell Technical Support assistance with troubleshooting system issues. Choose Advanced Export Options to specify optional report settings and actions.",
+ "Message": "Export Report will create a zip file of XML and text-based logs intended for Dell Technical Support assistance with troubleshooting system issues. Choose Advanced Export Options to specify optional report settings and actions.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0675": {
+ "Description": "Results are not available for the search criterion entered.",
+ "Message": "Results are not available for the search criterion entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter another criterion and retry the operation."
+ },
+ "RAC0676": {
+ "Description": "Unable to assign physical disk drives as global hotspare(s). This may be because there are no disk drives available in a ready state or there are no virtual disks present.",
+ "Message": "Unable to assign physical disk drives as global hotspare(s).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following and retry the operation: 1) If there are no disk drives available in ready state, insert additional disk drives and make sure the drives are in ready state. 2) If no virtual disks are present, click and create at least one virtual disk. 3) If the physical disk drive(s) are in non-RAID mode, convert them to RAID mode by pressing Ctrl+R while restarting the server, and then select the required controller. Press F2 and select the Convert to RAID capable option, and then complete the operation."
+ },
+ "RAC0677": {
+ "Description": "No physical disk drives in ready state, virtual disks, or PCIe SSD drives are available to perform operations on.",
+ "Message": "No physical disk drives in ready state, no virtual disks are created, and no PCIe SSD drives are available to perform operations on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1. If there are no disk drives available in ready state, insert additional disk drives and make sure the drives are in ready state. 2. If no virtual disks are present, click and create at least one virtual disk. 3. If PCIe SSD drives are inserted into the enclosure or attached to the backplane."
+ },
+ "RAC0678": {
+ "Description": "Unable to perform Prepare to Remove or Secure Erase operations on the PCIe SSD disk drives.",
+ "Message": "Unable to perform Prepare to Remove or Secure Erase operations on PCIe SSD disk drives.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure PCIe SSD disk drives are inserted into the enclosure or attached to the backplane and retry the operation. If there are NVMe SSDs inserted check whether it is in RAID mode. Operations are supported only in non-RAID mode. If the issue persists, contact your service provider."
+ },
+ "RAC0679": {
+ "Description": "Unable to process the request because a job operation is already running.",
+ "Message": "A job operation is already running. Retry the operation after the existing job is completed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait until the running job is completed or delete the scheduled job and retry the operation."
+ },
+ "RAC068": {
+ "Description": "Both SHA256Password and Plain Password cannot be attempted to set together on Configuration import per user.",
+ "Message": "SHA256Password and Plain Password cannot be imported together.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "One of either SHA256Password or Plain password can be attempted to be imported for an user."
+ },
+ "RAC0680": {
+ "Description": "The USB Configuration XML feature is not available if the iDRAC user credentials and BIOS passwords are not set to default values.",
+ "Message": "Server iDRAC user credentials and/or BIOS passwords are not currently set to default credentials. The USB Configuration XML feature is not available unless default credentials are set.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Reset the iDRAC user credentials and BIOS passwords to default and retry the operation."
+ },
+ "RAC0681": {
+ "Description": "Shared component updates through the Server OS or Lifecycle controller cannot be applied because the CMC setting for Chassis Management at Server Mode is not set to 'Manage and Monitor'.",
+ "Message": "Shared component updates through the Server OS or Lifecycle controller cannot be applied because the CMC setting for Chassis Management at Server Mode is not set to 'Manage and Monitor'.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable this feature do the following: 1) Launch CMC Web UI. 2) Navigate to Chassis Overview -> Setup -> General, and select 'Manage and Monitor' option for the Chassis Management at Server Mode. 3) Click Apply to save changes in CMC. 4) Retry the operation in iDRAC. For more information, refer to the CMC User Guide."
+ },
+ "RAC0682": {
+ "Description": "Enabling iDRAC Direct USB Configuration XML allows any USB key containing a correctly formatted configuration XML file to reconfigure the server when plugged into the USB management port identified by the wrench icon. This may include operations on RAID configurations, user accounts, and alert settings.",
+ "Message": "Enabling iDRAC Direct USB Configuration XML allows any USB key containing a correctly formatted configuration XML file to reconfigure the server when plugged into the USB management port identified by the wrench icon. This may include operations on RAID configurations, user accounts, and alert settings.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0683": {
+ "Description": "Unable to perform split mode configuration on enclosure(s).",
+ "Message": "Unable to perform split mode configuration on enclosure(s).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the following: 1) The controller must have Real Time Configuration Capability and the associated enclosure(s) must have Split Mode Capability in order to perform the operation. 2)The controller(s) associated with the enclosure(s) support real time configuration. To verify the controller real time configuration support, go to the Controller Properties page, select the required controller and verify the Real Time Configuration Capability value.3)The enclosure(s) supports split mode configuration. To verify the enclosure, go to the Enclosure Properties page, select the required enclosure, and verify the Enclosure Split Mode Capability property value."
+ },
+ "RAC0684": {
+ "Description": "Unable to perform split mode configuration on the selected enclosures, because Lifecycle Controller is not enabled.",
+ "Message": "Unable to perform split mode configuration on the selected enclosures, because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable Lifecycle Controller, reboot the server. During server startup, press F2 to enter System Setup. Go to iDRAC Settings -> Lifecycle Controller, select Enable, and save the changes. Retry the operation after the server has restarted."
+ },
+ "RAC0685": {
+ "Description": "A pending operation has been created for this operation identified in the message.",
+ "Message": "A pending operation has been created for this %1 operation.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "To view the pending operations click the Pending Operations button."
+ },
+ "RAC0686": {
+ "Description": "Some of the applied pending operations were not created.",
+ "Message": "Some of the applied pending operations were not created.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "View successful pending operations by clicking the Pending Operations button."
+ },
+ "RAC0687": {
+ "Description": "Some of the applied pending operations were not created.",
+ "Message": "Some of the applied pending operations were not created.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Choose to create a job for the successful operations. View successful pending operations using the Pending Operations button or click Cancel to quit job creation."
+ },
+ "RAC0688": {
+ "Description": "Applying this configuration operation will also apply all existing pending operations on the controller identified in the message.",
+ "Message": "Applying this configuration operation will also apply all existing pending operations on the %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Click Create Job button to create the configuration job. Click Cancel to quit job creation."
+ },
+ "RAC0689": {
+ "Description": "Unable to create a virtual disk on the selected disk drives, because Lifecycle Controller is not enabled.",
+ "Message": "Unable to create a virtual disk on the selected disk drives, because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable Lifecycle Controller, reboot the server. During server startup, press F2 to enter System Setup. Go to iDRAC Settings -> Lifecycle Controller, select Enable, and save the changes. Retry the operation after the server has restarted."
+ },
+ "RAC069": {
+ "Description": "Unable to complete the operation because the string length is less than the minimum supported length.",
+ "Message": "Unable to complete the operation because the string length is less than the minimum supported length.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a string value that is greater than the minimum supported length and retry the operation."
+ },
+ "RAC0690": {
+ "Description": "The iDRAC Service Module is not installed on the operating system of the server.",
+ "Message": "The iDRAC Service Module is not installed on the operating system of the server.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Install the iDRAC Service Module and retry the operation."
+ },
+ "RAC0692": {
+ "Description": "Unable to assign and un-assign physical disk drives as global hotspare(s), because Lifecycle Controller is not enabled.",
+ "Message": "Unable to assign and un-assign physical disk drives as global hotspare(s), because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable Lifecycle Controller, reboot the server. During server startup, press F2 to enter System Setup. Go to iDRAC Settings -> Lifecycle Controller, select Enable, and save the changes. Retry the operation after the server has restarted."
+ },
+ "RAC0693": {
+ "Description": "Pending operations are created for the selected operations on the selected physical disk drives.",
+ "Message": "Pending operations are created for the selected operations on the selected physical disk drives.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "To view the pending operations, click the Pending Operations button."
+ },
+ "RAC0694": {
+ "Description": "Unable to configure the attributes of the selected controller, because Lifecycle Controller is not enabled.",
+ "Message": "Unable to configure the attributes of the selected controller, because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable Lifecycle Controller, reboot the server. During server startup, press F2 to enter System Setup. Go to iDRAC Settings -> Lifecycle Controller, select Enable, and save the changes. Retry the operation after the server has restarted."
+ },
+ "RAC0695": {
+ "Description": "Unable to perform security key operations on the selected controller, because Lifecycle Controller is not enabled.",
+ "Message": "Unable to perform security key operations on the selected controller, because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable Lifecycle Controller, reboot the server. During server startup, press F2 to enter System Setup. Go to iDRAC Settings -> Lifecycle Controller, select Enable, and save the changes. Retry the operation after the server has restarted."
+ },
+ "RAC0696": {
+ "Description": "The iDRAC is unable to retrieve hardware overview related information while the server is turned off.",
+ "Message": "Unable to retrieve the hardware overview information because the server is turned off.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Turn the server on to view the hardware overview information."
+ },
+ "RAC0697": {
+ "Description": "Choose to create a job from the existing successful pending operations.",
+ "Message": "Choose to create a job from the existing successful pending operations.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do one of the following: 1) Click Pending Operations button to view pending operations. 2) Click Create Job button to create a configuration job. 3) Click Cancel button to quit job creation."
+ },
+ "RAC0698": {
+ "Description": "Unable to modify USB management settings because the USB device is currently in use.",
+ "Message": "Unable to modify USB management settings because the USB device is currently in use.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current USB operations to complete and retry the operation."
+ },
+ "RAC0699": {
+ "Description": "The value for Minimum Fan Speed must be within the range identified in the Recommended Response Action.",
+ "Message": "Invalid value for Minimum Fan Speed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a value between -."
+ },
+ "RAC070": {
+ "Description": "The SSL Web-Server certificate was successfully restored to factory defaults.",
+ "Message": "The SSL Web-Server certificate was successfully restored to factory defaults.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0700": {
+ "Description": "An email page was successfully sent.",
+ "Message": "Email page successful to %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "RAC0701": {
+ "Description": "Requested system powerup.",
+ "Message": "Requested system powerup.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0702": {
+ "Description": "Requested system powercycle.",
+ "Message": "Requested system powercycle.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0703": {
+ "Description": "Requested system hardreset.",
+ "Message": "Requested system hardreset.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0704": {
+ "Description": "Requested system powerdown.",
+ "Message": "Requested system powerdown.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0705": {
+ "Description": "Requested system graceful shutdown.",
+ "Message": "Requested system graceful shutdown.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0706": {
+ "Description": "Requested system NMI.",
+ "Message": "Requested system NMI.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0707": {
+ "Description": "Primary Firmware image is invalid. Currently booted from backup image. To restore primary image, update the firmware.",
+ "Message": "Primary Firmware image is invalid. Currently booted from backup image. To restore primary image, update the firmware.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Acquire an iDRAC firmware image of the version desired. Using the latest version available is recommended. Update the iDRAC firmware."
+ },
+ "RAC0708": {
+ "Description": "Previous reboot was due to a firmware watchdog timeout.",
+ "Message": "Previous reboot was due to a firmware watchdog timeout.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0709": {
+ "Description": "Unknown server inserted into chassis.",
+ "Message": "Unknown server inserted into chassis.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Acquire the latest Chassis Management Controller/Management Module (CMC/MM) firmware that supports the server indicated and update the CMC/MM to at least that version."
+ },
+ "RAC071": {
+ "Description": "The iDRAC reset operation cannot be completed because a firmware install or upgrade operation is in progress.",
+ "Message": "Unable to perform the iDRAC reset operation because the firmware install or upgrade operation is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current update process to complete and retry the operation."
+ },
+ "RAC0710": {
+ "Description": "Server link tuning error.",
+ "Message": "Server link tuning error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Ensure that the IO Module (IOM) and Mezzanine (Mezz) cards are appropriately matched. Check the M1000e Hardware Manual for correct component compatibility."
+ },
+ "RAC0711": {
+ "Description": "Unknown power on response from the CMC/MM.",
+ "Message": "Unknown power on response from the CMC/MM.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Try resetting the CMC/MM. Also try resetting the server."
+ },
+ "RAC0712": {
+ "Description": "Server failed to power up due to zero power allocated.",
+ "Message": "Server failed to power up due to zero power allocated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Utilize the Chassis Management Controller/Management Module web interface to check available power and server power requirements. If sufficient power is available, allocate power necessary and retry the operation."
+ },
+ "RAC0713": {
+ "Description": "Server failed to power up due to fabric mismatch.",
+ "Message": "Server failed to power up due to fabric mismatch.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Ensure that the hardware compatibility between the IO Module (IOM) and the Mezzanine (Mezz) card is correct. Check the M1000e Hardware Manual for correct component compatibility."
+ },
+ "RAC0714": {
+ "Description": "Server failed to power up due to noncontinuous power action.",
+ "Message": "Server failed to power up due to noncontinuous power action.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Utilize the Chassis Management Controller/Management Module web interface to check available power and server power requirements. If sufficient power is available, allocate power necessary and retry the operation."
+ },
+ "RAC0715": {
+ "Description": "Image file does not exist in the given remote share path.",
+ "Message": "Image file does not exist in the given remote share path.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Ensure that the image file is available on the share path provided. Retry the operation."
+ },
+ "RAC0716": {
+ "Description": "Unable to unmount remote share.",
+ "Message": "Unable to unmount remote share.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation."
+ },
+ "RAC0717": {
+ "Description": "Remote share unmounted successfully.",
+ "Message": "Remote share unmounted successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0718": {
+ "Description": "Remote File Share service is busy with the previous connection.",
+ "Message": "Remote File Share service is busy with the previous connection.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Stop the Remote File Share session and retry the operation."
+ },
+ "RAC0719": {
+ "Description": "Not able to connect to remote file share. Virtual media devices are already in use.",
+ "Message": "Not able to connect to remote file share. Virtual media devices are already in use.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Stop existing Virtual Media sessions and retry the operation."
+ },
+ "RAC072": {
+ "Description": "The iDRAC reset to factory defaults operation cannot be completed because a firmware install or upgrade operation is in progress.",
+ "Message": "Unable to perform the iDRAC reset to factory defaults operation because the firmware install or upgrade is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the current update process to complete and retry the operation."
+ },
+ "RAC0720": {
+ "Description": "Unable to mount remote share.",
+ "Message": "Unable to mount remote share %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Retry the operation."
+ },
+ "RAC0721": {
+ "Description": "Remote share mounted successfully.",
+ "Message": "Remote share mounted successfully %1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "RAC0722": {
+ "Description": "Failed to program the Chassis assigned MAC address for the NIC.Integrated in the specified slot number.",
+ "Message": "Failed to program the Chassis assigned MAC address for the NIC.Integrated.%1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Reseat the server and retry."
+ },
+ "RAC0723": {
+ "Description": "The Chassis Management Controller/Management Module firmware version identified in the message is earlier than the version required to support the server.",
+ "Message": "The firmware version %1 of the Chassis Management Controller/Management Module is earlier than the required version %1.",
+ "Severity": "Critical",
+ "NumberOfArgs": 2,
+ "ParamTypes": [
+ "string",
+ "string"
+ ],
+ "Resolution": "Update the Chassis Management Controller/Management Module firmware to the required version identified in the message."
+ },
+ "RAC0724": {
+ "Description": "Quick Sync Firmware is successfully updated.",
+ "Message": "Quick Sync Firmware is successfully updated.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0725": {
+ "Description": "Unable to update the Quick Sync Firmware.",
+ "Message": "Unable to update the Quick Sync Firmware.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0726": {
+ "Description": "Auto-throttling is disabled for the server based on a request from the Chassis Management Controller/Management Module (CMC/MM) because the CMC/MM is restarting.",
+ "Message": "Auto-throttling is disabled for the server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0727": {
+ "Description": "Auto-throttling is enabled for the server based on a request from the Chassis Management Controller/Management Module (CMC/MM) because the CMC/MM has restarted.",
+ "Message": "Auto-throttling is enabled for the server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0728": {
+ "Description": "The Quick Sync communication or the connection to the iDRAC is no longer functioning.",
+ "Message": "The Quick Sync communication is no longer functioning.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following: 1) Remove and reseat the bezel. 2) Turn the bezel on by pressing the activation button. 3) Try the Quick Sync feature again. If the issue persists, contact your technical support provider."
+ },
+ "RAC0729": {
+ "Description": "iDRAC is unable to start a secure connection to the remote web server because of an issue in verifying the remote server's certificate.",
+ "Message": "iDRAC is unable to start a secure connection to the remote web server because of an issue in verifying the remote server's certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation by using an SSL trust certificate corresponding to the remote file share web server. Else, use the iDRAC Remote File Share option to ignore the certificate warnings."
+ },
+ "RAC073": {
+ "Description": "The iDRAC reset operation cannot be completed because a vFlash partition creation operation is in progress.",
+ "Message": "Unable to perform the iDRAC reset operation because a vFlash partition creation operation is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the vFlash partition creation process to complete and retry the operation."
+ },
+ "RAC0730": {
+ "Description": "Unable to complete the operation because remote image is already configured.",
+ "Message": "Unable to complete the operation because remote image is already configured.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Disconnect existing connection using the racadm remoteimage -d command and retry the operation."
+ },
+ "RAC074": {
+ "Description": "The iDRAC reset to factory defaults operation cannot be completed because a vflash partition creation operation is in progress.",
+ "Message": "Unable to perform the iDRAC reset to factory defaults operation because a vFlash partition creation operation is in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait for the vFlash partition creation process to complete and retry the operation."
+ },
+ "RAC0740": {
+ "Description": "The Prepare to Remove operation will stop any activity on the PCIe SSD device so that it can be removed safely. The device is safe to remove when the disk shows the safe to remove LED pattern.",
+ "Message": "The Prepare to Remove operation will stop any activity on the PCIe SSD device so that it can be removed safely. The device is safe to remove when the disk shows the safe to remove LED pattern.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue."
+ },
+ "RAC0741": {
+ "Description": "Unable to perform Prepare to Remove or Secure Erase operations on the selected PCIe SSD disk drive(s), because Lifecycle Controller is not enabled. Retry the operation after the server has restarted.",
+ "Message": "Unable to perform Prepare to Remove or Secure Erase operations on the selected PCIe SSD disk drive(s), because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To enable Lifecycle Controller, reboot the server. During server startup, press F2 to enter System Setup. Go to iDRAC Settings -> Lifecycle Controller, select Enable, and save the changes. Retry the operation after the server has restarted."
+ },
+ "RAC0742": {
+ "Description": "A Secure Erase operation on a PCIe SSD overwrites all blocks in an encrypted way and all the data on the PCIe SSD device will be permanently lost. The changes will happen after reboot of the system or loss of power to the drive.",
+ "Message": "The Secure Erase command will be executed on the selected PCIe SSD disk drives(s) only after the reboot of the system or loss of power to the disk drives(s).",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Press OK to continue."
+ },
+ "RAC0743": {
+ "Description": "Unable to perform storage configuration operations because no storage controllers are detected on the server.",
+ "Message": "Unable to perform storage configuration operations because no storage controllers are detected on the server.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0744": {
+ "Description": "Unable to perform storage configuration operations because neither Storage controllers nor PCIe Extenders detected on the system.",
+ "Message": "Unable to perform storage configuration operations because neither Storage controllers nor PCIe Extenders detected on the system.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0745": {
+ "Description": "There are no pending operations on the selected component group.",
+ "Message": "There are no pending operations present on the selected component group.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0746": {
+ "Description": "Unable to perform virtual disk(VD) operations, because Lifecycle Controller is not enabled.",
+ "Message": "Unable to perform virtual disk (VD) operations, because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the Lifecycle Controller and retry the operation. To enable Lifecycle Controller, restart the server. During server startup, press F2 to enter System Setup. Go to iDRAC Settings -> Lifecycle Controller, select Enable, and save the changes."
+ },
+ "RAC0747": {
+ "Description": "Unable to perform reset configuration on the selected controller, because Lifecycle Controller is not enabled.",
+ "Message": "Unable to perform reset configuration on the selected controller, because Lifecycle Controller is not enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the Lifecycle Controller and retry the operation. To enable Lifecycle Controller, reboot the server. During server startup, press F2 to enter System Setup. Go to iDRAC Settings -> Lifecycle Controller, select Enable, and save the changes."
+ },
+ "RAC0748": {
+ "Description": "The BIOS watchdog must be disabled if Automatic System Recovery option is enabled.",
+ "Message": "The BIOS watchdog timer must be disabled if the Automatic System Recovery option is enabled.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure the BIOS watchdog timer is disabled before enabling the Automatic System Recovery option."
+ },
+ "RAC0749": {
+ "Description": "SNMPv3 User cannot be set to None.",
+ "Message": "SNMPv3 User cannot be set to None.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Set the SNMPv3 User to a value other than None and retry the operation."
+ },
+ "RAC0750": {
+ "Description": "The USB NIC IP address cannot be accessed by using the PING process.",
+ "Message": "Unable to access the USB NIC IP address by using PING process.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter another appropriate IP address, and then retry the operation."
+ },
+ "RAC0751": {
+ "Description": "The value for information or warning threshold should not be less than lower critical threshold value.",
+ "Message": "The threshold value entered is less than the lower warning or critical threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a threshold value that is greater than the lower warning or critical threshold values and retry the operation."
+ },
+ "RAC0752": {
+ "Description": "The value for information or warning threshold should not be greater than upper critical threshold value.",
+ "Message": "The threshold value entered is greater than the upper warning or critical threshold.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a threshold value that is lower than the upper warning or critical threshold values and retry the operation."
+ },
+ "RAC0753": {
+ "Description": "Reset iDRAC to apply the pending new certificate. Until iDRAC is reset old certificate will be active. A manual reset of iDRAC is needed for the new certificate to take into effect.",
+ "Message": "Reset iDRAC to apply the pending new certificate. Until iDRAC is reset the old certificate will be active.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Click the Reset iDRAC link to reset iDRAC."
+ },
+ "RAC0754": {
+ "Description": "Reset iDRAC to complete custom SSL certificate deletion action. A manual reset of iDRAC is needed for the action to take effect.",
+ "Message": "Reset iDRAC to complete the deletion action of the certificate.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Click the Reset iDRAC link to reset iDRAC."
+ },
+ "RAC0755": {
+ "Description": "The selected value is not supported on this server.",
+ "Message": "The selected value is not supported on this server.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation with another value."
+ },
+ "RAC0756": {
+ "Description": "Fan information cannot be displayed. This situation may occur if the server is powered off.",
+ "Message": "Unable to retrieve the fan information.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Power on the server. If the server is already powered on, wait for a few minutes and refresh the page. If the problem persists, contact your service provider."
+ },
+ "RAC0757": {
+ "Description": "The requested operation using the USB Management Port cannot be completed because the port is disabled in BIOS configuration.",
+ "Message": "USB Management Port is currently disabled in BIOS configuration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the USB Management Port in BIOS configuration to use this feature."
+ },
+ "RAC0758": {
+ "Description": "The Tech Support Report generation will take the time identified in the message to complete.",
+ "Message": "Tech Support Report (TSR) data is being collected. This operation will take less than %1 minutes.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "To cancel the reports collection click Cancel."
+ },
+ "RAC0759": {
+ "Description": "A running Tech Support Report job has been cancelled.",
+ "Message": "A running Tech Support Report job has been cancelled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Click Job Queue button to view the status of the cancelled job."
+ },
+ "RAC0760": {
+ "Description": "Unable to perform storage configuration operations on physical disk drive(s) as there are no disk drive(s) available with Ready/RAID/NON-RAID state or the selected controller is in HBA mode.",
+ "Message": "Unable to perform physical disk(s) storage configuration operations for the selected controller.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Check the following: 1) If there are no physical disk drive(s) in either Ready state or in RAID/NON-RAID state, insert additional disk drive(s). 2) If the Controller(s) are in HBA mode, switch the controller(s) to RAID mode. To switch controller(s) to RAID mode using the F2 System Setup utility, go to Device Settings > RAID Controller > Controller Management > Advanced Controller Management > Switch to RAID mode."
+ },
+ "RAC0761": {
+ "Description": "The system inventory cannot be retrieved because the maximum number of inventory collections allowed is reached, or because of an internal issue where the Collect System Inventory On Restart (CSIOR) feature is disabled.",
+ "Message": "Unable to retrieve the system inventory because the maximum number of inventory collections allowed is reached, or because of an internal issue where the Collect System Inventory On Restart (CSIOR) feature is disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "The total number of hardware inventory instances might have exceeded the maximum limit. Wait for the operation to complete and retry the operation. If no other system inventory operation is in progress, enable the Collect System Inventory On Restart (CSIOR) feature, restart the system, and then retry the operation."
+ },
+ "RAC0762": {
+ "Description": "Unable to perform a firmware update because a valid catalog file is not available on the network share.",
+ "Message": "Unable to perform a firmware update because a valid catalog file is not available on the network share.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that a valid catalog file is available on the network share and retry the operation."
+ },
+ "RAC0763": {
+ "Description": "Unable to configure the port number that is entered because the port number is already in use.",
+ "Message": "Unable to configure the port number that is entered because the port number is already in use.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a port number that is not already in use and retry the operation. If the issue persists, contact your service provider."
+ },
+ "RAC0764": {
+ "Description": "Selecting a higher SSL encryption enhances the security. However, the cryptography settings for your virtual machine environment (JVM, IcedTea) may require installing the Unlimited Strength Java Cryptography Extension Policy Files to permit usage of iDRAC plugins such as vConsole with this higher level of encryption.NOTE: Using this level of encryption may have import or export implications. For more guidance, contact your legal department.",
+ "Message": "Selecting a higher SSL encryption enhances the security. However, the cryptography settings for your virtual machine environment (JVM, IcedTea) may require installing the Unlimited Strength Java Cryptography Extension Policy Files to permit usage of iDRAC plugins such as vConsole with this higher level of encryption. NOTE: Using this level of encryption may have import or export implications. For more guidance, contact your legal department.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0765": {
+ "Description": "The OS IP address cannot be accessed by using the Ping process because an incorrect IP address is entered.",
+ "Message": "Unable to access the operating system (OS) IP address by using the Ping process because an incorrect IP address is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a correct IP address, and then retry the operation."
+ },
+ "RAC0766": {
+ "Description": "The USB NIC IP address identified in the message cannot be assigned to the OSBMC device because only Link Local IP address can be allowed.",
+ "Message": "Unable to assign USB NIC IP address %1 to the OSBMC device because only Link Local IP address can be allowed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter appropriate Link Local IP address, and then retry the operation. For information about supported IP addresses, refer to the iDRAC Users Guide available at the support site."
+ },
+ "RAC0767": {
+ "Description": "The USB NIC IP address identified in the message cannot be assigned to the OSBMC device because IP address setting conflicts with existing network interface IP.",
+ "Message": "Unable to assign USB NIC IP address %1 to the OSBMC device because IP address setting conflicts with existing network interface IP.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter an unique IP address for OSBMC USB NIC that is not the same as another NICs IP address, and then retry the operation. For information about supported IP addresses, refer to the iDRAC Users Guide available at the support site."
+ },
+ "RAC0768": {
+ "Description": "iDRAC firmware is recently updated and iDRAC is still in the process of initializing. It is recommended to wait a few minutes before logging in so that the iDRAC initialization process can fully complete.",
+ "Message": "iDRAC is currently initializing. Try logging in to iDRAC after few minutes because iDRAC is initializing after a recent firmware update process.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait a few minutes to log in to iDRAC. Some iDRAC features may not be available for use if log in is continued at this time."
+ },
+ "RAC077": {
+ "Description": "The Import File operation is successfully completed.",
+ "Message": "The Import File operation is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0770": {
+ "Description": "The network connection to the remote system cannot be started because incorrect network information is entered.",
+ "Message": "Unable to connect to the remote system because incorrect network information is entered.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter correct network data and retry the operation. To reset the network properties, on the graphical user interface (GUI), in the left pane, click Network. On the Network page, type appropriate data in the fields, and then click Save. For more information about description of data to be entered in the fields, press F1 on the GUI to read the online help information.To reset network properties by using RACADM command run \"racadm set iDRAC.RFS\" at the command line(CLI). If the issue persists contact your service provider."
+ },
+ "RAC0771": {
+ "Description": "The iDRAC Service Module (iSM) cannot be installed because the iSM DUP cannot be mounted on to the host operating system (OS).",
+ "Message": "Unable to install iDRAC Service Module (iSM) because the iSM DUP cannot be mounted on to the host OS partition.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, contact your service provider."
+ },
+ "RAC0772": {
+ "Description": "The BIOS configuration settings cannot be modified because the Lifecycle Controller or Collect System Inventory on Restart (CSIOR), or both the features are disabled.",
+ "Message": "Unable to modify the BIOS configuration settings because the Lifecycle Controller or Collect System Inventory on Restart (CSIOR), or both the features are disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the Lifecycle Controller and Collect System Inventory on Restart (CSIOR) features, and then retry the operation. To enable these features: Press F2(System Setup) when the company logo is displayed. On the System Setup page, click iDRAC Settings > Lifecycle Controller. Select Enabled corresponding to Lifecycle Controller and CSIOR."
+ },
+ "RAC0773": {
+ "Description": "The BIOS configuration settings cannot be modified because a BIOS configuration job is already running.",
+ "Message": "Unable to modify the BIOS configuration settings because a BIOS configuration job is already running.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait till the current BIOS configuration job is completed, and then retry the operation. To view the status of a job, on the iDRAC Settings page, click Job Queue."
+ },
+ "RAC0774": {
+ "Description": "The BIOS attributes cannot be displayed either because attributes are not present in the registry, a Lifecycle Controller Wipe operation has been performed, or there is an internal error.",
+ "Message": "Unable to display the BIOS attributes either because attributes are not present in the registry, a Lifecycle Controller Wipe operation has been performed, or there is an internal error.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation after doing the following: 1) Start the server. 2) Press F2 (System Setup) when the company logo is displayed. 3) On the System Setup page, click iDRAC Settings; Lifecycle Controller. Select Enabled corresponding to Lifecycle Controller and CSIOR. 4) After Lifecycle Controller and CSIOR are enabled, restart the system and make sure that the inventory collection operation completes successfully."
+ },
+ "RAC078": {
+ "Description": "The Import File operation cannot be completed because invalid parameters are entered.",
+ "Message": "Unable to complete the Import File operation because invalid parameters are entered.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that valid parameters are entered, and then retry the operation. For more information about valid parameters, see the iDRAC Card Profile Documents or iDRAC Card Service MOF files."
+ },
+ "RAC079": {
+ "Description": "The Import File operation cannot be started because an import operation is already in progress.",
+ "Message": "Unable to start the Import File operation because an import operation is already in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait till the current process is completed and retry the operation."
+ },
+ "RAC080": {
+ "Description": "The Export File operation is successfully completed.",
+ "Message": "The Export File operation is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0801": {
+ "Description": "iDRAC closes all the existing sessions and all configuration settings are set to default values. The iDRAC IP address is set to the default static IP address.",
+ "Message": "iDRAC has reset to default settings.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC081": {
+ "Description": "The Export File operation cannot be started because an export operation is already in progress.",
+ "Message": "Unable to start the Export File operation because an export operation is already in progress.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Wait till the current process is completed and retry the operation."
+ },
+ "RAC082": {
+ "Description": "The file cannot be transferred because either the file name entered as input is incorrect or the file is not available.",
+ "Message": "Unable to transfer the file because either the file type entered as input is incorrect or the file is not available.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Enter a valid file name and retry the operation."
+ },
+ "RAC083": {
+ "Description": "The file cannot be imported because the chunk size value entered is greater than the import file size.",
+ "Message": "Unable to import the file because the chunk size value entered is greater than the import file size.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that chunk size entered is less than import file size, and then retry the operation."
+ },
+ "RAC084": {
+ "Description": "The Clear Transfer Session operation is successfully completed and the corresponding files or folders are deleted on the basis of input value entered.",
+ "Message": "The Clear Transfer Session operation is successfully completed.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC085": {
+ "Description": "The files are imported in chunks. When the last chunk is transferred, the CRC must be entered. However, if the CRC is incorrect, all the previous chunks imported are deleted and the import operation must be tried again.",
+ "Message": "Unable to complete the Import File operation because an invalid Cycle Redundancy Check (CRC) checksum parameter is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the correct CRC checksum is entered by using MD5 algorithm, and then retry the operation."
+ },
+ "RAC086": {
+ "Description": "The file cannot be transferred because the chunk size value entered is more than the maximum chunk size limit (512 KB).",
+ "Message": "Unable to transfer the file because the chunk size value entered is more than the maximum chunk size limit (512 KB).",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the chunk size value is less than the maximum limit and retry the operation."
+ },
+ "RAC087": {
+ "Description": "The file cannot be imported because of insufficient disk space on iDRAC local storage.",
+ "Message": "Unable to import or store the file because of insufficient disk space on iDRAC local storage.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Delete the unused files by invoking the ClearTransferSession method, and then retry the operation."
+ },
+ "RAC088": {
+ "Description": "The Clear Transfer Session operation cannot be completed because the file entered is not available for deletion.",
+ "Message": "Unable to complete the Clear Transfer Session operation because the file entered is not available for deletion.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that FileType and FileOperation parameters are valid, and they retry the operation."
+ },
+ "RAC089": {
+ "Description": "The Server Port Connection data refresh operation is successfully completed.",
+ "Message": "The refresh operation of switch connection and switch port connection information of all network ports is completed successfully.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC090": {
+ "Description": "The Connection view refresh operation failed from backend.",
+ "Message": "Unable to complete the switch connection and switch port connection data refresh operation because of internal error.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Connection view server port connection data refresh operation failed."
+ },
+ "RAC0901": {
+ "Description": "The syntax of the specified command is invalid. In this case, the usage of the -t option is invalid.",
+ "Message": "Invalid syntax. The -t option value must set to 1.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "See the help text/documentation for the valid syntax of the subcommand."
+ },
+ "RAC0902": {
+ "Description": "The syntax of the specified command is invalid. In this case, the usage of the -f option is invalid.",
+ "Message": "The -f option requires -d to also be specified.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "See the help text/documentation for the valid syntax of the subcommand."
+ },
+ "RAC0903": {
+ "Description": "The syntax of the specified command is invalid. In this case, the usage of the -d option is invalid.",
+ "Message": "The -d option cannot be used with any other options.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "See the help text/documentation for valid syntax of the subcommand."
+ },
+ "RAC0904": {
+ "Description": "The iDRAC cannot access the remote file location. The credentials or path to the remote file location is incorrect or iDRAC cannot connect to the network address.",
+ "Message": "The remote file location is not accessible or reachable.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Confirm that the path and credentials to remote file are correct, and check that the iDRAC can connect to the network address."
+ },
+ "RAC0905": {
+ "Description": "Unable to obtain the USC version details.",
+ "Message": "Failed to get the USC version details.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0906": {
+ "Description": "Unable to perform the requested operation.",
+ "Message": "Operation failed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Try again later. If the problem persists, contact technical support. Refer to your product documentation to choose the contact method."
+ },
+ "RAC0907": {
+ "Description": "The System ID LED was successfully set to on.",
+ "Message": "System ID LED blink on.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0908": {
+ "Description": "The System ID LED was successfully set to off.",
+ "Message": "System ID LED blink off.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC0909": {
+ "Description": "The specified command is missing object name syntax.",
+ "Message": "Invalid subcommand syntax: Specify the object name.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Specify the correct subcommand object name syntax. See the help text or documentation for valid syntax."
+ },
+ "RAC091": {
+ "Description": "The file cannot be transferred because of internal firmware issues.",
+ "Message": "Unable to transfer the file because of internal firmware issues.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Retry the operation. If the issue persists, restart iDRAC by invoking the WS-Man iDRACReset method which is defined in the DCIM_iDRACCardService class and then retry the operation."
+ },
+ "RAC0910": {
+ "Description": "The specified command is missing group and object name syntax.",
+ "Message": "Invalid subcommand syntax: Specify group and object name.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Specify the correct subcommand group and object name syntax. See the help text or documentation for the valid syntax."
+ },
+ "RAC0911": {
+ "Description": "Unable to retrieve version details.",
+ "Message": "Data about version details is unavailable.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Try again later. If the problem persists, contact technical support. Refer to your product documentation to choose the contact method that is convenient for you."
+ },
+ "RAC0912": {
+ "Description": "The management system could not connect to the iDRAC.",
+ "Message": "Unable to connect to RAC at specified IP address.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify whether the IP address of the remote iDRAC is correct. Verify whether connectivity exists between the management system and the iDRAC."
+ },
+ "RAC092": {
+ "Description": "The file cannot be imported because the size of importing payload is greater than the file size specified in the start of packet.",
+ "Message": "Unable to import the file because the size of importing payload is greater than the file size specified in the start of packet.",
+ "Severity": "Critical",
+ "NumberOfArgs": 0,
+ "Resolution": "Do the following and retry the operation: 1) Make sure that the size of file packet and file being imported is same. 2) Clear the partially imported file in iDRAC by using the WS-Man method \"ClearTransferSession\"."
+ },
+ "RAC093": {
+ "Description": "The Base64 payload cannot be decoded because either a newline character (\\n) is not located at the end of the payload, payload is not divisible by 4, or the payload is invalid.",
+ "Message": "Unable to decode the Base64 payload because either a newline character (\\n) is not located at the end of the payload, payload is not divisible by 4, or the payload is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that a newline character (\\n) is located at the end of the payload (if the payload is less than or equal to 64 bytes), the payload size (excluding the new lines) is divisible by 4, or the payload is base64-encoded."
+ },
+ "RAC094": {
+ "Description": "The license cannot be replaced by running the ReplaceLicense method because it is not supported on the 14th generation and later servers.",
+ "Message": "Unable to replace the license by running the ReplaceLicense method because it is not supported on the 14th generation and later servers.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Run the DeleteLicense method, and then run the ImportLicense or ImportLicensefromNetworkShare method to import the license. If the issue persists, contact your service provider."
+ },
+ "RAC095": {
+ "Description": "The configuration operation cannot be started because the System Lockdown mode is enabled.",
+ "Message": "Unable to start the configuration operation because the System Lockdown mode is enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the Lockdown.1#SystemLockdown attribute is set to Disabled in the DCIM_iDracCardEnumeration class by running the WS-Man get command at the command line interface (CLI), and then retry the operation."
+ },
+ "RAC096": {
+ "Description": "The System LockDown mode is successfully disabled.",
+ "Message": "The System Lockdown mode is successfully disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC097": {
+ "Description": "The operation cannot be started because System LockDown is entered as one of the attributes.",
+ "Message": "Unable to start the operation because System LockDown is entered as one of the attributes.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that the Lockdown.1#SystemLockdown attribute is not there in the input list."
+ },
+ "RAC098": {
+ "Description": "The System Lockdown mode cannot be set because it is not supported by the ApplyAttribute method.",
+ "Message": "Unable to set the System Lockdown mode because it is not supported by the ApplyAttributes method.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "Use the ApplyAttribute, SetAttribute, or SetAttributes method, and retry the operation."
+ },
+ "RAC099": {
+ "Description": "The operation cannot be completed because an invalid parameter is entered as identified in the message.",
+ "Message": "Unable to complete the operation because an invalid parameter %1 is entered.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Enter a valid parameter and retry the operation. For information about valid parameters, see the WS-Man Profile docs available on the downloads.dell.com/wsman/Profiles page."
+ },
+ "RAC100": {
+ "Description": "The Serial Data Capture feature is successfully enabled. Now, iDRAC starts capturing the host serial data and stores it for later retrieval.",
+ "Message": "The Serial Data Capture feature is successfully enabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is needed."
+ },
+ "RAC1000": {
+ "Description": "Unable to set the object value for iDRAC IPv6 Address and IPv6 Gateway, because the object IPv6 Autoconfig is enabled.",
+ "Message": "Unable to set the object value for iDRAC IPv6 address or gateway.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the object IPv6 AutoConfig using \"racadm set iDRAC.IPv6.AutoConfig <0 | Disabled >\", and retry the operation."
+ },
+ "RAC1001": {
+ "Description": "Unable to set the object value for iDRAC IPv6 DNS1 or DNS2, because the object DNSFromDHCP6 is enabled.",
+ "Message": "Unable to set the object value for iDRAC IPv6 DNS1 or DNS2.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the object DNSFromDHCP6 using \"racadm set iDRAC.IPv6.DNSFromDHCP6 <0 | Disabled>\", and retry the operation."
+ },
+ "RAC1002": {
+ "Description": "The Active Directory SSO cannot be enabled, because the object SmartCardLogonEnable is enabled.",
+ "Message": "Active Directory Single Sign On (SSO) cannot be enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable the object SmartCardLogonEnable using \"racadm set iDRAC.SmartCard.LogonEnable <0 | Disabled>\", and retry the operation."
+ },
+ "RAC1003": {
+ "Description": "The smart card certificate revocation list (CRL) cannot be enabled, because the object SmartCardLogonEnable is disabled.",
+ "Message": "The smart card certificate revocation list (CRL) cannot be enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable the object SmartCardLogonEnable using \"racadm set iDRAC.SmartCard.SmartCardLogonEnable <1 | Enabled>\", and retry the operation."
+ },
+ "RAC1004": {
+ "Description": "The smart card login cannot be enabled, because the Active Directory Single Sign On is enabled.",
+ "Message": "The smart card login cannot be enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Disable Active Directory Single Sign On (SSO) using \"racadm set iDRAC.ActiveDirectory.SSOEnable <0 | Disabled>\", and retry the operation."
+ },
+ "RAC1005": {
+ "Description": "The hardware inventory was successfully exported.",
+ "Message": "Successfully exported hardware inventory.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC1006": {
+ "Description": "The update was not applied because of one of the following reasons: 1) The Update Package is invalid. 2) Lifecycle Controller is corrupted. 3) Another update is in progress.",
+ "Message": "Unable to process the %1, and the update was not applied.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Do one of the following and retry the operation: 1) Download the correct Update Package from your service provider. 2) Use the Lifecycle Controller repair package to repair Lifecycle Controller. For more information, see Lifecycle Controller User's Guide. 3) Wait until the current update operation is complete."
+ },
+ "RAC1007": {
+ "Description": "The job specified in the message cannot be deleted when it is Running, Scheduled, or transitioning from Downloading to Scheduled.",
+ "Message": "The job %1 cannot be deleted.",
+ "Severity": "Warning",
+ "NumberOfArgs": 1,
+ "ParamTypes": [
+ "string"
+ ],
+ "Resolution": "Wait until the specified job is completed, or reboot the system to move the job to Completed state. To view the job status, use\"racadm jobqueue view -i \"."
+ },
+ "RAC1008": {
+ "Description": "The Active Directory object DCLookupByUserDomain cannot be disabled, because the Active Directory object DCLookupDomainName is not configured.",
+ "Message": "The Active Directory object DCLookupByUserDomain cannot be disabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Configure the Active Directory object DCLookupDomainName using \"racadm set iDRAC.ActiveDirectory.DCLookupDomainName \", and retry the operation."
+ },
+ "RAC1009": {
+ "Description": "The Active Directory objects DCLookupEnable or GCLookupEnable cannot be enabled, because IPv4.DNS1, IPv4.DNS2, IPv6.DNS1, or IPv6.DNS2 is not configured.",
+ "Message": "The Active Directory objects DCLookupEnable or GCLookupEnable cannot be enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Configure IPv4.DNS1, IPv4.DNS2, IPv6.DNS1, or IPv6.DNS2 using racadm set command, and retry the operation. For example, \"racadm set iDRAC.IPv4.DNS1 \"."
+ },
+ "RAC101": {
+ "Description": "The Serial Data Capture feature is disabled. iDRAC has stopped capturing data about serial communicaton.",
+ "Message": "The Serial Data Capture feature is disabled.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "No response action is required."
+ },
+ "RAC1010": {
+ "Description": "The power cap cannot be set if the object Power.Cap is disabled.",
+ "Message": "Unable to set the power cap value.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Enable Power Cap setting using \"racadm set System.Power.Cap.Enable < 1 | Enabled >\", and retry the operation."
+ },
+ "RAC1011": {
+ "Description": "The OS to iDRAC pass-through cannot be enabled, because the NIC is in Dedicated mode.",
+ "Message": "The OS to iDRAC pass-through cannot be enabled.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the iDRAC NIC mode to shared mode using \"racadm set idrac.nic.selection \", and retry the operation."
+ },
+ "RAC1012": {
+ "Description": "Unable to change the auto-negotiation state for the current NIC selection mode, because the iDRAC NIC is in dedicated mode.",
+ "Message": "Unable to change the auto-negotiation state for the current NIC selection mode.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the iDRAC NIC mode to shared mode using \"racadm set idrac.nic.selection \", and retry the operation."
+ },
+ "RAC1013": {
+ "Description": "For any iDRAC user, SNMPv3 authentication protocol can be changed to \"None\" only if the SNMPv3 privacy protocol state is set to \"None\".",
+ "Message": "The SNMPv3 authentication protocol state cannot be set to None if the SNMPv3 privacy protocol state is set to None.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Change the SNMPv3 privacy protocol state to 'None' using \"racadm set iDRAC.Users..SNMPv3PrivacyType none\", and retry the operation."
+ },
+ "RAC1014": {
+ "Description": "The SNMPv3 privacy protocol cannot be configured to AES or DES mode if SNMPv3 authentication protocol state is set to \"None\".",
+ "Message": "The SNMPv3 privacy protocol cannot be configured to AES or DES mode if SNMPv3 authentication protocol state is set to \"None\".",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "To configure the SNMPv3 Privacy Protocol for a specified iDRAC user, change the SNMPv3 Authentication Protocol to either MD5 or SHA state using \"racadm set idrac.users..SNMPv3AuthenticationType \"."
+ },
+ "RAC1015": {
+ "Description": "The configuration identified in the message is changed using the interface identified in the message.",
+ "Message": "The %1 configuration is changed to %2 using %3.",
+ "Severity": "Informational",
+ "NumberOfArgs": 3,
+ "ParamTypes": [
+ "string",
+ "string",
+ "string"
+ ],
+ "Resolution": "No response action is required."
+ },
+ "RAC1016": {
+ "Description": "iDRAC does not allow duplicate user names for each of the 16 users.",
+ "Message": "The specified user already exists. Duplicate user names are not allowed.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure that each of the 16 user names are unique."
+ },
+ "RAC1017": {
+ "Description": "Any staged operation requires a job and system reboot to apply the object values.",
+ "Message": "Successfully modified the object value and the change is in pending state.",
+ "Severity": "Informational",
+ "NumberOfArgs": 0,
+ "Resolution": "To apply modified value, create a configuration job and reboot the system. To create the commit and reboot jobs, use \"jobqueue\" command. For more information about the \"jobqueue\" command, see RACADM help."
+ },
+ "RAC1018": {
+ "Description": "This occurs when an incorrect syntax is used or an incorrect object is specified during the command invocation.",
+ "Message": "The specified object or syntax is invalid.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Make sure to use the correct syntax and correct object names, and retry the operation. For information related to the corresponding group, see RACADM help or the RACADM User's Guide."
+ },
+ "RAC1019": {
+ "Description": "Some objects have dependencies on other objects that are required to perform a task. The specified object is not available because of such dependencies.",
+ "Message": "The specified object is not supported for the current system configuration.",
+ "Severity": "Warning",
+ "NumberOfArgs": 0,
+ "Resolution": "Verify the object dependency using \"racadm help ..