<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Just as another note, even results paging (opposed to returning everything at once) would be extremely helpful.  That would limit the data returned in one request, but still provide it all (if the concern is too much data being returned in one call).<div><br></div><div>-Anna</div><div><br><div><div>On Oct 12, 2012, at 2:13 PM, Anna Claiborne wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks for quick reply David.  We really need something that will return all records, not just limited to 256.  Is it possible to get this limited removed, or at least raised?<div><br></div><div>Brian, that is an interesting work around....I'll have to see if we could automate something like that to work.  However, the best answer would be to just to get all records returned with the children call.</div><div><br></div><div>-Anna</div><div><br><div><div>On Oct 12, 2012, at 1:58 PM, Brian Rak wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  
    <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
  
  <div 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>
  </div>

</blockquote></div><br></div></div>_______________________________________________<br>arin-tech-discuss mailing list<br><a href="mailto:arin-tech-discuss@arin.net">arin-tech-discuss@arin.net</a><br>http://lists.arin.net/mailman/listinfo/arin-tech-discuss<br></blockquote></div><br></div></body></html>