History log of /openbmc/bmcweb/static/ (Results 76 – 100 of 138)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6f44b75206-Feb-2020 Gunnar Mills <gmills@us.ibm.com>

Move to 2019.3

Make changes to update_schemas.py needed for the move and run
update_schemas.py.

old path (2019.2)
DSP8010_2019.2/DSP8010_2019.2/json-schema/MemoryMetrics.v1_1_2.json
DSP8010_2019.2/

Move to 2019.3

Make changes to update_schemas.py needed for the move and run
update_schemas.py.

old path (2019.2)
DSP8010_2019.2/DSP8010_2019.2/json-schema/MemoryMetrics.v1_1_2.json
DSP8010_2019.2/DSP8010_2019.2/openapi/Memory.v1_0_3.yaml
DSP8010_2019.2/DSP8010_2019.2/csdl/AccelerationFunction_v1.xml

new path (2019.3)
DSP8010_2019.3/csdl/Memory_v1.xml
DSP8010_2019.3/json-schema/UpdateService.v1_1_2.json
DSP8010_2019.3/openapi/Zone.v1_3_1.yaml

To see an overview of 2019.3 see
https://www.dmtf.org/sites/default/files/Redfish_Release_2019.3_Overview.pdf

Tested: Built bmcweb, loaded on a Witherspoon, and ran
the validator. No errors.
Change-Id: I0deaf88b884d65fffa31fcf66183ed61a930a073
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

2077899f06-Feb-2020 Gunnar Mills <gmills@us.ibm.com>

Update update_schemas.py with new Oem

Several Oem schemas have been added but the update_schemas.py
has not been updated. Added them to the update_schemas.py so
the static/redfish/v1/$metadata/index

Update update_schemas.py with new Oem

Several Oem schemas have been added but the update_schemas.py
has not been updated. Added them to the update_schemas.py so
the static/redfish/v1/$metadata/index.xml is correctly
built by update_schemas.py.

This is needed to move us to 2019.3 and eventually 2019.4.

Ideally, we would not just have a bunch of
metadata_index.write to write the Oem schemas to
$metadata/index.xml but this will do for now.

https://github.com/openbmc/bmcweb/issues/32
is to improve this.

Tested: Ran update_schemas.py and loaded that image on a
Witherspoon and ran the validator. No errors.

Change-Id: Iade028e690c31e25a72503d9352bc75eb7ee58dc
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

4f50ae4b06-Feb-2020 Gunnar Mills <gmills@us.ibm.com>

Move Crashdump to OemCrashdump

All other Oem Schemas start with Oem.
This is used by the update_schemas.py to determine an Oem
schema and is a reasonable requirement for Oem schemas.

https://github

Move Crashdump to OemCrashdump

All other Oem Schemas start with Oem.
This is used by the update_schemas.py to determine an Oem
schema and is a reasonable requirement for Oem schemas.

https://github.com/openbmc/bmcweb/blob/a3268f98f308ca7c8660b1ace44d5b9a40be204b/scripts/update_schemas.py#L43

Tested: Ran the validator against this change on a Witherspoon
with BMCWEB_ENABLE_REDFISH_CPU_LOG enabled and OemCheck
true. Validator passed. Might be worth running on a
system that actually uses BMCWEB_ENABLE_REDFISH_CPU_LOG.

curl -k https://${bmc}/redfish/v1/Systems/system/LogServices/Crashdump
{
"@odata.context": "/redfish/v1/$metadata#LogService.LogService",
"@odata.id": "/redfish/v1/Systems/system/LogServices/Crashdump",
"@odata.type": "#LogService.v1_1_0.LogService",
"Actions": {
"#LogService.ClearLog": {
"target": "/redfish/v1/Systems/system/LogServices/Crashdump/Actions/LogService.ClearLog"
},
"Oem": {
"#Crashdump.OnDemand": {
"target": "/redfish/v1/Systems/system/LogServices/Crashdump/Actions/Oem/Crashdump.OnDemand"
}
}
},
"Description": "Oem Crashdump Service",
"Entries": {
"@odata.id": "/redfish/v1/Systems/system/LogServices/Crashdump/Entries"
},
"Id": "Oem Crashdump",
"MaxNumberOfRecords": 3,
"Name": "Open BMC Oem Crashdump Service",
"OverWritePolicy": "WrapsWhenFull"
}

Change-Id: Iacc11be1284b99c2ed9a6c2ca0a936bd97855afb
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

d04ba32521-Jan-2020 Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com>

Add OemVirtualMedia schema

OEM Schema for VirtualMedia added.
Also OpenBMC level has been added to OEM field in the code to
conform to schema standard.

Tested:
Manually using full stack of VirtualM

Add OemVirtualMedia schema

OEM Schema for VirtualMedia added.
Also OpenBMC level has been added to OEM field in the code to
conform to schema standard.

Tested:
Manually using full stack of VirtualMedia.
* Inserting/ejecting media in both legacy and proxy mode
* Redfish Service Validator 1.3.2 ran

Change-Id: Iaa87dd767a4bf2062bd4e74dd790a2496aca96de
Signed-off-by: Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com>

show more ...

85cc8de611-Dec-2019 Jason M. Bills <jason.m.bills@linux.intel.com>

Fix $metadata/index.xml parse error

Tested:
Can successfully load /redfish/v1/$metadata in Chrome.

Change-Id: Id591ae3c03ffe3889d7f61299454407a9e9f1c23
Signed-off-by: Jason M. Bills <jason.m.bills@

Fix $metadata/index.xml parse error

Tested:
Can successfully load /redfish/v1/$metadata in Chrome.

Change-Id: Id591ae3c03ffe3889d7f61299454407a9e9f1c23
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/DEVELOPING.md
/openbmc/bmcweb/Redfish.md
/openbmc/bmcweb/http/app.h
/openbmc/bmcweb/http/http_connection.h
/openbmc/bmcweb/http/http_request.h
/openbmc/bmcweb/http/routing.h
/openbmc/bmcweb/http/utility.h
/openbmc/bmcweb/http/websocket.h
/openbmc/bmcweb/include/async_resp.hpp
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/kvm_websocket.hpp
/openbmc/bmcweb/include/nbd_proxy.hpp
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/vm_websocket.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/pam-webserver
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/utils/fw_utils.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/bios.hpp
/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/health.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/storage.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
/openbmc/bmcweb/src/webserver_main.cpp
redfish/v1/$metadata/index.xml
501f1e5802-Oct-2019 Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>

TLS method configuration

User is now able to turn on and off the TLS authentication method.

Tested:
No regression found in manual testing. By default everything works
as before, and disabling TLS m

TLS method configuration

User is now able to turn on and off the TLS authentication method.

Tested:
No regression found in manual testing. By default everything works
as before, and disabling TLS method prevents user to authenticate
by it.

Tested with Redfish Service Validator, version 1.2.8

Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: Ib7be1af659db568caa7e5b97e3844617586d7754

show more ...

7815863105-Nov-2019 Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>

Auth methods configuration

Added Oem extension for AccountService allowing user to configure
which authentication methods should be enabled. User is now able
to turn on and off authentication method

Auth methods configuration

Added Oem extension for AccountService allowing user to configure
which authentication methods should be enabled. User is now able
to turn on and off authentication methods like BasicAuth, XToken, etc.
User is not allowed to turn off all of the methods at once - at least
one method has to be active to prevent lock-out. This configuration
is persistent, will be saved on file-system and will be loaded on
bmcweb's restart.

Tested:
No regression found in manual testing. By default everything works as before,
and disabling auth method prevents user to authenticate by it. Tested that
user is not allowed to disable all the methods - either in one PATCH or by
disabling them one at a time.
ServiceValidator run with success.

This change is a fix for this request:
https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/23590/18

which was revert here:
https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/26869

Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: I66b5ad423746f1992070a14f2983a07b1320190e

