Skip to content

Commit

Permalink
Merge pull request #39 from sunithasomanna/sprint-50-odim-5577
Browse files Browse the repository at this point in the history
Update sample response for GET on plugin manager
  • Loading branch information
shivacharanms authored Feb 10, 2022
2 parents e632901 + 50829b2 commit 0fec3d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6605,6 +6605,18 @@ curl -i GET \
"@odata.type":"#Manager.v1_13_0.Manager",
"FirmwareVersion":"v1.0.0",
"Id":"a9cf0e1e-c36d-4d5b-9a31-cc07b611c01b",
"Links":{
"ManagerForChassis":[
{
"@odata.id":"/redfish/v1/Chassis/ff4655fe-5afa-4b1f-acb0-ddf2f2af61bf.1"
}
],
"ManagerForServers":[
{
"@odata.id":"/redfish/v1/Systems/ff4655fe-5afa-4b1f-acb0-ddf2f2af61bf.1"
}
]
},
"ManagerType":"Service",
"Name":"GRF",
"Status":{
Expand Down

0 comments on commit 0fec3d5

Please sign in to comment.