Send arin-tech-discuss mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.arin.net/mailman/listinfo/arin-tech-discuss
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of arin-tech-discuss digest..."
Today's Topics:
1. Re: Error about the deleting poc (Andy Newton)
2. Re: Error about the deleting poc (Andy Newton)
----------------------------------------------------------------------
Message: 1
Date: Sun, 2 Jun 2013 17:24:22 +0000
From: Andy Newton <[email protected]>
To: "Zhao, Sean" <[email protected]>,
"'[email protected]'" <[email protected]>
Cc: "Grimes, Ronald" <[email protected]>, "Kulp, Robert"
<[email protected]>
Subject: Re: [arin-tech-discuss] Error about the deleting poc
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="windows-1252"
Sean,
Links can be automatically created between ARIN Online accounts and POCs with
the URL makeLink parameter. If the makeLink parameter is true, the link between
the account and the POC is created.
See the following documentation:
https://www.arin.net/resources/restfulmethods.html#poccreate
I hope this answers your question.
Andy Newton,
Chief Engineer, ARIN
From: <Zhao>, Sean <[email protected]<mailto:[email protected]>>
Date: Friday, May 31, 2013 4:25 PM
To: Andrew Newton <[email protected]<mailto:[email protected]>>,
"[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Cc: "Grimes, Ronald"
<[email protected]<mailto:[email protected]>>, "Kulp, Robert"
<[email protected]<mailto:[email protected]>>
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
[email protected]<mailto:[email protected]>
From: Andy Newton [mailto:[email protected]]
Sent: Friday, May 31, 2013 3:25 PM
To: Zhao, Sean; '[email protected]<mailto:'[email protected]>'
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<http://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: <Zhao>, Sean <[email protected]<mailto:[email protected]>>
Date: Friday, May 31, 2013 1:10 PM
To: Andrew Newton <[email protected]<mailto:[email protected]>>,
"[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Cc: "Grimes, Ronald"
<[email protected]<mailto:[email protected]>>, "Kulp, Robert"
<[email protected]<mailto:[email protected]>>
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
[email protected]<mailto:[email protected]>
From: Andy Newton [mailto:[email protected]]
Sent: Friday, May 31, 2013 12:54 PM
To: Zhao, Sean; '[email protected]<mailto:'[email protected]>'
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: <Zhao>, Sean <[email protected]<mailto:[email protected]>>
Date: Friday, May 31, 2013 10:42 AM
To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Cc: "Grimes, Ronald"
<[email protected]<mailto:[email protected]>>, "Kulp, Robert"
<[email protected]<mailto:[email protected]>>
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<error
xmlns="http://www.arin.net/regrws/core/v1"<http://www.arin.net/regrws/core/v1%22>>
<additionalInfo/>
<code>E_AUTHENTICATION</code>
<components/>
<message>The API key is not authorized to make that request.</message>
</error>
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
[email protected]<mailto:[email protected]>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.arin.net/pipermail/arin-tech-discuss/attachments/20130602/e1956fb5/attachment-0001.html>
------------------------------
Message: 2
Date: Sun, 2 Jun 2013 17:25:30 +0000
From: Andy Newton <[email protected]>
To: "Zhao, Sean" <[email protected]>,
"'[email protected]'" <[email protected]>
Cc: "Grimes, Ronald" <[email protected]>, "Kulp, Robert"
<[email protected]>
Subject: Re: [arin-tech-discuss] Error about the deleting poc
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="windows-1252"
Sean,
The URL you have provided is in the proper form. But to delete a POC, you use
the HTTP DELETE method (or verb as it is sometimes called) instead of GET.
Andy Newton,
Chief Engineer, ARIN
From: <Zhao>, Sean <[email protected]<mailto:[email protected]>>
Date: Friday, May 31, 2013 4:37 PM
To: "Zhao, Sean" <[email protected]<mailto:[email protected]>>,
Andrew Newton <[email protected]<mailto:[email protected]>>,
"[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Cc: "Grimes, Ronald"
<[email protected]<mailto:[email protected]>>, "Kulp, Robert"
<[email protected]<mailto:[email protected]>>
Subject: RE: [arin-tech-discuss] Error about the deleting poc
Is the url like https://reg.arin.net/rest/poc/AEI-18?apikey=SeanZhaoApiKey ?
and payload is null?
Thanks,
Sean Zhao
[email protected]<mailto:[email protected]>
From: Zhao, Sean
Sent: Friday, May 31, 2013 4:25 PM
To: 'Andy Newton';
'[email protected]<mailto:'[email protected]>'
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
[email protected]<mailto:[email protected]>
From: Andy Newton [mailto:[email protected]]
Sent: Friday, May 31, 2013 3:25 PM
To: Zhao, Sean; '[email protected]<mailto:'[email protected]>'
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<http://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: <Zhao>, Sean <[email protected]<mailto:[email protected]>>
Date: Friday, May 31, 2013 1:10 PM
To: Andrew Newton <[email protected]<mailto:[email protected]>>,
"[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Cc: "Grimes, Ronald"
<[email protected]<mailto:[email protected]>>, "Kulp, Robert"
<[email protected]<mailto:[email protected]>>
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
[email protected]<mailto:[email protected]>
From: Andy Newton [mailto:[email protected]]
Sent: Friday, May 31, 2013 12:54 PM
To: Zhao, Sean; '[email protected]<mailto:'[email protected]>'
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: <Zhao>, Sean <[email protected]<mailto:[email protected]>>
Date: Friday, May 31, 2013 10:42 AM
To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Cc: "Grimes, Ronald"
<[email protected]<mailto:[email protected]>>, "Kulp, Robert"
<[email protected]<mailto:[email protected]>>
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<error
xmlns="http://www.arin.net/regrws/core/v1"<http://www.arin.net/regrws/core/v1%22>>
<additionalInfo/>
<code>E_AUTHENTICATION</code>
<components/>
<message>The API key is not authorized to make that request.</message>
</error>
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
[email protected]<mailto:[email protected]>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.arin.net/pipermail/arin-tech-discuss/attachments/20130602/3339961c/attachment.html>
------------------------------
_______________________________________________
arin-tech-discuss mailing list
[email protected]
http://lists.arin.net/mailman/listinfo/arin-tech-discuss
End of arin-tech-discuss Digest, Vol 29, Issue 2
************************************************