<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mozilla.org/index.php?action=history&amp;feed=atom&amp;title=ReleaseEngineering%2FMozpool%2FHow_To_Access_the_Mozpool_API</id>
	<title>ReleaseEngineering/Mozpool/How To Access the Mozpool API - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mozilla.org/index.php?action=history&amp;feed=atom&amp;title=ReleaseEngineering%2FMozpool%2FHow_To_Access_the_Mozpool_API"/>
	<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=ReleaseEngineering/Mozpool/How_To_Access_the_Mozpool_API&amp;action=history"/>
	<updated>2026-04-05T11:52:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=ReleaseEngineering/Mozpool/How_To_Access_the_Mozpool_API&amp;diff=492465&amp;oldid=prev</id>
		<title>Djmitche: Created page with &quot;The mozpool API is a regular old HTTP API, with documentation [http://hg.mozilla.org/build/mozpool/file/tip/API.txt in API.txt].  The full API is available on any imaging server ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=ReleaseEngineering/Mozpool/How_To_Access_the_Mozpool_API&amp;diff=492465&amp;oldid=prev"/>
		<updated>2012-12-06T18:57:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The mozpool API is a regular old HTTP API, with documentation [http://hg.mozilla.org/build/mozpool/file/tip/API.txt in API.txt].  The full API is available on any imaging server ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The mozpool API is a regular old HTTP API, with documentation [http://hg.mozilla.org/build/mozpool/file/tip/API.txt in API.txt].&lt;br /&gt;
&lt;br /&gt;
The full API is available on any imaging server on the HTTP port.  &lt;br /&gt;
&lt;br /&gt;
Resiliency and scaling for this API are the client&amp;#039;s responsibility, so some caution is in order.  There are only two rules:&lt;br /&gt;
&lt;br /&gt;
* A request belongs to the server where it was initiated.  Keep talking to the same server about that request until it&amp;#039;s closed.&lt;br /&gt;
* A device belongs to its assigned imaging server, as seen in the BMM UI.  If you&amp;#039;re talking about a device (/api/device/{id}/{whatever}), do it on its assigned imaging server.&lt;br /&gt;
&lt;br /&gt;
You will get 301 redirects if you try to talk to the wrong server.&lt;br /&gt;
&lt;br /&gt;
Outside of those requirements, the ideal client will select randomly among a list of imaging servers, trying another if it finds one down.&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s OK to optimize this for cases where only one imaging server will do, e.g., requesting a specific device.&lt;/div&gt;</summary>
		<author><name>Djmitche</name></author>
	</entry>
</feed>