Hi, 1. I used https://www.ote.arin.net/rest/net/NET-63-158-164-0-1?apikey=MyAPIKey to delete an ip. which is 63.158.164.0/28 block. the OTE returned me back a payload as I expected.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ticketedRequest xmlns="http://www.arin.net/regrws/core/v1" xmlns:ns2="http://www.arin.net/regrws/messages/v1" xmlns:ns3="http://www.arin.net/regrws/shared-ticket/v1"> <net> <pocLinks/> <netBlocks> <netBlock> <cidrLength>28</cidrLength> <description>Reassigned</description> <endAddress>063.158.164.015</endAddress> <startAddress>063.158.164.000</startAddress> <type>S</type> </netBlock> </netBlocks> <handle>NET-63-158-164-0-1</handle> <netName>Q0617-63-158-164-0</netName> <orgHandle>GCHC-6</orgHandle> <originASes> <originAS>AS209</originAS> </originASes> <parentNetHandle>NET-63-152-0-0-1</parentNetHandle> <registrationDate>2014-06-17T13:56:04-04:00</registrationDate> <version>4</version> </net> </ticketedRequest> 2. I wait for more than 10 minutes. I did http://whois.ote.arin.net/rest/ip/63.158.164.0 /GET method. I got <?xml version='1.0'?><?xml-stylesheet type='text/xsl' href='http://whois.ote.arin.net/xsl/website.xsl' ?> <net xmlns="http://www.arin.net/whoisrws/core/v1" xmlns:ns2="http://www.arin.net/whoisrws/rdns/v1" xmlns:ns3="http://www.arin.net/whoisrws/netref/v2" termsOfUse="https://www.arin.net/whois_tou.html" inaccuracyReportUrl="http://www.arin.net/public/whoisinaccuracy/index.xhtml"> <registrationDate>2014-06-17T13:56:04-04:00</registrationDate> <ref>http://whois.ote.arin.net/rest/net/NET-63-158-164-0-1</ref> <endAddress>63.158.164.15</endAddress> <handle>NET-63-158-164-0-1</handle> <name>Q0617-63-158-164-0</name> <netBlocks> <netBlock> <cidrLength>28</cidrLength> <endAddress>63.158.164.15</endAddress> <description>Reassigned</description> <type>S</type> <startAddress>63.158.164.0</startAddress> </netBlock> </netBlocks> <originASes><originAS>AS209</originAS></originASes> <resources termsOfUse="https://www.arin.net/whois_tou.html" inaccuracyReportUrl="http://www.arin.net/public/whoisinaccuracy/index.xhtml"> <limitExceeded limit="256">false</limitExceeded> </resources> <orgRef name="GATEWAY COMMUNITY HEALTH CENTE" handle="GCHC-6">http://whois.ote.arin.net/rest/org/GCHC-6</orgRef> <parentNetRef name="QWEST-INET-16" handle="NET-63-152-0-0-1">http://whois.ote.arin.net/rest/net/NET-63-152-0-0-1</parentNetRef> <startAddress>63.158.164.0</startAddress> <updateDate>2014-06-17T13:56:04-04:00</updateDate> <version>4</version> </net> 3. So I thought I did not delete the ip. So I used same url. DELETE is the method again. It returned me as error,said, 404:Not Found? What did I do wrong? Thanks! Sean Xinhao Zhao [email protected]<mailto:[email protected]> 615-215-5373 [cid:[email protected]] This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
_______________________________________________ arin-tech-discuss mailing list [email protected] http://lists.arin.net/mailman/listinfo/arin-tech-discuss
