|
@ -39,7 +39,7 @@ checks in user's account.</p> |
|
|
<td><code>DELETE SITE_ROOT/api/v1/checks/<uuid></code></td> |
|
|
<td><code>DELETE SITE_ROOT/api/v1/checks/<uuid></code></td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<td><a href="#list-pings">Get a list of checks's logged pings</a></td> |
|
|
|
|
|
|
|
|
<td><a href="#list-pings">Get a list of check's logged pings</a></td> |
|
|
<td><code>GET SITE_ROOT/api/v1/checks/<uuid>/pings/</code></td> |
|
|
<td><code>GET SITE_ROOT/api/v1/checks/<uuid>/pings/</code></td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
@ -610,7 +610,7 @@ check that was just deleted.</p> |
|
|
</code></pre></div> |
|
|
</code></pre></div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="rule" id="list-pings">Get a list of checks's logged pings</h2> |
|
|
|
|
|
|
|
|
<h2 class="rule" id="list-pings">Get a list of check's logged pings</h2> |
|
|
<p><code>GET SITE_ROOT/api/v1/checks/<uuid>/pings/</code></p> |
|
|
<p><code>GET SITE_ROOT/api/v1/checks/<uuid>/pings/</code></p> |
|
|
<p>Returns a list of pings this check has received.</p> |
|
|
<p>Returns a list of pings this check has received.</p> |
|
|
<p>This endpoint returns pings in reverse order (most recent first), and the total |
|
|
<p>This endpoint returns pings in reverse order (most recent first), and the total |
|
|