Not all reservations visible in the UI #177
Replies: 3 comments 1 reply
-
|
Hi @ybensoussan good morning! The expected behavior of Reservations is as follows: One other thing to note is that within the UI, by default it will only show active Reservations, but you can switch this by switching between Showing Active and Showing All from the drop-down in the upper right corner like this: Please let me know if this information helps, otherwise I'm more than happy to diver deeper into this with you and get to the bottom of the problem! |
Beta Was this translation helpful? Give feedback.
-
|
Hey @DCMattyG , Thanks for the explanation, but it does not explain the behavior I'm seeing on my end. OK so here's my reservations window. But then if I run my playbook (ansible) I get a reservations that I created in my pipeline: After I created another reservation using postman and a token from the SP, that one DOES show up in the reservations window... The automation is calling a private DNS entry, with postman I created the reservations against a public hostname. Could that be an issue? |
Beta Was this translation helpful? Give feedback.
-
|
oh gawd... it's always DNS.... |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently setting up some automation for our landingzones where I'm using this solution to determine the VNETs to provision.
To do this I am using an admin SP calling the API (enige app registration).
This works wonderfully and I get my reservations set up nicely to use later on in the provisioning of the vnets.
However, it seems that the reservations are only "visible" to the SP I created them with. (If I do an API call with the SP token I get a list of the reservations created by that user, but not any others).
This behavior is the same in the UI, I created 1 reservation with a token of an admin user using the API. This reservation is visible in the UI. But the reservations created with the admin SP are not visible.
Am I missing some permissions or is this intended behaviour?
Sincerely,
Yonathan
Beta Was this translation helpful? Give feedback.
All reactions