show more ...

eecd51a404-Nov-2019 James Feist <james.feist@linux.intel.com>

Revert "Auth methods configuration"

This reverts commit 0ff64dc2cd3a15b4204a477ad2eb5219d66e6110.

Reason for revert: <breaks redfish validator, <edmx:Reference Uri="/redfish/v1/schema/OemAccountSer

Revert "Auth methods configuration"

This reverts commit 0ff64dc2cd3a15b4204a477ad2eb5219d66e6110.

Reason for revert: <breaks redfish validator, <edmx:Reference Uri="/redfish/v1/schema/OemAccountService_v1.xml"> but the file name unversioned static/redfish/v1/schema/OemAccountService.xml>

Change-Id: I696dd09bf519e364f5f529a674e047a8eeead578
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...

0ff64dc212-Jul-2019 Kowalski, Kamil <kamil.kowalski@intel.com>

Auth methods configuration

Added Oem extension for AccountService allowing user to configure
which authentication methods should be enabled. User is now able
to turn on and off authentication method

Auth methods configuration

Added Oem extension for AccountService allowing user to configure
which authentication methods should be enabled. User is now able
to turn on and off authentication methods like BasicAuth, XToken, etc.
User is not allowed to turn off all of the methods at once - at least
one method has to be active to prevent lock-out. This configuration
is persistent, will be saved on file-system and will be loaded on
bmcweb's restart.

Tested:
No regression found in manual testing. By default everything works as before,
and disabling auth method prevents user to authenticate by it. Tested that
user is not allowed to disable all the methods - either in one PATCH or by
disabling them one at a time.
ServiceValidator run with success.

Change-Id: I3a775d783ac05998d17b8e91800962bffd8cab52
Signed-off-by: Kowalski, Kamil <kamil.kowalski@intel.com>
Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>

show more ...

a634991818-Oct-2019 AppaRao Puli <apparao.puli@linux.intel.com>

Added OemComputerSystems and properties for provisioning

- Added OemComputerSystems Schema for provisioning properties
- Added "ProvisioningStatus" Oem property with EnumType
1) NotProvisioned

Added OemComputerSystems and properties for provisioning

- Added OemComputerSystems Schema for provisioning properties
- Added "ProvisioningStatus" Oem property with EnumType
1) NotProvisioned
2) ProvisionedButNotLocked
3) ProvisionedAndLocked

Intel secures platform firmware components using Intel PFR mechanism.
This may differ for other Oem's(non-intel platforms) but the properties
like Provisioned, Locked states should be of generic as per NIST SP
800-193. Added build time flag to enable/disable PFR supported platforms.

Tested:
- By default provisioning feature is OFF, using GET method on below URI
verified Oem Property and observed no such property. This is default
behaviour on upstream.

URI: /redfish/v1/Systems/system
Response: No "Oem" property.

- Enabled provisioning feature in Intel platforms and Verified using Systems
URI. Ran the redfish validator tool and no new issues found due to this
change.
URI: /redfish/v1/Systems/system
RESPONSE:
.....

"Oem": {
"OpenBmc": {
"FirmwareProvisioning": {
"ProvisioningStatus": "NotProvisioned"
}
}
}
.....

Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>
Change-Id: I674e6075263f4fa2962637d3add47393a1ff0c0b

show more ...

ddfc22f208-Oct-2019 Jason M. Bills <jason.m.bills@linux.intel.com>

Add a Redfish schema for the Crashdump OEM Actions

Tested:
Passed the Redfish Service Validator

Change-Id: Ib121346e3be031584eb522ceb8c8e4e3a350f13a
Signed-off-by: Jason M. Bills <jason.m.bills@lin

Add a Redfish schema for the Crashdump OEM Actions

Tested:
Passed the Redfish Service Validator

Change-Id: Ib121346e3be031584eb522ceb8c8e4e3a350f13a
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/MAINTAINERS
/openbmc/bmcweb/README.md
/openbmc/bmcweb/Redfish.md
/openbmc/bmcweb/http/LICENSE
/openbmc/bmcweb/http/app.h
/openbmc/bmcweb/http/common.h
/openbmc/bmcweb/http/http_connection.h
/openbmc/bmcweb/http/http_request.h
/openbmc/bmcweb/http/http_response.h
/openbmc/bmcweb/http/http_server.h
/openbmc/bmcweb/http/logging.h
/openbmc/bmcweb/http/middleware_context.h
/openbmc/bmcweb/http/query_string.h
/openbmc/bmcweb/http/routing.h
/openbmc/bmcweb/http/timer_queue.h
/openbmc/bmcweb/http/utility.h
/openbmc/bmcweb/http/websocket.h
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/http_utility.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/kvm_websocket.hpp
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/persistent_data_middleware.hpp
/openbmc/bmcweb/include/redfish_v1.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/vm_websocket.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/redfish-core/include/error_messages.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp
/openbmc/bmcweb/redfish-core/lib/health.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/pcie.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/storage.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
/openbmc/bmcweb/src/crow_getroutes_test.cpp
/openbmc/bmcweb/src/security_headers_middleware_test.cpp
/openbmc/bmcweb/src/webassets_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
redfish/v1/$metadata/index.xml
redfish/v1/JsonSchemas/Crashdump/Crashdump.json
redfish/v1/JsonSchemas/Crashdump/index.json
redfish/v1/schema/Crashdump_v1.xml
cb10313008-Oct-2019 Ed Tanous <ed.tanous@intel.com>

Update Redfish schemas to 2019.2

Note, the DMTF changed the format of the schema file pack yet again, so
the script changes now to compensate for that.

Tested:
Ran schema validator. One unrelated

Update Redfish schemas to 2019.2

Note, the DMTF changed the format of the schema file pack yet again, so
the script changes now to compensate for that.

