From brak at gameservers.com Wed May 29 12:52:52 2013 From: brak at gameservers.com (Brian Rak) Date: Wed, 29 May 2013 12:52:52 -0400 Subject: [arin-tech-discuss] Does it make sense to forego RWhois and move to RESTful API for all customer assignments? In-Reply-To: <62D9228640AC7F49B2DD9ED0C9CE60E58BC00D32@CHAXCH01.corp.arin.net> References: <62D9228640AC7F49B2DD9ED0C9CE60E58BC00D32@CHAXCH01.corp.arin.net> Message-ID: <51A63264.5050006@gameservers.com> Is there a place I can see if this has already been proposed? I found https://www.arin.net/participate/acsp/index.html, but I can't tell if there's suggestions there that haven't been confirmed already. We'd like to switch over to using the API (instead of sending tons of emails), and having one customer object per actual customer seems like the way to go. On 4/30/2013 9:34 AM, Andy Newton wrote: >> 4) Is there a plan to allow us to associate multiple subnets with a >> single "Customer" object? At this time, RESTful API is making us create a >> new "Customer" object for *each* subnet, which just seems wrong to me in >> that it creates a bunch of extra data needlessly, and doesn't allow for >> reverse queries, e.g. "show all subnets assigned to CustomerXYZ." > When we redesigned our systems to accommodate Reg-RWS we did take into > account the ability to have multiple assignments for a customer. While > some work is still required on our end to allow this capability, it is not > onerous. If you would like to see ARIN prioritize this capability, the > official method for getting it in front of our management team is to > submit a suggestion via the ARIN Consultation and Suggestion Process > (ACSP). You can find the link to submit an ACSP here: > https://www.arin.net/app/suggestion/ > > Thanks for your questions. Let me know if you have any follow up comments > or questions. > > Andy Newton, > Chief Engineer, ARIN > > _______________________________________________ > arin-tech-discuss mailing list > arin-tech-discuss at arin.net > http://lists.arin.net/mailman/listinfo/arin-tech-discuss From brak at gameservers.com Wed May 29 13:05:10 2013 From: brak at gameservers.com (Brian Rak) Date: Wed, 29 May 2013 13:05:10 -0400 Subject: [arin-tech-discuss] OT&E RESTful Whois support? Message-ID: <51A63546.3000205@gameservers.com> Has support for RESTful whois been added to the OT&E Environment? https://www.arin.net/resources/restful-ote.html indicates that it will be added "in 2012". At this point I don't have access to the environment, so I can't check myself. If not, is there an updated ETA? From droisman at softlayer.com Wed May 29 15:09:46 2013 From: droisman at softlayer.com (Dani Roisman) Date: Wed, 29 May 2013 19:09:46 +0000 Subject: [arin-tech-discuss] Does it make sense to forego RWhois and move to RESTful API for all customer assignments? In-Reply-To: <51A63264.5050006@gameservers.com> References: <62D9228640AC7F49B2DD9ED0C9CE60E58BC00D32@CHAXCH01.corp.arin.net> <51A63264.5050006@gameservers.com> Message-ID: Hi Brian - um no it appears I dropped the ball on that one, thanks for reminding me. I just submitted the request. . . look for it on the ACSP distro within a couple days. ---- Dani Roisman VP, Network Operations SoftLayer | -----Original Message----- | From: arin-tech-discuss-bounces at arin.net [mailto:arin-tech-discuss- | bounces at arin.net] On Behalf Of Brian Rak | Sent: Wednesday, May 29, 2013 11:53 | To: arin-tech-discuss at arin.net | Subject: Re: [arin-tech-discuss] Does it make sense to forego RWhois and | move to RESTful API for all customer assignments? | | Is there a place I can see if this has already been proposed? I found | https://www.arin.net/participate/acsp/index.html, but I can't tell if | there's suggestions there that haven't been confirmed already. | | We'd like to switch over to using the API (instead of sending tons of | emails), and having one customer object per actual customer seems like | the way to go. | | On 4/30/2013 9:34 AM, Andy Newton wrote: | >> 4) Is there a plan to allow us to associate multiple subnets with a | >> single "Customer" object? At this time, RESTful API is making us create a | >> new "Customer" object for *each* subnet, which just seems wrong to | me in | >> that it creates a bunch of extra data needlessly, and doesn't allow for | >> reverse queries, e.g. "show all subnets assigned to CustomerXYZ." | > When we redesigned our systems to accommodate Reg-RWS we did take | into | > account the ability to have multiple assignments for a customer. While | > some work is still required on our end to allow this capability, it is not | > onerous. If you would like to see ARIN prioritize this capability, the | > official method for getting it in front of our management team is to | > submit a suggestion via the ARIN Consultation and Suggestion Process | > (ACSP). You can find the link to submit an ACSP here: | > https://www.arin.net/app/suggestion/ | > | > Thanks for your questions. Let me know if you have any follow up | comments | > or questions. | > | > Andy Newton, | > Chief Engineer, ARIN | > | > _______________________________________________ | > arin-tech-discuss mailing list | > arin-tech-discuss at arin.net | > http://lists.arin.net/mailman/listinfo/arin-tech-discuss | | _______________________________________________ | arin-tech-discuss mailing list | arin-tech-discuss at arin.net | http://lists.arin.net/mailman/listinfo/arin-tech-discuss From brak at gameservers.com Wed May 29 15:38:31 2013 From: brak at gameservers.com (Brian Rak) Date: Wed, 29 May 2013 15:38:31 -0400 Subject: [arin-tech-discuss] Problems creating recipient org? Message-ID: <51A65937.90406@gameservers.com> (Sorry about all the emails, I keep running into issues and there's very little documentation outside of the API method lists) I'm trying to create a recipient org, and I keep getting a 404 error back. This is pretty confusing, as the PARENTNETHANDLE I'm using definitely exists. For example, I am sending the following request to https://reg.arin.net: POST /rest/net/NET-64-237-32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD HTTP/1.1 Host: reg.arin.net Accept: text/xml Content-Type: text/xml Content-Length: 344 ..... and getting the following back: < HTTP/1.1 404 Not Found < Date: Wed, 29 May 2013 19:29:52 GMT < Server: Apache-Coyote/1.1 < Content-Type: text/html;charset=utf-8 < Content-Length: 1541 < Set-Cookie: JSESSIONID=XXXXXXXX.jboss1; Path=/regcore < Connection: close < * Closing connection #0 JBoss Web/7.0.10.Final - Error report

