Personal tools

From HEXONET Wiki

Jump to: navigation, search
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Sidebar}}
 
{{Sidebar}}
 +
<div style="font-size: 160%;">System API</div>
  
<h2>API access</h2>
 
  
These are the current methods of getting access to the HEXONET system:
+
__TOC__
  
<b>
 
[[HTTpS|HTTP / HTTPS]] 
 
[[HighPerformanceProxySetup|High Performance Proxy Setup (using Apache2's proxy module)]] 
 
  
[[EPp|EPP]]
+
=System API Downloads=
[[NetDri|EPP access using the Net::DRI perl library]]
+
{{Template:Pdf|CORE_API_Reference.pdf| Core API manual}}
  
[[MailRobot|MAILROBOT]] 
 
  
[[SoAp|SOAP/XMLRPC]]
 
  
</b>
+
=Event management=
  
Download: {{Template:Pdf|SMTP_Gateway.pdf| SMTP-Gateway}}
+
A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: <code>[[StatusEvent|StatusEvent]]</code>, <code>[[QueryEventlist|QueryEventlist]]</code> and <code> [[DeleteEvent|DeleteEvent]]</code>. Alternatively you can use the option <code>[[EventsPop3|Receive Events over POP3]]</code>. Please note that you should always choose only one method  to avoid inconstancies.
  
Download: {{Template:Pdf|SOAP_Gateway.pdf| SOAP-Gateway}}
 
  
Download: {{Template:Pdf|XMLRPC_Gateway.pdf| XMLRPC-Gateway}}
+
HEXONET informs you via email about all events via the <code> [[PushEvents|PushEvents]]</code> feature. PushEvents is an additional event messaging service to store and process all product-related events on your side. Inform your client about outgoing/incoming transfers, successful registrations and many more. It can also be used as a backup solution for your own security.
  
  
<h2>Base URL</h2>
+
=System API error codes=
 
+
The base url, in order to connect to our system is  '''https://api.ispapi.net/api/call.cgi'''
+
 
+
The base url, in order to connect to our OT&E (Testbed System) is: https://api.ispapi.net/api/call.cgi?s_entity=1234
+
+
 
+
<h2>Event management</h2>
+
 
+
 
+
A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: <b>[[StatusEvent|StatusEvent]]</b>, <b>[[QueryEventlist|QueryEventlist]]</b> and <b> [[DeleteEvent|DeleteEvent]]</b>. Alternatively you can use the option <b>[[EventsPop3|Receive Events over POP3]]</b>. Please note that you should always choose only one method  to avoid inconstancies.
+
 
+
 
+
HEXONET informs you via email about all events via the <b> [[PushEvents|PushEvents]]</b> feature. PushEvents is an additional event messaging service to store and process all product-related events on your side. Inform your client about outgoing/incoming transfers, successful registrations and many more. It can also be used as a backup solution for your own security.
+
 
+
<h2>System API error codes</h2>
+
 
Please find below a list of all API - Error CODES:
 
Please find below a list of all API - Error CODES:
* <b>  [[API:ErrorCodes | API-ERROR CODES]]</b>
+
*[[API:ErrorCodes | API-ERROR CODES]]
 
+
<h2>System usage restrictions</h2>
+
*<b>[[API:QuotaSystem | System Usage Restrictions (Quota Regulation)]]</b>
+
 
+
 
+
<h2>HEXONET Renewal System</h2>
+
 
+
The HEXONET Renewal System manages the lifecycle of an object, based on several parameters which are described briefly on the following pages:
+
 
+
* [[HEXONET Renewal System]]
+
* [[Manual Domain Renewals]]
+
  
  
<h1>API commands</h1>
+
=Usage restrictions=
 +
*[[API:QuotaSystem | System Usage Restrictions (Quota Regulation)]]
  
<h2>Core commands</h2>
 
<b>
 
*[[API:FindUser | Find User]]
 
*[[API:QueryAccountingList | Query Accounting List]]
 
*[[API:QueryObjectDeletionLogList | Query Object Deletion Log List]]
 
*[[API:QueryObjectLogList | Query Object Log List]]
 
*[[API:StatusAccounting | Status Accounting]]
 
*[[API:StatusObjectDeletionLog | Status Object Deletion Log]]
 
*[[API:StatusObjectLog | Status Object Log]]
 
</b>
 
  
 +
=Core API commands=
  
Download: {{Template:Pdf|CORE_API_Reference.pdf| Core API}}
+
'''Download:''' {{Template:Pdf|CORE_API_Reference.pdf| Core API manual}} (Version 2.6)

Latest revision as of 22:46, 26 March 2014

System API


Contents


[edit] System API Downloads

Core API manual


[edit] Event management

A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: StatusEvent, QueryEventlist and DeleteEvent. Alternatively you can use the option Receive Events over POP3. Please note that you should always choose only one method to avoid inconstancies.


HEXONET informs you via email about all events via the PushEvents feature. PushEvents is an additional event messaging service to store and process all product-related events on your side. Inform your client about outgoing/incoming transfers, successful registrations and many more. It can also be used as a backup solution for your own security.


[edit] System API error codes

Please find below a list of all API - Error CODES:


[edit] Usage restrictions


[edit] Core API commands

Download: Core API manual (Version 2.6)