SNIA / Swordfish-basic-web-client

The Swordfish Basic Web Client can connect to one or more Swordfish services (including the Swordfish emulator), and present in a web UI frame the entire Swordfish hierarchy. The basic web client also provides basic capabilities to modify configurable Properties (as specified in the schema), as well an providing a basic interface to add or remove elements from the service through a Web UI.
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Unable to edit the writeable properties of some objects #20

Closed ddeel closed 6 years ago

ddeel commented 6 years ago

The writeable properties of objects under StorageServices and StorageSystems can be edited, but the writeable properties of objects under other resources cannot be edited.

rahlvers commented 6 years ago

Needs additional verification for Redfish objects.

ddeel commented 6 years ago

Running with the latest emulator code (Swordfish-26thjune branch), it looks like the most recent version of the Basic Web Client (SNIA-basic-web-clinet-#30 branch) is able to update properties of dynamic objects that support PATCH operations for the property being updated. This appears to be true for Redfish objects as well as swordfish objects, but more testing should be done.