<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    It's a pain.  There's an API call that does it, but only if you've
    got under 255 reassignments.<br>
    <br>
    What we do is:<br>
    <br>
    1) Request a reassignment report (/rest/report/reassignment/)<br>
    2) Wait for the report to complete<br>
    3) Download the report (/rest/ticket/)<br>
    4) Convert the XLS document returned to a CSV (xls2csv works okay)<br>
    5) Parse the CSV for all the reassignments within the subnet range<br>
    <br>
    It seems awful, but it's been the only reliable way of doing it that
    I've found.<br>
    <br>
    <br>
    Re: /children.  Note the message at the top: 'This list contains
    more than 256 records. Additional records are not shown.'.  This
    restriction makes it pretty much useless.<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 10/12/2012 4:52 PM, Anna Claiborne
      wrote:<br>
    </div>
    <blockquote
      cite="mid:2656AA3C-6263-4E95-8DE6-D4A14A74B4D7@gmail.com"
      type="cite">Hello
      <div><br>
      </div>
      <div>Is there a way to retrieve, via the API, a list of all sub
        net blocks under parent block?  Or even a list of net handles to
        then look up the net range or cidr?</div>
      <div><br>
      </div>
      <div>For example: 69.7.160.0/19</div>
      <div><a moz-do-not-send="true"
          href="http://whois.arin.net/rest/cidr/69.7.160.0/19/">http://whois.arin.net/rest/cidr/69.7.160.0/19/</a></div>
      <div><br>
      </div>
      <div>has several swipped /28s.  How do I find them from the parent
        block information?</div>
      <div><br>
      </div>
      <div>With RIPE, you can do a reverse lookup on a block and get a
        list inet num objects back.  Is the equivalent to this with
        ARIN?  Thanks in advance for any help.</div>
      <div><br>
      </div>
      <div>-Anna</div>
      <h2><br>
      </h2>
      <div><br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
arin-tech-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:arin-tech-discuss@arin.net">arin-tech-discuss@arin.net</a>
<a class="moz-txt-link-freetext" href="http://lists.arin.net/mailman/listinfo/arin-tech-discuss">http://lists.arin.net/mailman/listinfo/arin-tech-discuss</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>