Replies: 2 comments 2 replies
-
Hello @craditsch, thanks so much for reaching out! Yes, Reservations are indeed implemented, albeit we need to add some better documentation on how-to for those. You can create a reservation in a Block by issuing a POST to: https://<IPAM ADDRESS>/api/spaces/<SPACE>/blocks/<BLOCK>/reservations The body for the request is as follows:
Example:
This will return an object that contains the next available vNET from the Block of the given size, plus a TAG you can place on the newly created vNET in Azure that IPAM will find and automatically associate the new vNET with the target Block it was reserved from (thus completing the reservation process). You can find the details around this API and it's response in the Swagger UI, which you can find here: https://<IPAM ADDRESS>/api/docs I hope that helps, and please reach out with any other questions/comments! |
Beta Was this translation helpful? Give feedback.
-
@DCMattyG - Is there any concept of 'time to expire' for a Reservation? I will admit that I don't see a situation where this would be a thing - but I have been asked by internal mgmt., and whilst I have told them 'reservations would build up if not claimed' I have been asked to clarify this with you. Thanks :) |
Beta Was this translation helpful? Give feedback.
-
Are reservations currently not yet implemented or do I oversee something?
Beta Was this translation helpful? Give feedback.
All reactions