Reservation Service
Get All Reservations for Cloud
Get all reservations for branch GET /v2/clouds/:cloudId/reservations?filter=_branchId|eq|:branchId GET /v2/clouds/:cloudId/reservations?filter=_branchId|in|:branchId1,:branchId2 Get all reservations for cloud GET /v2/clouds/:cloudId/reservations
Get Reservation
GET /v2/clouds/:cloudId/reservations/:reservationId
Create Reservation
POST /v2/clouds/:cloudId/reservations
Update Reservation Field
Replace or create PUT /v2/clouds/:cloudId/reservations PUT /v2/clouds/:cloudId/reservations/:reservationId
Partial update PATCH /v2/clouds/:cloudId/reservations/:reservationId
Delete Reservation
DELETE /v2/clouds/:cloudId/reservations/:reservationId
Last updated
Was this helpful?