1{
2    "@odata.context": "/redfish/v1/$metadata",
3    "value": [
4        {
5            "kind": "Singleton",
6            "name": "$metadata",
7            "url": "/redfish/v1/$metadata"
8        },
9        {
10            "kind": "Singleton",
11            "name": "odata",
12            "url": "/redfish/v1/odata"
13        },
14        {
15            "kind": "Singleton",
16            "name": "JsonSchemas",
17            "url": "/redfish/v1/JsonSchemas"
18        },
19        {
20            "kind": "Singleton",
21            "name": "Service",
22            "url": "/redfish/v1/"
23        },
24        {
25            "kind": "Singleton",
26            "name": "ServiceRoot",
27            "url": "/redfish/v1/ServiceRoot"
28        },
29        {
30            "kind": "Singleton",
31            "name": "Systems",
32            "url": "/redfish/v1/Systems"
33        },
34        {
35            "kind": "Singleton",
36            "name": "Chassis",
37            "url": "/redfish/v1/Chassis"
38        },
39        {
40            "kind": "Singleton",
41            "name": "Managers",
42            "url": "/redfish/v1/Managers"
43        },
44        {
45            "kind": "Singleton",
46            "name": "SessionService",
47            "url": "/redfish/v1/SessionService"
48        },
49        {
50            "kind": "Singleton",
51            "name": "AccountService",
52            "url": "/redfish/v1/AccountService"
53        },
54        {
55            "kind": "Singleton",
56            "name": "UpdateService",
57            "url": "/redfish/v1/UpdateService"
58        }
59    ]
60}
61