Hi,
Have a question about the intent-based policy api.
When sending this "PATCH" request , nsx-t api check on syntax and some more stuff. If all is ok, you get a 200 OK
But that does not say anything yet about the realized-state.
Does anyone have some experience with checking the intent state vs realized state ?
I know you can do some api calls to realized state with intent path supplied, but that is only for 1 part.
i.e i sent an intent state to create, t1, segement, lb-pool, lb-vip and some security policies. How can i check if everything is created ? (without running true all individual
realized state calls.
In other words, how can i check if the intent is created. AWS uses task for it, you can check. But nsx-t api only returns "200 OK"
thx!