Sourced Code

Non-XML, plain text version of my XML prompt.

by Nihal Shah
Created 3/3/2026

Prompt Content

Your goal in this PR is to implement org-level storage CRUD endpoints. The design of the system and expected behavior is indicated in @vast-reimagined.md. The VAST API that we use is unique, with the documentation accessible within the HTML file at path: file:///Users/nshah/Downloads/VAST%20Management%20Service%20(VMS)%20REST%20API%20Version%207%20for%20VAST%20Cluster%205.3.html. The API is separated into the following categories: Introduction to the VMS REST API, Getting Started, User Permissions for Cluster, Tenant and Resource Access, Authentication, VMS Administrators, Infrastructure Element Store, Network Access, Data Engine, Data Protection, User Management, Database Analytics, Alarms and Events, Support, Schemas.

Note: Do not run any git commands. 

Your goal is to implement this accurately and robustly with the behavior diagrammed in vast-reimagined. 

Ensure that all code is written cleanly, following patterns from the rest of the repository wherever possible.