<div dir="ltr">FYI, alternatively it's also possible to query ixlan with the ix_id.<div><br></div><div><div>$ curl  '<a href="https://beta.peeringdb.com/api/ixlan?ix_id=26&depth=1&fields=prefix_set">https://beta.peeringdb.com/api/ixlan?ix_id=26&depth=1&fields=prefix_set</a>'</div><div>{</div><div>  "meta": {},</div><div>  "data": [</div><div>    {</div><div>      "prefix_set": [</div><div>        {</div><div>          "protocol": "IPv6",</div><div>          "prefix": "2001:7f8:1::/64"</div><div>        },</div><div>        {</div><div>          "protocol": "IPv4",</div><div>          "prefix": "<a href="http://80.249.208.0/21">80.249.208.0/21</a>"</div><div>        }</div><div>      ]</div><div>    }</div><div>  ]</div></div><div><br></div><div>I've only recently learned about the 'depth' and the 'fields' arguments. It would be nice to see some (extra) examples in the documentation / API Specs.</div><div><br></div><div>-Jeroen-</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 14, 2015 at 5:42 AM, Doug Porter <span dir="ltr"><<a href="mailto:dsp@dsp.name" target="_blank">dsp@dsp.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Aug 26, 2015 at 5:54 PM, Callahan Warlick<br>
<<a href="mailto:callahanwarlick@gmail.com">callahanwarlick@gmail.com</a>> wrote:<br>
><br>
> In the oldschool mgmtPublicsIPs table, there was an<br>
> address field containing the subnet/mask of the IX- e.g.<br>
</span>[snip]<br>
<span class="">> Am I missing it somewhere else, or was it decided to<br>
> leave it out?<br>
<br>
</span>Cal,<br>
<br>
It's in ixlan.  e.g.:<br>
<br>
$ curl <a href="https://beta.peeringdb.com/api/ix/26" rel="noreferrer" target="_blank">https://beta.peeringdb.com/api/ix/26</a> 2> /dev/null | jq '.data[]<br>
| (.name), (.ixlan_set[] | .id)'<br>
"AMS-IX"<br>
23<br>
$ curl <a href="https://beta.peeringdb.com/api/ixlan/23" rel="noreferrer" target="_blank">https://beta.peeringdb.com/api/ixlan/23</a> 2> /dev/null | jq<br>
'.data[] | .prefix_set[] | .prefix'<br>
"2001:7f8:1::/64"<br>
"<a href="http://80.249.208.0/21" rel="noreferrer" target="_blank">80.249.208.0/21</a>"<br>
<br>
Regards,<br>
<span class="HOEnZb"><font color="#888888">--<br>
dsp<br>
_______________________________________________<br>
Pdb-tech mailing list<br>
<a href="mailto:Pdb-tech@lists.peeringdb.com">Pdb-tech@lists.peeringdb.com</a><br>
<a href="http://lists.peeringdb.com/cgi-bin/mailman/listinfo/pdb-tech" rel="noreferrer" target="_blank">http://lists.peeringdb.com/cgi-bin/mailman/listinfo/pdb-tech</a><br>
</font></span></blockquote></div><br></div>