diff --git a/cmd/smd/smd-api.go b/cmd/smd/smd-api.go index 207e47b..9f61317 100644 --- a/cmd/smd/smd-api.go +++ b/cmd/smd/smd-api.go @@ -3073,7 +3073,7 @@ func (s *SmD) parseRedfishEndpointDataV2(w http.ResponseWriter, data []byte, for enabled := true component := base.Component{ - ID: root.ID + fmt.Sprintf("n%d", ceNum), + ID: root.ID, NID: nid, State: "On", Type: xnametypes.Node.String(),