[PDB-announce] PeeringDB Update 2.0.6

Stefan Pratter stefan at 20c.com
Thu Mar 31 02:09:41 PDT 2016


Version 2.0.6 has been rolled out to https://www.peeringdb.com
================================================================

WEB UI

   * advanced search no longer requires an authenticated session

API

   Improved querying functionality that will allow for easier retrieval 
of related entities

   * /fac?net_id=X - list facilities where network is present
   * /fac?ix_id=X - list facilities where exchange is present

   * /ix?net_id=X - list exchanges where network is present
   * /ix?fac_id=X - list exchanges at facility

   * /net?fac_id=X - list networks at facility
   * /net?ix_id=X - list networks at exchange
   * /net?ixlan_id=X - list networks at ixlan

   * /netixlan?ix_id=X - list netixlan objects for exchange

   * /ixpfx?ix_id=X - list all prefixes at exchange

   All of these queries support our query filters and relation queries:

   * /ix?net__asn=XXX - list all exchanges where network with matching 
ASN is present
   * /net?ix__name__startswith=XXX - list all networks at exchanges 
where exchange name starts with XXX

   * graceful error handling when trying to do __contains look-up on 
relation field



More information about the Pdb-announce mailing list