public and private network id not shown while using api v1.1
Asked by
Giuseppe Civitella
Hi all,
while using Diablo and a mix of api 1.0 and 1.1 it was possible separate private from public ips because a query to the api server generated a response like this:
<addresses>
<network id="public">
<ip version="4" addr="67.
</network>
<network id="private">
<ip version="4" addr="10.
</network>
</addresses>
I'm now using api v1.1 on Essex-2 and when I do a similar query to the api server I get:
{"addresses": {"myproj-net": [{"version": 4, "addr": "10.176.42.16"}, {"version": 4, "addr": "67.23.10.132"}]}}
while a was expecting an output not much different than before (according to http://
Is this a bug or am I missing something?
Thanks a lot
Giuseppe
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Brian Waldon
- Solved:
- Last query:
- Last reply:
To post a message you must log in.