<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Monitoring%2FChecks</id>
		<title>Monitoring/Checks - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Monitoring%2FChecks"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Monitoring/Checks&amp;action=history"/>
		<updated>2026-05-23T16:38:33Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Monitoring/Checks&amp;diff=2497&amp;oldid=prev</id>
		<title>Corinne.chui: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Monitoring/Checks&amp;diff=2497&amp;oldid=prev"/>
				<updated>2016-05-30T19:36:51Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:36, 30 May 2016&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Corinne.chui</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Monitoring/Checks&amp;diff=2496&amp;oldid=prev</id>
		<title>Mitko.georgiev at 13:10, 13 May 2015</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Monitoring/Checks&amp;diff=2496&amp;oldid=prev"/>
				<updated>2015-05-13T13:10:19Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;='''GET''' /accounts/'''account_id'''/dedicatedServers/'''dedicated_server_id'''/ipAddresses/'''ip_address/monitoring/checks=&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This API call is deprecated!&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Get list of active Monitoring checks&lt;br /&gt;
&lt;br /&gt;
== Result ==&lt;br /&gt;
=== JSON ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;list&amp;quot;: [&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;status&amp;quot;: &amp;quot;ok&amp;quot;,&lt;br /&gt;
            &amp;quot;lastCheck&amp;quot;: 0,&lt;br /&gt;
            &amp;quot;enabled&amp;quot;: true,&lt;br /&gt;
            &amp;quot;details&amp;quot;: &amp;quot;http://{server-name}/accounts/{accountId}/dedicatedServers/{dedicatedServerId}/ipAddresses/{ipAddress}/monitoring/port/{checkId}&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;status&amp;quot;: &amp;quot;error&amp;quot;,&lt;br /&gt;
            &amp;quot;lastCheck&amp;quot;: 0,&lt;br /&gt;
            &amp;quot;enabled&amp;quot;: true,&lt;br /&gt;
            &amp;quot;details&amp;quot;: &amp;quot;http://{server-name}/accounts/{accountId}/dedicatedServers/{dedicatedServerId}/ipAddresses/{ipAddress}/monitoring/ping/{checkId}&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;status&amp;quot;: &amp;quot;unknown&amp;quot;,&lt;br /&gt;
            &amp;quot;lastCheck&amp;quot;: 0,&lt;br /&gt;
            &amp;quot;enabled&amp;quot;: true,&lt;br /&gt;
            &amp;quot;details&amp;quot;: &amp;quot;http://{server-name}/accounts/{accountId}/dedicatedServers/{dedicatedServerId}/ipAddresses/{ipAddress}/monitoring/cpu/{checkId}&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    ], &lt;br /&gt;
    &amp;quot;links&amp;quot;: [&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;href&amp;quot;: &amp;quot;http://{server-name}/accounts/{accountId}/dedicatedServers/{dedicatedServerId}/ipAddresses/{ipAddress}/monitoring/checks/&amp;quot;,&lt;br /&gt;
            &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Response Codes ==&lt;br /&gt;
; Success&lt;br /&gt;
: ''OK (200)''&lt;br /&gt;
&lt;br /&gt;
; Failure&lt;br /&gt;
: ''Unauthorized (401)'' : This server could not verify that you are authorized to access the document you requested.  Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.&lt;br /&gt;
: ''No Permission (403)''&lt;br /&gt;
: ''Not Found (404)'' : The resource requested is not found. Returned when either of account_id, dedicated_server_id or ip_address parameters do not exist.&lt;br /&gt;
&lt;br /&gt;
== Examples(errors) ==&lt;br /&gt;
'''GET''' /accounts/&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;fake_account_id&amp;lt;/span&amp;gt;/dedicatedServers/dedicated_server_id_123/ipAddresses/11.22.33.44/monitoring/checks&lt;br /&gt;
&lt;br /&gt;
''- Response:''&lt;br /&gt;
:''Not Found (404)'': &lt;br /&gt;
 {&amp;quot;itemNotFound&amp;quot;: {&amp;quot;message&amp;quot;: &amp;quot;/accounts/fake_account_id/dedicatedServers/dedicated_server_id_123/ipAddresses/11.22.33.44/monitoring/checks&amp;quot;, &amp;quot;code&amp;quot;: 404, &amp;quot;details&amp;quot;: &amp;quot;&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
'''GET''' /accounts/account_id_123/dedicatedServers/&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;fake_dedicated_server_id&amp;lt;/span&amp;gt;/ipAddresses/11.22.33.44/monitoring/checks&lt;br /&gt;
&lt;br /&gt;
''- Response:''&lt;br /&gt;
:''Not Found (404)'': &lt;br /&gt;
 {&amp;quot;itemNotFound&amp;quot;: {&amp;quot;message&amp;quot;: &amp;quot;/accounts/account_id_123/dedicatedServers/fake_dedicated_server_id/ipAddresses/11.22.33.44/monitoring/checks&amp;quot;, &amp;quot;code&amp;quot;: 404, &amp;quot;details&amp;quot;: &amp;quot;&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
'''GET''' /accounts/account_id_123/dedicatedServers/dedicated_server_id_123/ipAddresses/&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;99.99.99.99&amp;lt;/span&amp;gt;/monitoring/checks&lt;br /&gt;
&lt;br /&gt;
''- Response:''&lt;br /&gt;
:''Not Found (404)'': &lt;br /&gt;
 {&amp;quot;itemNotFound&amp;quot;: {&amp;quot;message&amp;quot;: &amp;quot;/accounts/account_id_123/dedicatedServers/dedicated_server_id_123/ipAddresses/99.99.99.99/monitoring/checks&amp;quot;, &amp;quot;code&amp;quot;: 404, &amp;quot;details&amp;quot;: &amp;quot;&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Dedicated Server Monitoring API]]&lt;/div&gt;</summary>
		<author><name>Mitko.georgiev</name></author>	</entry>

	</feed>