[PDB-tech] ix subnet validation

Jeroen Valcke jvalcke at opendns.com
Mon Sep 14 04:43:43 PDT 2015


FYI, alternatively it's also possible to query ixlan with the ix_id.

$ curl  '
https://beta.peeringdb.com/api/ixlan?ix_id=26&depth=1&fields=prefix_set'
{
  "meta": {},
  "data": [
    {
      "prefix_set": [
        {
          "protocol": "IPv6",
          "prefix": "2001:7f8:1::/64"
        },
        {
          "protocol": "IPv4",
          "prefix": "80.249.208.0/21"
        }
      ]
    }
  ]

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.

-Jeroen-

On Mon, Sep 14, 2015 at 5:42 AM, Doug Porter <dsp at dsp.name> wrote:

> On Wed, Aug 26, 2015 at 5:54 PM, Callahan Warlick
> <callahanwarlick at gmail.com> wrote:
> >
> > In the oldschool mgmtPublicsIPs table, there was an
> > address field containing the subnet/mask of the IX- e.g.
> [snip]
> > Am I missing it somewhere else, or was it decided to
> > leave it out?
>
> Cal,
>
> It's in ixlan.  e.g.:
>
> $ curl https://beta.peeringdb.com/api/ix/26 2> /dev/null | jq '.data[]
> | (.name), (.ixlan_set[] | .id)'
> "AMS-IX"
> 23
> $ curl https://beta.peeringdb.com/api/ixlan/23 2> /dev/null | jq
> '.data[] | .prefix_set[] | .prefix'
> "2001:7f8:1::/64"
> "80.249.208.0/21"
>
> Regards,
> --
> dsp
> _______________________________________________
> Pdb-tech mailing list
> Pdb-tech at lists.peeringdb.com
> http://lists.peeringdb.com/cgi-bin/mailman/listinfo/pdb-tech
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.peeringdb.com/pipermail/pdb-tech/attachments/20150914/6c34bb7b/attachment.html>


More information about the Pdb-tech mailing list