Added APi rate limits

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@51381 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Alessia Bardi 2018-03-21 14:58:14 +00:00
parent e1828d85fa
commit 26463503d5
2 changed files with 16 additions and 0 deletions

View File

@ -159,6 +159,13 @@
The API is intended for metadata discovery and exploration only, that is it does not give direct access to publication files and it does not provide access to
the whole information space: the number of total results returned by one query is limited to 10,000. For accessing the whole information space, developers are
encouraged to use the <a href="http://api.openaire.eu/#cha_oai_pmh" target="_blank">OAI-PMH</a>.<br>
</p>
<p>
API rate limits:
<ul>
<li>no more then 37 concurrent request in total (max 30 per single IP)</li>
<li>no more than 15 requests/second (in total, not per IP. If this limit is reached, requests will be delayed).</li>
</ul>
</p>
<p> Parameters included in this section can always be specified, regardless the type of <strong>entities</strong> (metadata about <strong>publications</strong>,
<strong>datasets</strong>, or <strong>projects</strong>) you want to retrieve. <br>

View File

@ -184,6 +184,15 @@
<li>oaf v0.2 <a href="https://www.openaire.eu/schema/0.2/oaf-0.2.xsd" target="_blank">XML schema</a> and <a href="https://www.openaire.eu/schema/0.2/doc/oaf-0.2.html" target="_blank">documentation</a></li>
<li>oaf v0.1 <a href="https://www.openaire.eu/schema/0.1/oaf-0.1.xsd" target="_blank">XML schema</a> and <a href="https://www.openaire.eu/schema/0.1/doc/oaf-0.1.html" target="_blank">documentation</a></li>
</ul>
</p>
<p>
<span class="uk-text-lead">API rate limits:</span>
<ul>
<li>no more than 30 concurrent connections from single IP to any of domains</li>
<li>no more than 67 concurrent requests in total</li>
<li>no more then 37 concurrent request in total (max 30 per single IP) to the search API</li>
<li>no more than 15 requests/second tothe search API (in total, not per IP. If this limit is reached, requests will be delayed).</li>
</ul>
</p>
<!-- Content GOES HERE-->
</div>