summaryrefslogtreecommitdiff
path: root/static/redfish/v1/odata/index.json
blob: f5b73dd1c9e6d961f69d017005af8c29a123c278 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
    "@odata.context": "/redfish/v1/$metadata",
    "value": [
        {
            "kind": "Singleton",
            "name": "$metadata",
            "url": "/redfish/v1/$metadata"
        },
        {
            "kind": "Singleton",
            "name": "odata",
            "url": "/redfish/v1/odata"
        },
        {
            "kind": "Singleton",
            "name": "JsonSchemas",
            "url": "/redfish/v1/JsonSchemas"
        },
        {
            "kind": "Singleton",
            "name": "Service",
            "url": "/redfish/v1/"
        },
        {
            "kind": "Singleton",
            "name": "ServiceRoot",
            "url": "/redfish/v1/ServiceRoot"
        },
        {
            "kind": "Singleton",
            "name": "Systems",
            "url": "/redfish/v1/Systems"
        },
        {
            "kind": "Singleton",
            "name": "Chassis",
            "url": "/redfish/v1/Chassis"
        },
        {
            "kind": "Singleton",
            "name": "Managers",
            "url": "/redfish/v1/Managers"
        },
        {
            "kind": "Singleton",
            "name": "SessionService",
            "url": "/redfish/v1/SessionService"
        },
        {
            "kind": "Singleton",
            "name": "AccountService",
            "url": "/redfish/v1/AccountService"
        },
        {
            "kind": "Singleton",
            "name": "UpdateService",
            "url": "/redfish/v1/UpdateService"
        }
    ]
}