Complete CRUD: GET-single and DELETE endpoints #3

Merged
benvin merged 1 commits from benvin/complete-crud into main 2026-07-20 07:39:22 +10:00

1 Commits

Author SHA1 Message Date
benvin 82c7d9c5f7 Complete CRUD: add GET-single and DELETE endpoints
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
Add GET /{name} and DELETE /{name} for zones, address-groups, portgroups,
fabrics, devices, and bindings, plus GET /rules/{id}, with the matching store
Get/Delete methods (deletes bump the generation and 404 on no-match). This gives
the resources full read/update/delete lifecycle so the Terraform provider can
manage them.
2026-07-19 22:18:07 +10:00