Tested:
Ran schema validator. One unrelated failure in LogEntry, and 4 new
warnings in PCIe devices (we're using a deprecated property). All other
endpoints pass.

Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Change-Id: I81c030a7c5a6a32cc12a5e7e02a9441b7891bc5d

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/Redfish.md
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/logging.h
/openbmc/bmcweb/crow/include/crow/middleware_context.h
/openbmc/bmcweb/crow/include/crow/query_string.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/settings.h
/openbmc/bmcweb/crow/include/crow/timer_queue.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/dbus_utility.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/kvm_websocket.hpp
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/persistent_data_middleware.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/vm_websocket.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/registries.hpp
/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/utils/fw_utils.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/include/utils/systemd_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/health.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/message_registries.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/pcie.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
/openbmc/bmcweb/scripts/parse_registries.py
/openbmc/bmcweb/scripts/update_schemas.py
/openbmc/bmcweb/scripts/websocket_test.py
/openbmc/bmcweb/src/crow_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
redfish/v1/$metadata/index.xml
redfish/v1/JsonSchemas/AccelerationFunction/AccelerationFunction.json
redfish/v1/JsonSchemas/AccountService/AccountService.json
redfish/v1/JsonSchemas/ActionInfo/ActionInfo.json
redfish/v1/JsonSchemas/Assembly/Assembly.json
redfish/v1/JsonSchemas/AttributeRegistry/AttributeRegistry.json
redfish/v1/JsonSchemas/Bios/Bios.json
redfish/v1/JsonSchemas/BootOption/BootOption.json
redfish/v1/JsonSchemas/Certificate/Certificate.json
redfish/v1/JsonSchemas/CertificateLocations/CertificateLocations.json
redfish/v1/JsonSchemas/CertificateService/CertificateService.json
redfish/v1/JsonSchemas/Chassis/Chassis.json
redfish/v1/JsonSchemas/CollectionCapabilities/CollectionCapabilities.json
redfish/v1/JsonSchemas/CompositionService/CompositionService.json
redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
redfish/v1/JsonSchemas/Drive/Drive.json
redfish/v1/JsonSchemas/Endpoint/Endpoint.json
redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
redfish/v1/JsonSchemas/Event/Event.json
redfish/v1/JsonSchemas/EventDestination/EventDestination.json
redfish/v1/JsonSchemas/EventService/EventService.json
redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
redfish/v1/JsonSchemas/Fabric/Fabric.json
redfish/v1/JsonSchemas/HostInterface/HostInterface.json
redfish/v1/JsonSchemas/IPAddresses/IPAddresses.json
redfish/v1/JsonSchemas/Job/Job.json
redfish/v1/JsonSchemas/JobService/JobService.json
redfish/v1/JsonSchemas/JsonSchemaFile/JsonSchemaFile.json
redfish/v1/JsonSchemas/LogEntry/LogEntry.json
redfish/v1/JsonSchemas/LogService/LogService.json
redfish/v1/JsonSchemas/Manager/Manager.json
redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
redfish/v1/JsonSchemas/Memory/Memory.json
redfish/v1/JsonSchemas/MemoryChunks/MemoryChunks.json
redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
redfish/v1/JsonSchemas/MemoryMetrics/MemoryMetrics.json
redfish/v1/JsonSchemas/Message/Message.json
redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
redfish/v1/JsonSchemas/MessageRegistryFile/MessageRegistryFile.json
redfish/v1/JsonSchemas/MetricDefinition/MetricDefinition.json
redfish/v1/JsonSchemas/MetricReport/MetricReport.json
redfish/v1/JsonSchemas/MetricReportDefinition/MetricReportDefinition.json
redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
redfish/v1/JsonSchemas/NetworkInterface/NetworkInterface.json
redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
redfish/v1/JsonSchemas/PCIeDevice/PCIeDevice.json
redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
redfish/v1/JsonSchemas/PCIeSlots/PCIeSlots.json
redfish/v1/JsonSchemas/Port/Port.json
redfish/v1/JsonSchemas/Power/Power.json
redfish/v1/JsonSchemas/PrivilegeRegistry/PrivilegeRegistry.json
redfish/v1/JsonSchemas/Privileges/Privileges.json
redfish/v1/JsonSchemas/Processor/Processor.json
redfish/v1/JsonSchemas/ProcessorMetrics/ProcessorMetrics.json
redfish/v1/JsonSchemas/Redundancy/Redundancy.json
redfish/v1/JsonSchemas/Resource/Resource.json
redfish/v1/JsonSchemas/ResourceBlock/ResourceBlock.json
redfish/v1/JsonSchemas/Role/Role.json
redfish/v1/JsonSchemas/Schedule/Schedule.json
redfish/v1/JsonSchemas/SecureBoot/SecureBoot.json
redfish/v1/JsonSchemas/Sensor/Sensor.json
redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
redfish/v1/JsonSchemas/Session/Session.json
redfish/v1/JsonSchemas/SessionService/SessionService.json
redfish/v1/JsonSchemas/Settings/Settings.json
redfish/v1/JsonSchemas/SimpleStorage/SimpleStorage.json
redfish/v1/JsonSchemas/SoftwareInventory/SoftwareInventory.json
redfish/v1/JsonSchemas/Storage/Storage.json
redfish/v1/JsonSchemas/Switch/Switch.json
redfish/v1/JsonSchemas/Task/Task.json
redfish/v1/JsonSchemas/TaskService/TaskService.json
redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
redfish/v1/JsonSchemas/Thermal/Thermal.json
redfish/v1/JsonSchemas/Triggers/Triggers.json
redfish/v1/JsonSchemas/UpdateService/UpdateService.json
redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
redfish/v1/JsonSchemas/VirtualMedia/VirtualMedia.json
redfish/v1/JsonSchemas/Volume/Volume.json
redfish/v1/JsonSchemas/Zone/Zone.json
redfish/v1/JsonSchemas/odata/odata.json
redfish/v1/JsonSchemas/redfish-error/redfish-error.json
redfish/v1/JsonSchemas/redfish-payload-annotations/redfish-payload-annotations.json
redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
redfish/v1/schema/AccelerationFunctionCollection_v1.xml
redfish/v1/schema/AccelerationFunction_v1.xml
redfish/v1/schema/AccountService_v1.xml
redfish/v1/schema/ActionInfo_v1.xml
redfish/v1/schema/Assembly_v1.xml
redfish/v1/schema/AttributeRegistry_v1.xml
redfish/v1/schema/Bios_v1.xml
redfish/v1/schema/BootOptionCollection_v1.xml
redfish/v1/schema/BootOption_v1.xml
redfish/v1/schema/CertificateCollection_v1.xml
redfish/v1/schema/CertificateLocations_v1.xml
redfish/v1/schema/CertificateService_v1.xml
redfish/v1/schema/Certificate_v1.xml
redfish/v1/schema/ChassisCollection_v1.xml
redfish/v1/schema/Chassis_v1.xml
redfish/v1/schema/CollectionCapabilities_v1.xml
redfish/v1/schema/CompositionService_v1.xml
redfish/v1/schema/ComputerSystemCollection_v1.xml
redfish/v1/schema/ComputerSystem_v1.xml
redfish/v1/schema/Drive_v1.xml
redfish/v1/schema/EndpointCollection_v1.xml
redfish/v1/schema/Endpoint_v1.xml
redfish/v1/schema/EthernetInterfaceCollection_v1.xml
redfish/v1/schema/EthernetInterface_v1.xml
redfish/v1/schema/EventDestinationCollection_v1.xml
redfish/v1/schema/EventDestination_v1.xml
redfish/v1/schema/EventService_v1.xml
redfish/v1/schema/Event_v1.xml
redfish/v1/schema/ExternalAccountProviderCollection_v1.xml
redfish/v1/schema/ExternalAccountProvider_v1.xml
redfish/v1/schema/FabricCollection_v1.xml
redfish/v1/schema/Fabric_v1.xml
redfish/v1/schema/HostInterfaceCollection_v1.xml
redfish/v1/schema/HostInterface_v1.xml
redfish/v1/schema/IPAddresses_v1.xml
redfish/v1/schema/JobCollection_v1.xml
redfish/v1/schema/JobService_v1.xml
redfish/v1/schema/Job_v1.xml
redfish/v1/schema/JsonSchemaFileCollection_v1.xml
redfish/v1/schema/JsonSchemaFile_v1.xml
redfish/v1/schema/LogEntryCollection_v1.xml
redfish/v1/schema/LogEntry_v1.xml
redfish/v1/schema/LogServiceCollection_v1.xml
redfish/v1/schema/LogService_v1.xml
redfish/v1/schema/ManagerAccountCollection_v1.xml
redfish/v1/schema/ManagerAccount_v1.xml
redfish/v1/schema/ManagerCollection_v1.xml
redfish/v1/schema/ManagerNetworkProtocol_v1.xml
redfish/v1/schema/Manager_v1.xml
redfish/v1/schema/MemoryChunksCollection_v1.xml
redfish/v1/schema/MemoryChunks_v1.xml
redfish/v1/schema/MemoryCollection_v1.xml
redfish/v1/schema/MemoryDomainCollection_v1.xml
redfish/v1/schema/MemoryDomain_v1.xml
redfish/v1/schema/MemoryMetrics_v1.xml
redfish/v1/schema/Memory_v1.xml
redfish/v1/schema/MessageRegistryCollection_v1.xml
redfish/v1/schema/MessageRegistryFileCollection_v1.xml
redfish/v1/schema/MessageRegistryFile_v1.xml
redfish/v1/schema/MessageRegistry_v1.xml
redfish/v1/schema/Message_v1.xml
redfish/v1/schema/MetricDefinitionCollection_v1.xml
redfish/v1/schema/MetricDefinition_v1.xml
redfish/v1/schema/MetricReportCollection_v1.xml
redfish/v1/schema/MetricReportDefinitionCollection_v1.xml
redfish/v1/schema/MetricReportDefinition_v1.xml
redfish/v1/schema/MetricReport_v1.xml
redfish/v1/schema/NetworkAdapterCollection_v1.xml
redfish/v1/schema/NetworkAdapter_v1.xml
redfish/v1/schema/NetworkDeviceFunctionCollection_v1.xml
redfish/v1/schema/NetworkDeviceFunction_v1.xml
redfish/v1/schema/NetworkInterfaceCollection_v1.xml
redfish/v1/schema/NetworkInterface_v1.xml
redfish/v1/schema/NetworkPortCollection_v1.xml
redfish/v1/schema/NetworkPort_v1.xml
redfish/v1/schema/PCIeDeviceCollection_v1.xml
redfish/v1/schema/PCIeDevice_v1.xml
redfish/v1/schema/PCIeFunctionCollection_v1.xml
redfish/v1/schema/PCIeFunction_v1.xml
redfish/v1/schema/PCIeSlots_v1.xml
redfish/v1/schema/PhysicalContext_v1.xml
redfish/v1/schema/PortCollection_v1.xml
redfish/v1/schema/Port_v1.xml
redfish/v1/schema/Power_v1.xml
redfish/v1/schema/PrivilegeRegistry_v1.xml
redfish/v1/schema/Privileges_v1.xml
redfish/v1/schema/ProcessorCollection_v1.xml
redfish/v1/schema/ProcessorMetrics_v1.xml
redfish/v1/schema/Processor_v1.xml
redfish/v1/schema/Protocol_v1.xml
redfish/v1/schema/RedfishError_v1.xml
redfish/v1/schema/RedfishExtensions_v1.xml
redfish/v1/schema/Redundancy_v1.xml
redfish/v1/schema/ResourceBlockCollection_v1.xml
redfish/v1/schema/ResourceBlock_v1.xml
redfish/v1/schema/Resource_v1.xml
redfish/v1/schema/RoleCollection_v1.xml
redfish/v1/schema/Role_v1.xml
redfish/v1/schema/Schedule_v1.xml
redfish/v1/schema/SecureBoot_v1.xml
redfish/v1/schema/SensorCollection_v1.xml
redfish/v1/schema/Sensor_v1.xml
redfish/v1/schema/SerialInterfaceCollection_v1.xml
redfish/v1/schema/SerialInterface_v1.xml
redfish/v1/schema/ServiceRoot_v1.xml
redfish/v1/schema/SessionCollection_v1.xml
redfish/v1/schema/SessionService_v1.xml
redfish/v1/schema/Session_v1.xml
redfish/v1/schema/Settings_v1.xml
redfish/v1/schema/SimpleStorageCollection_v1.xml
redfish/v1/schema/SimpleStorage_v1.xml
redfish/v1/schema/SoftwareInventoryCollection_v1.xml
redfish/v1/schema/SoftwareInventory_v1.xml
redfish/v1/schema/StorageCollection_v1.xml
redfish/v1/schema/Storage_v1.xml
redfish/v1/schema/SwitchCollection_v1.xml
redfish/v1/schema/Switch_v1.xml
redfish/v1/schema/TaskCollection_v1.xml
redfish/v1/schema/TaskService_v1.xml
redfish/v1/schema/Task_v1.xml
redfish/v1/schema/TelemetryService_v1.xml
redfish/v1/schema/Thermal_v1.xml
redfish/v1/schema/TriggersCollection_v1.xml
redfish/v1/schema/Triggers_v1.xml
redfish/v1/schema/UpdateService_v1.xml
redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
redfish/v1/schema/VLanNetworkInterface_v1.xml
redfish/v1/schema/VirtualMediaCollection_v1.xml
redfish/v1/schema/VirtualMedia_v1.xml
redfish/v1/schema/VolumeCollection_v1.xml
redfish/v1/schema/Volume_v1.xml
redfish/v1/schema/ZoneCollection_v1.xml
redfish/v1/schema/Zone_v1.xml
b943aaef11-Jul-2019 James Feist <james.feist@linux.intel.com>

Add SetPointOffset To Refish

This allows adding a threshold as a setpoint offset
so that dynamic thresholds can be used to modify a
setpoint.

Tested: Get and Patch worked

{
"Oem": {
"O

Add SetPointOffset To Refish

This allows adding a threshold as a setpoint offset
so that dynamic thresholds can be used to modify a
setpoint.

Tested: Get and Patch worked

{
"Oem": {
"OpenBmc": {
"Fan": {
"PidControllers": {
"CPU1_DIMM_ABC": {
"SetPointOffset": "UpperThresholdCritical"
}
}
}
}
}
}

Change-Id: If515971778a8041aba0ab51da87ec5b29ebc359d
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/DEVELOPING.md
/openbmc/bmcweb/Redfish.md
/openbmc/bmcweb/bmcweb.service.in
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/logging.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/dbus_utility.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/vm_websocket.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/utils/fw_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/health.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/message_registries.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/pcie.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_util.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
/openbmc/bmcweb/src/webserver_main.cpp
redfish/v1/JsonSchemas/OemManager/index.json
redfish/v1/schema/OemManager_v1.xml
6f56d0c203-May-2019 Ed Tanous <ed.tanous@intel.com>

Redfish: fix warning in validator

The validator gives warnings like:
URI acquired ends in slash: /redfish/v1/JsonSchemas/Zone

These warnings don't actually result in warnings, because the trailing

Redfish: fix warning in validator

The validator gives warnings like:
URI acquired ends in slash: /redfish/v1/JsonSchemas/Zone

These warnings don't actually result in warnings, because the trailing
slash has always been a question in the spec, but we might as well do it
correctly, even if most of the tools don't take an issue with it.

Tested:
Ran service validator, saw no new failures, and observed no errors
mentioned above.

Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Change-Id: I184422d7a14838339253c945d7a0c91878093e17

show more ...

fbe8378f27-Mar-2019 Jason M. Bills <jason.m.bills@linux.intel.com>

Remove the static OpenBMC Message Registry file

This change removes the static OpenBMC Message Registry file and
replaces it with a compile-time structure.

Tested:
Verified the OpenBMC Message regi

Remove the static OpenBMC Message Registry file

This change removes the static OpenBMC Message Registry file and
replaces it with a compile-time structure.

Tested:
Verified the OpenBMC Message registry is correctly returned from
the existing endpoints without using the static files.

Change-Id: I60ab3ce0d23c9ac7e91ebb85f445fb9ca731983d
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...

70304cb527-Mar-2019 Jason M. Bills <jason.m.bills@linux.intel.com>

Remove the static Base Message Registry file

This change removes the static Base Message Registry file and
replaces it with a compile-time structure.

A script is used to pull the Base Message Regis

Remove the static Base Message Registry file

This change removes the static Base Message Registry file and
replaces it with a compile-time structure.

A script is used to pull the Base Message Registry file from
the DMTF and parse it into the .hpp structure.

Tested:
Verified that after running the script, I can get the same
Redfish data back from the existing endpoints without using
the static files.

Change-Id: Ide3c61ecff62801c06619d5c3edc2229c945d8e7
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...

af8f791229-Mar-2019 James Feist <james.feist@linux.intel.com>

Fix OemManager schema for profiles

Make schema pass validator. Found quite a few missing
fields and odata.id issues.

Tested: Passes validator

Change-Id: Ibba92018d07a2a9f2ba833c295a235fee7845a97
S

Fix OemManager schema for profiles

Make schema pass validator. Found quite a few missing
fields and odata.id issues.

Tested: Passes validator

Change-Id: Ibba92018d07a2a9f2ba833c295a235fee7845a97
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...

2108721001-Apr-2019 Gunnar Mills <gmills@us.ibm.com>

Fix DCPowerOff.NumberOfArgs Mandatory prop

The RedfishServiceValidator throws the following error:
"ERROR - Messages.DCPowerOff.NumberOfArgs: Mandatory prop
does not exist" for #MessageRegistry.v1_0

Fix DCPowerOff.NumberOfArgs Mandatory prop

The RedfishServiceValidator throws the following error:
"ERROR - Messages.DCPowerOff.NumberOfArgs: Mandatory prop
does not exist" for #MessageRegistry.v1_0_0.MessageRegistry.

From https://redfish.dmtf.org/schemas/MessageRegistry.v1_0_0.json
"required": [
"Description",
"Message",
"Severity",
"NumberOfArgs",
"Resolution"
],

Tested: Loaded this change on a Witherspoon, ran
RedfishServiceValidator and no longer observe the
error.
Change-Id: I9ccf3703bc6b06d2bd74f548e1bd4e2badd68c07
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

9a99f65406-Mar-2019 Nikhil Potade <nikhil.potade@linux.intel.com>

Add registry messages for DC power events

System DC power On-Off events are added to the message registry

Change-Id: Ib3cbe065a096dedde8b5eecb7ac29aec855cbbcb
Signed-off-by: Nikhil Potade <nikhil.p

Add registry messages for DC power events

System DC power On-Off events are added to the message registry

Change-Id: Ib3cbe065a096dedde8b5eecb7ac29aec855cbbcb
Signed-off-by: Nikhil Potade <nikhil.potade@linux.intel.com>

show more ...

c9ab1d5001-Mar-2019 Marri Devender Rao <devenrao@in.ibm.com>

Redfish: Fix incorrect reference tag added as part of update_schemas.py script

Change-Id: I763534d54b7630aec30883d04e02b4f478c10ab4
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>

c33a90ec01-Mar-2019 James Feist <james.feist@linux.intel.com>

pid: add direction to stepwise

We now have upper and lower clipping curves, add direction
so we can tell which is which.

Tested-by: GET and PATCH work

Change-Id: I0cdfa159a3a27355a8e67c65e42e765f1

pid: add direction to stepwise

We now have upper and lower clipping curves, add direction
so we can tell which is which.

Tested-by: GET and PATCH work

Change-Id: I0cdfa159a3a27355a8e67c65e42e765f191f7719
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...

63faafa503-Jan-2019 Ed Tanous <ed.tanous@intel.com>

Fix bad link in Redfish JsonSchemas ID

Change-Id: I993ae392d87a19acd51fe093f8244a9c781dd339
Signed-off-by: Ed Tanous <ed.tanous@intel.com>


/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/crow/include/crow.h
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/scripts/update_schemas.py
redfish/v1/JsonSchemas/AccelerationFunction/index.json
redfish/v1/JsonSchemas/AccountService/index.json
redfish/v1/JsonSchemas/ActionInfo/index.json
redfish/v1/JsonSchemas/Assembly/index.json
redfish/v1/JsonSchemas/AttributeRegistry/index.json
redfish/v1/JsonSchemas/Bios/index.json
redfish/v1/JsonSchemas/BootOption/index.json
redfish/v1/JsonSchemas/Certificate/index.json
redfish/v1/JsonSchemas/CertificateLocations/index.json
redfish/v1/JsonSchemas/CertificateService/index.json
redfish/v1/JsonSchemas/Chassis/index.json
redfish/v1/JsonSchemas/CollectionCapabilities/index.json
redfish/v1/JsonSchemas/CompositionService/index.json
redfish/v1/JsonSchemas/ComputerSystem/index.json
redfish/v1/JsonSchemas/Drive/index.json
redfish/v1/JsonSchemas/Endpoint/index.json
redfish/v1/JsonSchemas/EthernetInterface/index.json
redfish/v1/JsonSchemas/Event/index.json
redfish/v1/JsonSchemas/EventDestination/index.json
redfish/v1/JsonSchemas/EventService/index.json
redfish/v1/JsonSchemas/ExternalAccountProvider/index.json
redfish/v1/JsonSchemas/Fabric/index.json
redfish/v1/JsonSchemas/HostInterface/index.json
redfish/v1/JsonSchemas/IPAddresses/index.json
redfish/v1/JsonSchemas/Job/index.json
redfish/v1/JsonSchemas/JobService/index.json
redfish/v1/JsonSchemas/JsonSchemaFile/index.json
redfish/v1/JsonSchemas/LogEntry/index.json
redfish/v1/JsonSchemas/LogService/index.json
redfish/v1/JsonSchemas/Manager/index.json
redfish/v1/JsonSchemas/ManagerAccount/index.json
redfish/v1/JsonSchemas/ManagerNetworkProtocol/index.json
redfish/v1/JsonSchemas/Memory/index.json
redfish/v1/JsonSchemas/MemoryChunks/index.json
redfish/v1/JsonSchemas/MemoryDomain/index.json
redfish/v1/JsonSchemas/MemoryMetrics/index.json
redfish/v1/JsonSchemas/Message/index.json
redfish/v1/JsonSchemas/MessageRegistry/index.json
redfish/v1/JsonSchemas/MessageRegistryFile/index.json
redfish/v1/JsonSchemas/MetricDefinition/index.json
redfish/v1/JsonSchemas/MetricReport/index.json
redfish/v1/JsonSchemas/MetricReportDefinition/index.json
redfish/v1/JsonSchemas/NetworkAdapter/index.json
redfish/v1/JsonSchemas/NetworkDeviceFunction/index.json
redfish/v1/JsonSchemas/NetworkInterface/index.json
redfish/v1/JsonSchemas/NetworkPort/index.json
redfish/v1/JsonSchemas/PCIeDevice/index.json
redfish/v1/JsonSchemas/PCIeFunction/index.json
redfish/v1/JsonSchemas/PCIeSlots/index.json
redfish/v1/JsonSchemas/PhysicalContext/index.json
redfish/v1/JsonSchemas/Port/index.json
redfish/v1/JsonSchemas/Power/index.json
redfish/v1/JsonSchemas/PrivilegeRegistry/index.json
redfish/v1/JsonSchemas/Privileges/index.json
redfish/v1/JsonSchemas/Processor/index.json
redfish/v1/JsonSchemas/ProcessorMetrics/index.json
redfish/v1/JsonSchemas/Redundancy/index.json
redfish/v1/JsonSchemas/Resource/index.json
redfish/v1/JsonSchemas/ResourceBlock/index.json
redfish/v1/JsonSchemas/Role/index.json
redfish/v1/JsonSchemas/Schedule/index.json
redfish/v1/JsonSchemas/SecureBoot/index.json
redfish/v1/JsonSchemas/Sensor/index.json
redfish/v1/JsonSchemas/SerialInterface/index.json
redfish/v1/JsonSchemas/ServiceRoot/index.json
redfish/v1/JsonSchemas/Session/index.json
redfish/v1/JsonSchemas/SessionService/index.json
redfish/v1/JsonSchemas/Settings/index.json
redfish/v1/JsonSchemas/SimpleStorage/index.json
redfish/v1/JsonSchemas/SoftwareInventory/index.json
redfish/v1/JsonSchemas/Storage/index.json
redfish/v1/JsonSchemas/Switch/index.json
redfish/v1/JsonSchemas/Task/index.json
redfish/v1/JsonSchemas/TaskService/index.json
redfish/v1/JsonSchemas/TelemetryService/index.json
redfish/v1/JsonSchemas/Thermal/index.json
redfish/v1/JsonSchemas/Triggers/index.json
redfish/v1/JsonSchemas/UpdateService/index.json
redfish/v1/JsonSchemas/VLanNetworkInterface/index.json
redfish/v1/JsonSchemas/VirtualMedia/index.json
redfish/v1/JsonSchemas/Volume/index.json
redfish/v1/JsonSchemas/Zone/index.json
redfish/v1/JsonSchemas/odata/index.json
redfish/v1/JsonSchemas/redfish-error/index.json
redfish/v1/JsonSchemas/redfish-payload-annotations/index.json
redfish/v1/JsonSchemas/redfish-schema/index.json
d45d2d0f21-Jan-2019 Marri Devender Rao <devenrao@in.ibm.com>

Redfish: Update schema files to 2018.3

Redfish schema 2018.3 was released on January 11th, 2019. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date w

Redfish: Update schema files to 2018.3

Redfish schema 2018.3 was released on January 11th, 2019. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the latest static data.

This commit was largely done automatically using the update_schemas.py
script.

Change-Id: I74c6fac08d21629ca976ff8694fce011b5247e34
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>

show more ...


/openbmc/bmcweb/DEVELOPING.md
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/dbus_utility.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/scripts/update_schemas.py
redfish/v1/$metadata/index.xml
redfish/v1/JsonSchemas/AccelerationFunction/AccelerationFunction.json
redfish/v1/JsonSchemas/AccelerationFunction/index.json
redfish/v1/JsonSchemas/AccountService/AccountService.json
redfish/v1/JsonSchemas/AttributeRegistry/AttributeRegistry.json
redfish/v1/JsonSchemas/Bios/Bios.json
redfish/v1/JsonSchemas/Certificate/Certificate.json
redfish/v1/JsonSchemas/Certificate/index.json
redfish/v1/JsonSchemas/CertificateLocations/CertificateLocations.json
redfish/v1/JsonSchemas/CertificateLocations/index.json
redfish/v1/JsonSchemas/CertificateService/CertificateService.json
redfish/v1/JsonSchemas/CertificateService/index.json
redfish/v1/JsonSchemas/Chassis/Chassis.json
redfish/v1/JsonSchemas/CollectionCapabilities/CollectionCapabilities.json
redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
redfish/v1/JsonSchemas/Drive/Drive.json
redfish/v1/JsonSchemas/Endpoint/Endpoint.json
redfish/v1/JsonSchemas/Event/Event.json
redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
redfish/v1/JsonSchemas/Job/Job.json
redfish/v1/JsonSchemas/JsonSchemaFile/JsonSchemaFile.json
redfish/v1/JsonSchemas/LogEntry/LogEntry.json
redfish/v1/JsonSchemas/Manager/Manager.json
redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
redfish/v1/JsonSchemas/Memory/Memory.json
redfish/v1/JsonSchemas/MetricDefinition/MetricDefinition.json
redfish/v1/JsonSchemas/MetricReport/MetricReport.json
redfish/v1/JsonSchemas/MetricReportDefinition/MetricReportDefinition.json
redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
redfish/v1/JsonSchemas/Power/Power.json
redfish/v1/JsonSchemas/Processor/Processor.json
redfish/v1/JsonSchemas/ProcessorMetrics/ProcessorMetrics.json
redfish/v1/JsonSchemas/ProcessorMetrics/index.json
redfish/v1/JsonSchemas/Redundancy/Redundancy.json
redfish/v1/JsonSchemas/Resource/Resource.json
redfish/v1/JsonSchemas/ResourceBlock/ResourceBlock.json
redfish/v1/JsonSchemas/Sensor/Sensor.json
redfish/v1/JsonSchemas/Sensor/index.json
redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
redfish/v1/JsonSchemas/Storage/Storage.json
redfish/v1/JsonSchemas/Task/Task.json
redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
redfish/v1/JsonSchemas/Thermal/Thermal.json
redfish/v1/JsonSchemas/Triggers/Triggers.json
redfish/v1/JsonSchemas/UpdateService/UpdateService.json
redfish/v1/JsonSchemas/VirtualMedia/VirtualMedia.json
redfish/v1/JsonSchemas/index.json
redfish/v1/JsonSchemas/redfish-error/index.json
redfish/v1/JsonSchemas/redfish-error/redfish-error.json
redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
redfish/v1/schema/AccelerationFunctionCollection_v1.xml
redfish/v1/schema/AccelerationFunction_v1.xml
redfish/v1/schema/AccountService_v1.xml
redfish/v1/schema/ActionInfo_v1.xml
redfish/v1/schema/Assembly_v1.xml
redfish/v1/schema/AttributeRegistry_v1.xml
redfish/v1/schema/Bios_v1.xml
redfish/v1/schema/BootOptionCollection_v1.xml
redfish/v1/schema/BootOption_v1.xml
redfish/v1/schema/CertificateCollection_v1.xml
redfish/v1/schema/CertificateLocations_v1.xml
redfish/v1/schema/CertificateService_v1.xml
redfish/v1/schema/Certificate_v1.xml
redfish/v1/schema/Chassis_v1.xml
redfish/v1/schema/CollectionCapabilities_v1.xml
redfish/v1/schema/CompositionService_v1.xml
redfish/v1/schema/ComputerSystem_v1.xml
redfish/v1/schema/Drive_v1.xml
redfish/v1/schema/Endpoint_v1.xml
redfish/v1/schema/EthernetInterfaceCollection_v1.xml
redfish/v1/schema/EthernetInterface_v1.xml
redfish/v1/schema/EventDestination_v1.xml
redfish/v1/schema/EventService_v1.xml
redfish/v1/schema/Event_v1.xml
redfish/v1/schema/ExternalAccountProvider_v1.xml
redfish/v1/schema/FabricCollection_v1.xml
redfish/v1/schema/Fabric_v1.xml
redfish/v1/schema/HostInterface_v1.xml
redfish/v1/schema/IPAddresses_v1.xml
redfish/v1/schema/JobService_v1.xml
redfish/v1/schema/Job_v1.xml
redfish/v1/schema/JsonSchemaFile_v1.xml
redfish/v1/schema/LogEntryCollection_v1.xml
redfish/v1/schema/LogEntry_v1.xml
redfish/v1/schema/LogServiceCollection_v1.xml
redfish/v1/schema/LogService_v1.xml
redfish/v1/schema/ManagerAccount_v1.xml
redfish/v1/schema/ManagerNetworkProtocol_v1.xml
redfish/v1/schema/Manager_v1.xml
redfish/v1/schema/MemoryChunksCollection_v1.xml
redfish/v1/schema/MemoryChunks_v1.xml
redfish/v1/schema/MemoryCollection_v1.xml
redfish/v1/schema/MemoryDomainCollection_v1.xml
redfish/v1/schema/MemoryDomain_v1.xml
redfish/v1/schema/MemoryMetrics_v1.xml
redfish/v1/schema/Memory_v1.xml
redfish/v1/schema/MessageRegistryFile_v1.xml
redfish/v1/schema/MessageRegistry_v1.xml
redfish/v1/schema/Message_v1.xml
redfish/v1/schema/MetricDefinition_v1.xml
redfish/v1/schema/MetricReportDefinition_v1.xml
redfish/v1/schema/MetricReport_v1.xml
redfish/v1/schema/NetworkAdapter_v1.xml
redfish/v1/schema/NetworkDeviceFunctionCollection_v1.xml
redfish/v1/schema/NetworkDeviceFunction_v1.xml
redfish/v1/schema/NetworkInterfaceCollection_v1.xml
redfish/v1/schema/NetworkInterface_v1.xml
redfish/v1/schema/NetworkPortCollection_v1.xml
redfish/v1/schema/NetworkPort_v1.xml
redfish/v1/schema/PCIeDevice_v1.xml
redfish/v1/schema/PCIeFunction_v1.xml
redfish/v1/schema/PCIeSlots_v1.xml
redfish/v1/schema/PhysicalContext_v1.xml
redfish/v1/schema/Port_v1.xml
redfish/v1/schema/Power_v1.xml
redfish/v1/schema/PrivilegeRegistry_v1.xml
redfish/v1/schema/Privileges_v1.xml
redfish/v1/schema/ProcessorCollection_v1.xml
redfish/v1/schema/ProcessorMetrics_v1.xml
redfish/v1/schema/Processor_v1.xml
redfish/v1/schema/Protocol_v1.xml
redfish/v1/schema/RedfishError_v1.xml
redfish/v1/schema/RedfishExtensions_v1.xml
redfish/v1/schema/Redundancy_v1.xml
redfish/v1/schema/ResourceBlockCollection_v1.xml
redfish/v1/schema/ResourceBlock_v1.xml
redfish/v1/schema/Resource_v1.xml
redfish/v1/schema/Role_v1.xml
redfish/v1/schema/Schedule_v1.xml
redfish/v1/schema/SecureBoot_v1.xml
redfish/v1/schema/SensorCollection_v1.xml
redfish/v1/schema/Sensor_v1.xml
redfish/v1/schema/SerialInterface_v1.xml
redfish/v1/schema/ServiceRoot_v1.xml
redfish/v1/schema/SessionService_v1.xml
redfish/v1/schema/Session_v1.xml
redfish/v1/schema/Settings_v1.xml
redfish/v1/schema/SimpleStorageCollection_v1.xml
redfish/v1/schema/SimpleStorage_v1.xml
redfish/v1/schema/SoftwareInventory_v1.xml
redfish/v1/schema/StorageCollection_v1.xml
redfish/v1/schema/Storage_v1.xml
redfish/v1/schema/Switch_v1.xml
redfish/v1/schema/TaskService_v1.xml
redfish/v1/schema/Task_v1.xml
redfish/v1/schema/TelemetryService_v1.xml
redfish/v1/schema/Thermal_v1.xml
redfish/v1/schema/Triggers_v1.xml
redfish/v1/schema/UpdateService_v1.xml
redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
redfish/v1/schema/VLanNetworkInterface_v1.xml
redfish/v1/schema/VirtualMedia_v1.xml
redfish/v1/schema/VolumeCollection_v1.xml
redfish/v1/schema/Volume_v1.xml
redfish/v1/schema/Zone_v1.xml
baa5c14a12-Dec-2018 James Feist <james.feist@linux.intel.com>

Redfish Schema: Add Stepwise to Oem Schema

This adds the schema required for stepwise controllers.
JSON is auto-created based on XML using redfish csdl to
json script.

Tested-by: Ran redfish valida

Redfish Schema: Add Stepwise to Oem Schema

This adds the schema required for stepwise controllers.
JSON is auto-created based on XML using redfish csdl to
json script.

Tested-by: Ran redfish validator and verified it passed

Change-Id: Id933d248f55c98d858a7dccffa974f95b98b554e
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...

530520ea02-Jan-2019 Ed Tanous <ed.tanous@intel.com>

Update schema files to 2018.2

Redfish schema 2018.2 was released on September 20th, 2018. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the

Update schema files to 2018.2

Redfish schema 2018.2 was released on September 20th, 2018. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the latest static data.

This commit was largely done automatically using the update_schemas.py
script.

Change-Id: Ieaa9f1ab2a47244ef201cfe9a064744d7d156745
Signed-off-by: Ed Tanous <ed.tanous@intel.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/README.md
/openbmc/bmcweb/build_x86.sh
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/common.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/include/dbus_singleton.hpp
/openbmc/bmcweb/include/http_utility.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
/openbmc/bmcweb/scripts/update_schemas.py
/openbmc/bmcweb/src/webserver_main.cpp
redfish/v1/$metadata/index.xml
redfish/v1/JsonSchemas/AccountService/AccountService.json
redfish/v1/JsonSchemas/ActionInfo/ActionInfo.json
redfish/v1/JsonSchemas/Assembly/Assembly.json
redfish/v1/JsonSchemas/AttributeRegistry/AttributeRegistry.json
redfish/v1/JsonSchemas/Bios/Bios.json
redfish/v1/JsonSchemas/BootOption/BootOption.json
redfish/v1/JsonSchemas/Chassis/Chassis.json
redfish/v1/JsonSchemas/CollectionCapabilities/CollectionCapabilities.json
redfish/v1/JsonSchemas/CompositionService/CompositionService.json
redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
redfish/v1/JsonSchemas/Drive/Drive.json
redfish/v1/JsonSchemas/Endpoint/Endpoint.json
redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
redfish/v1/JsonSchemas/Event/Event.json
redfish/v1/JsonSchemas/EventDestination/EventDestination.json
redfish/v1/JsonSchemas/EventService/EventService.json
redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
redfish/v1/JsonSchemas/Fabric/Fabric.json
redfish/v1/JsonSchemas/HostInterface/HostInterface.json
redfish/v1/JsonSchemas/IPAddresses/IPAddresses.json
redfish/v1/JsonSchemas/Job/Job.json
redfish/v1/JsonSchemas/Job/index.json
redfish/v1/JsonSchemas/JobService/JobService.json
redfish/v1/JsonSchemas/JobService/index.json
redfish/v1/JsonSchemas/JsonSchemaFile/JsonSchemaFile.json
redfish/v1/JsonSchemas/LogEntry/LogEntry.json
redfish/v1/JsonSchemas/LogService/LogService.json
redfish/v1/JsonSchemas/Manager/Manager.json
redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
redfish/v1/JsonSchemas/Memory/Memory.json
redfish/v1/JsonSchemas/MemoryChunks/MemoryChunks.json
redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
redfish/v1/JsonSchemas/MemoryMetrics/MemoryMetrics.json
redfish/v1/JsonSchemas/Message/Message.json
redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
redfish/v1/JsonSchemas/MessageRegistryFile/MessageRegistryFile.json
redfish/v1/JsonSchemas/MetricDefinition/MetricDefinition.json
redfish/v1/JsonSchemas/MetricDefinition/index.json
redfish/v1/JsonSchemas/MetricReport/MetricReport.json
redfish/v1/JsonSchemas/MetricReport/index.json
redfish/v1/JsonSchemas/MetricReportDefinition/MetricReportDefinition.json
redfish/v1/JsonSchemas/MetricReportDefinition/index.json
redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
redfish/v1/JsonSchemas/NetworkInterface/NetworkInterface.json
redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
redfish/v1/JsonSchemas/PCIeDevice/PCIeDevice.json
redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
redfish/v1/JsonSchemas/PCIeSlots/PCIeSlots.json
redfish/v1/JsonSchemas/PCIeSlots/index.json
redfish/v1/JsonSchemas/Port/Port.json
redfish/v1/JsonSchemas/Power/Power.json
redfish/v1/JsonSchemas/PrivilegeRegistry/PrivilegeRegistry.json
redfish/v1/JsonSchemas/Processor/Processor.json
redfish/v1/JsonSchemas/Redundancy/Redundancy.json
redfish/v1/JsonSchemas/Resource/Resource.json
redfish/v1/JsonSchemas/ResourceBlock/ResourceBlock.json
redfish/v1/JsonSchemas/Role/Role.json
redfish/v1/JsonSchemas/Schedule/Schedule.json
redfish/v1/JsonSchemas/Schedule/index.json
redfish/v1/JsonSchemas/SecureBoot/SecureBoot.json
redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
redfish/v1/JsonSchemas/Session/Session.json
redfish/v1/JsonSchemas/SessionService/SessionService.json
redfish/v1/JsonSchemas/Settings/Settings.json
redfish/v1/JsonSchemas/SimpleStorage/SimpleStorage.json
redfish/v1/JsonSchemas/SoftwareInventory/SoftwareInventory.json
redfish/v1/JsonSchemas/Storage/Storage.json
redfish/v1/JsonSchemas/Switch/Switch.json
redfish/v1/JsonSchemas/Task/Task.json
redfish/v1/JsonSchemas/TaskService/TaskService.json
redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
redfish/v1/JsonSchemas/TelemetryService/index.json
redfish/v1/JsonSchemas/Thermal/Thermal.json
redfish/v1/JsonSchemas/Triggers/Triggers.json
redfish/v1/JsonSchemas/Triggers/index.json
redfish/v1/JsonSchemas/UpdateService/UpdateService.json
redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
redfish/v1/JsonSchemas/VirtualMedia/VirtualMedia.json
redfish/v1/JsonSchemas/Zone/Zone.json
redfish/v1/JsonSchemas/index.json
redfish/v1/JsonSchemas/odata/odata.json
redfish/v1/JsonSchemas/redfish-payload-annotations/index.json
redfish/v1/JsonSchemas/redfish-payload-annotations/redfish-payload-annotations.json
redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
redfish/v1/schema/AccountService_v1.xml
redfish/v1/schema/ActionInfo_v1.xml
redfish/v1/schema/Assembly_v1.xml
redfish/v1/schema/AttributeRegistry_v1.xml
redfish/v1/schema/Bios_v1.xml
redfish/v1/schema/BootOptionCollection_v1.xml
redfish/v1/schema/BootOption_v1.xml
redfish/v1/schema/ChassisCollection_v1.xml
redfish/v1/schema/Chassis_v1.xml
redfish/v1/schema/CollectionCapabilities_v1.xml
redfish/v1/schema/CompositionService_v1.xml
redfish/v1/schema/ComputerSystemCollection_v1.xml
redfish/v1/schema/ComputerSystem_v1.xml
redfish/v1/schema/Drive_v1.xml
redfish/v1/schema/EndpointCollection_v1.xml
redfish/v1/schema/Endpoint_v1.xml
redfish/v1/schema/EthernetInterfaceCollection_v1.xml
redfish/v1/schema/EthernetInterface_v1.xml
redfish/v1/schema/EventDestinationCollection_v1.xml
redfish/v1/schema/EventDestination_v1.xml
redfish/v1/schema/EventService_v1.xml
redfish/v1/schema/Event_v1.xml
redfish/v1/schema/ExternalAccountProviderCollection_v1.xml
redfish/v1/schema/ExternalAccountProvider_v1.xml
redfish/v1/schema/FabricCollection_v1.xml
redfish/v1/schema/Fabric_v1.xml
redfish/v1/schema/HostInterfaceCollection_v1.xml
redfish/v1/schema/HostInterface_v1.xml
redfish/v1/schema/IPAddresses_v1.xml
redfish/v1/schema/JobCollection_v1.xml
redfish/v1/schema/JobService_v1.xml
redfish/v1/schema/Job_v1.xml
redfish/v1/schema/JsonSchemaFileCollection_v1.xml
redfish/v1/schema/JsonSchemaFile_v1.xml
redfish/v1/schema/LogEntryCollection_v1.xml
redfish/v1/schema/LogEntry_v1.xml
redfish/v1/schema/LogServiceCollection_v1.xml
redfish/v1/schema/LogService_v1.xml
redfish/v1/schema/ManagerAccountCollection_v1.xml
redfish/v1/schema/ManagerAccount_v1.xml
redfish/v1/schema/ManagerCollection_v1.xml
redfish/v1/schema/ManagerNetworkProtocol_v1.xml
redfish/v1/schema/Manager_v1.xml
redfish/v1/schema/MemoryChunksCollection_v1.xml
redfish/v1/schema/MemoryChunks_v1.xml
redfish/v1/schema/MemoryCollection_v1.xml
redfish/v1/schema/MemoryDomainCollection_v1.xml
redfish/v1/schema/MemoryDomain_v1.xml
redfish/v1/schema/MemoryMetrics_v1.xml
redfish/v1/schema/Memory_v1.xml
redfish/v1/schema/MessageRegistryCollection_v1.xml
redfish/v1/schema/MessageRegistryFileCollection_v1.xml
redfish/v1/schema/MessageRegistryFile_v1.xml
redfish/v1/schema/MessageRegistry_v1.xml
redfish/v1/schema/Message_v1.xml
redfish/v1/schema/MetricDefinitionCollection_v1.xml
redfish/v1/schema/MetricDefinition_v1.xml
redfish/v1/schema/MetricReportCollection_v1.xml
redfish/v1/schema/MetricReportDefinitionCollection_v1.xml
redfish/v1/schema/MetricReportDefinition_v1.xml
redfish/v1/schema/MetricReport_v1.xml
redfish/v1/schema/NetworkAdapterCollection_v1.xml
redfish/v1/schema/NetworkAdapter_v1.xml
redfish/v1/schema/NetworkDeviceFunctionCollection_v1.xml
redfish/v1/schema/NetworkDeviceFunction_v1.xml
redfish/v1/schema/NetworkInterfaceCollection_v1.xml
redfish/v1/schema/NetworkInterface_v1.xml
redfish/v1/schema/NetworkPortCollection_v1.xml
redfish/v1/schema/NetworkPort_v1.xml
redfish/v1/schema/PCIeDevice_v1.xml
redfish/v1/schema/PCIeFunction_v1.xml
redfish/v1/schema/PCIeSlots_v1.xml
redfish/v1/schema/PhysicalContext_v1.xml
redfish/v1/schema/PortCollection_v1.xml
redfish/v1/schema/Port_v1.xml
redfish/v1/schema/Power_v1.xml
redfish/v1/schema/PrivilegeRegistry_v1.xml
redfish/v1/schema/Privileges_v1.xml
redfish/v1/schema/ProcessorCollection_v1.xml
redfish/v1/schema/Processor_v1.xml
redfish/v1/schema/Protocol_v1.xml
redfish/v1/schema/RedfishExtensions_v1.xml
redfish/v1/schema/Redundancy_v1.xml
redfish/v1/schema/ResourceBlockCollection_v1.xml
redfish/v1/schema/ResourceBlock_v1.xml
redfish/v1/schema/Resource_v1.xml
redfish/v1/schema/RoleCollection_v1.xml
redfish/v1/schema/Role_v1.xml
redfish/v1/schema/Schedule_v1.xml
redfish/v1/schema/SecureBoot_v1.xml
redfish/v1/schema/SerialInterfaceCollection_v1.xml
redfish/v1/schema/SerialInterface_v1.xml
redfish/v1/schema/ServiceRoot_v1.xml
redfish/v1/schema/SessionCollection_v1.xml
redfish/v1/schema/SessionService_v1.xml
redfish/v1/schema/Session_v1.xml
redfish/v1/schema/Settings_v1.xml
redfish/v1/schema/SimpleStorageCollection_v1.xml
redfish/v1/schema/SimpleStorage_v1.xml
redfish/v1/schema/SoftwareInventoryCollection_v1.xml
redfish/v1/schema/SoftwareInventory_v1.xml
redfish/v1/schema/StorageCollection_v1.xml
redfish/v1/schema/Storage_v1.xml
redfish/v1/schema/SwitchCollection_v1.xml
redfish/v1/schema/Switch_v1.xml
redfish/v1/schema/TaskCollection_v1.xml
redfish/v1/schema/TaskService_v1.xml
redfish/v1/schema/Task_v1.xml
redfish/v1/schema/TelemetryService_v1.xml
redfish/v1/schema/Thermal_v1.xml
redfish/v1/schema/TriggersCollection_v1.xml
redfish/v1/schema/Triggers_v1.xml
redfish/v1/schema/UpdateService_v1.xml
redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
redfish/v1/schema/VLanNetworkInterface_v1.xml
redfish/v1/schema/VirtualMediaCollection_v1.xml
redfish/v1/schema/VirtualMedia_v1.xml
redfish/v1/schema/VolumeCollection_v1.xml
redfish/v1/schema/Volume_v1.xml
redfish/v1/schema/ZoneCollection_v1.xml
redfish/v1/schema/Zone_v1.xml

123456