HTTP Status 404 - Could not find resource for relative : /net/NET-64-237-32-0-1/org of full path: http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237-32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD


type Status report

message Could not find resource for relative : /net/NET-64-237-32-0-1/org of full path: http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237-32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD

description The requested resource (Could not find resource for relative : /net/NET-64-237-32-0-1/org of full path: http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237-32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD) is not available.


JBoss Web/7.0.10.Final

The only information I've been able to find about this is someone using PUT instead of POST. What am I missing here? Given that I'm getting a 404 back I'm thinking that I have the wrong URL. I can't seem to find any other URL that I could possibly use though. The NET object I'm using definitely exists: http://whois.arin.net/rest/net/NET-64-237-32-0-1/pft , so that's not it either. From markk at arin.net Wed May 29 16:02:03 2013 From: markk at arin.net (Mark Kosters) Date: Wed, 29 May 2013 20:02:03 +0000 Subject: [arin-tech-discuss] OT&E RESTful Whois support? In-Reply-To: <51A63546.3000205@gameservers.com> Message-ID: <942A93A955E676498483E4F3CBD297C3E41B9A1C@CHAXCH01.corp.arin.net> Hi Brian The service has been available since July 23 2012. The announcement to arin-tech-discuss said: ARIN is proud to announce that the Whois-RWS RESTful service is now available in ARIN's OT&E environment. The URL for testing RESTful queries is located at https://rest-beta.arin.net/wsrest. The UI component is located at https://rest-beta.arin.net/ui You can use this service to easily check changes you make in the OT&E environment. Note that tcp port 43 queries are not supported. Hope this helps, Mark On 5/29/13 1:05 PM, "Brian Rak" wrote: >Has support for RESTful whois been added to the OT&E Environment? >https://www.arin.net/resources/restful-ote.html indicates that it will >be added "in 2012". At this point I don't have access to the >environment, so I can't check myself. If not, is there an updated ETA? >_______________________________________________ >arin-tech-discuss mailing list >arin-tech-discuss at arin.net >http://lists.arin.net/mailman/listinfo/arin-tech-discuss From andy at arin.net Thu May 30 15:20:48 2013 From: andy at arin.net (Andy Newton) Date: Thu, 30 May 2013 19:20:48 +0000 Subject: [arin-tech-discuss] Problems creating recipient org? In-Reply-To: <51A65937.90406@gameservers.com> Message-ID: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD585E@CHAXCH01.corp.arin.net> Hi Brian, I'm looking at this and can see nothing immediately wrong. If you call our Registrations Services department, they can turn on traffic monitoring for a specific API Key and that might provide us with some more insight with regards to your problem. Their phone number is +1.703.227.0660 I hope this is helpful. Andy Newton, Chief Engineer, ARIN On 5/29/13 3:38 PM, "Brian Rak" wrote: >(Sorry about all the emails, I keep running into issues and there's very >little documentation outside of the API method lists) > >I'm trying to create a recipient org, and I keep getting a 404 error >back. This is pretty confusing, as the PARENTNETHANDLE I'm using >definitely exists. > >For example, I am sending the following request to https://reg.arin.net: > >POST /rest/net/NET-64-237-32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD >HTTP/1.1 >Host: reg.arin.net >Accept: text/xml >Content-Type: text/xml >Content-Length: 344 > > > >..... > > >and getting the following back: > >< HTTP/1.1 404 Not Found >< Date: Wed, 29 May 2013 19:29:52 GMT >< Server: Apache-Coyote/1.1 >< Content-Type: text/html;charset=utf-8 >< Content-Length: 1541 >< Set-Cookie: JSESSIONID=XXXXXXXX.jboss1; Path=/regcore >< Connection: close >< >* Closing connection #0 >JBoss Web/7.0.10.Final - Error >report >

HTTP Status 404 - Could not find resource for relative >: /net/NET-64-237-32-0-1/org of full path: >http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD


size="1" noshade="noshade">

type Status >report

message Could not find resource for relative : >/net/NET-64-237-32-0-1/org of full path: >http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD

description >The requested resource (Could not find resource for relative : >/net/NET-64-237-32-0-1/org of full path: >http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD) >is not available.


JBoss >Web/7.0.10.Final

> > >The only information I've been able to find about this is someone using >PUT instead of POST. What am I missing here? Given that I'm getting a >404 back I'm thinking that I have the wrong URL. I can't seem to find >any other URL that I could possibly use though. The NET object I'm >using definitely exists: >http://whois.arin.net/rest/net/NET-64-237-32-0-1/pft , so that's not it >either. >_______________________________________________ >arin-tech-discuss mailing list >arin-tech-discuss at arin.net >http://lists.arin.net/mailman/listinfo/arin-tech-discuss > From Sean.Zhao at CenturyLink.com Fri May 31 10:42:51 2013 From: Sean.Zhao at CenturyLink.com (Zhao, Sean) Date: Fri, 31 May 2013 14:42:51 +0000 Subject: [arin-tech-discuss] Error about the deleting poc Message-ID: Hi, I am trying to delete a poc that I created in 2011 with the url https://www.arin.net/rest/poc/ZHAOS-ARIN?apikey=MY-API-KEY. But I got an error says E_AUTHENTICATION The API key is not authorized to make that request. Does that mean I cannot delete the poc even it is created by myself with same apikey? Or I have to unlink all the org associated with this poc before I delete this poc? Thanks, Sean Zhao Sean.Zhao at CenturyLink.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at arin.net Fri May 31 12:53:45 2013 From: andy at arin.net (Andy Newton) Date: Fri, 31 May 2013 16:53:45 +0000 Subject: [arin-tech-discuss] Error about the deleting poc In-Reply-To: Message-ID: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD5C6C@CHAXCH01.corp.arin.net> Sean, ZHAOS-ARIN is not linked to any ARIN Online account, and therefore there are no API Keys with authority to delete it. If you link that POC to your ARIN Online account, you'll be able to delete the POC with an API Key on that account. I hope this helps. Andy Newton, Chief Engineer, ARIN From: , Sean > Date: Friday, May 31, 2013 10:42 AM To: "arin-tech-discuss at arin.net" > Cc: "Grimes, Ronald" >, "Kulp, Robert" > Subject: [arin-tech-discuss] Error about the deleting poc Hi, I am trying to delete a poc that I created in 2011 with the url https://www.arin.net/rest/poc/ZHAOS-ARIN?apikey=MY-API-KEY. But I got an error says E_AUTHENTICATION The API key is not authorized to make that request. Does that mean I cannot delete the poc even it is created by myself with same apikey? Or I have to unlink all the org associated with this poc before I delete this poc? Thanks, Sean Zhao Sean.Zhao at CenturyLink.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From Sean.Zhao at CenturyLink.com Fri May 31 13:10:21 2013 From: Sean.Zhao at CenturyLink.com (Zhao, Sean) Date: Fri, 31 May 2013 17:10:21 +0000 Subject: [arin-tech-discuss] Error about the deleting poc In-Reply-To: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD5C6C@CHAXCH01.corp.arin.net> References: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD5C6C@CHAXCH01.corp.arin.net> Message-ID: Hi, Andy, Thanks for the quick response! I thought it was link to AEI-18 (http://whois.arin.net/rest/org/AEI-18/pocs). Maybe I am misunderstanding your "ARIN Online account". Thanks, Sean Zhao Sean.Zhao at CenturyLink.com From: Andy Newton [mailto:andy at arin.net] Sent: Friday, May 31, 2013 12:54 PM To: Zhao, Sean; 'arin-tech-discuss at arin.net' Cc: Grimes, Ronald; Kulp, Robert Subject: Re: [arin-tech-discuss] Error about the deleting poc Sean, ZHAOS-ARIN is not linked to any ARIN Online account, and therefore there are no API Keys with authority to delete it. If you link that POC to your ARIN Online account, you'll be able to delete the POC with an API Key on that account. I hope this helps. Andy Newton, Chief Engineer, ARIN From: , Sean > Date: Friday, May 31, 2013 10:42 AM To: "arin-tech-discuss at arin.net" > Cc: "Grimes, Ronald" >, "Kulp, Robert" > Subject: [arin-tech-discuss] Error about the deleting poc Hi, I am trying to delete a poc that I created in 2011 with the url https://www.arin.net/rest/poc/ZHAOS-ARIN?apikey=MY-API-KEY. But I got an error says > E_AUTHENTICATION The API key is not authorized to make that request. Does that mean I cannot delete the poc even it is created by myself with same apikey? Or I have to unlink all the org associated with this poc before I delete this poc? Thanks, Sean Zhao Sean.Zhao at CenturyLink.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at arin.net Fri May 31 15:24:36 2013 From: andy at arin.net (Andy Newton) Date: Fri, 31 May 2013 19:24:36 +0000 Subject: [arin-tech-discuss] Error about the deleting poc In-Reply-To: Message-ID: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD6DD7@CHAXCH01.corp.arin.net> Sean, An ARIN Online account is different than an Organization record. ARIN Online accounts are setup through the web site only (www.arin.net), and API Keys are associated to ARIN Online accounts. Additionally, ARIN Online accounts are not published in Whois. The following link describes the process of creating an account and linking it to a POC: https://www.arin.net/resources/restful-interfaces.html#before Andy Newton, Chief Engineer, ARIN From: , Sean > Date: Friday, May 31, 2013 1:10 PM To: Andrew Newton >, "arin-tech-discuss at arin.net" > Cc: "Grimes, Ronald" >, "Kulp, Robert" > Subject: RE: [arin-tech-discuss] Error about the deleting poc Hi, Andy, Thanks for the quick response! I thought it was link to AEI-18 (http://whois.arin.net/rest/org/AEI-18/pocs). Maybe I am misunderstanding your ?ARIN Online account?. Thanks, Sean Zhao Sean.Zhao at CenturyLink.com From: Andy Newton [mailto:andy at arin.net] Sent: Friday, May 31, 2013 12:54 PM To: Zhao, Sean; 'arin-tech-discuss at arin.net' Cc: Grimes, Ronald; Kulp, Robert Subject: Re: [arin-tech-discuss] Error about the deleting poc Sean, ZHAOS-ARIN is not linked to any ARIN Online account, and therefore there are no API Keys with authority to delete it. If you link that POC to your ARIN Online account, you'll be able to delete the POC with an API Key on that account. I hope this helps. Andy Newton, Chief Engineer, ARIN From: , Sean > Date: Friday, May 31, 2013 10:42 AM To: "arin-tech-discuss at arin.net" > Cc: "Grimes, Ronald" >, "Kulp, Robert" > Subject: [arin-tech-discuss] Error about the deleting poc Hi, I am trying to delete a poc that I created in 2011 with the url https://www.arin.net/rest/poc/ZHAOS-ARIN?apikey=MY-API-KEY. But I got an error says > E_AUTHENTICATION The API key is not authorized to make that request. Does that mean I cannot delete the poc even it is created by myself with same apikey? Or I have to unlink all the org associated with this poc before I delete this poc? Thanks, Sean Zhao Sean.Zhao at CenturyLink.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From Sean.Zhao at CenturyLink.com Fri May 31 16:25:14 2013 From: Sean.Zhao at CenturyLink.com (Zhao, Sean) Date: Fri, 31 May 2013 20:25:14 +0000 Subject: [arin-tech-discuss] Error about the deleting poc In-Reply-To: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD6DD7@CHAXCH01.corp.arin.net> References: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD6DD7@CHAXCH01.corp.arin.net> Message-ID: Andy, I have learned new thing. Great! I had my Arin Online Account, which is SeanZhao. And I linked ZHAOS-ARIN with my 'SeanZhao' account manually. Now I have a following question. Can I make this link action by program? What I am asking is, do you have RESTful server that I can link my account to my POC, just like link an OrgHandle to a PocHandle? I am asking url and payload for link a poc to my Arin Online Account? The reason I am asking is my clients call my webservice. And my webservices call your RESTful to create a PocHandle. All these processes run by computer. Also I have to give my clients an ability to delete the POC they created. So I have to link the poc they created to an Arin Online Account by computer too, so they can delete anytime they want to Thanks, Sean Zhao Sean.Zhao at CenturyLink.com From: Andy Newton [mailto:andy at arin.net] Sent: Friday, May 31, 2013 3:25 PM To: Zhao, Sean; 'arin-tech-discuss at arin.net' Cc: Grimes, Ronald; Kulp, Robert Subject: Re: [arin-tech-discuss] Error about the deleting poc Sean, An ARIN Online account is different than an Organization record. ARIN Online accounts are setup through the web site only (www.arin.net), and API Keys are associated to ARIN Online accounts. Additionally, ARIN Online accounts are not published in Whois. The following link describes the process of creating an account and linking it to a POC: https://www.arin.net/resources/restful-interfaces.html#before Andy Newton, Chief Engineer, ARIN From: , Sean > Date: Friday, May 31, 2013 1:10 PM To: Andrew Newton >, "arin-tech-discuss at arin.net" > Cc: "Grimes, Ronald" >, "Kulp, Robert" > Subject: RE: [arin-tech-discuss] Error about the deleting poc Hi, Andy, Thanks for the quick response! I thought it was link to AEI-18 (http://whois.arin.net/rest/org/AEI-18/pocs). Maybe I am misunderstanding your "ARIN Online account". Thanks, Sean Zhao Sean.Zhao at CenturyLink.com From: Andy Newton [mailto:andy at arin.net] Sent: Friday, May 31, 2013 12:54 PM To: Zhao, Sean; 'arin-tech-discuss at arin.net' Cc: Grimes, Ronald; Kulp, Robert Subject: Re: [arin-tech-discuss] Error about the deleting poc Sean, ZHAOS-ARIN is not linked to any ARIN Online account, and therefore there are no API Keys with authority to delete it. If you link that POC to your ARIN Online account, you'll be able to delete the POC with an API Key on that account. I hope this helps. Andy Newton, Chief Engineer, ARIN From: , Sean > Date: Friday, May 31, 2013 10:42 AM To: "arin-tech-discuss at arin.net" > Cc: "Grimes, Ronald" >, "Kulp, Robert" > Subject: [arin-tech-discuss] Error about the deleting poc Hi, I am trying to delete a poc that I created in 2011 with the url https://www.arin.net/rest/poc/ZHAOS-ARIN?apikey=MY-API-KEY. But I got an error says > E_AUTHENTICATION The API key is not authorized to make that request. Does that mean I cannot delete the poc even it is created by myself with same apikey? Or I have to unlink all the org associated with this poc before I delete this poc? Thanks, Sean Zhao Sean.Zhao at CenturyLink.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brak at gameservers.com Fri May 31 16:33:40 2013 From: brak at gameservers.com (Brian Rak) Date: Fri, 31 May 2013 16:33:40 -0400 Subject: [arin-tech-discuss] Problems creating recipient org? In-Reply-To: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD585E@CHAXCH01.corp.arin.net> References: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD585E@CHAXCH01.corp.arin.net> Message-ID: <51A90924.6050807@gameservers.com> We solved this, the issue is the content-type header. This needs to be application/xml or you get the 404 errors. On 5/30/2013 3:20 PM, Andy Newton wrote: > Hi Brian, > > I'm looking at this and can see nothing immediately wrong. If you call our > Registrations Services department, they can turn on traffic monitoring for > a specific API Key and that might provide us with some more insight with > regards to your problem. > > Their phone number is +1.703.227.0660 > > I hope this is helpful. > > Andy Newton, > Chief Engineer, ARIN > > On 5/29/13 3:38 PM, "Brian Rak" wrote: > >> (Sorry about all the emails, I keep running into issues and there's very >> little documentation outside of the API method lists) >> >> I'm trying to create a recipient org, and I keep getting a 404 error >> back. This is pretty confusing, as the PARENTNETHANDLE I'm using >> definitely exists. >> >> For example, I am sending the following request to https://reg.arin.net: >> >> POST /rest/net/NET-64-237-32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD >> HTTP/1.1 >> Host: reg.arin.net >> Accept: text/xml >> Content-Type: text/xml >> Content-Length: 344 >> >> >> >> ..... >> >> >> and getting the following back: >> >> < HTTP/1.1 404 Not Found >> < Date: Wed, 29 May 2013 19:29:52 GMT >> < Server: Apache-Coyote/1.1 >> < Content-Type: text/html;charset=utf-8 >> < Content-Length: 1541 >> < Set-Cookie: JSESSIONID=XXXXXXXX.jboss1; Path=/regcore >> < Connection: close >> < >> * Closing connection #0 >> JBoss Web/7.0.10.Final - Error >> report >>

HTTP Status 404 - Could not find resource for relative >> : /net/NET-64-237-32-0-1/org of full path: >> http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >> 32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD


> size="1" noshade="noshade">

type Status >> report

message Could not find resource for relative : >> /net/NET-64-237-32-0-1/org of full path: >> http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >> 32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD

description >> The requested resource (Could not find resource for relative : >> /net/NET-64-237-32-0-1/org of full path: >> http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >> 32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD) >> is not available.


JBoss >> Web/7.0.10.Final

>> >> >> The only information I've been able to find about this is someone using >> PUT instead of POST. What am I missing here? Given that I'm getting a >> 404 back I'm thinking that I have the wrong URL. I can't seem to find >> any other URL that I could possibly use though. The NET object I'm >> using definitely exists: >> http://whois.arin.net/rest/net/NET-64-237-32-0-1/pft , so that's not it >> either. >> _______________________________________________ >> arin-tech-discuss mailing list >> arin-tech-discuss at arin.net >> http://lists.arin.net/mailman/listinfo/arin-tech-discuss >> > From Sean.Zhao at CenturyLink.com Fri May 31 16:37:25 2013 From: Sean.Zhao at CenturyLink.com (Zhao, Sean) Date: Fri, 31 May 2013 20:37:25 +0000 Subject: [arin-tech-discuss] Error about the deleting poc In-Reply-To: References: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD6DD7@CHAXCH01.corp.arin.net> Message-ID: Is the url like https://reg.arin.net/rest/poc/AEI-18?apikey=SeanZhaoApiKey ? and payload is null? Thanks, Sean Zhao Sean.Zhao at CenturyLink.com From: Zhao, Sean Sent: Friday, May 31, 2013 4:25 PM To: 'Andy Newton'; 'arin-tech-discuss at arin.net' Cc: Grimes, Ronald; Kulp, Robert Subject: RE: [arin-tech-discuss] Error about the deleting poc Andy, I have learned new thing. Great! I had my Arin Online Account, which is SeanZhao. And I linked ZHAOS-ARIN with my 'SeanZhao' account manually. Now I have a following question. Can I make this link action by program? What I am asking is, do you have RESTful server that I can link my account to my POC, just like link an OrgHandle to a PocHandle? I am asking url and payload for link a poc to my Arin Online Account? The reason I am asking is my clients call my webservice. And my webservices call your RESTful to create a PocHandle. All these processes run by computer. Also I have to give my clients an ability to delete the POC they created. So I have to link the poc they created to an Arin Online Account by computer too, so they can delete anytime they want to Thanks, Sean Zhao Sean.Zhao at CenturyLink.com From: Andy Newton [mailto:andy at arin.net] Sent: Friday, May 31, 2013 3:25 PM To: Zhao, Sean; 'arin-tech-discuss at arin.net' Cc: Grimes, Ronald; Kulp, Robert Subject: Re: [arin-tech-discuss] Error about the deleting poc Sean, An ARIN Online account is different than an Organization record. ARIN Online accounts are setup through the web site only (www.arin.net), and API Keys are associated to ARIN Online accounts. Additionally, ARIN Online accounts are not published in Whois. The following link describes the process of creating an account and linking it to a POC: https://www.arin.net/resources/restful-interfaces.html#before Andy Newton, Chief Engineer, ARIN From: , Sean > Date: Friday, May 31, 2013 1:10 PM To: Andrew Newton >, "arin-tech-discuss at arin.net" > Cc: "Grimes, Ronald" >, "Kulp, Robert" > Subject: RE: [arin-tech-discuss] Error about the deleting poc Hi, Andy, Thanks for the quick response! I thought it was link to AEI-18 (http://whois.arin.net/rest/org/AEI-18/pocs). Maybe I am misunderstanding your "ARIN Online account". Thanks, Sean Zhao Sean.Zhao at CenturyLink.com From: Andy Newton [mailto:andy at arin.net] Sent: Friday, May 31, 2013 12:54 PM To: Zhao, Sean; 'arin-tech-discuss at arin.net' Cc: Grimes, Ronald; Kulp, Robert Subject: Re: [arin-tech-discuss] Error about the deleting poc Sean, ZHAOS-ARIN is not linked to any ARIN Online account, and therefore there are no API Keys with authority to delete it. If you link that POC to your ARIN Online account, you'll be able to delete the POC with an API Key on that account. I hope this helps. Andy Newton, Chief Engineer, ARIN From: , Sean > Date: Friday, May 31, 2013 10:42 AM To: "arin-tech-discuss at arin.net" > Cc: "Grimes, Ronald" >, "Kulp, Robert" > Subject: [arin-tech-discuss] Error about the deleting poc Hi, I am trying to delete a poc that I created in 2011 with the url https://www.arin.net/rest/poc/ZHAOS-ARIN?apikey=MY-API-KEY. But I got an error says > E_AUTHENTICATION The API key is not authorized to make that request. Does that mean I cannot delete the poc even it is created by myself with same apikey? Or I have to unlink all the org associated with this poc before I delete this poc? Thanks, Sean Zhao Sean.Zhao at CenturyLink.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From owen at delong.com Fri May 31 21:49:29 2013 From: owen at delong.com (Owen DeLong) Date: Fri, 31 May 2013 18:49:29 -0700 Subject: [arin-tech-discuss] Problems creating recipient org? In-Reply-To: <51A90924.6050807@gameservers.com> References: <62D9228640AC7F49B2DD9ED0C9CE60E5E2DD585E@CHAXCH01.corp.arin.net> <51A90924.6050807@gameservers.com> Message-ID: <763F0D82-866B-478C-8E7D-EE814727679D@delong.com> That seems like reasonable behavior to me. If you give it the wrong content-type header, it should respond with some form of error. Not sure 404 is exactly right, but it seems reasonable enough. Otherwise, you're expecting the software to play "guess the format" for submissions and that tends to make the software unnecessarily complex and usually leads to "interesting" bugs down the road. Owen On May 31, 2013, at 1:33 PM, Brian Rak wrote: > We solved this, the issue is the content-type header. This needs to be application/xml or you get the 404 errors. > > On 5/30/2013 3:20 PM, Andy Newton wrote: >> Hi Brian, >> >> I'm looking at this and can see nothing immediately wrong. If you call our >> Registrations Services department, they can turn on traffic monitoring for >> a specific API Key and that might provide us with some more insight with >> regards to your problem. >> >> Their phone number is +1.703.227.0660 >> >> I hope this is helpful. >> >> Andy Newton, >> Chief Engineer, ARIN >> >> On 5/29/13 3:38 PM, "Brian Rak" wrote: >> >>> (Sorry about all the emails, I keep running into issues and there's very >>> little documentation outside of the API method lists) >>> >>> I'm trying to create a recipient org, and I keep getting a 404 error >>> back. This is pretty confusing, as the PARENTNETHANDLE I'm using >>> definitely exists. >>> >>> For example, I am sending the following request to https://reg.arin.net: >>> >>> POST /rest/net/NET-64-237-32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD >>> HTTP/1.1 >>> Host: reg.arin.net >>> Accept: text/xml >>> Content-Type: text/xml >>> Content-Length: 344 >>> >>> >>> >>> ..... >>> >>> >>> and getting the following back: >>> >>> < HTTP/1.1 404 Not Found >>> < Date: Wed, 29 May 2013 19:29:52 GMT >>> < Server: Apache-Coyote/1.1 >>> < Content-Type: text/html;charset=utf-8 >>> < Content-Length: 1541 >>> < Set-Cookie: JSESSIONID=XXXXXXXX.jboss1; Path=/regcore >>> < Connection: close >>> < >>> * Closing connection #0 >>> JBoss Web/7.0.10.Final - Error >>> report >>>

HTTP Status 404 - Could not find resource for relative >>> : /net/NET-64-237-32-0-1/org of full path: >>> http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >>> 32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD


>> size="1" noshade="noshade">

type Status >>> report

message Could not find resource for relative : >>> /net/NET-64-237-32-0-1/org of full path: >>> http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >>> 32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD

description >>> The requested resource (Could not find resource for relative : >>> /net/NET-64-237-32-0-1/org of full path: >>> http://jboss1.cha.arin.net:8080/regcore/seam/resource/rest/net/NET-64-237- >>> 32-0-1/org?apikey=API-AAAA-BBBB-CCCC-DDDD) >>> is not available.


JBoss >>> Web/7.0.10.Final

>>> >>> >>> The only information I've been able to find about this is someone using >>> PUT instead of POST. What am I missing here? Given that I'm getting a >>> 404 back I'm thinking that I have the wrong URL. I can't seem to find >>> any other URL that I could possibly use though. The NET object I'm >>> using definitely exists: >>> http://whois.arin.net/rest/net/NET-64-237-32-0-1/pft , so that's not it >>> either. >>> _______________________________________________ >>> arin-tech-discuss mailing list >>> arin-tech-discuss at arin.net >>> http://lists.arin.net/mailman/listinfo/arin-tech-discuss >>> >> > > _______________________________________________ > arin-tech-discuss mailing list > arin-tech-discuss at arin.net > http://lists.arin.net/mailman/listinfo/arin-tech-discuss