Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Project API Extensions
Extension of the existing Project API for complete project lifecycle management and management of their relationships with devices and storage arrays.
Features
New GET endpoints to retrieve all devices associated with a project (by project ID or project name), including their full metadata.
Project creation via the API (PUT) with appropriate validation and HTTP responses.
Project ↔ Device Association Management:
Add a device to the project (POST)
Remove a device from the project (DELETE)
Project ↔ Rack Association Management:
Add a rack to the project (POST)
Remove a rack from the project (DELETE)
Secure project deletion (DELETE) with automatic cleanup of all associated device and rack associations.
Bulk action point to move all devices in a project to a storage room, using existing OpenDCIM business logic.
The swagger.yaml file has been updated with all the new points.