You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we might want to prefix the path with nvme, virtio, etc. i.e. instead of implicit assumptions we can keep the nvme path to /v1/nvme/subsystems, /v1/nvme/controllers, etc.
or i.e. /v1/nvme/frontend/subsystems or /v1/nvme/fe/subsystems vs. /v1/nvme/subsystems
also relationship between subsystems and controllers something like: post: "/v1/subsystems/{subsystem}/controllers"
The text was updated successfully, but these errors were encountered:
see #186 (comment)
see #186 (comment)
we might want to prefix the path with
nvme
,virtio
, etc. i.e. instead of implicit assumptions we can keep the nvme path to/v1/nvme/subsystems
,/v1/nvme/controllers
, etc.or i.e.
/v1/nvme/frontend/subsystems
or/v1/nvme/fe/subsystems
vs./v1/nvme/subsystems
also relationship between subsystems and controllers something like:
post: "/v1/subsystems/{subsystem}/controllers"
The text was updated successfully, but these errors were encountered: