Home
last modified time | relevance | path

Searched full:http (Results 1 – 25 of 4639) sorted by relevance

12345678910>>...186

/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass8 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \
9 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20250101T023759Z/pool \
10 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \
11 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \
12 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \
14 ${KERNELORG_MIRROR} http://www.kernel.org/pub \
19 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \
20 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \
22 http://ftp.info-zip.org/pub/infozip/src/ ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/ \
23 http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ http://www.mirrorservi…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dmeta_oe_sources.py11 # Can we download everything from the OpenEmbedded Sources Mirror over http only
18 bzr://.*/.* http://sources.openembedded.org/ \\n \\
19 cvs://.*/.* http://sources.openembedded.org/ \\n \\
20 git://.*/.* http://sources.openembedded.org/ \\n \\
21 gitsm://.*/.* http://sources.openembedded.org/ \\n \\
22 hg://.*/.* http://sources.openembedded.org/ \\n \\
23 osc://.*/.* http://sources.openembedded.org/ \\n \\
24 p4://.*/.* http://sources.openembedded.org/ \\n \\
25 svn://.*/.* http://sources.openembedded.org/ \\n \\
26 ftp://.*/.* http://sources.openembedded.org/ \\n \\
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DFacility.v1_4_2.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Facility.v1_4_2.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
60 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
63 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
71 …"$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetric…
80 … "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
89 …"$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetric…
[all …]
H A DPrivilegeRegistry.v1_1_5.json2 "$id": "http://redfish.dmtf.org/schemas/v1/PrivilegeRegistry.v1_1_5.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
62 … "description": "List mapping between HTTP methods and privilege required for the resource.",
63 …"longDescription": "This property shall list the mapping between HTTP methods and the privilege re…
115 "description": "The specific privileges required to complete a set of HTTP operations.",
116 … "This type shall describe the specific privileges required to complete a set of HTTP operations.",
133 "description": "The privilege required to complete an HTTP `DELETE` operation.",
137 …tion": "This property shall contain the privilege required to complete an HTTP `DELETE` operation.…
141 "description": "The privilege required to complete an HTTP `GET` operation.",
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DACE-TAO-CIAO89 1. http://www.dre.vanderbilt.edu/~schmidt/ACE.html
90 2. http://www.dre.vanderbilt.edu/~schmidt/TAO.html
91 3. http://www.dre.vanderbilt.edu/CIAO/
92 4. http://www.dre.vanderbilt.edu/cosmic/
93 5. http://www.dre.vanderbilt.edu/~schmidt/
94 6. http://www.dre.vanderbilt.edu/~schmidt/ACE-members.html
95 7. http://www.wustl.edu/
96 8. http://www.uci.edu/
97 9. http://www.vanderbilt.edu/
99 11. http://www.dre.vanderbilt.edu/~schmidt/ACE-users.html
[all …]
/openbmc/bmcweb/test/redfish-core/include/
H A Dprivileges_test.cpp5 #include <boost/beast/http/verb.hpp>
32 OperationMap entityPrivileges{{boost::beast::http::verb::get, {{"Login"}}}}; in TEST()
35 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
41 OperationMap entityPrivileges{{boost::beast::http::verb::get, {}}}; in TEST()
44 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
51 {boost::beast::http::verb::get, {{"ConfigureManager"}}}}; in TEST()
54 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
62 {boost::beast::http::verb::get, in TEST()
66 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
73 {boost::beast::http::verb::get, in TEST()
[all …]
/openbmc/bmcweb/http/
H A Dverb.hpp5 #include <boost/beast/http/verb.hpp>
9 // boost/beast/http/verb for whatever reason requires this?
28 inline std::optional<HttpVerb> httpVerbFromBoost(boost::beast::http::verb bv) in httpVerbFromBoost()
32 case boost::beast::http::verb::delete_: in httpVerbFromBoost()
34 case boost::beast::http::verb::get: in httpVerbFromBoost()
36 case boost::beast::http::verb::head: in httpVerbFromBoost()
38 case boost::beast::http::verb::options: in httpVerbFromBoost()
40 case boost::beast::http::verb::patch: in httpVerbFromBoost()
42 case boost::beast::http::verb::post: in httpVerbFromBoost()
44 case boost::beast::http::verb::put: in httpVerbFromBoost()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DTriggersCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/TriggersCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DOperatingConfigCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/OperatingConfigCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DMetricReportCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/MetricReportCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DCableCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/CableCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DSoftwareInventoryCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DManagerCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/ManagerCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DEventDestinationCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/EventDestinationCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DMetricDefinitionCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/MetricDefinitionCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DComputerSystemCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/ComputerSystemCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DJsonSchemaFileCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFileCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DAggregationSourceCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/AggregationSourceCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DSessionCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/SessionCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DManagerAccountCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/ManagerAccountCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DTaskCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/TaskCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DMessageRegistryFileCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFileCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DFanCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/FanCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DRoleCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/RoleCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]
H A DChassisCollection.json2 "$id": "http://redfish.dmtf.org/schemas/v1/ChassisCollection.json",
4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
46 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
57 "$ref": "http
[all...]

12345678910>>...186