forked from DMTF/Redfish-Interface-Emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-get-serviceroot.log
37 lines (37 loc) · 1.05 KB
/
test-get-serviceroot.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
11:38:14 10-01-24 - test-get-serviceroot - INFO : PASS: GET of Service Root successful (response below)
{
"@odata.context": "/redfish/v1/$metadata#ServiceRoot",
"@odata.type": "#ServiceRoot.1.0.0.ServiceRoot",
"@odata.id": "/redfish/v1/",
"Id": "RootService",
"Name": "Root Service",
"RedfishVersion": "1.0.0",
"UUID": "fe7260d5-c657-4ad5-bbf2-93f3dc818334",
"Chassis": {
"@odata.id": "/redfish/v1/Chassis"
},
"Managers": {
"@odata.id": "/redfish/v1/Managers"
},
"TaskService": {
"@odata.id": "/redfish/v1/TaskService"
},
"SessionService": {
"@odata.id": "/redfish/v1/SessionService"
},
"AccountService": {
"@odata.id": "/redfish/v1/AccountService"
},
"EventService": {
"@odata.id": "/redfish/v1/EventService"
},
"Registries": {
"@odata.id": "/redfish/v1/Registries"
},
"Systems": {
"@odata.id": "/redfish/v1/Systems"
},
"CompositionService": {
"@odata.id": "/redfish/v1/CompositionService"
}
}